1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-20 10:04:01 +03:00

673 Commits

Author SHA1 Message Date
nitg16
5f90c5c836 Add new dependencies introduced by recent commits (#304)
* Add new dependencies introduced by recent commits

* Updated
2017-03-22 20:17:21 +02:00
Johan Smith Agudelo Rodriguez
aeb2ad4c16 missing dependence 2017-03-22 09:34:00 -05:00
Michail Vourlakos
307a5e30ea update translation strings 2017-03-22 13:10:55 +02:00
Johan Smith Agudelo Rodriguez
7f0c705d30 fixing wrong name 2017-03-22 00:32:16 -05:00
Johan Smith Agudelo Rodriguez
1a8a7218e1 Update README.md 2017-03-22 00:25:34 -05:00
Johan Smith Agudelo Rodriguez
2c472843f7 fix id event 2017-03-22 00:16:27 -05:00
Johan Smith Agudelo Rodriguez
acfca18184 update CMakeLists.txt 2017-03-22 00:16:27 -05:00
Johan Smith Agudelo Rodriguez
d6543e44cb update Messages.sh 2017-03-22 00:16:27 -05:00
Johan Smith Agudelo Rodriguez
78a441ed96 notications for the operations of import/export 2017-03-22 00:16:27 -05:00
Johan Smith Agudelo Rodriguez
fba31fc9f6 feature #205, backup and restore 2017-03-22 00:16:27 -05:00
Johan Smith Agudelo Rodriguez
5c38dd4fa9 TweaksConfig update 2017-03-22 00:16:27 -05:00
Johan Smith Agudelo Rodriguez
9a4be16fe4 new dependences: KArchive and KNotifications 2017-03-22 00:16:27 -05:00
Johan Smith Agudelo Rodriguez
664bedb839 unused member 2017-03-22 00:16:27 -05:00
Johan Smith Agudelo Rodriguez
80f2199774 fix assertion when id is -1 2017-03-22 00:16:27 -05:00
nitg16
34fe77dbf2 Update INSTALLATION.md (#300)
Add missing dependencies to Kubuntu installation command.
2017-03-21 23:38:32 +02:00
Michail Vourlakos
e2ace92cf0 fix #301,enable only one,previews,highlight
-- there is a conflict between preview windows
and highlight effect, it creates a crash when both
are activated during hovering. So we enable in each case
only one of both
2017-03-21 23:34:13 +02:00
Michail Vourlakos
fd24b39e0e visual improvements for Launchers Area 2017-03-21 21:28:50 +02:00
Michail Vourlakos
241999579b fix #292,workaround for KF5.32 empty mask
--in KF5.32 FrameSvg returns many times a mask
that is an empty QRegion(). this patch makes
sure that at least our rectangular metrics
for masks and effectsarea are used instead.
Of course this means that themes with rounded
corners dont look as they should in !compositing
state
2017-03-21 20:58:01 +02:00
Michail Vourlakos
cbd60d3509 fix #298,default add launchers in taskmanager
--the user can alter this behavior from the tweaks
page. So the user can add launchers as plasma applets
by disabling the relevant choice in the tweaks
page.
2017-03-21 16:31:14 +02:00
Michail Vourlakos
09a5b805be improve speed for dragging launcher 2017-03-21 00:12:20 +02:00
Michail Vourlakos
797c160ea6 fix #288,new improvements for additions
--adding a plasmoid in taskmanager does not appear
an add cross
--trying to add launchers outside the taskmanager
appears a message over the taskmanager indicating
the real Launchers Area
2017-03-20 21:50:18 +02:00
Michail Vourlakos
2647f0c5e8 stop attention bouncing on contains mouse 2017-03-20 21:01:09 +02:00
Michail Vourlakos
610e0d6a74 fix #285,expanded to false for applets
--when changing session all the applets from
the previous session should hide their
expanded options
2017-03-20 20:40:27 +02:00
Michail Vourlakos
c0fb3e7ede fix #262,dont hide preview window for buffer init 2017-03-20 19:40:18 +02:00
Michail Vourlakos
652a1a5c82 fix #282, fix removal animation
--the windows count sometimes do not count
correctly for example with firefox window.
In such case the removal animation is called.
This patch protects the hiding animation
that needs hiding the main icon when this
is the last one shown in such cases
2017-03-20 17:45:26 +02:00
Jeff Huang
4b3dc3080c Update and add zh_TW translation. 2017-03-20 09:32:49 -05:00
Michail Vourlakos
aa64d85b95 restore scale on remove animation 2017-03-20 01:09:20 +02:00
Michail Vourlakos
ce92f88af2 improvements for animations
--restore on startup neighbour tasks on bouncing launcher
--show the remove window animation only when there isnt
launcher for the last window
2017-03-20 00:59:20 +02:00
Michail Vourlakos
1693191f81 fix #283, first improvements
--finally a way to not show removing launchers
when some of their windows are added
2017-03-20 00:44:19 +02:00
Johan Smith Agudelo Rodriguez
fc7722099e restore compatibility with Plasma 5.8 2017-03-19 13:15:07 -05:00
Michail Vourlakos
45343bb4af update translation strings
--update greek translation
2017-03-19 13:15:40 +02:00
Michail Vourlakos
08c2363263 add tooltips to some of the settings
--some of the settings cant be understood
very easy for the simple users. Tooltips
give them some assistance
2017-03-19 12:53:09 +02:00
Michail Vourlakos
8fdec50114 fix #281,enable/disable auto decrease applets size
--the setting can be accessed through the tweaks page
2017-03-19 12:23:17 +02:00
Michail Vourlakos
3f8bccbde1 fix string 2017-03-18 23:37:15 +02:00
Michail Vourlakos
d8410ff235 fix #277,use normal dock window from tweaks
-- with this setting the user can disable
the BypassWindowManagerHint flag for specific
docks
2017-03-18 23:32:27 +02:00
Michail Vourlakos
f371ea2a45 fix #275,top dock gains priority for AlwaysVisible
--the other docks must be also AlwaysVisible in order
for the top dock to be above them...
2017-03-18 20:08:56 +02:00
Michail Vourlakos
df760a909a move currentSession code in globalSettings 2017-03-18 14:28:33 +02:00
Michail Vourlakos
bb7235879b move autostart code in globalSettings 2017-03-18 14:16:32 +02:00
Michail Vourlakos
e57d525824 create globalsettings for corona
--first all the code concerning exposeAltSession
is moved in it and in the future also the autostart
and currentSession can follow. This will improve
both dockview and configview
2017-03-18 13:21:17 +02:00
Michail Vourlakos
7b060c22a5 fix #272,expose alternative session in menu 2017-03-18 01:53:44 +02:00
Michail Vourlakos
c0eaeca09c add effectArea in DebugWindow
--export correctly the drawEffects variable
2017-03-17 23:59:50 +02:00
Michail Vourlakos
b4334be011 disable effects if no panel is shown 2017-03-17 17:21:38 +02:00
Michail Vourlakos
a4ee035c93 fix #270,enable blur for panel background
--the user can habe blur and background contrast
effects in all cases for the panel and can
also choose the behavior from Tweaks page
2017-03-17 16:58:57 +02:00
Michail Vourlakos
66411e83db fix #258,protect removal phase
--during a task removal the removal phase
with its animations is protected more. This
protects from crashes of type 258
2017-03-16 22:56:34 +02:00
Michail Vourlakos
691b1339df fix #215, support a modifier action
--a modifier action in now supported.The user
can set the modifier,the click and the action
that will be executed
2017-03-16 21:44:16 +02:00
omni6
b24e800e40 Update de.po (#269) 2017-03-16 19:57:19 +02:00
Michail Vourlakos
fca86f0f20 fix #266,expose middle click actions of libtask 2017-03-15 21:44:54 +02:00
Michail Vourlakos
907fdde0f2 fix #260,hide tooltips if dock becomes hidden 2017-03-15 20:44:24 +02:00
Michail Vourlakos
9a1064f304 disable debug message 2017-03-15 20:27:48 +02:00
Michail Vourlakos
67fc156f78 fix #264,introduce lastValidSourceName
--during closing a task the decoration
from libtaskmanager returns no valid strings.
The problem was first observed with the
remove window animation. To solve it
introduced at our iconitem a lastValidIconName
that contains the last valid iconName.
2017-03-15 20:06:23 +02:00