You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Ömer Fadıl Usta e8cc5603ac Portaway from obsolete qsort
qstringlist's own sort method uses std::sort
void QtPrivate::QStringList_sort(QStringList *that, Qt::CaseSensitivity cs)
{
    if (cs == Qt::CaseSensitive)
        std::sort(that->begin(), that->end());
    else
        std::sort(that->begin(), that->end(), CaseInsensitiveLessThan());
}
4 years ago
app Portaway from obsolete qsort 4 years ago
containment nice popup positioning in !compositing mode 4 years ago
containmentactions
declarativeimports plasmoid:fix monochromized icons implementation 4 years ago
icons
indicators
plasmoid tasks:switch of progress badge properly 4 years ago
shell tasks:switch of progress badge properly 4 years ago
.arcconfig
.gitignore
CHANGELOG.md
CMakeLists.txt
COPYING
COPYING.LIB
Definitions.cmake
INSTALLATION.md
Messages.sh
NEWFEATURES.md
README.md Remove link to defunct PPA 4 years ago
astylerc
formatter.sh
install.sh
logo.png
uninstall.sh

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"

Screenshots

Development

Installation

Requirements

We recommend to use at least: Plasma >= 5.15.0 Qt >= 5.12

Minimum requirements:

tools:

 bash

development packages for:

 Qt5Core >= 5.12.0
 Qt5Gui >= 5.12.0
 Qt5Dbus >= 5.12.0

 KF5Plasma >= 5.48.0
 KF5PlasmaQuick >= 5.48.0
 KF5Activities >= 5.48.0
 KF5CoreAddons >= 5.48.0
 KF5GuiAddons >= 5.48.0
 KF5DBusAddons >= 5.48.0
 KF5Declarative >= 5.48.0
 KF5Kirigami2 >= 5.48.0
 KF5Wayland >= 5.48.0
 KF5Package >= 5.48.0
 KF5XmlGui >= 5.48.0
 KF5IconThemes >= 5.48.0
 KF5KIO >= 5.48.0
 KF5I18n >= 5.48.0
 KF5Notifications >= 5.48.0
 KF5NewStuff >= 5.48.0
 KF5Archive >= 5.48.0
 KF5GlobalAccel >= 5.48.0
 KF5Crash >= 5.48.0

 KSysGuard [reguired only for kf5<=5.61]

 For X11 support:
    KF5WindowSystem >= 5.48.0
    Qt5X11Extras >= 5.7.0
    libxcb
    libxcb-randr
    libxcb-shape
    libSM

From repositories

Ubuntu/Debian

openSUSE

Fedora

Arch Linux

Gentoo

Solus Project

Void Linux

FreeBSD

See the installation instruction for others Linux distribution or development build

Run Latte-Dock

Latte is now ready to be used by executing

latte-dock

or activating Latte Dock from applications menu.

Contributors

Varlesh: Logos and Icons.