Go to file
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.
app remove unneeded code
containment ui,do not allow hiding when containsMouse
icons update CMakeLists and removed unused dependences
liblattedock replace Double with Justify
plasmoid improve configuration window
po cleanup shell translations
shell cleanup shell translations
.gitignore gitignore update
CMakeLists.txt Change CMAKE_CXX_STANDARD from 11 to 14
LICENSE initial commit for Latte !!!
README.md Update README.md
astylerc initial commit for Latte !!!
clean.sh script for clean the directories
containment.metadata.desktop.template update to latte containment
formatter.sh update file mode. +x
install.sh we can pass a build type to install.sh
latte-dock.desktop.template added translations for corona
plasmoid.metadata.desktop.template renamed nowdock plasmoid to latte one
shell.metadata.desktop.template update shell to latte shell
uninstall.sh update comments

README.md

About

Latte is a dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids. It animates its contents by using parabolic zoom effect and trys to be there only when it is needed.

"Art in Coffee"

Installation

####installation script####

  • sh install.sh

Latte is now ready to be used by executing latte-dock

Translators

Requirements

  • Plasma >= 5.8.0

development packages for:

 Qt5Core >= 5.6.0
 Qt5Qml >= 5.6.0
 Qt5Quick >= 5.6.0

 KF5Plasma >= 5.25.0
 KF5PlasmaQuick >= 5.25.0
 KF5WindowSystem >= 5.25.0
 KF5KDELibs4Support >= 5.25.0
 KF5CoreAddons >= 5.25.0

Contributors

Varlesh: Logos and Icons.