Commit Graph

2240 Commits (2897465060469d35bee47b854093c045a4bc09cb)
 

Author SHA1 Message Date
Yuri Chornoivan 64d5bc07d0 Fix minor typo 7 years ago
Michail Vourlakos ee1e98bd4d improvements for sliders appearance 7 years ago
Michail Vourlakos 8214bd090c improve translation strings 7 years ago
Michail Vourlakos 591ce6c4d5 fix #1021,add borders option in layouts window
--the user can now enable/disable borderless maximized
windows per layout through Latte settings window
7 years ago
Michail Vourlakos cf51d10158 add option to (de)activate borderless maxim.window 7 years ago
Michail Vourlakos a5837fff09 add enabler/disabler for borderless maximized wins 7 years ago
Michail Vourlakos eb7b0ec497 fix a crash from ghostscreenedges
--when recreating the dock/panel because of
visibility mode changes sometimes there was
a crash because of the timers for the workaround
of isVisible() changes
7 years ago
l10n daemon script 8927f4d7ac GIT_SILENT made messages (after extraction) 7 years ago
Michail Vourlakos 50a4727ffa fix #867,enable neutral areas in corner cases
--The Plasma layout is using the Latte plasmoid. By
following that case the neutral applets areas werent
activated. This is fixed now and also the click animation
in such cases.
7 years ago
Michail Vourlakos 92a7239550 fix #1001,disable maximized borders per layout
--give the user an option in layout file in order
to enable/disable borders for maximized windows.
the option is called "disableBordersForMaximizedWindows"
and must be put in LayoutSettings section
7 years ago
Michail Vourlakos 25a7e560bb update changelog 7 years ago
l10n daemon script 680032c222 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"
7 years ago
l10n daemon script 7c3aab9b98 GIT_SILENT made messages (after extraction) 7 years ago
Michail Vourlakos 33f104215a fix #976,dont hide startups when having launchers 7 years ago
Michail Vourlakos 64f036dadd improve layouts elements interaction in config
--use DoubleClick to change ShowInMenu
--dont change Activities when Activities combobox
loses focus, only when the user has really clicked
an element
--select user-set backgrounds properly when showing
the combobox backgrounds popup
7 years ago
Michail Vourlakos 55c373a9e1 RTL fixes in settings windows 7 years ago
Michail Vourlakos e653fd1666 improve some texts visibility
--in some cases options in Appearance page
where increasing their size and that was
breaking the experience from the sliders
7 years ago
Michail Vourlakos 28f0bed9dd fix #997,decrease text size when needed
Launchers Area text wasnt decreasing its size for
very small thickness.
7 years ago
Michail Vourlakos 83be8d9b20 fix #986,option to not group tasks
--give the user option to group or not
tasks of the same application by default
7 years ago
Michail Vourlakos d31c8eedd9 add delay for tooltip 7 years ago
l10n daemon script 8356c6ba68 GIT_SILENT made messages (after extraction) 7 years ago
Michail Vourlakos 78ebe6e258 dont apply containment changes when locked
--if the layout is locked then dont apply any
containment config changes
7 years ago
Michail Vourlakos a87d094986 fix crash from ghostedge in X11
--when unloading a layout under X11
when MultipleLayouts are used sometimes
a crash was occuring.
7 years ago
Michail Vourlakos dd296cdf9c fix #980,support locked/unlocked layouts
--layouts can be read-only and in such case
any settings changes arent saved.
7 years ago
Michail Vourlakos 20c38f6f22 improvements in layouts editor painting 7 years ago
Michail Vourlakos ece4d55f1c add lock layout button in settings 7 years ago
Michail Vourlakos 2d9b5376b7 add missing license headers in javascript files 7 years ago
Michail Vourlakos 136a0f322b add missing license headers 7 years ago
Michail Vourlakos 675bfe284d fix #980,support lock icon in layouts editor
-- when a layout is read-only then a lock icon
appears in its layout record.
7 years ago
l10n daemon script 403117e044 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"
7 years ago
Michail Vourlakos e439fd79c9 improvements for spacing 7 years ago
Michail Vourlakos 1e2b996a9e support lock/unlock in layout
--identify if a layout is locked and
support lock/unlock for that layout
7 years ago
Michail Vourlakos b02628de3f update file permissions in more places 7 years ago
Michail Vourlakos 75ab4e9cf0 fix #980,update layouts permissions after importing
--in some systems that layouts are readonly when
copied to user "latte" directory were still
read-only. We are fixing these permissions with
this patch.
7 years ago
Michail Vourlakos 62497561d2 Revert "wayland fix crash when changing location"
This reverts commit 797ead1f1d.
7 years ago
Michail Vourlakos 7c593c7112 fix #977,improve geometries publishing 7 years ago
Michail Vourlakos 797ead1f1d wayland fix crash when changing location
--when a dock was changing location and kwin
effects where enabled then a crash was appearing
under wayland. So we block drawing effects when
a dock is inTempHiding or inForceHiding
7 years ago
Michail Vourlakos 506d23d948 enable parab.effect for latte spacer 7 years ago
Michail Vourlakos 7930b5950d remove present windows applet from blacklist 7 years ago
Michail Vourlakos c14470c742 fix #983,expose latte availability to applets
--allow the applet developers to set at their
applet main file:

property bool disableLatteParabolicIcon: true

in order to disable any Latte functionality
concerning the parabolic icon

-- allow the applet developers to set at their
main file:

property bool isInLatte: false

in order to be informed by Latte when they are
in a Latte containment. For what ever purposes
the developers need to adjust to their plasmoid.
7 years ago
Michail Vourlakos 7f89bd99b0 fix #985,use same style for tasks/applets numbers 7 years ago
Michail Vourlakos e9ad5cd660 fix #981,single window titles in title tooltips 7 years ago
Michail Vourlakos b2c77843f1 fix #979,add tooltip for Latte icon 7 years ago
Michail Vourlakos 8cfbb67d3c fix #978,dont overlap pin/advanced buttons 7 years ago
Michail Vourlakos a04bee5cc2 use plasma HIG and remove ":" character
--tranlsation improvements
7 years ago
Michail Vourlakos 745b9ea075 dont apply too early blur effect
dont delay the corona destruction under wayland
because that creates a crash with kwin effects

BUG: 392890
7 years ago
Michail Vourlakos 5231e95c96 fix #972,update Sliders version at dock settings
--use QtControls 2.2 for Sliders in dock settings
and update the Latte required version to 5.9 which
is LTS. Most distros should have already updated
to that one.
7 years ago
Michail Vourlakos 1601eaa155 Revert "Revert "fix #972,fork PlasmaComponents3.Slider""
This reverts commit e328fa5502.
7 years ago
Michail Vourlakos e328fa5502 Revert "fix #972,fork PlasmaComponents3.Slider"
This reverts commit 4588ac12a0.
7 years ago
Michail Vourlakos 4588ac12a0 fix #972,fork PlasmaComponents3.Slider
-as it appears the PlasmaComponents3.Slider
was adding too much visual distraction. I had
to fork it in order to use it dock settings
window. We needed the behavior of wheelEnabled
in order to disable it and the only slider
providing it from Qt 5.7 was the QtControls 2.0
Slider
7 years ago