Commit Graph

932 Commits (7365e1f4bc1e74b59b5d136786a4fe28193e233d)
 

Author SHA1 Message Date
Michail Vourlakos 6bb14547e5 first implementation for tasks internal separator
Michail Vourlakos d1e438972a fix , include the official gentoo reference
Michail Vourlakos 99c1b8db38 fix #332,add a delay to highlight windows
--added a delay in order to highlight tasks
windows. The delay used is exactly the same
with the windows previews delay
Michail Vourlakos b5ffae09d1 expose context menu in root element
--use the root context menu reference to
block windows previews shown up
Michail Vourlakos 6abf879598 fix #426,support dropping internal files from apps
--now we accept also dropping from internal files
e.g. compressed files, attachments etc..
Michail Vourlakos 3839ee1e9a unblock launcher in the end of bouncing animation
--there are launchers that do not trigger properly
theirs apps, so in the end of the animation the launcher
was remaining locked and wasnt animated because it was
waiting for the app window to be created. This commit
fixes this, if the launcher at the end of the bouncing
animation is not in removal stage the it is properly
unblocked
Michail Vourlakos e9750c4143 add a minimum mScale for click animation
Michail Vourlakos 7bbade8b28 fix, adding default layouts in user ones history
Michail Vourlakos 837207d21a remove separator from layouts
--signal to initialize the layouts
combobox when the user does not accept
to load a layout
Johan Smith Agudelo Rodriguez fb3bff6dce fix message box
Michail Vourlakos 7821a52ca5 remove no needed m_ghostWidget
Michail Vourlakos 883750267a add external config file and support presets
--this patch adds an external config file in
order to store the user layouts. Adds also in
the globalSettings the layouts mechanism
--todo: the confirmation dialog is not working
correctly for some reason. It doesnt return
the accept value and on the exec() function
is crashing
Michail Vourlakos 884c12d980 first part of functional layouts
Michail Vourlakos bcdbe40c51 fix #419,autostart option is not default
--the commit the records the user the first time
it changes the autostart option to false. When
this happens then latte is not recreating the
autostart file when starting
Michail Vourlakos 5cb418f978 fix , fix , fix wrong typo
Johan Smith Agudelo Rodriguez 907767f8a3 fix switch button
Johan Smith Agudelo Rodriguez 7913da4db0 fix , apply switch style
Michail Vourlakos c15bf2ccd6 improve systray positioning and alignment
Michail Vourlakos 4f85b916f8 add Layouts and move backup Tweaks->Appearance
Michail Vourlakos e41792e636 improve appearance of Basic button visual
Michail Vourlakos 239d2eee55 fix shadows margins in config window
Michail Vourlakos 261283b631 make animation times usable again
--durationTime that was used for the animations
was an integer. This was created extremely fast
animations for x1 and extremely slow animations
for x3. This fix changes that by setting the
durationTime in the qml side to real type. And
by that we are setting the following pragramatic
speeds which create a very good experience.
  x1 = 1.65
  x2 = 2
  x3 = 2.35
the above can be updated a bit based on the user
feedback and experience
Michail Vourlakos 3fd5b3baf5 switch to correct config page in !advanced change
Michail Vourlakos 4037143902 fix #395,following the new guidelines in configwin
Michail Vourlakos 2c6fdab568 make all shadows option default
--move also the shadows choice to advanced
group
Michail Vourlakos 32eff5c167 add advance option in configuration window
Michail Vourlakos 2ef64f4ab3 fix #411,deactivate applets when show previews
Michail Vourlakos df0da77083 fix #420,include spacers in applets geometry calcs
--this way the right click we always take into account
the visual appearance space that latte provides for it
and not the applets internal geometry. So now spacers
also are considered as applet area
Michail Vourlakos 6a5be6dbc5 fix , occasional instant sliding-in
--this is a lot related with the compositor
painting. By adding a delay into showing tasks
this is improved a lot
Michail Vourlakos df0d017eb6 more signals to trigger computing of effectsArea
--fixes some cases that in fill mode the effectsArea
is not calculated correctly and the blur effects
were positioned out of place
Michail Vourlakos a211ff6605 fix #398,reduce to minimum length margins
--more specific reduce to minimum length
margins for Fill mode in 100% maximum
length
Michail Vourlakos 26d5ba4a64 fix #415,disable ByPass flag by default
Michail Vourlakos 7d635c5073 use new anchoring mechanism for single windows
Michail Vourlakos 65eaf6d0b8 use more the new beautiful removal anchoring
--this fixes on changing activities and desktop.
the animations are much better concerning the
launchers
Michail Vourlakos 328f7a2fd0 fix #349,children anchoring in ListView
--ListView is anchoring its children very strange.
This was creating circumstances that the children
were anchoring themselves wrongly e.g. when removing
them and in some animations. This commit introduces
heuristics (workarounds) for these cases. The
broken anchor situations are protected by introduced
correct anchors from our qml side in listview
child items
Michail Vourlakos e01779c71e fix typo and animations removal animation
Michail Vourlakos 819e1ed51c initialize differently the tempScaling
Michail Vourlakos 53e4cec5ef protect taskDelegate when not visible
--set width and height to 0 when the
task is not visible
Michail Vourlakos 62bf03d0fc protecting more the scaling signaling
Michail Vourlakos 7a7b25a187 fix #349,launch application on the start
--by taking account the libtaskmanager way of doing
things. Latte is trying to delay the removal of the
launcher in order for the animation to play correctly.
At the same time if a window or startup is added is
not shown if there is a waitingLauncher(animated launcher)
until this launcher completes its animation
BlackDragonDev 5fb513faf4 Update Polish translation ()
* Update Polish translation

* Update Polish translation
Michail Vourlakos 9e4e3fea87 update version to 0.6.87
--in order to distiguish the v0.6 branch with
the master one
Michail Vourlakos 738dc50fff Merge branch 'v0.6' into master
Michail Vourlakos 597c457b9b fix #385,load font through QFontDatabase
Michail Vourlakos 534592e9dc fix #412,fix for groupDialog in plasma 5.8
Michail Vourlakos 4f030849f0 expose through dbus updateBadge for dock items
--apps can sent through dbus and identificator
e.g. "kmail" and a value for unread mails e.g.2
Latte afterwards will update that specific badger
Michail Vourlakos aa794ff2e3 update requirements for qt 5.7, kf5 5.29
Michail Vourlakos f9c9a30982 update requirements for plasma 5.9, qt 5.7
Michail Vourlakos c932d2e858 fix element id in ContextMenu
Michail Vourlakos 405494ef89 show startup phase in all task cases