Commit Graph

17 Commits (66ce5461410790c3881fece0bb80c9d9ce472a22)

Author SHA1 Message Date
Michail Vourlakos 7896919736 move iconitem from app to plugin 8 years ago
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`.
8 years ago
Michail Vourlakos 33d5eab539 replace Double with Justify 8 years ago
Johan Smith Agudelo Rodriguez fe146aaa90 Missing file licences #34 8 years ago
Johan Smith Agudelo Rodriguez a4699e9230 Fixed initialization #17 and improved all modes #19 8 years ago
Johan Smith Agudelo Rodriguez 8b1194a3d4 Fixed compositing state #14 8 years ago
Johan Smith Agudelo Rodriguez f49ab516a4 project has been cleaned 8 years ago
Johan Smith Agudelo Rodriguez 0b81244df6 improved portability to wayland 8 years ago
Johan Smith Agudelo Rodriguez 84eacf3cbf code formatted 8 years ago
Johan Smith Agudelo Rodriguez 7fc5aa55f6 files and class renamed 8 years ago
Johan Smith Agudelo Rodriguez 8539a5da54 formatted. 8 years ago
Johan Smith Agudelo Rodriguez 8e16b1fded Merged branch master into visibilitymanager-dev 8 years ago
Johan Smith Agudelo Rodriguez c79cbac0a6 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