Commit Graph

33 Commits (a5eb5c6a4763c200b273a991e78000b087b5ab40)

Author SHA1 Message Date
Johan Smith Agudelo Rodriguez d665d5d787 Udate to version 0.9.98 8 years ago
Johan Smith Agudelo Rodriguez acfca18184 update CMakeLists.txt 8 years ago
Johan Smith Agudelo Rodriguez 9a4be16fe4 new dependences: KArchive and KNotifications 8 years ago
Michail Vourlakos 97e57550bf fix #102,show apps menu with Super key
--this needs from the user side to add
in the .config/kwinrc

[ModifierOnlyShortcuts]
Meta=org.kde.lattedock,/Latte,org.kde.LatteDock,activateLauncherMenu
8 years ago
Johan Smith Agudelo Rodriguez 1945cb96ac new dependence 8 years ago
Michail Vourlakos 9259a28cde improvements to add/remove docks on screen demand 8 years ago
Johan Smith Agudelo Rodriguez b094ff1bb4 Disable KDECompilerSettings 8 years ago
Johan Smith Agudelo Rodriguez 1677e2a041 Improving readability of CMakeLists 8 years ago
Johan Smith Agudelo Rodriguez 073c3cae3f update requirements for devel packages 8 years ago
Johan Smith Agudelo Rodriguez 6e37702a95 cleaning CMakeLists.txt 8 years ago
Michail Vourlakos 09629b774b support drawing panel shadows outside dock window
--this is set by default only in case of Always Visible,
zoom factor 1.0, Justify alignment and maximum panel
thickness
8 years ago
Johan Smith Agudelo Rodriguez 2e8fe37fd2 #98, added about dialog 8 years ago
Michail Vourlakos d7400e78ed remove kf5 prefix for locales installation 8 years ago
Michail Vourlakos 84dab5d8c0 added a KF5_LOCALE_PREFIX in main CMake file
--this is trying to make easier to install dock's
locales from distro to distro. If the kf5 prefix
does not exist in a distro for the locales it can
easily be set to "" in order to be removed from
the installation path
8 years ago
Johan Smith Agudelo Rodriguez b8e53b5665 update version 8 years ago
Michail Vourlakos 4ed4424076 revert version to 0.5.90 8 years ago
Michail Vourlakos 57c2d4d013 set version 0.5.91 8 years ago
Michail Vourlakos f7bb90400c set alpha version 0.5.90 8 years ago
mateushonorato 7ae281fde9 Change CMAKE_CXX_STANDARD from 11 to 14
I was getting the following error when trying to compile and install:
/home/mateus/Latte-Dock/app/iconitem.cpp: In member function ‘void Latte::IconItem::setSource(const QVariant&)’:
/home/mateus/Latte-Dock/app/iconitem.cpp:98:29: error: ‘make_unique’ is not a member of ‘std’
                 m_svgIcon = std::make_unique<Plasma::Svg>(this);

So, changing the CMAKE_CXX_STANDARD from 11 to 14 solved this, since make_unique is a C++14 feature.
8 years ago
Johan Smith Agudelo Rodriguez 51c26126a3 update CMakeLists and removed unused dependences 8 years ago
Johan Smith Agudelo Rodriguez 8ab421648e Added X11Extras dependence 8 years ago
Johan Smith Agudelo Rodriguez 615c038b8d Merge branch 'master'
Conflicts:
	corona/CMakeLists.txt
	corona/nowdockcorona.cpp
	corona/visibilitymanager.h
	corona/xwindowinterface.cpp
	corona/xwindowinterface.h
8 years ago
Michail Vourlakos 2a9ee6d2d9 renamed nowdock plasmoid to latte one 8 years ago
Michail Vourlakos a357d05392 moved corona to app directory 8 years ago
Michail Vourlakos 152d2eb8ec fix #3, load KLocalizedString for qml parts 8 years ago
Michail Vourlakos 7e412d9cab update the package 8 years ago
Michail Vourlakos f132f06146 added translations for corona 8 years ago
Michail Vourlakos c80857c16b install icons, fix metadatas 8 years ago
Johan Smith Agudelo Rodriguez 0c1db869d4 update CMakeLists.txt 8 years ago
Michail Vourlakos 433da2aed7 update shell to latte shell
--updated also the translations mechanism
for shell
8 years ago
Michail Vourlakos 3a08db5eb0 update to latte containment 8 years ago
Michail Vourlakos 79bbf20a62 update libnowdockplugin to liblattedockplugin 8 years ago
Michail Vourlakos f9ec1fa5b3 initial commit for Latte !!!
-initial commit based on the latest Now Dock
from the corona branch and beautiful techniques
and designs from the Candil Dock
8 years ago