1746 Commits

Author SHA1 Message Date
justforlxz
05da78a491
update changelog to 4.10.3 4.10.3 2019-06-13 15:10:25 +08:00
justforlxz
2e7a4e6fa9
refactor(power): use onBattery to replace batteryState to check is used battery 2019-06-13 15:08:24 +08:00
justforlxz
099fa9f9f5
update changelog to 4.10.2 4.10.2 2019-06-01 15:33:33 +08:00
justforlxz
8faa324e98
fix(plugins): scrolling on the item, popup will hide
taskID=5507
2019-05-30 14:01:37 +08:00
justforlxz
82d6b4b38a
fix(preview): cannot switch preview window
taskID=5186
2019-05-29 14:25:35 +08:00
justforlxz
95aad7e387
fix(overlay): disable overlay failed
taskID=5196
2019-05-28 16:55:31 +08:00
justforlxz
4532914960
update changelog to 4.10.1 4.10.1 2019-05-28 14:44:29 +08:00
justforlxz
e902ba4cc1
fix(tray): cannot click indicator
taskID=5449
2019-05-28 14:18:22 +08:00
justforlxz
861d9bcf8d
update changelog to 4.10.0 4.10.0 2019-05-23 13:54:19 +08:00
electricface1
25b0970566 chore: auto pull translation files from transifex (#205) 2019-05-23 13:48:25 +08:00
justforlxz
06c827091e
fix(preview): float preview background have wrong offset
taskID=5332
2019-05-22 18:52:04 +08:00
justforlxz
f1441cc1e7
fix(overlay): polkit dialog not translation message 2019-05-22 18:02:01 +08:00
justforlxz
2b51e164aa
fix(preview): crash when click active item on 2d
bugID=515
2019-05-22 16:39:31 +08:00
Hualet Wang
c94a4d69a5 fix: typos 2019-05-19 20:22:32 +08:00
justforlxz
2840c86844
fix(tray): indicator click is invalid 2019-05-17 16:22:40 +08:00
justforlxz
df67738cf0
update ts 2019-05-17 16:18:20 +08:00
justforlxz
4ff0cfba0d
refactor(power): use systemDaemon replace upower dbus interface 2019-05-17 16:18:20 +08:00
justforlxz
6725976464
update ts add add refresh tips data 2019-05-17 16:18:20 +08:00
justforlxz
0a71b340ac
fix(tray): Adding a keyboard layout for the first time will crash
https://pms.deepin.cn/index.php?m=task&f=view&taskID=5131
2019-05-14 13:11:33 +08:00
justforlxz
2e4fcd852e
update changelog to 4.9.11 4.9.11 2019-05-10 10:17:20 +08:00
Carlo Alberto Barbano
4dfd6cabc4 Fix battery icon not updating when charging
Use property BatteryState instead of OnBattery which does not update
when the battery is plugged into a power source (tried on a Matebook D
14).
Battery is considered charging if BatteryState is 1 (charging) or
4 (fully charged).

Change-Id: I5a0cf7bf8ee4cd313af885322d1edb67868c555a
2019-05-06 12:19:28 +02:00
Carlo Alberto Barbano
b6fa4335eb Add remaining time to battery indicator
Add a QDBusConnection to org.freedesktop.UPower to DBusPower in
dbuspower.cpp.

Add a QDBusInterface (m_uPowerInter) to PowerPlugin in powerplugin.h to
retrieve the correct battery device (calling 'EnumerateDevices'). Add a
QDBusInterface (m_uBatteryDeviceInter) to PowerPlugin in powerplugin.h
to gather battery time to empty and to fully recharged, and display it
in the power widget tip.

Add BatteryState enum in powerplugin.h to replace BATTERY_DISCHARED and
BATTERY_FULL macros, and add support for all the battery states provided
by UPower.

Change-Id: Ia4677298a1d13cab1e1a03035dbe4a2e660f994b
2019-05-06 12:19:28 +02:00
justforlxz
73b39e6846
fix(network): refresh loading icon not align center 2019-05-06 16:49:58 +08:00
justforlxz
b5b3528902
update changelog to 4.9.10 4.9.12 4.9.10 2019-05-06 15:58:20 +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
6f317050f3
refactor: Remove the bottom area to prevent unintentional operation in auto-hide mode
隐藏模式下,如果鼠标唤起dock,容易呼出窗口预览,这是不必要的操作。
2019-05-06 10:01:02 +08:00
deepinzhangshuang
3a64c637f9 add clang buildeps for mips64el 2019-04-30 14:19:22 +08:00
justforlxz
de0fac5409
fix(network): refresh loading icon not align center
https://github.com/linuxdeepin/internal-discussion/issues/1411
2019-04-28 10:10:42 +08:00
justforlxz
319d1eeeca
update changelog to 4.9.9 4.9.9 2019-04-25 11:34:06 +08:00
justforlxz
d5e586fc98
fix: quick click on the preview window will crash 2019-04-23 18:45:40 +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
justforlxz
4be6ba571c
update changelog to 4.9.8 4.9.8 2019-04-19 17:45:35 +08:00
listenerri
6c205f3750 fix: translation of polkit message of overlayroot-disable in stable system 2019-04-18 13:11:09 +08:00
listenerri
c34ca9b227 fix: no notify be sent when plugin's qt version is incompatible 2019-04-17 13:26:05 +08:00
listenerri
bb8714a1a5 update changelog 4.9.7 4.9.7 2019-04-15 11:36:10 +08:00
listenerri
6dbb09a524 update network debpends 2019-04-15 11:28:13 +08:00
listenerri
64aa65a5f0 fix: can not hover preview after drag 2019-04-15 10:42:45 +08:00
listenerri
f4d6ba1076 fix: preview window can not be raised after clicked preview snapshot
https://github.com/linuxdeepin/internal-discussion/issues/1321
2019-04-12 17:36:41 +08:00
listenerri
9293c45df5 fix: plugin settings value can not transform to Json value in qt 5.7
https://github.com/linuxdeepin/internal-discussion/issues/1312
2019-04-12 10:41:15 +08:00
listenerri
7338d8fb83 not show trash in plugins context menu under efficient mode
https://github.com/linuxdeepin/internal-discussion/issues/1271
2019-04-11 18:00:21 +08:00
listenerri
9d03eb1d6c update changelog 4.9.6 4.9.6 2019-04-10 13:44:25 +08:00
listenerri
8b03bd736c update depends version libddenetworkutils 2019-04-10 13:40:10 +08:00
listenerri
a8a67c28b2 update changelog 4.9.5 4.9.5 2019-04-10 10:46:06 +08:00
electricface1
4801b42c89 chore: auto pull translation files from transifex 2019-04-10 09:50:30 +08:00
listenerri
c8a85d0e51 4.9.4 4.9.4 2019-04-09 19:07:14 +08:00
electricface1
8a70148c2f chore: auto pull translation files from transifex 2019-04-09 14:25:35 +08:00
listenerri
d03b29a7bc fix: not send plugin incompatible notify 2019-04-09 14:11:36 +08:00
zccrs
b9679f6c3d
Merge pull request #164 from listenerri/daemon-plugin-settings
Daemon plugin settings
2019-04-09 09:09:46 +08:00
listenerri
5c010dcf80 update translations 2019-04-08 15:47:39 +08:00
listenerri
596855d52c update changelog 4.9.3 2019-04-08 09:44:27 +08:00