1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-25 22:50:35 +03:00

36 Commits

Author SHA1 Message Date
Michail Vourlakos
477a5b271d update to v0.6.2 2017-05-09 18:05:17 +03:00
Michail Vourlakos
f8261fd265 update to version v0.6.1 2017-05-07 19:32:40 +03:00
audoban
a65921bad0 update to 0.6.0 2017-04-02 04:39:58 -05:00
audoban
ac428d9094 Udate to version 0.9.98 2017-03-25 14:43:40 -05:00
audoban
9995cf435b update CMakeLists.txt 2017-03-22 00:16:27 -05:00
audoban
79eb2cb048 new dependences: KArchive and KNotifications 2017-03-22 00:16:27 -05:00
Michail Vourlakos
b56cbc4084 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
2017-03-11 12:35:15 +02:00
audoban
b2e91c283f new dependence 2017-02-26 18:43:35 -05:00
Michail Vourlakos
74bc9bac85 improvements to add/remove docks on screen demand 2017-02-27 01:20:29 +02:00
audoban
ce10c9f8eb Disable KDECompilerSettings 2017-02-15 22:30:59 -05:00
audoban
4c0054cc30 Improving readability of CMakeLists 2017-02-15 22:14:37 -05:00
audoban
498adb921a update requirements for devel packages 2017-02-03 14:12:15 -05:00
audoban
c7bad29032 cleaning CMakeLists.txt 2017-02-02 20:18:05 -05:00
Michail Vourlakos
c87acab814 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
2017-02-02 23:46:43 +02:00
audoban
68d2fcf475 #98, added about dialog 2017-01-29 00:16:28 -05:00
Michail Vourlakos
a37c827967 remove kf5 prefix for locales installation 2017-01-26 00:04:56 +02:00
Michail Vourlakos
fd03650508 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
2017-01-25 18:37:25 +02:00
audoban
96d02736d6 update version 2017-01-16 14:48:26 -05:00
Michail Vourlakos
3448c8f49e revert version to 0.5.90 2017-01-14 23:09:56 +02:00
Michail Vourlakos
73672de7b9 set version 0.5.91 2017-01-14 22:44:35 +02:00
Michail Vourlakos
08ec7b3eaa set alpha version 0.5.90 2017-01-13 22:43:59 +02:00
mateushonorato
63422463cf 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.
2017-01-06 18:38:18 -02:00
audoban
170a2eec15 update CMakeLists and removed unused dependences 2016-12-31 00:26:42 +02:00
audoban
9634ef9e6e Added X11Extras dependence 2016-12-30 02:09:21 -05:00
audoban
f352093662 Merge branch 'master'
Conflicts:
	corona/CMakeLists.txt
	corona/nowdockcorona.cpp
	corona/visibilitymanager.h
	corona/xwindowinterface.cpp
	corona/xwindowinterface.h
2016-12-28 22:20:15 -05:00
Michail Vourlakos
8a22088365 renamed nowdock plasmoid to latte one 2016-12-28 23:07:17 +02:00
Michail Vourlakos
0b3e2162f6 moved corona to app directory 2016-12-28 22:44:29 +02:00
Michail Vourlakos
ab96b6a19a fix #3, load KLocalizedString for qml parts 2016-12-28 18:01:25 +02:00
Michail Vourlakos
aa30f594bf update the package 2016-12-28 17:33:59 +02:00
Michail Vourlakos
53560247db added translations for corona 2016-12-28 16:58:18 +02:00
Michail Vourlakos
b2454e45b4 install icons, fix metadatas 2016-12-28 13:24:27 +02:00
audoban
850e162303 update CMakeLists.txt 2016-12-25 15:51:15 -05:00
Michail Vourlakos
433da2aed7 update shell to latte shell
--updated also the translations mechanism
for shell
2016-12-25 19:13:25 +02:00
Michail Vourlakos
3a08db5eb0 update to latte containment 2016-12-25 15:58:14 +02:00
Michail Vourlakos
79bbf20a62 update libnowdockplugin to liblattedockplugin 2016-12-25 15:19:01 +02:00
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
2016-12-25 09:25:27 +02:00