Commit Graph

22 Commits (d555eacb1379c2b82910e725615f902e6f1da546)

Author SHA1 Message Date
audoban c4d430bbed #199, QQuickWindowSystem replacement of WindowSystem 8 years ago
audoban 4c0054cc30 Improving readability of CMakeLists 8 years ago
audoban bd0df49624 various improvements 8 years ago
audoban 68d2fcf475 #98, added about dialog 8 years ago
audoban 756f4fdbe3 avoid white spaces with astyle 8 years ago
Michail Vourlakos 1d350ee6c0 move iconitem from app to plugin 8 years ago
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`.
8 years ago
Michail Vourlakos c07c8f7940 replace Double with Justify 8 years ago
audoban ad2758cfeb Missing file licences #34 8 years ago
audoban 3b7ab77ecb Fixed initialization #17 and improved all modes #19 8 years ago
audoban 10c26dcf4b Fixed compositing state #14 8 years ago
audoban 47f1362c1b project has been cleaned 8 years ago
audoban f02dd9e592 improved portability to wayland 8 years ago
audoban f701864a69 code formatted 8 years ago
audoban 82ee0c64e0 files and class renamed 8 years ago
audoban e7ccf4ea0d formatted. 8 years ago
audoban fbe6fa9d3e Merged branch master into visibilitymanager-dev 8 years ago
audoban a05504813c utilities functions 8 years ago
Michail Vourlakos 7a4e3dc724 drop the dock part from plugin uri
--instead of org.kde.latte.dock, we now
ise org.kde.latte
8 years ago
Michail Vourlakos 87cee32626 update configuration window for visibility states 8 years ago
Michail Vourlakos 30fd227d13 update visibility states in c++ 8 years ago
Michail Vourlakos 79bbf20a62 update libnowdockplugin to liblattedockplugin 8 years ago