1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-25 09:33:51 +03:00
Commit Graph

5684 Commits

Author SHA1 Message Date
Michail Vourlakos
9790b0cdad set userconfiguring early enough on first creation 2021-05-30 08:59:28 +03:00
Michail Vourlakos
d5450d7338 screensdialog:introduce dialog class 2021-05-30 08:49:25 +03:00
Michail Vourlakos
117e8e2dc3 windowscancover:update hidden state based on mouse
--use containsmouse flag to show/hide windowscancover
like all the rest visibility modes
2021-05-29 20:16:04 +03:00
Michail Vourlakos
5d8afda244 screensdialog:use spdx license syntax 2021-05-27 18:07:43 +03:00
Michail Vourlakos
648099f746 viewsdialog:reduce single menu width 2021-05-27 18:02:08 +03:00
Michail Vourlakos
0d5c63f31d screendialog: add relevant model 2021-05-27 18:02:08 +03:00
Alexander Lohnau
505379ed04 Use spdx syntax for all files 2021-05-27 15:01:00 +00:00
Michail Vourlakos
4e2c6da514 activate dragged window before moving
BUG:437679
2021-05-26 18:43:08 +03:00
Michail Vourlakos
af32f8ebd1 settingsidialog:make errors icons smaller 2021-05-25 22:49:34 +03:00
Michail Vourlakos
12c8643f62 reduce width for layouts contextmenu
BUG:437525
2021-05-24 17:16:14 +03:00
Michail Vourlakos
a03dca9d02 fix export layout template for active layouts
--newly created docks and panels in active layouts
must first be synced into their original file before
being exported
2021-05-23 20:41:09 +03:00
Michail Vourlakos
4017eb599c viewsdialog:show active screens in bold 2021-05-23 19:59:32 +03:00
Michail Vourlakos
ef383e8162 respect icon size for layout:menuitem-icon
BUG:437525
2021-05-23 09:14:07 +03:00
Michail Vourlakos
4a7174e7c2 Blur region:use 90Hz Timer to update blur area
--always use blur timer in order to update blurred
area, this way subcalculations between timer triggering
are not taken into account. This way user experience
with blur and parabolic effect are improved.
2021-05-22 19:01:26 +03:00
Ömer Fadıl Usta
9d493c4608 Update .gitignore 2021-05-22 14:01:40 +00:00
Ömer Fadıl Usta
108bc0af05 Update declarativeimports/core/iconitem.cpp 2021-05-22 13:45:10 +00:00
Ömer Fadıl Usta
03e9c6c954 Reorder inits to Fix wrong initialize problem and fixes for string compares 2021-05-22 13:45:10 +00:00
Michail Vourlakos
21b187b94c sort layouts in context menu based on their names 2021-05-22 14:10:39 +03:00
Ö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());
}
2021-05-21 17:54:43 +00:00
Michail Vourlakos
4b37f39fbd tasks:switch of progress badge properly
--fix Tasks option to be disabled properly
--publish smart launcher settings to indicators
independent of user options in Tasks badges

BUG:437397
2021-05-21 20:36:50 +03:00
Michail Vourlakos
4205433aac nice popup positioning in !compositing mode 2021-05-21 17:28:08 +03:00
Michail Vourlakos
7f994dfa7e reset view::positioner::slideoffset for Dock case
--when the View is changing from Panel to Dock mode,
panel slideoffset should update also
2021-05-21 17:28:08 +03:00
Michail Vourlakos
a001eab39c provide isSidebar flag for view::visibility 2021-05-21 17:28:08 +03:00
Michail Vourlakos
f2dda7347c set input mask properly for hidden sidebars
--do not enable any input mask for hidden sidebars
2021-05-21 17:28:08 +03:00
Michail Vourlakos
2fd5a5a6a2 do not force solidbackformaximized in panels 2021-05-21 17:28:08 +03:00
Michail Vourlakos
cf2f3d551b do not remove removal for tasks separators 2021-05-21 17:28:08 +03:00
Michail Vourlakos
01e60e0aab update layout viewsScreens function
--use Layout::views() function to implement this
2021-05-21 17:28:08 +03:00
Michail Vourlakos
40496ca32f screensdialog:provide initial ui 2021-05-21 17:28:08 +03:00
l10n daemon script
6634b8ff20 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2021-05-20 01:16:44 +00:00
Michail Vourlakos
117d68749b plasmoid:fix monochromized icons implementation 2021-05-17 22:01:38 +03:00
Rik Mills
f2e46382c3 Remove link to defunct PPA 2021-05-17 18:10:48 +01:00
Michail Vourlakos
a1b417cb94 Update README.md 2021-05-17 16:09:49 +00:00
l10n daemon script
116c59dd90 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2021-05-17 01:34:05 +00:00
Michail Vourlakos
c9682e09e6 improve layout icon size in menuitems 2021-05-16 22:38:08 +03:00
Michail Vourlakos
e241a79385 improve layouts menu items spacing 2021-05-16 22:23:57 +03:00
Michail Vourlakos
cf1a008791 update to prebeta v0.9.91 2021-05-16 10:46:17 +03:00
Michail Vourlakos
2fc50d255a provide thick,length margins for layout icon 2021-05-16 09:13:06 +03:00
Michail Vourlakos
11c3f2a664 contextmenu:reduce margins for layout icon and name 2021-05-15 20:21:17 +03:00
Michail Vourlakos
69ec3d937f contextmenu:provide icons for moveToLayout options 2021-05-15 15:59:52 +03:00
Michail Vourlakos
88f72bcc3b contextmenu:draw layout icons
--change also layout actions to radiobuttons
2021-05-15 15:59:52 +03:00
Michail Vourlakos
5a6e2cb149 context menu:provide layoutmenuitemwidget 2021-05-15 15:59:52 +03:00
Michail Vourlakos
4371067275 viewdialog:support reverse radiobuttons 2021-05-15 15:59:52 +03:00
Michail Vourlakos
dc11db19d4 context menu:provide icon for edit layout 2021-05-15 15:59:52 +03:00
Michail Vourlakos
8e9de84e01 contextmenu:expose layouts icon data 2021-05-15 15:59:52 +03:00
Michail Vourlakos
cbd8d5d88c layoutsmanager:take responsibility for layout icons 2021-05-15 15:59:52 +03:00
Michail Vourlakos
517b423bc6 settingsdialog:do not override layout icons
--in multiple layouts mode in the past the activities
icons could be used in order to identify layouts in
settings dialog. This is now dropped and only the
layout icon and background are used.
2021-05-15 15:59:52 +03:00
Michail Vourlakos
b846933e8e dialogs:provide same codepath to draw layout icons 2021-05-15 15:59:52 +03:00
Michail Vourlakos
076deece2f simplify drawLayoutIcon function 2021-05-15 15:59:52 +03:00
Michail Vourlakos
53a44fbb40 settingsidalogs:simplify background drawing
--background drawing for subitems of information
can be one for all and there is no needed for it
to be at per subitem
2021-05-15 15:59:52 +03:00
Michail Vourlakos
de1844a487 viewsdialog:radio buttons for single option menu 2021-05-15 15:59:52 +03:00