1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-26 10:50:37 +03:00

5860 Commits

Author SHA1 Message Date
Michail Vourlakos
170f14c3c0 restack applets internal ClickEffect
--internal click effect is now moved to CompactApplet
which is much better place to be. This way fullrepresentation
applets do not use it at all
2021-07-24 15:35:29 +03:00
l10n daemon script
27c6225b1a 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-07-24 01:14:07 +00:00
l10n daemon script
249aeeccb4 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-07-21 02:15:27 +00:00
l10n daemon script
d600bbeb63 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-07-21 01:14:48 +00:00
l10n daemon script
404eb60a24 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-07-20 02:19:27 +00:00
Michail Vourlakos
a11a56b4d2 update to v0.9.98 v0.9.98 2021-07-18 09:47:03 +03:00
Michail Vourlakos
834f71d266 major:update LastActiveWindow implementation
--new implementation keeps a more consistent history.
Each LastActiveWindow(LAW) now keeps track of all windows
that are related to its view even when these windows are not
currently shown. This way inactive windows history is
consistent and can be used from applets/visibility modes
more appropriately. VDs/Activities that are not
the current one(s) do not delete records from history
any more. Their respected windows are recorded and
flagged as NOT SHOWN, waiting this way to be valid
again after Activities/VDs changes.
2021-07-17 21:02:58 +03:00
Michail Vourlakos
f1d435a38e major:update LastActiveWindow implementation
--new implementation keeps a more consistent history.
Each LastActiveWindow(LAW) now keeps track of all windows
that are related to its view even when these windows are not
currently shown. This way inactive windows history is
consistent and can be used from applets/visibility modes
more appropriately. VDs/Activities that are not
the current one(s) do not delete records from history
any more. Their respected windows are recorded and
flagged as NOT SHOWN, waiting this way to be valid
again after Activities/VDs changes.
2021-07-17 21:01:32 +03:00
Michail Vourlakos
72ff76033b fix "favorite" icon name typo
--this way favorite icon is always used
properly because it is shown from Breeze icon
theme if current icon theme does not
provide it
2021-07-17 15:28:55 +03:00
Michail Vourlakos
1879cc87a2 fix "favorite" icon name typo
--this way favorite icon is always used
properly because it is shown from Breeze icon
theme if current icon theme does not
provide it
2021-07-17 15:26:40 +03:00
Michail Vourlakos
e0e3f19f7a pref option to disable geometries broadcasting
--the user can choose to disable available desktop geometry
broadcasting to Plasma in order to avoid any desktop widgets
moving at all cases
2021-07-16 18:57:30 +03:00
Michail Vourlakos
5486730a00 pref option to disable geometries broadcasting
--the user can choose to disable available desktop geometry
broadcasting to Plasma in order to avoid any desktop widgets
moving at all cases
2021-07-16 18:54:54 +03:00
Michail Vourlakos
19defa08cd drop WinTracker::availableScreenGeometry calcs
--Views WindowsTracker in using screen geometry only to
identify which windows are in the same view screen has nothing
to do with availablescreengeometry. This is why it is
dropped and replaced by View::screenGeometry() value
2021-07-11 11:39:38 +03:00
Michail Vourlakos
29df650645 drop WinTracker::availableScreenGeometry calcs
--Views WindowsTracker in using screen geometry only to
identify which windows are in the same view screen has nothing
to do with availablescreengeometry. This is why it is
dropped and replaced by View::screenGeometry() value
2021-07-11 11:33:10 +03:00
Michail Vourlakos
bb713e1092 calculate scrolling length in (int) values
--calculations for tasks length exceed must be done
always in same arthmetic world either int or float for
all values. It is chosen the int case because latte
is providing applets length in int values

BUG:439540
2021-07-10 08:54:33 +03:00
Michail Vourlakos
8bf5b4ad70 calculate scrolling length in (int) values
--calculations for tasks length exceed must be done
always in same arthmetic world either int or float for
all values. It is chosen the int case because latte
is providing applets length in int values

BUG:439540
2021-07-10 08:50:19 +03:00
Michail Vourlakos
750785b5e5 fix notifications placement for sidebars
--Corona::availableScreenRe.. functions now ignore
visibility modes from views that are almost always hidden
such as SideBars and AutoHide panels/docks
2021-07-09 10:23:22 +03:00
Michail Vourlakos
094951d3f9 fix notifications placement for sidebars
--Corona::availableScreenRe.. functions now ignore
visibility modes from views that are almost always hidden
such as SideBars and AutoHide panels/docks
2021-07-09 10:20:36 +03:00
l10n daemon script
63dd1831d5 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-07-08 02:20:20 +00:00
l10n daemon script
92aec503f5 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-07-03 01:21:02 +00:00
l10n daemon script
6cfbf1d1cd 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-07-02 02:11:55 +00:00
Michail Vourlakos
fd5b4e53ec fix Debug Window layout
--it was broken because of all new View::Name
property
2021-06-29 18:58:00 +03:00
Michail Vourlakos
62ce667b65 fix Debug Window layout
--it was broken because of all new View::Name
property
2021-06-29 18:55:49 +03:00
Michail Vourlakos
30de674870 cmdline:add dock/panel through --add-dock 2021-06-28 17:14:54 +03:00
Michail Vourlakos
291699379e cmdline:add dock/panel through --add-dock 2021-06-28 17:07:53 +03:00
Michail Vourlakos
31f0355a71 cmd:provide option for add-dock 2021-06-27 20:54:31 +03:00
Michail Vourlakos
8ec97ed6c4 cmd:provide option for add-dock 2021-06-27 20:53:39 +03:00
Michail Vourlakos
469a5e48cc update to version 0.10.75 2021-06-27 08:58:01 +03:00
Michail Vourlakos
60cef9638d update to version 0.9.97 v0.9.97 2021-06-27 08:51:42 +03:00
Michail Vourlakos
601e9b1e07 update Changelog to v0.10.0 2021-06-27 08:49:26 +03:00
Michail Vourlakos
ce9fd0132d update Changelog to v0.10.0 2021-06-27 08:48:33 +03:00
l10n daemon script
84df1d2393 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-06-26 02:21:38 +00:00
l10n daemon script
d699e144ce 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-06-26 01:23:25 +00:00
Michail Vourlakos
7b8bef6b32 indicator:improve text in config 2021-06-17 20:57:40 +03:00
Michail Vourlakos
686d04f181 update scheme files when created
--plasma systemsettings colors dialog recreates
the color scheme file and is not updating it.
By adding a signal for file creation we can now
update color schemes properly when the user updates
colors based on plasma systemsettings dialog
2021-06-16 16:58:11 +03:00
Michail Vourlakos
783ff0368c default indicator:use colorizer manager colors 2021-06-16 16:45:04 +03:00
Michail Vourlakos
36f6f73baa layout:do not store homepath for schemes 2021-06-16 16:24:42 +03:00
Michail Vourlakos
703c2bd6f6 detailsdlg:provide scheme custom item delegate 2021-06-16 15:32:57 +03:00
Michail Vourlakos
7dca67cb68 detailsdlg:draw scheme cmb properly 2021-06-16 15:23:44 +03:00
Michail Vourlakos
3bc3014863 genericsettings:provide scheme drawing 2021-06-16 14:49:02 +03:00
Michail Vourlakos
c065bab169 detailsdialog:set custom color scheme for layout 2021-06-16 13:49:23 +03:00
Michail Vourlakos
2be506912f detailsdialog:provide customSchemeComboBox 2021-06-16 13:30:59 +03:00
Michail Vourlakos
a9d0443489 detailsdialog:provide color schemes model 2021-06-16 13:12:47 +03:00
Michail Vourlakos
1712a69745 colors:update text 2021-06-16 11:33:20 +03:00
Michail Vourlakos
f10ae3e239 layout:update default color scheme ref properly 2021-06-16 11:27:48 +03:00
Michail Vourlakos
a36a228938 provide colors Layout Colors option 2021-06-16 11:05:20 +03:00
Michail Vourlakos
7adee2c034 provide schemeFile data from centralayout data 2021-06-16 10:08:38 +03:00
Michail Vourlakos
509df95ae7 data::layout provide schemeFile 2021-06-16 10:07:34 +03:00
Michail Vourlakos
bf58c753ee expose scheme for central layouts 2021-06-16 10:01:16 +03:00
Michail Vourlakos
a9ed71b837 provide schemeFile for layout 2021-06-16 09:42:36 +03:00