1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-26 23:21:37 +03:00
Commit Graph

28 Commits

Author SHA1 Message Date
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
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
Johan Smith Agudelo Rodriguez
784710e6d2 include unused 2017-03-12 20:56:03 -05:00
Michail Vourlakos
4ea4a903fd fix #152,support an alternative session
-- On The Road was renamed at Alternative
Session and more improvements to the code
were added
2017-03-11 01:45:31 +02:00
Michail Vourlakos
45e95788ed fix #152,add On The Road session
--the user is able to change into another
session/profile called "On The Road" for
which can set up its docks and applets
differently according to its needs. For
example hide its name, status, place
living etc.
2017-03-11 01:33:34 +02:00
Michail Vourlakos
b5a98f41ee fix #188,fix launchers behavior for Plasma>=5.9 2017-03-03 21:00:25 +02:00
Johan Smith Agudelo Rodriguez
ef7caa72e2 #199, QQuickWindowSystem replacement of WindowSystem 2017-02-24 21:50:40 -05:00
Johan Smith Agudelo Rodriguez
1677e2a041 Improving readability of CMakeLists 2017-02-15 22:14:37 -05:00
Johan Smith Agudelo Rodriguez
812647eef1 various improvements 2017-02-03 13:34:34 -05:00
Johan Smith Agudelo Rodriguez
2e8fe37fd2 #98, added about dialog 2017-01-29 00:16:28 -05:00
Johan Smith Agudelo Rodriguez
c42250d9bb avoid white spaces with astyle 2017-01-16 15:37:17 -05:00
Michail Vourlakos
7896919736 move iconitem from app to plugin 2017-01-11 17:36:11 +02:00
0140454
7bdf1ccb23 Include necessary header file for std::abs
While compiling Latte-Dock, i got the following error:

/data/latte-dock/src/latte-dock-git/app/iconitem.cpp:393:46:   required from here
/data/latte-dock/src/latte-dock-git/app/../liblattedock/extras.h:69:20: error: call of overloaded ‘abs(double)’ is ambiguous
     return std::abs(x - y) < std::numeric_limits<T>::epsilon() *
     std::abs(x + y) * ulp

In order to solve this error, i have to include `cmath`.
2017-01-08 12:30:03 +08:00
Michail Vourlakos
33d5eab539 replace Double with Justify 2017-01-04 18:57:41 +02:00
Johan Smith Agudelo Rodriguez
fe146aaa90 Missing file licences #34 2017-01-02 17:05:30 -05:00
Johan Smith Agudelo Rodriguez
a4699e9230 Fixed initialization #17 and improved all modes #19 2017-01-02 01:15:39 -05:00
Johan Smith Agudelo Rodriguez
8b1194a3d4 Fixed compositing state #14 2017-01-02 01:15:39 -05:00
Johan Smith Agudelo Rodriguez
f49ab516a4 project has been cleaned 2016-12-30 19:26:48 -05:00
Johan Smith Agudelo Rodriguez
0b81244df6 improved portability to wayland 2016-12-30 19:19:04 -05:00
Johan Smith Agudelo Rodriguez
84eacf3cbf code formatted 2016-12-31 00:27:57 +02:00
Johan Smith Agudelo Rodriguez
7fc5aa55f6 files and class renamed 2016-12-31 00:24:00 +02:00
Johan Smith Agudelo Rodriguez
8539a5da54 formatted. 2016-12-28 21:11:29 -05:00
Johan Smith Agudelo Rodriguez
8e16b1fded Merged branch master into visibilitymanager-dev 2016-12-25 18:17:02 -05:00
Johan Smith Agudelo Rodriguez
c79cbac0a6 utilities functions 2016-12-25 18:10:09 -05:00
Michail Vourlakos
7a4e3dc724 drop the dock part from plugin uri
--instead of org.kde.latte.dock, we now
ise org.kde.latte
2016-12-26 01:02:02 +02:00
Michail Vourlakos
87cee32626 update configuration window for visibility states 2016-12-25 21:42:10 +02:00
Michail Vourlakos
30fd227d13 update visibility states in c++ 2016-12-25 21:28:00 +02:00
Michail Vourlakos
79bbf20a62 update libnowdockplugin to liblattedockplugin 2016-12-25 15:19:01 +02:00