Commit Graph

28 Commits (9e2033e752a9fc2534544a626a58490de2d97751)

Author SHA1 Message Date
Michail Vourlakos aa0c2b9bda fix , 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
Michail Vourlakos e0be8d41cc 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.
audoban 21adfccc51 include unused
Michail Vourlakos 11a24ff34c fix #152,support an alternative session
-- On The Road was renamed at Alternative
Session and more improvements to the code
were added
Michail Vourlakos 3eeb1fe794 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.
Michail Vourlakos fd946195dc fix #188,fix launchers behavior for Plasma>=5.9
audoban c4d430bbed , QQuickWindowSystem replacement of WindowSystem
audoban 4c0054cc30 Improving readability of CMakeLists
audoban bd0df49624 various improvements
audoban 68d2fcf475 , added about dialog
audoban 756f4fdbe3 avoid white spaces with astyle
Michail Vourlakos 1d350ee6c0 move iconitem from app to plugin
0140454 2e6964ce69 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`.
Michail Vourlakos c07c8f7940 replace Double with Justify
audoban ad2758cfeb Missing file licences
audoban 3b7ab77ecb Fixed initialization and improved all modes
audoban 10c26dcf4b Fixed compositing state
audoban 47f1362c1b project has been cleaned
audoban f02dd9e592 improved portability to wayland
audoban f701864a69 code formatted
audoban 82ee0c64e0 files and class renamed
audoban e7ccf4ea0d formatted.
audoban fbe6fa9d3e Merged branch master into visibilitymanager-dev
audoban a05504813c utilities functions
Michail Vourlakos 7a4e3dc724 drop the dock part from plugin uri
--instead of org.kde.latte.dock, we now
ise org.kde.latte
Michail Vourlakos 87cee32626 update configuration window for visibility states
Michail Vourlakos 30fd227d13 update visibility states in c++
Michail Vourlakos 79bbf20a62 update libnowdockplugin to liblattedockplugin