Commit Graph

1314 Commits (be337db8eccd37cef2842d5206a385fdbb6f702d)
 

Author SHA1 Message Date
Michail Vourlakos be337db8ec update translations and translations strings
Michail Vourlakos 6237d52c3d update buttons state in layouts window
Michail Vourlakos 820d6562e0 improve shadow defaults
Michail Vourlakos 3f43e3e6f0 improve presets settings
Michail Vourlakos c4c17f6c04 change default option
--enable shrink margins by default
--disable indicators glowing
Michail Vourlakos 7e07a402da disable automatic icon size for plasma taskmanagers
Michail Vourlakos 9f359f37db provide Alternatives from the Latte applet
Michail Vourlakos db0d084ed2 include all tasks plasmoids in heurestics
--during startup Latte checks if a tasks plasmoid
is going to be present (because of multi-screen settings).
Now these checks are also considering the case of
plasma taskmanagers
Michail Vourlakos a1fac1a29c remove deprecated code
Michail Vourlakos 26516b8d8c check specific for Latte Tasks Plasmoid
Michail Vourlakos 1b0b2a24b8 consider all taskmanagers in algorithms
--in the past only the Latte plasmoid was considered are
Tasks plasmoid
Michail Vourlakos 41c0b094e7 fix #621,use layout fill(s) for title tooltip
Michail Vourlakos 3dcf39aebe update metadata files
Michail Vourlakos 4c74eab836 add greek translation
Michail Vourlakos dddffdd0a2 rename plasmoid directories to packages
Michail Vourlakos 9a4e6d8cf5 update applets metadata files
Michail Vourlakos c0f1b11eeb include applets in Messages.sh
Michail Vourlakos 14a674cd61 fix #572,support latte spacer
Michail Vourlakos 9f5ab1397d support combining window previews and titletips
Michail Vourlakos cfa8ee9deb hide title tooltips when applet is expanded
Michail Vourlakos 88cd32fffc dont call timer if it isnt needed
Michail Vourlakos 45add5988f fix #622,support title tooltips for hovered applets
Michail Vourlakos 9d1dd08191 add a layout broken file check
--there are cases that a layout file can be broken because
there are containments having same applet ids. This
check informs the user for such layouts when the
layout manager is appearing
Michail Vourlakos 933f075dc5 add configure in the layouts context menu
Michail Vourlakos 262b3bd238 dont restore zoom when applet context menu shown
Michail Vourlakos 0b344be641 dont release zoom when plasmoid context menu is shown
Michail Vourlakos b2df416e1b fix crash from infoview in wayland
Michail Vourlakos 7b8bb2fc73 fix copy dock method loading part
-- copy dock method wasnt using correctly the signals
and the methods from containments during first loading
the new copied containments. That could create crashes
if the user was trying to remove a copied dock directly
after used the copy method
Michail Vourlakos 018b977b92 improve string semantics
omni6 702f1f5b07 Update de.po ()
Michail Vourlakos 959da04dfa improve tooltips visual parent thickness
--this way the previews and task name tooltips
are positioned much better. They dont overlap with
the panel or the tasks
Michail Vourlakos 35dc7c3f69 fix #567,support task name tooltips
Michail Vourlakos 8abc2e517a config option for task title tooltips
Michail Vourlakos 35b4cc56b5 support title tooltips for tasks
Michail Vourlakos cc94677817 remove deprecated code
Michail Vourlakos 581af2e6ac Update INSTALLATION.md
Michail Vourlakos ae39271c9f update timer interval for dynamic switching
Michail Vourlakos 23733837e5 update the infoview for wayland and multi-screen
Michail Vourlakos 3028076db2 add a special Latte info window / view
--it is used mainly for presenting a Latte specific
info window when changing dynamically layouts
Michail Vourlakos e8fb9e9d22 hide task number when launcher is bouncing
Michail Vourlakos 8aff1cf694 reduce the thickness when bouncing launcher
--this is only for the case that the launcher is called
through a shortcut. The dock mask in that case uses the
midThickness and for that the bouncing launcher must be reduced
Michail Vourlakos 81323df723 fix #576,force panel shadow at expanded applets
--there are cases that the panel shadow should be forced
shown even though the user has chosen not to. Such case
is when an applet is expanded and the user has
zoom factor:1, panel background:100%, which is much
similar with a plasma panel configuration
Michail Vourlakos 3f90c61d53 include plasma taskmanagers in startup identify
--Latte when loading a layout tries to identify if based
on the docks settings there will be at least one dock
containing a tasks plasmoid. This code was extended in order
to identify also the plasma taskmanagers. One more improvement
is that this code now is executed also when dynamically
changing layouts
Michail Vourlakos ba3de5061f block zoom hovering on dock sliding in/out
Michail Vourlakos 0cdd8916cf fix #587,fix typo showing wrong placeholder
--wrong placeholder position for horizontal dock
layouts
Michail Vourlakos dfe0a8e18f update translation strings, add greek
Michail Vourlakos 6f7a44c450 the user can disable the Latte Info window
--which is mainly used to inform the user for
a dynamic layout switching
Michail Vourlakos aed9452330 remove deprecated code
Michail Vourlakos 2d4aeaaf51 add info window for showing latte infos
--its main purpose is to inform the user that Latte
is dynamically switching layout
Michail Vourlakos 096a1fa4c7 fix , add a missing return statement