l10n daemon script
57d52a78bf
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"
6 years ago
l10n daemon script
6cd1a9b7ae
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"
6 years ago
Michail Vourlakos
55b50d7a78
improve LeftClick::PreviewWindows
...
--when the user clicks a single window now it is
just activated instead of showing first the preview
window showing only one instance
BUG:410417
6 years ago
Michail Vourlakos
896d8d0174
wayland,show preview windows for grouped tasks
...
BUG: 410408
6 years ago
Michail Vourlakos
388500c4bd
avoid Tasks Pixelization
...
--enable cached:true for Tasks effects in order
to try to avoid pixelization in some cases when
effects are enabled
6 years ago
Michail Vourlakos
4fbc9da1d5
fix blurred icons
...
--revert back the PIXELIZATION workaround because
it creates BLURRED icons even for sizes>=64px!
BUG:410365
6 years ago
Michail Vourlakos
733f372adc
update progress badge properly
...
--send repaint signals properly for BadgeText
BUG:410318
6 years ago
l10n daemon script
2d8f2981be
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"
6 years ago
Michail Vourlakos
780d807cc8
find a way to apply LatteSideColoring for Tasks
6 years ago
Michail Vourlakos
6c89317cbc
update to beta version 0.8.96
6 years ago
Michail Vourlakos
30f3145f95
Introduce Flat and 3D style for Badges
...
--the user can now choose to enable or NOT 3D
style for all badges through Latte Global Preferences
window. By default the Flat style is preferred
BUG: 409467
6 years ago
l10n daemon script
b5c954bf99
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"
6 years ago
l10n daemon script
971e67f6b3
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"
6 years ago
Michail Vourlakos
6fbb2d7d0d
define specific prominent badge colors
6 years ago
Michail Vourlakos
df9394ddd6
option for prominent color of Notification Badges
...
--The user from Tasks,Badges can choose a more prominent
color for notification badges (usually reddish). In case
the user has not enabled that option(default) then the plasma
theme highlight color is used which is also the default
option of Latte v0.8
BUG: 408955
6 years ago
Michail Vourlakos
0768975765
Center position Tasks when in the Desktop
6 years ago
Michail Vourlakos
2e5a018678
disable scrolling shadows when Tasks in desktop
6 years ago
Michail Vourlakos
f75605d78d
introduce Resources for Indicators
6 years ago
Michail Vourlakos
33962fa1fc
expose some animations properties to Indicators
...
--animations enabled and durationTime exposed to
Indicators
6 years ago
Michail Vourlakos
f04009b665
simplify code part
6 years ago
Michail Vourlakos
f7471e59b3
improve when to clear parab.effect from Tasks
6 years ago
Michail Vourlakos
cda688c2a5
refactor:move AddingVisuals to LatteComponents
6 years ago
Michail Vourlakos
d283e61b5d
improve DragDrop behavior/responsiveness
6 years ago
Michail Vourlakos
7a31e52614
increase Tasks GarbageCollector interval at 30secs
6 years ago
Michail Vourlakos
dfcd3e2452
reinstantiate properly tasks previews
...
--this code helps the previewsmodel to
reinstantiate when changing from single
instance preview to another single one
6 years ago
Michail Vourlakos
682e039439
fix for VirtualDesktops array identifying
...
BUG: 407351
6 years ago
Michail Vourlakos
74772cd7a9
introduce SCROLLING options for Tasks
...
--the user can now adjust the Scrolling options
for its Tasks when the items overflow. The following
are provided:
Scrolling: ENABLE/DISABLE
--Manual Scrolling: DISABLE/PARALLEL/HORIZONTALANDVERTICAL
--Auto Scrolling: ENABLE/DISABLE
BUG: 407779
6 years ago
Michail Vourlakos
828b31fb78
animate new launchers when dropping them
6 years ago
Michail Vourlakos
7ffe7d436d
introduce plasmoid:TasksExtendedManager
...
--All the Tasks WORKSAROUNDS for libtaskmanager
limitation in one place
6 years ago
Michail Vourlakos
ee81cdf1bd
send urlsDropped signal from containment
6 years ago
Michail Vourlakos
1ef4de0da8
VASTLY IMPROVE dragging experience
...
--when dragging a new applet over the view
the responsiveness is now improved vastly
--the new architecture uses two different
DragAndDropAreas. One which is the old one
and is used when dragged launchers, urls and
separators. The second is used only when
applets are dragged into the view
--the visuals for adding launchers/applets have
been improved and a circular visual is preferred
now instead
6 years ago
Michail Vourlakos
8ccdd2e719
improve Tasks adding launchers responsiveness
6 years ago
Michail Vourlakos
93528d3164
fixes for clearing parabolic effect zoom
...
--case 1: first left applet neighbour of Tasks was not
clearing its zoom if the mouse was entering too fast
the Tasks applet from the applet direction
--case 2: first task in Tasks was not clearing its zoom
when the applet triggering the clear zoom effect was too
far from the Tasks
BUG: 401294
6 years ago
Michail Vourlakos
be25a3b145
improve debug graphics mode visuals
6 years ago
Michail Vourlakos
844dc8096c
fix startup warnings
6 years ago
Michail Vourlakos
a61120bd7d
enable Tasks draggin in live editing mode
6 years ago
Michail Vourlakos
8b2e31e6ef
launchers syncing improve positions discoverring
...
--previous code was creating an endless loop during
launchers syncing when there were windows between
the launchers.
example to reproduce: add a Discover launcer and
at the previous indexes there should be some
launchers that have open windows but their launcher
is assigned to different activity. Drag afterwards
the Discover launcher to first indexes e.g. 0,1
6 years ago
Michail Vourlakos
215d74092f
HACK TO avoid pixelixation in TASKS
6 years ago
Michail Vourlakos
a27ff3ec48
REFACTOR:Update LayoutManager to Layouts::Manager
...
--create "layouts" own directory in order to host
all LAYOUTS management/control code and classes
6 years ago
Michail Vourlakos
29157f4636
refactor:rename managedLayout to layout/viewLayout
6 years ago
Michail Vourlakos
7ae63e7dd1
optimize screenGeometry calls from Tasks plasmoid
...
--plasmoid.screenGeometry is costly under Latte environment
because it supports multple layouts in multiple activities.
By using the View::screenGeometry the calls are minimized
almost totally.
6 years ago
Michail Vourlakos
6f47b7c4c8
rename Rectangled TO Square for Indicators
6 years ago
l10n daemon script
e8d79632bd
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"
6 years ago
l10n daemon script
1085d4b4e4
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"
6 years ago
l10n daemon script
afd5e5b749
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"
6 years ago
Michail Vourlakos
e64e003a7c
mask correctly the vertical scrollable tasks
6 years ago
Michail Vourlakos
f10239e364
onwheel event publish task geometries
6 years ago
Michail Vourlakos
704a12a522
center properly tasks published geometries
6 years ago
l10n daemon script
064b1178e6
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"
6 years ago
l10n daemon script
b83816e4c5
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"
6 years ago