Commit Graph

5737 Commits (30fce4b6b9bc4eeaaf120b0a54ef60c05ec251c5)
 

Author SHA1 Message Date
l10n daemon script 30fce4b6b9 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"
3 years ago
l10n daemon script e026957be5 GIT_SILENT made messages (after extraction) 3 years ago
l10n daemon script 692b46846b 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"
3 years ago
l10n daemon script cd10bb11a6 GIT_SILENT made messages (after extraction) 3 years ago
l10n daemon script 93a0fb62da 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"
3 years ago
l10n daemon script 581d4e6a73 GIT_SILENT made messages (after extraction) 3 years ago
l10n daemon script 551cf357a2 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"
3 years ago
l10n daemon script fc94c3de53 GIT_SILENT made messages (after extraction) 3 years ago
l10n daemon script 0d7911328b 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"
3 years ago
l10n daemon script 24b6b327b5 GIT_SILENT made messages (after extraction) 3 years ago
l10n daemon script 052acf1f63 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"
3 years ago
Michail Vourlakos cecb2005ea applet:use last mouse event after dock slide-in
--this way the parabolic effect works nicely after
the dock slides-in. In the past there was a chance
that even though mouse was hovering an parabolicable applet
the parabolic effect was not started because parabolic
event was rejected because the dock was not fully shown
yet
3 years ago
Michail Vourlakos aec752e722 accept background radius 0% 3 years ago
Michail Vourlakos 28f39d65dd update to v0.10.8 3 years ago
Michail Vourlakos 465774f334 update Changelog to v0.10.8 3 years ago
Michail Vourlakos d346e54d41 panels:fix switch to explicit screens and back
--some improvements introduced to 0.10.7 broke the
screen switching codepath for panels. With this
fix users can again move panels around for their
screens

BUG:448569
FIXED-IN:0.10.8
3 years ago
Michail Vourlakos 57ec2b3851 fix for vertical panels identifying top borders
--use also floating screen edge margin in order to identify
if the top or bottom borders of a vertical dock or panel
should be drawn
3 years ago
Michail Vourlakos 7ff8deb0b5 fix position of custombackground on screen corners
BUG:448519
FIXED-IN:0.10.8
3 years ago
Michail Vourlakos 06a293eb80 fix vertical docks/panels positioning
--identify correctly for vertical panels in right edge
when they need to draw or not their top and bottom borders.
This is enough in order to position properly these docks.

BUG:448519
FIXED-IN:0.10.8
3 years ago
Michail Vourlakos ea88cb57a3 position kwinedgehelper properly after startup
BUG:448433
FIXED-IN:0.10.8
3 years ago
Michail Vourlakos 2cf8e80df9 x11:center applet config window on screen 3 years ago
Michail Vourlakos fe4e4f8978 do not shrink vertical docks/panels on startup 3 years ago
Michail Vourlakos a5df2865ba view:unblock events when user undo removal
--this way when a dock or panel is scheduled for
removal but the user undo that removal all
events for main dock/panel window are forwarded
correctly. As  a side fix parabolic effect works
just fine now is such scenario.
3 years ago
Michail Vourlakos b72037af7e update to v0.10.7 3 years ago
Michail Vourlakos f80b54eda1 update Changelog to v0.10.7 3 years ago
Michail Vourlakos 4e1d2f4def kwinedge:calculations improvements 3 years ago
Michail Vourlakos 2cd15da13a kwinedges:fix calculations and positioning 3 years ago
Michail Vourlakos c5adde3db7 windowsgobelow:show properly on startup
BUG:448099
3 years ago
Ömer Fadıl Usta 8ef289a619 Freebsd compile fix
(try#1)
3 years ago
Michail Vourlakos a127fce8ca ignore layout/view extensions properly
--remove them manually and do not use baseName()
because it might take into account dots that are
part of the name.
3 years ago
Michail Vourlakos 12098a1ea2 dragging:respect placeholder in length fill calcs
--reduce glitches when dragging applets around and there
are also fillLength applets in Justify alignment
3 years ago
Michail Vourlakos 42b3bf5c06 justify:update centered offset always 3 years ago
Michail Vourlakos 0264d02a81 fill one pixel gap of justify splitters 3 years ago
Michail Vourlakos 82dc80179f justify:offset centered applets if overlap 3 years ago
Michail Vourlakos e64a061acb drag applet:remove no needed reparenting
--no reason to reparent placeholder out of layouts
order while dragging an applet. This way internal
view splitters are always calculated correctly.
3 years ago
Michail Vourlakos de766bd0e1 scrgeometries:public empty QRegion() correctly 3 years ago
Michail Vourlakos 1c6e60a8f4 view:enable OnAllDesktops during creation
--try to avoid corner cases that wm ignores OnAllDesktops
flag for specific views during startup. This patch should
protect these corner cases.

BUG:447689
FIXED-IN:0.10.7
3 years ago
Michail Vourlakos 19fdce53d9 hide thin tooltip properly
--update current visual parent for thin tooltip
even when this tooltip showing is blocked. Such
a case is when a different applet popup is triggered.

BUG:443645
FIXED-IN:0.10.7
3 years ago
Michail Vourlakos 0f7a4bcd10 always trust KWin for setting struts
--when kwin is running then we should always
trust it in order to provide correct struts.
That applies also under x11 where other wms
might fail.

BUG:447595
FIXEX-IN:0.10.7
3 years ago
Michail Vourlakos abcacface8 window belongs in a screen whenever touching it
--whenever a window geometry is touching a screen geometry
is now considered that this window belongs to that screen.
This way a window could look active to more that one screens.
This way all last active window considerations now work
properly even when the window center is out of screen.
3 years ago
Michail Vourlakos b988193f27 enable regions broadcasting
--it doesnt make any difference with Plasma
3 years ago
Michail Vourlakos 3c21f5475e fix plasma available geometry broadcasting
--ignore docks and panels for availableScreenRect(s) etc.
when they are in startup and they are painted offscreen
--plasma is not ready to accept availableScreenRegion(s) because
after startup moves desktop widgets to the left even though
it should not
--fix availableScreenRegion calculations for Centered and Justified
docks and panels
3 years ago
Michail Vourlakos be84ba56f0 remove doubled debug message 3 years ago
Pino Toscano f7f774aeb1 appdata: fix/improve
- reference the right desktop file for it with <launchable>, so the
  appdata and the desktop file are properly associated
- remove stray control chars in <releases>
3 years ago
Michail Vourlakos 380d62b0b1 update version to v0.10.6 3 years ago
Michail Vourlakos 1da67e4c26 update Changelog to 0.10.6 3 years ago
Michail Vourlakos c711d690e2 add missing header 3 years ago
Michail Vourlakos dc724dfd8b simplify Qt version even more 3 years ago
Michail Vourlakos 5c9a4e8392 simplify qt5 version check 3 years ago
Michail Vourlakos 1d2a1a03b0 Revert "find Qt5 minor version"
This reverts commit 14be8a9e71.
3 years ago