1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-05 17:47:23 +03:00

2894 Commits

Author SHA1 Message Date
Michail Vourlakos
c735792c30 REFACTOR:replace all "foreach" statements 2019-04-05 17:17:10 +03:00
Michail Vourlakos
d48d2da2cd add comment 2019-04-05 17:17:10 +03:00
l10n daemon script
c06423b443 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"
2019-04-05 05:58:03 +02:00
Michail Vourlakos
3e19e553f1 add IndicatorInfo to have a global reference 2019-04-04 22:49:49 +03:00
Michail Vourlakos
915bb1bd39 provide visual limits for margins/padding
--based on the current indicator there minimum
thickness and indicator padding can be altered.
Providing some visual feedback for the user to
understand these limits is a good practice.
2019-04-04 18:38:54 +03:00
Michail Vourlakos
6d84b6eea2 better way to identify applet plasma behavior
--there is a combinantion of settings that enables
plasma original applet behavior.
1. the applet is locked and is not using parabolic effect
2. the zoomfactor === 1 and the user has not activated
title tooltips
2019-04-04 17:23:17 +03:00
Michail Vourlakos
1503dbe247 take into account indicator minimum paddings 2019-04-04 16:38:00 +03:00
Michail Vourlakos
2919620467 select proper indicator in combobox list 2019-04-04 14:52:50 +03:00
Michail Vourlakos
f9091f3b6c Dont use empty areas in HeaderSwitch
--the user in order to activate/deactivate an element
must click either the Text or the Swith elements
2019-04-04 14:41:16 +03:00
Michail Vourlakos
89e0eaa3ee dont animate clicking for locked applets 2019-04-04 14:29:41 +03:00
Michail Vourlakos
e7eb06a63e optimize subtracked masking for wayland case
--under wayland masking does not break the visual
result of a window. For that reason under wayland
the editShadow can be masked out totally and not
only for its windows underlying parts.
2019-04-03 22:57:01 +03:00
Michail Vourlakos
92584e638c consider vertical views to position viewconfigs 2019-04-03 22:41:03 +03:00
Michail Vourlakos
8b6f250733 dont subtract sec.config win for vertical views 2019-04-03 22:35:27 +03:00
Michail Vourlakos
1210e708c9 support automatic roundness to !compositing 2019-04-03 22:24:21 +03:00
Michail Vourlakos
a5c7148168 improve icon references in Latte Layouts UI 2019-04-03 21:12:52 +03:00
Michail Vourlakos
50866a8dcf improve indicators actions icons 2019-04-03 21:10:15 +03:00
Michail Vourlakos
c060f0449c fix wrong calculations for roundness 2019-04-03 16:46:19 +03:00
Michail Vourlakos
ff53a23cac drop manual roundness setting from code
--as the new automatic mechanism works nice
the old manual setting of plasma theme roundness
is not needed
2019-04-03 16:46:19 +03:00
Michail Vourlakos
b6c272d6a9 add heuristic to identify theme roundness automatic 2019-04-03 16:46:19 +03:00
l10n daemon script
1a17ffb683 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"
2019-04-03 06:01:54 +02:00
l10n daemon script
73745f2f53 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"
2019-04-02 06:00:53 +02:00
Michail Vourlakos
555fc966b0 activate config windows under wayland environment
--add heuristic method in wayland interface in order to
return the internal id of a window by using its appId
and its geometry
2019-04-01 23:50:25 +03:00
Michail Vourlakos
d9a2e4c948 make text translatable 2019-04-01 18:33:36 +03:00
Michail Vourlakos
9f1b284f64 init earlier translation domain, indicatorconfigui 2019-04-01 17:16:40 +03:00
Michail Vourlakos
82480e6079 fix warnings,closing Latte with custom indicators 2019-04-01 17:16:40 +03:00
Michail Vourlakos
834bb56194 provide panel transparency info to indicators 2019-04-01 17:16:40 +03:00
l10n daemon script
5c09168968 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"
2019-04-01 05:41:46 +02:00
Michail Vourlakos
d280b6e4aa button to remove locally installed indicators 2019-03-31 14:53:12 +03:00
Tranter Madi
5fe27176fa Center align shortcut badges when iconSize < 48
Summary:
When iconSize is not big enough, center aligned shortcut badges look better than top-left aligned ones.

BUG: 406037

Test Plan:
- When iconSize < 48: shortcut badges are center aligned
- When iconSize >= 48: they are top-left aligned

For example, with iconSize = 32:
Before:
{F6736365}
After:
{F6736366}

Reviewers: #latte_dock, mvourlakos

Reviewed By: mvourlakos

Subscribers: mvourlakos, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D20128
2019-03-31 13:37:45 +07:00
l10n daemon script
348b617b49 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"
2019-03-31 06:35:48 +02:00
Michail Vourlakos
d4b2589d0c expose isPressed state to indicators 2019-03-31 02:10:57 +02:00
Nick Guletskii
6f84812a53 Highlight the hovered item in the task group tooltip
Summary:
Currently, the task group tooltip doesn't react to the user hovering over a thumbnail. This patch modifies the active window line to also act as a hover indicator, making the UI more responsive to the user's mouse movements.

{F6734813}

Reviewers: #latte_dock, mvourlakos

Reviewed By: #latte_dock, mvourlakos

Subscribers: mvourlakos, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D19281
2019-03-31 00:36:37 +02:00
Nick Guletskii
0a3755dce5 Close the window selected in the task group tooltip on middle click
Summary: In Windows, it is possible to close windows by middle-clicking their previews in the taskbar. This patch adds this feature to Latte Dock. Now, middle clicking an item in the task group tooltip will close the corresponding window.

Reviewers: #latte_dock, mvourlakos

Reviewed By: #latte_dock, mvourlakos

Subscribers: mvourlakos, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D19284
2019-03-31 00:33:09 +02:00
Michail Vourlakos
de2c52039b update string 2019-03-30 12:07:10 +02:00
Michail Vourlakos
612c53b78a respect liveEditMode for plasmoid separators 2019-03-30 10:55:44 +02:00
Michail Vourlakos
6c8723b0b4 add CheckBoxesColumn and introduce common margin
--provide same margins for all CheckBoxes lists

BUG: 406031
2019-03-30 10:17:38 +02:00
l10n daemon script
91fbcf19b7 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"
2019-03-30 05:56:37 +01:00
Michail Vourlakos
6569160195 improve icon colors for applets
--provide a background and glow color for those
applets that do not provide an icon to render
2019-03-29 22:48:36 +02:00
Michail Vourlakos
9b1841e9e3 watch app paths for indicators changes 2019-03-29 21:15:44 +02:00
Michail Vourlakos
de170d42d8 remove unneeded warning 2019-03-29 20:53:16 +02:00
Michail Vourlakos
83ab266cd8 improvements in installing standalone indicators 2019-03-29 19:59:15 +02:00
Michail Vourlakos
ba08038bc0 add Latte/Indicator type and improve metadata 2019-03-29 19:12:32 +02:00
l10n daemon script
7b5c2a0980 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"
2019-03-29 05:55:26 +01:00
Michail Vourlakos
69bbb82841 improve icons colors names 2019-03-29 02:18:10 +02:00
Michail Vourlakos
2f81ffab97 enable custom types from combobox 2019-03-29 00:07:36 +02:00
Michail Vourlakos
3d2d399072 add functionality to custom indicators 2019-03-29 00:07:36 +02:00
Michail Vourlakos
81204e3519 support importing indicators from compressed files 2019-03-29 00:07:36 +02:00
Michail Vourlakos
fd74397bae support file dialog for indicators 2019-03-29 00:07:36 +02:00
Michail Vourlakos
4c613a1d47 support last used custom type 2019-03-29 00:07:36 +02:00
Michail Vourlakos
fdd5c1eff3 add functionality to CustomIndicatorsButton 2019-03-29 00:07:36 +02:00