337 Commits

Author SHA1 Message Date
shaojun
c70940592a feat(mainwindow):change window radius 2019-09-03 09:36:33 +08:00
wangxuwen
9313cd04fa feat(dock): correct positon of the mainwindow always display error 2019-08-30 17:55:44 +08:00
wangxuwen
afc4e33016 feat(dock): change mainwindow size drag logic 2019-08-30 16:17:54 +08:00
wangxuwen
865cb40b78 feat(dock): add position changed fanction 2019-08-30 13:58:58 +08:00
wangxuwen
0a5fd622db feat(dock): change frame for mode changed 2019-08-30 13:17:01 +08:00
wangxuwen
c8b30c3fe4 feat(dock): add left and right side expansion function 2019-08-30 10:41:39 +08:00
shaojun
66e33b9b39 feat(appItem):drop application to dock, drag appitem to undock 2019-08-29 20:21:36 +08:00
wangxuwen
90ee436025 feat(dock): add change display's mode function 2019-08-28 14:11:30 +08:00
wangxuwen
dd7ef78dba feat(dock): add window free scaling function 2019-08-26 18:08:56 +08:00
shaojun
f4089b2073 fix(mainwindow):fix bug for mainwindow pos 2019-08-23 16:58:13 +08:00
shaojun
f3d8494454 feat(mainwindow):modify mainwindow animation and position 2019-08-23 16:18:21 +08:00
wangxuwen
dc3e3e0b6a feat(dock): add visualization window 2019-08-22 18:08:41 +08:00
shaojun
f05debd9f5 feat(mainwindow):dockitem notification window hidden or displayed 2019-08-21 14:07:24 +08:00
shaojun
d0fdde7a50 feat(panel):MainPanelControl add drag and drop for app and plugin 2019-08-21 12:52:53 +08:00
wangxuwen
e6bcc1e45a feal(mainpanel): add moveitem function and add a new function variable 2019-08-19 16:33:57 +08:00
王少君
b92759d379 feat:add DockItemManager data to MainPanelControl 2019-08-19 13:40:06 +08:00
shaojun
32794014f7 feat:replace mainpanel to mainpanelcontrol 2019-08-16 17:44:57 +08:00
justforlxz.com
c37ea37404 refactor: plugin init is done in other threads
加载插件是按队列进行的,但是插件初始化是不需要按队列来的
2019-07-02 19:58:24 +08:00
justforlxz.com
d7b3b4a59a refactor: remove load plugins timer 2019-07-02 19:58:24 +08:00
justforlxz.com
207911ecbe
chore: disable show animation for sw platform 2019-06-25 15:14:22 +08:00
justforlxz
e15f882330
refactor: delete unwanted border values
WINDOW_OVERFLOW
在d17b1661b13482fad66e3888aaa0f843ea2fa013提交中开始使用,现在发现不需要删除window
redius导致的边框距离了,所以删除这个值,避免影响dock中对rect的计算。
2019-05-06 15:30:13 +08:00
justforlxz
55c4c74a82
refactor: use QWidget::devicePixelRatio to replace QApplication::devicePixelRatio
插入新屏幕后,新屏幕的缩放是1,切换为复制模式后如果继续使用QApplication::devicePixelRatio会导致
显示错误,统一换成QWidget::devicePixelRatio或QScreen::devicePixelRatio。
2019-04-23 18:27:40 +08:00
zccrs
5be4c59e51 fix: dock position and size is wrong on multiple screens and the screens have different device scale ratio
Change-Id: I751f31cf9174eea62471924771d21517936d45da
2019-03-29 16:13:38 +08:00
Felix Yan
183cc4f6d3 refactor: fix some typos
Change-Id: I27901937d6b39a6eff46aa688702031235dc4c73
2019-02-26 15:51:17 +08:00
listenerri
2bc2f2e831 refactor: make MainWindow to register sni host instead of tray plugin
Change-Id: I8f6b05ed69ced2d937aac8828a1adb3e77e79b07
2019-01-15 19:54:13 +08:00
listenerri
7354cf5166 fix: the end value of window size animation is error
Change-Id: I043e586f7d7e85cbf3d7fed48e06ae7dbe214d89
2018-11-22 16:50:22 +08:00
listenerri
efd8e01e6a fix: dock resize do not in time
When the count of trays changes rapidly, dock cannot update its size in time

Change-Id: I00d218a4c916167e19cefcdbee674347bc200201
2018-11-20 09:39:06 +08:00
listenerri
c7f953e121 fix: invalid tray size when change display mode
fashion tray item was set a fixed size in adjustItemSize method by MainPanel
cause's the DisplayMode var in MainPanel is not be set when "adjustItemSize" method is invoked

Change-Id: I45c0eab91ff952312cf6a73b4334d78f4ebf4d9f
2018-11-19 17:53:40 +08:00
listenerri
8090ef445e feat(system-tray): add animation for system tray expand and fold
Change-Id: I8b3f77507fa0c54e53edfa1d961d381d87561847
2018-11-16 11:00:02 +08:00
listenerri
1a4652cab7 feat: optimiza size change animation of dock
move size change animation to the MainPanel from MainWindow

Change-Id: I84d4966ab470b460e393e9f2dccd5da03d07b3af
2018-11-15 17:06:51 +08:00
listenerri
93db674bb2 fix: not change dock visible in time
- change mode by dock menu
- change mode by dconf

Change-Id: If42c9bc9d903ce6a4615ab612cd084ada8dec2dd
2018-11-09 14:45:57 +08:00
listenerri
725891a6b1 fix: place holder item still display in dock after drag leave
Change-Id: Ibc21b1f984a4ecc1bff466012c2afe05c5df1285
2018-11-05 11:26:20 +08:00
zccrs
ef6b78ccbf fix: the dock is hidden when the tray area is expanded/closed
Change-Id: I1bda4d730c6aff75d33b7683a7426ce98f3a9dd7
2018-10-31 11:34:25 +08:00
listenerri
6ffd34ef33 fix(system-tray): dock visible when context menu and tips of system tray is shown
Change-Id: Id76b7dc50555c71ae7a97150afa93016d0df38e5
2018-10-30 17:19:24 +08:00
listenerri
752602d156 fix: strange structure when dock is start up
Change-Id: I1b1123be063c0249e673369d545cd47d8e6cb027
2018-08-27 15:43:47 +08:00
haruyukilxz
4dcb1d9c4f feat: add dock settings instance
Change-Id: I8d09c2d0e986de1493ad9dc43a2eeaffe3014746
2018-07-30 15:12:51 +08:00
listenerri
96a70d760e fix: position and animation when show or hide
Change-Id: Iedc6e8334a50933cc616b8dec9e2190e81dd84dc
2018-07-25 09:02:24 +08:00
rekols
6725009933 fix: geometry error.
Change-Id: I2ca89ec21e922298c203a8302044501ffc1ea311
2018-05-15 20:12:22 +08:00
rekols
31a29d95ca dbus error by value
Change-Id: I47ee99342d9f50555a1ac755f9effef838fc57f5
2018-05-11 20:29:44 +08:00
石博文
d0c38bccc4 update app item timeline settings
Change-Id: Idb252f1928b8789cccf779695789c93b98b4620a
2018-03-19 11:33:16 +08:00
石博文
9485d5a4db adjust panel margin
Change-Id: Idad5892fb36d4a30eb5c99c0ac4b162b514af4c5
2018-03-15 11:14:24 +08:00
石博文
236b16e1d8 update window visible when geometry changed
Change-Id: Iafc0a1797f09a8421cd02a88b4b3c0a26c1db37f
2018-03-14 08:09:10 +00:00
石博文
91a8d9e6fa fix(window) geometry not update when display mode changed
Change-Id: I9c840c0066da9f20827b8441e44f22c879cc0b63
2018-03-06 14:30:23 +08:00
石博文
c0986e1c37 refactor: using new dbus interface for dock entry
Change-Id: I670870c30427e18518cc39d878e4e93b21a3ed28
2018-02-22 11:44:57 +08:00
石博文
133b711d1f update license
Change-Id: I9df92e43b79f7c2b3688b595f80df7b3a7bb7ed2
2018-02-07 11:52:47 +08:00
石博文
4487d359ad force update when wm changed
Change-Id: Ic28a4cc22ea4af6378ae8fce959c33304ec094a4
2018-02-05 17:03:45 +08:00
石博文
fdab42775f disable shadow when shown
Change-Id: I1a3b65b964d110259c8cbdd044c32864e6faa265
2018-02-01 14:23:53 +08:00
石博文
ad279d5555 fix layout error
Change-Id: I75aade48d8276844adf81276941a21b2fde21b79
2018-01-30 18:00:28 +08:00
石博文
b175bcf815 optimize effect on composite switched
Change-Id: I46932c778cef83c55ad8546e08e97b3a1b3859d2
2018-01-12 15:19:16 +08:00
石博文
7cdec93fb9 disable shadow effect
Change-Id: I9903bd013a764ff3b6f790f6bd7e2ccdf50ef93f
2018-01-04 18:21:30 +08:00