Michail Vourlakos
3bee600a98
introduce AppletAbilities as qml library
...
--introduce AppletAbilities qml library which is going
to be available to all applets to use it freely. In the stage
all components will be qml-only but in the future when
any of the components have been stabilized for their
apis then many of them could gain c++ implementation
5 years ago
Michail Vourlakos
810dd5a1b4
publish Abilities qml library
...
--add AppletRequirements in Abilities
qml library
5 years ago
Michail Vourlakos
6833a9b5cb
expose an object for AppletRequirements
5 years ago
Michail Vourlakos
214447b12f
make AutoItemSizer an Ability called AutoSize
5 years ago
Michail Vourlakos
505f63b3ad
update plasmoid Containment to Container
5 years ago
Michail Vourlakos
a72c30f763
replace containmentAb name with container
5 years ago
l10n daemon script
d0bf13aa72
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"
5 years ago
Michail Vourlakos
42c44c20da
Abilities:Move Tasks iconSizes to ContainmentAb
5 years ago
Michail Vourlakos
0db7b29a2d
Abilities:move iconSize to containmentAbility
5 years ago
Michail Vourlakos
b69af88ebc
refactor:move irrelevant WindowSystem properties
...
--irrelevant WindowSystem properties are now moved
to LatteCore.Environment that fit better semantically
5 years ago
Michail Vourlakos
5073939335
REFACTOR:split up and refactor liblatte2 and types
...
--use a more logical organization for types. LibLatte2
is split to become LatteCore library and Latte types
are now moved to application level. The Latte Types will
be split even more... Tasks-Only related types will
become Latte.Tasks types
BUG:420210
5 years ago
Michail Vourlakos
5fdcef81af
TASKS:Migrate to multiple Tasks architecture
...
--First steps in order to support mulitple Tasks
applets in the same dock and panel.
--Step1: migrate values from Containment to Task
applet.
--Step2: deprecate Task applet options that are
found in containment
--Step3: provide multiple dynamic Tasks tabs in
settings
5 years ago
Michail Vourlakos
0da74fb3ce
Tasks:track multiple Tasks applets
...
--create an infrastructure in order to be able
to adjust and configure multiple Tasks plasmoids
5 years ago
Michail Vourlakos
7f4ff70950
upgrader:Alignment instead of PanelPosition
...
--ContainmentQuickItem is now using alignment
in its configuration
5 years ago
Michail Vourlakos
11afc1db6d
improve default values for floating views
5 years ago
Michail Vourlakos
36aae05bc8
position correctly applets thin title tooltips
...
--consider also the screenEdgeMargin
5 years ago
Michail Vourlakos
aebbff4dfd
improve applets badges location
5 years ago
Michail Vourlakos
25d061bb8f
introduce Environment in Latte library
...
--as first value provide the separator length
that needs to be applied for all separators
5 years ago
Michail Vourlakos
8b41314b2f
enable scrolling activation only for expandable
...
--systrays/internal containments are blocked from
this
5 years ago
Michail Vourlakos
0046c904d1
View:Move expanded applets code to View::Interface
5 years ago
Michail Vourlakos
fa65462dea
move View::deactivateApplets to extendedInterface
5 years ago
Michail Vourlakos
c333e11cdb
update applets expanded tracking on every startup
...
--even when the views is recreated
5 years ago
Michail Vourlakos
0625ad1423
fix edit visual style in !compositing
5 years ago
Michail Vourlakos
ef41f17ef3
fix minimumLength for !compositing
5 years ago
Michail Vourlakos
6034073dd0
fix floating editMode for !compositing case
5 years ago
Michail Vourlakos
f63a467b1e
improvements for applet isExpanded tracking
5 years ago
Michail Vourlakos
1adcbdb863
improve identify applets expanded state
5 years ago
Michail Vourlakos
aa3aba50d9
make blockHiding multiple state
...
--blockHiding now tracks down which event has
requested it and it can work flawlessly with
multiple events
BUG:419034
5 years ago
Michail Vourlakos
ded6ef04e5
fix fake background blur for shared layouts
5 years ago
l10n daemon script
6dac4e4065
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"
5 years ago
Michail Vourlakos
72fdf4563b
improve AbstractLayout background infrastructure
...
--the new infrastructure can remember settings between
CustomBackgroundStyle and ColorStyle in order to
help the user to not have to reassign values
when changing backgrounds, between predefined
colors style and custom one.
5 years ago
Michail Vourlakos
1c88a97c55
app animations independent of plasma durations
...
--plasma durations can mess up the Latte animations
experience a lot. We now use our own set animations
durations which are independent of what the user
chose for plasma animations speed.
BUG:418883
5 years ago
Michail Vourlakos
4ad3880579
update PLASMAPANEL geometry immediate after hiding
...
--behaveAsPlasmaPanel can now slide in/out as real windows
but after they hide there is a chance that their geometry
should be updated. This patch makes sure that this will
happen exactly before the BEHAVEASPLASMAPANEL starts
sliding-in.
5 years ago
Michail Vourlakos
25677a01b5
block screen gap animations on startup
5 years ago
Michail Vourlakos
87f6330816
slide in/out nicely when hideThickScreenGap
...
--when the user has chosen to hide the screen gap
when there is a maximized window in the screen and
at the same time the View behaves as plasma panel,
it now slides in/out nicely
5 years ago
Michail Vourlakos
e0c04a9c6f
import:dont update view:local_geometry when hidden
...
--if this does not apply then local geometry are not valid
when views become hidden
5 years ago
Michail Vourlakos
86ddc74cbb
fix EnvironmentActions anchors
...
--EnvironmentActions follow mainLayout alignment
and anchor style at all cases
5 years ago
Michail Vourlakos
b3c3dab514
improve plasma folder behavior in SideBars
5 years ago
Michail Vourlakos
ecd39b4098
introduce minimum length option
...
--found also some fixes for mask calculations
in right or bottom alignment
5 years ago
Michail Vourlakos
1d8fe4541c
Important:fix localGeometry calculations
...
--and add also new visual debug mode for
localGeometry calculations
5 years ago
Michail Vourlakos
ef3a59e836
behaveAsPlasmaPanel for NOCOMPOSITING environment
...
--all views in NOCOMPOSITING environment should behave
as Plasma Panels in order to interact much better with
windows
5 years ago
Michail Vourlakos
ab83bc5b2e
fixes for BLUR in live editMode
...
--add also missing signal in Effects to updateEffects
when enabledBorders are changed
5 years ago
Michail Vourlakos
5cc6ce5484
fix NOCOMPOSITING mode mask calculations
...
FIXED-IN:0.9.10
BUG:418456
5 years ago
Michail Vourlakos
5efa757146
fix Justify Splitter appearance at all cases
...
--introduce also some max/min values for applets
size for inConfigureAppletsMode state
5 years ago
Michail Vourlakos
8f98ccb5e8
improve Justify Splitters in SideBars
...
--improve Justify Splitters experience for vertical
Docks/Panels and SidePanels
5 years ago
Michail Vourlakos
47f79db2ec
improve show/hide functions of visibilitymanager
...
--test the new code both for x11 and wayland and check
out that it does not create crashes or any other new
bugs
5 years ago
Yuri Chornoivan
50f249afc7
Fix minor typo: top -> bottom
5 years ago
Michail Vourlakos
90df4f4f61
support new visibility mode for SideBars
...
--SideBar views are shown/hide ONLY WHEN the
user has requested to DO SHOW from external
applets, shortcuts and scripts
5 years ago
Michail Vourlakos
9d30eb6257
support stick options for vertical views
...
--the user can now choose for vertical views to
stick their edges at the top or bottom screen edge
and ignore any top or bottom views accordingly. These
options are available in the Transparent Settings
area for vertical views and in advanced settings
mode.
5 years ago
Michail Vourlakos
de1604bb71
improve bouncing animation speed for plasma 5.18
5 years ago