1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-12 01:17:55 +03:00
Commit Graph

53 Commits

Author SHA1 Message Date
Michail Vourlakos
587d57864a Revert "activate launcherMenu from liblattedock"
This reverts commit 6086c558cc.
2018-03-12 15:19:51 +02:00
Michail Vourlakos
6086c558cc activate launcherMenu from liblattedock 2018-03-10 13:04:53 +02:00
Michail Vourlakos
9166293348 fix previews dialog for wayland 2018-03-02 21:24:33 +02:00
Michail Vourlakos
e92b570a4f add BadgeText in Latte lib from the plasmoid
-- move BadgeText in Latte lib in order to be able
to be used from plasmoid and containment at the
same time
2018-02-25 17:31:10 +02:00
Michail Vourlakos
7808eebc2a support toggle memoryUsage from command line
--On startup the user can choose between single/multiple
modes from command line
2018-01-31 15:27:58 +02:00
Michail Vourlakos
4212d57ca7 enable global shortcuts for universal settings 2018-01-27 02:52:31 +02:00
Michail Vourlakos
22ef2280d2 enable universal settings in Latte Settings Window 2018-01-27 02:05:33 +02:00
Michail Vourlakos
08ca993bd8 fix Glow in reverse mode 2018-01-16 18:17:34 +02:00
Michail Vourlakos
47566c27c3 add variable layoutsMemoryUsage for layoutManager 2018-01-14 23:58:48 +02:00
Michail Vourlakos
0b587313ea fix visual appearance of Glow on reverse 2018-01-07 16:32:16 +02:00
Michail Vourlakos
0a6e00c9e7 improve 3d contrast for GlowPoint 2018-01-03 18:49:02 +02:00
Michail Vourlakos
4692b87bb5 improve GlowPoint contrast 2018-01-03 13:49:44 +02:00
Michail Vourlakos
fa1ef2f17d move GlowPoint to latte library
--this way we can use the same code between
plasmoid and containment
2018-01-03 12:48:26 +02:00
Michail Vourlakos
89cd1c30ab support two types of active indicator 2017-11-18 14:34:34 +02:00
Michail Vourlakos
5388b709a8 update plasmoid to support glowOnlyOnActive 2017-11-18 14:34:34 +02:00
Michail Vourlakos
976bf2f684 add ENABLE_MAKE_UNIQUE flag for older gcc versions
-- fix #754
-- make_unique function is not available for gcc<=4.8.x
by enabling this flag in through install script or through
cmake such systems can build latte correctly
2017-11-06 19:03:07 +02:00
Michail Vourlakos
f6cd9eccde remove never executed code
--by setting minimum requirement to C++14
we need by default  make_unique()
2017-10-06 21:29:02 +03:00
Michail Vourlakos
0b34dcf1b3 fix #608, support Unique,Layout,Global launchers 2017-07-24 20:01:11 +03:00
Michail Vourlakos
111d004e47 add launchers in universal group also 2017-07-24 20:01:11 +03:00
Michail Vourlakos
0ce0feca0a fix #526,add toggleGrouping action 2017-06-10 16:29:55 +03:00
Michail Vourlakos
048acbfb71 initial commit for waylandinterface
--support wayland painting without init crashes
--the wayland interface is just the xwindow one
masked as an wayland interface
2017-06-04 11:50:05 +03:00
Michail Vourlakos
12a200916a support usesPlasmaTheme in our iconitem 2017-05-27 23:56:19 +03:00
Michail Vourlakos
1c76e29b3f fix #472,support latte applet active indicators
--expose the functionality through the configuration
window. The user can choose no latte type internal
active applets indicators, only show to latte internal
applets and show at all applets
2017-05-20 00:02:24 +03:00
Michail Vourlakos
e0f7b9b220 fix #449,add "cycle through tasks" action
--added the new cycle through tasks behavior to
tasks actions
2017-05-09 17:55:50 +03:00
Johan Smith Agudelo Rodriguez
adf82df246 fix #355, Request for new visibility policy: Windows Go Below 2017-04-09 13:42:39 -05: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
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