1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-08-14 09:49:33 +03:00

83 Commits

Author SHA1 Message Date
3d7f5e7990 update Latte Indicator to new design 2019-02-22 18:29:46 +02:00
19815138c5 set a limit for backgrounds hash size
--Latte should remember 300 backgrounds
maximum and afterwards that cache is removed.
That way we can avoid cases that because
a slideshow plugin uses too many wallpapers
does not make Latte to have high memory usage.
2019-02-21 00:34:36 +02:00
cd825d9463 fix restoring wallpaper tracking after slideshow 2019-02-20 18:35:33 +02:00
e303130ef6 release broadcasted backgrounds when not needed
--an example could be when the user decides to change
wallpaper plugin for its desktop from a slideshow
to other wallpaper plugins
2019-02-19 20:58:48 +02:00
362d50a1fd support wallpaper slideshows 2019-02-19 17:44:40 +02:00
7a6dfa352c improve how iconitem tracks source changes
--this is used mostly to identify when the colors
should be updated
2019-02-15 19:19:12 +02:00
c2dc637a46 activate Unity indicator style
--this is just initial work and not even close
to the final result but it is the ground in order
to build upon.
2019-02-13 20:58:44 +02:00
9eb5e25a2c support unity colors in Latte::IconItem
--iconitem now can provide a background and glow
color for its icon when the propery providesColors
is enabled
2019-02-12 18:18:12 +02:00
7772ee2855 add Type property for Latte::View
Summary:
--this way any part interested to know the
real type of Latte::View it can access the
all new type() property

Test Plan:
test view settings that indicate correctly
the panel/dock type

Reviewers: trmdi, #latte_dock

Reviewed By: trmdi

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D18926
2019-02-11 19:45:05 +02:00
87e6d23b7c add option for indicator style
--user can now alter the indicator style and
choose between Latte/Plasma/Unity
2019-02-10 16:18:51 +02:00
717c7f9612 enable new Colors options in the settings window 2019-02-09 15:43:12 +02:00
dba08b5e3d add missing characters 2019-02-09 15:20:43 +02:00
2332ca6d89 fix warning 2019-01-27 17:19:52 +02:00
ffc1669c67 fix height binding loop for BadgeText 2019-01-27 10:29:56 +02:00
2ab84aa140 make badge Text dependent of Badge height
--this way at very small sizes the text is still
shown without overlapping the badge indicator

BUG: 403602
2019-01-26 15:27:57 +02:00
9851a71293 elide InfoBadge for first task when needed
BUG: 403518
2019-01-24 15:29:41 +02:00
9c3726a07b support different actions for left click and hover
--app now supports the user to set different actions
for tasks left-click and for hover event

BUG: 400690 400429
2019-01-19 16:30:44 +02:00
698b3bac77 isBusy dont be so sensitive
--decrease areas to 10 from 40
2019-01-05 21:57:13 +02:00
8d099abaaa fix a crash and isBusy calculations 2019-01-05 21:35:19 +02:00
1a643e9749 increase sensitivity for background busyness 2019-01-05 16:21:14 +02:00
38ab6b67bb improve background isBusy code for DynBack 2019-01-05 13:06:11 +02:00
50eb9ec277 change distorted to busy background
--simplify semantics by updating distorted
term to busy background
2019-01-05 12:22:06 +02:00
9229ca07fb add distorted flag to backgrounds tracking 2019-01-05 00:37:43 +02:00
8d7110f761 Fix minor typos
Summary: Fix minor typos in messages and comments

Test Plan: No major changes to prevent compilation and usage

Reviewers: mvourlakos

Reviewed By: mvourlakos

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D17894
2019-01-02 19:37:43 +02:00
e9b3895936 improve options for applets shadow color 2018-12-31 21:23:26 +02:00
302d29bae7 improve ActiveIndicator/Glow options 2018-12-28 20:05:36 +02:00
7d66434244 introduce complexity for view settings 2018-12-25 23:57:41 +02:00
b418923c03 move from luminas to brightness
--the luminas functions didnt work well
for all cases. Latte is now using brightness
functions as described at:

   https://www.w3.org/TR/AERT/#color-contrast

this patch fixes all cases mentioned in the bug
that Latte contrast identification did not work well

BUG: 402115
2018-12-25 20:20:06 +02:00
b6ae8d66ee identify single color background also
--Latte now does not only identify background files
but single colors also. At the same time the new
implementation is multi-screen aware. That means
that two different top panels at two different screens
can be color independent, meaning the first could
be lightish when it is transparent and the latter
darkish

BUG: 402143
2018-12-25 19:11:59 +02:00
f1712ca7a5 fixes for BackgroundCache 2018-12-25 18:36:44 +02:00
fabd989146 remove qml BackgroundTracker
--move to the new liblatte2 BackgroundTracker
which is also multi-screen aware
2018-12-25 14:17:05 +02:00
095048223a refactor:move backgroundtracker under liblatte 2018-12-25 13:03:20 +02:00
9447a8f748 REFACTOR:replace liblattedock with new liblatte2 2018-12-07 18:44:09 +02:00