Commit Graph

19 Commits (a7e6fc1f3b1bb44b1d30ceae2df7587bb484ffff)

Author SHA1 Message Date
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