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.
latte-dock/app
Ö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
..
data drop outline width exposure through gui 4 years ago
dbus support multiple sidebars triggering 4 years ago
declarativeimports fix View recraetion and frameExtents freezes 5 years ago
indicator fix translation strings parameters counting 4 years ago
layout update layout viewsScreens function 4 years ago
layouts Portaway from obsolete qsort 4 years ago
package add internal CompactApplet qml implementation 4 years ago
packageplugins SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
plasma remove QProcess include file 4 years ago
settings screensdialog:provide initial ui 4 years ago
shortcuts shortcuts:wait for view to fully shown properly 4 years ago
templates expose views templates in Views New dialog button 4 years ago
tools provide specific screen data structure 4 years ago
view reset view::positioner::slideoffset for Dock case 4 years ago
wm Port away from deprecated API (NET::StaysOnTop -> NET::KeepAbove) 4 years ago
CMakeLists.txt screensdialog:provide initial ui 4 years ago
FakeTarget.cmake revert previous commit, add KDECompilerSettings back 5 years ago
alternativeshelper.cpp add headers comments for all c++ files 6 years ago
alternativeshelper.h add headers comments for all c++ files 6 years ago
apptypes.cpp introduce AppTypes.MouseSensitivity 5 years ago
apptypes.h refactor:improve Synchronizer:swithToLayout 4 years ago
config-latte.h.cmake support kdeclarative both <5.45 and >=5.45 6 years ago
infoview.cpp update infoview to be ignored properly 5 years ago
infoview.h update infoview to be ignored properly 5 years ago
latte-indicators.knsrc SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
latte-layouts.knsrc SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
lattecorona.cpp contextmenu:expose layouts icon data 4 years ago
lattecorona.h support multiple sidebars triggering 4 years ago
lattedock.notifyrc SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
main.cpp Show Settings window when another instance is running 4 years ago
org.kde.latte-dock.appdata.xml.cmake GIT_SILENT made messages (after extraction) 4 years ago
org.kde.latte-dock.desktop.cmake start a little later on startup 4 years ago
screenpool.cpp viewsdialog:show active screens with bold 4 years ago
screenpool.h provide screens options in views dialog 4 years ago