Commit Graph

5649 Commits (c9515a0353e39eac610508f2c3c8e513a6a5e651)
 

Author SHA1 Message Date
Michail Vourlakos aa916b7b9e screensdialog:retrieve Removability data properly
--use layouts controller in order to track layouts data
and get access to occypied explicit screens. This way
we make sure that the user wont be allowed to delete
screens that are used by layouts.
4 years ago
Michail Vourlakos c740f5020d screensdialog:connect to layouts controller
--this way we can make sure the screens data removable
flag is consistent with latest layouts data even those
that have not been applied yet
4 years ago
Michail Vourlakos 46c0e1a992 layout:expose explicitScreens 4 years ago
Michail Vourlakos 9e611d444e data::screen,add isRemovable flag 4 years ago
Michail Vourlakos fabd5f864d settingsdialog:add shortcut for screens dialog 4 years ago
Michail Vourlakos c6ff32b4e4 small improvements for screens model 4 years ago
l10n daemon script 6b7c558cff 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"
4 years ago
Michail Vourlakos da50ca7147 consider roundness for popup placement
--take into account margin.length when applied for items
to get into the roundness area
4 years ago
Michail Vourlakos 7392f362a2 draw correct borders for floating Docks
--Justify floating dock case with maximum length
to 100%
4 years ago
Michail Vourlakos 110c090af4 fix #74,decrease margins for rounded backgrounds 4 years ago
l10n daemon script 4d407abeda 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"
4 years ago
Rodrigo Pedra Brum 0a93f61550 Added missing dependency for KDE Neon 4 years ago
Michail Vourlakos c2a3298b5b abilityitem:fix bindingloop headIsVisibleSeparator 4 years ago
Michail Vourlakos e85c3229ca indexerclient:do not double add indexes 4 years ago
Michail Vourlakos 9f0b6e0b5c screensdialog:introduce relevant handler 4 years ago
Michail Vourlakos 9790b0cdad set userconfiguring early enough on first creation 4 years ago
Michail Vourlakos d5450d7338 screensdialog:introduce dialog class 4 years ago
Michail Vourlakos 117e8e2dc3 windowscancover:update hidden state based on mouse
--use containsmouse flag to show/hide windowscancover
like all the rest visibility modes
4 years ago
Michail Vourlakos 5d8afda244 screensdialog:use spdx license syntax 4 years ago
Michail Vourlakos 648099f746 viewsdialog:reduce single menu width 4 years ago
Michail Vourlakos 0d5c63f31d screendialog: add relevant model 4 years ago
Alexander Lohnau 505379ed04 Use spdx syntax for all files 4 years ago
Michail Vourlakos 4e2c6da514 activate dragged window before moving
BUG:437679
4 years ago
Michail Vourlakos af32f8ebd1 settingsidialog:make errors icons smaller 4 years ago
Michail Vourlakos 12c8643f62 reduce width for layouts contextmenu
BUG:437525
4 years ago
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
4 years ago
Michail Vourlakos 4017eb599c viewsdialog:show active screens in bold 4 years ago
Michail Vourlakos ef383e8162 respect icon size for layout:menuitem-icon
BUG:437525
4 years ago
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.
4 years ago
Ömer Fadıl Usta 9d493c4608 Update .gitignore 4 years ago
Ömer Fadıl Usta 108bc0af05 Update declarativeimports/core/iconitem.cpp 4 years ago
Ömer Fadıl Usta 03e9c6c954 Reorder inits to Fix wrong initialize problem and fixes for string compares 4 years ago
Michail Vourlakos 21b187b94c sort layouts in context menu based on their names 4 years ago
Ö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
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
4 years ago
Michail Vourlakos 4205433aac nice popup positioning in !compositing mode 4 years ago
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
4 years ago
Michail Vourlakos a001eab39c provide isSidebar flag for view::visibility 4 years ago
Michail Vourlakos f2dda7347c set input mask properly for hidden sidebars
--do not enable any input mask for hidden sidebars
4 years ago
Michail Vourlakos 2fd5a5a6a2 do not force solidbackformaximized in panels 4 years ago
Michail Vourlakos cf2f3d551b do not remove removal for tasks separators 4 years ago
Michail Vourlakos 01e60e0aab update layout viewsScreens function
--use Layout::views() function to implement this
4 years ago
Michail Vourlakos 40496ca32f screensdialog:provide initial ui 4 years ago
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"
4 years ago
Michail Vourlakos 117d68749b plasmoid:fix monochromized icons implementation 4 years ago
Rik Mills f2e46382c3 Remove link to defunct PPA 4 years ago
Michail Vourlakos a1b417cb94 Update README.md 4 years ago
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"
4 years ago
Michail Vourlakos c9682e09e6 improve layout icon size in menuitems 4 years ago
Michail Vourlakos e241a79385 improve layouts menu items spacing 4 years ago