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
Michail Vourlakos
cf1a008791
update to prebeta v0.9.91
4 years ago
Michail Vourlakos
2fc50d255a
provide thick,length margins for layout icon
4 years ago
Michail Vourlakos
11c3f2a664
contextmenu:reduce margins for layout icon and name
4 years ago
Michail Vourlakos
69ec3d937f
contextmenu:provide icons for moveToLayout options
4 years ago
Michail Vourlakos
88f72bcc3b
contextmenu:draw layout icons
...
--change also layout actions to radiobuttons
4 years ago
Michail Vourlakos
5a6e2cb149
context menu:provide layoutmenuitemwidget
4 years ago
Michail Vourlakos
4371067275
viewdialog:support reverse radiobuttons
4 years ago
Michail Vourlakos
dc11db19d4
context menu:provide icon for edit layout
4 years ago
Michail Vourlakos
8e9de84e01
contextmenu:expose layouts icon data
4 years ago
Michail Vourlakos
cbd8d5d88c
layoutsmanager:take responsibility for layout icons
4 years ago
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.
4 years ago
Michail Vourlakos
b846933e8e
dialogs:provide same codepath to draw layout icons
4 years ago
Michail Vourlakos
076deece2f
simplify drawLayoutIcon function
4 years ago
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
4 years ago
Michail Vourlakos
de1844a487
viewsdialog:radio buttons for single option menu
4 years ago
l10n daemon script
09de9c13df
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
Andreas Sturmlechner
53aad2f979
Port away from deprecated API (NET::StaysOnTop -> NET::KeepAbove)
...
Deprecated since 5.0.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
4 years ago
Michail Vourlakos
8e8c416e05
task indicator:hovered for preview containsmouse
4 years ago
Michail Vourlakos
76549a9f99
shortcuts:wait for view to fully shown properly
...
--the new approach is not using timers but actual
events from View in order to identify when the
view is fully shown and when their popup is actual
visible. This way popup showing and view slide-in
is always synchronized properly
BUG:425078
4 years ago
Michail Vourlakos
8028efaa6c
expose isShownFully to ViewPart::Visibility
4 years ago
Michail Vourlakos
c0e768c73c
move external bindings in their own file
4 years ago