Commit Graph

52 Commits (976bf2f6846e93372f1e0b30172beff99db92270)

Author SHA1 Message Date
Michail Vourlakos 976bf2f684 add ENABLE_MAKE_UNIQUE flag for older gcc versions
-- fix #754
-- make_unique function is not available for gcc<=4.8.x
by enabling this flag in through install script or through
cmake such systems can build latte correctly
7 years ago
Michail Vourlakos 1e09238bd4 update version to 0.7.75 in master 7 years ago
Michail Vourlakos 7db3c16e76 improve install script for kde translations 8 years ago
Michail Vourlakos 72950dc678 use kde translations infrastructure 8 years ago
Michail Vourlakos 0205ae1153 publish v0.7.1 to the world 8 years ago
Michail Vourlakos 5029fc4520 missing parenthesis 8 years ago
Petros S 428ba17fa3 Append the deps in alpabetical order (#692) 8 years ago
Michail Vourlakos 8da7f7d3c9 v0.7 initial second stable release 8 years ago
Michail Vourlakos 9811eb51f6 v0.6.98,enter beta phase for 0.7 8 years ago
Michail Vourlakos 95eb835922 fix #592,drop bash restarting use KCrash instead
--update the code to use KCrash for autostart
and drop the bash script
8 years ago
Michail Vourlakos 94e740b901 increase to version 0.6.91
--this version supports dynamic layouts and different
layouts per activities
8 years ago
Johan Smith Agudelo Rodriguez 048191e1d5 missing dependence libSM 8 years ago
Michail Vourlakos 259d3c855f include audoban separator in our source code 8 years ago
Michail Vourlakos cb5e7a8307 fix #447,add an appstream file for Latte 8 years ago
Michail Vourlakos 7c07385c10 fix #453,substitute absolute build path references
--fixes the kdesrc-build installation
8 years ago
Michail Vourlakos 9e4e3fea87 update version to 0.6.87
--in order to distiguish the v0.6 branch with
the master one
8 years ago
Michail Vourlakos aa794ff2e3 update requirements for qt 5.7, kf5 5.29 8 years ago
Michail Vourlakos b034e748bb fix #365,support shortcuts to activate tasks
--this patch supports activation through shortcuts
--Meta+number, activates the relevant task, for
groups by default it activates the next available
window in the group
--Meta+Ctrl+number, create a new instance for that task
or launcher
--the user should know that must first enable these
shortcuts at plasma global shortcuts configuration
window
8 years ago
Johan Smith Agudelo Rodriguez 992b2f5b0a update to 0.6.0 8 years ago
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