mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
refactor: new dock plugins interface version 1.1
Change-Id: I8f9c36531aab7f04b3ffe656eb2f67516efe736d
This commit is contained in:
parent
9c37265713
commit
5d462fdc30
Notes:
gerrit
2018-12-05 12:37:51 +08:00
Verified+1: <jenkins@deepin.com> Code-Review+2: listenerri <listenerri@gmail.com> Reviewed-on: https://cr.deepin.io/40281 Project: dde/dde-dock Branch: refs/heads/dev/fix-dock-hidden
@ -28,7 +28,7 @@
|
||||
#include <QDebug>
|
||||
#include <QDir>
|
||||
|
||||
#define API_VERSION "1.0"
|
||||
#define API_VERSION "1.1"
|
||||
|
||||
DockPluginsController::DockPluginsController(
|
||||
DockItemController *itemControllerInter)
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"api": "1.0"
|
||||
"api": "1.1"
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"api": "1.0"
|
||||
"api": "1.1"
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"api": "1.0"
|
||||
"api": "1.1"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"api": "1.0",
|
||||
"api": "1.1",
|
||||
"depends-daemon-dbus-service": "com.deepin.daemon.Network"
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"api": "1.0"
|
||||
"api": "1.1"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"api": "1.0",
|
||||
"api": "1.1",
|
||||
"depends-daemon-dbus-service": "com.deepin.daemon.Power"
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"api": "1.0"
|
||||
"api": "1.1"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"api": "1.0",
|
||||
"api": "1.1",
|
||||
"depends-daemon-dbus-service": "com.deepin.daemon.Audio"
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"api": "1.0"
|
||||
"api": "1.1"
|
||||
}
|
||||
|
@ -54,10 +54,6 @@ public:
|
||||
QWidget *centralWidget() const;
|
||||
void detachPluginWidget();
|
||||
|
||||
//Q_SIGNALS:
|
||||
// void requestWindowAutoHide(const bool autoHide) const;
|
||||
// void requestRefershWindowVisible() const;
|
||||
|
||||
protected:
|
||||
bool event(QEvent *event) Q_DECL_OVERRIDE;
|
||||
void enterEvent(QEvent *event) Q_DECL_OVERRIDE;
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <QDebug>
|
||||
#include <QDir>
|
||||
|
||||
#define API_VERSION "1.0"
|
||||
#define API_VERSION "1.1"
|
||||
|
||||
SystemTraysController::SystemTraysController(QObject *parent)
|
||||
: QObject(parent)
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"api": "1.0",
|
||||
"api": "1.1",
|
||||
"depends-daemon-dbus-service": "com.deepin.dde.TrayManager"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user