refactor: new dock plugins interface version 1.1

Change-Id: I8f9c36531aab7f04b3ffe656eb2f67516efe736d
This commit is contained in:
listenerri 2018-12-04 16:13:17 +08:00
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
13 changed files with 12 additions and 16 deletions

View File

@ -28,7 +28,7 @@
#include <QDebug>
#include <QDir>
#define API_VERSION "1.0"
#define API_VERSION "1.1"
DockPluginsController::DockPluginsController(
DockItemController *itemControllerInter)

View File

@ -1,3 +1,3 @@
{
"api": "1.0"
"api": "1.1"
}

View File

@ -1,3 +1,3 @@
{
"api": "1.0"
"api": "1.1"
}

View File

@ -1,3 +1,3 @@
{
"api": "1.0"
"api": "1.1"
}

View File

@ -1,4 +1,4 @@
{
"api": "1.0",
"api": "1.1",
"depends-daemon-dbus-service": "com.deepin.daemon.Network"
}

View File

@ -1,3 +1,3 @@
{
"api": "1.0"
"api": "1.1"
}

View File

@ -1,4 +1,4 @@
{
"api": "1.0",
"api": "1.1",
"depends-daemon-dbus-service": "com.deepin.daemon.Power"
}

View File

@ -1,3 +1,3 @@
{
"api": "1.0"
"api": "1.1"
}

View File

@ -1,4 +1,4 @@
{
"api": "1.0",
"api": "1.1",
"depends-daemon-dbus-service": "com.deepin.daemon.Audio"
}

View File

@ -1,3 +1,3 @@
{
"api": "1.0"
"api": "1.1"
}

View File

@ -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;

View File

@ -26,7 +26,7 @@
#include <QDebug>
#include <QDir>
#define API_VERSION "1.0"
#define API_VERSION "1.1"
SystemTraysController::SystemTraysController(QObject *parent)
: QObject(parent)

View File

@ -1,4 +1,4 @@
{
"api": "1.0",
"api": "1.1",
"depends-daemon-dbus-service": "com.deepin.dde.TrayManager"
}