Michail Vourlakos
08ec7b3eaa
set alpha version 0.5.90
8 years ago
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.
8 years ago
audoban
170a2eec15
update CMakeLists and removed unused dependences
8 years ago
audoban
9634ef9e6e
Added X11Extras dependence
8 years ago
audoban
f352093662
Merge branch 'master'
...
Conflicts:
corona/CMakeLists.txt
corona/nowdockcorona.cpp
corona/visibilitymanager.h
corona/xwindowinterface.cpp
corona/xwindowinterface.h
8 years ago
Michail Vourlakos
8a22088365
renamed nowdock plasmoid to latte one
8 years ago
Michail Vourlakos
0b3e2162f6
moved corona to app directory
8 years ago
Michail Vourlakos
ab96b6a19a
fix #3 , load KLocalizedString for qml parts
8 years ago
Michail Vourlakos
aa30f594bf
update the package
8 years ago
Michail Vourlakos
53560247db
added translations for corona
8 years ago
Michail Vourlakos
b2454e45b4
install icons, fix metadatas
8 years ago
audoban
850e162303
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