Commit Graph

1179 Commits (e591add0254dcb9cda3ac8d04fec8329d188b4f0)
 

Author SHA1 Message Date
Johan Smith Agudelo Rodriguez 05163c2911 code cleaned
Johan Smith Agudelo Rodriguez 9cb5b44b93 master merged on audoban2
Michail Vourlakos 5b1d152dc9 fix #84,closing Latte cleans config file
--when Latte is closing removes all entries for
containments that are obsolete
Johan Smith Agudelo Rodriguez 3a627a8d65 Free resources for dockview
Johan Smith Agudelo Rodriguez 17b48b6eea rename Latte's configuration files
Michail Vourlakos af74c952ef fix two serious crashes from config window
--first is inside the freeEdges function call
on destruction
--the second is also in the app's destruction
because of the call to a destructed containment
through m_containment. This variable was deleted
Johan Smith Agudelo Rodriguez 6da8142351 disconnect all the signals in the destruction
Johan Smith Agudelo Rodriguez c42250d9bb avoid white spaces with astyle
Johan Smith Agudelo Rodriguez 2307efd4c4 clean up code
Johan Smith Agudelo Rodriguez e4d9013048 Merged branch master into master
Johan Smith Agudelo Rodriguez b8e53b5665 update version
Johan Smith Agudelo Rodriguez 30481c29e2 Update CHANGELOG.md
0140454 a474f3fe37 Add installation information for Arch Linux
0140454 1ef1de8411 Specify delimiter for xargs used in uninstallation script
In default, xargs uses blanks to split input data.

But there is a path including space in `build/install_manifest.txt`, it
will cause xargs generate wrong command lines.

Therefore, we have to specify delimiter for xargs.
Michail Vourlakos d6061f098e fix #78,window preview does not take focus
--window preview at the same is blocking
dock hiding for as long it is shown
Michail Vourlakos 0f658a1e54 fix , add waiting dock views
--add m_waitingDockViews which are waiting
for removal confirmation. Using destroyedChanged
signal from containments in order to support
the behavior
--improve freeEdges code based on
the docksCount implementation
Michail Vourlakos 6aa17ad9ed fix , protect animations signaling
--when a task is removed too fast then some
animations were not informed that had ended.
So there was an addition animation signal but
no removal animation signal. This fix protects
this in two different cases
--the normal state also from now own uses only
the animations states and no the hovered task
indicator. This simplifies things a lot and probably
creates also a much robust experience.
Michail Vourlakos 4bebad4f82 send removal signal before unblock delaying remove
Michail Vourlakos 2e34380bb3 only thickness animations are handled as normal
Michail Vourlakos e5630b5c18 add more debug messages for visibilitymanager
Michail Vourlakos 66ce546141 update greek translation
--removed also a no needed string
Johan Smith Agudelo Rodriguez b81b9b6738 Added CHANGELOG file
Johan Smith Agudelo Rodriguez 2200ed30b2 Locale files prepared
Johan Smith Agudelo Rodriguez a3d23b83a3 Spanish translation update
Johan Smith Agudelo Rodriguez 1a88ae9a4e Improve translation strings
Johan Smith Agudelo Rodriguez 20b799a244 ToolTip should show all borders
Johan Smith Agudelo Rodriguez 3137b84649 Merged branch master into master
Johan Smith Agudelo Rodriguez bc1781e9a6 the strings exceeds width when translated into Spanish
Johan Smith Agudelo Rodriguez 05bef61214 the strins exceeds width when translated into Spanish
Johan Smith Agudelo Rodriguez a55a9739ca Added spanish translation
Johan Smith Agudelo Rodriguez 9e907dfbd4 Update README.md
Johan Smith Agudelo Rodriguez e85f7a25a7 Update README.md
Michail Vourlakos 4ed4424076 revert version to 0.5.90
Michail Vourlakos 57c2d4d013 set version 0.5.91
Otto Radics b221b3f7b2 INSTALLATION file added with instructions for Kubuntu 16.10 ()
Johan Smith Agudelo Rodriguez f6f11273a0 No sufficient Category definition
Michail Vourlakos 55ea8490f9 fix #51,protect add task animation more
--in case the add animation is stuck in the
middle and not run until the end, this could
cause also the  issue
Michail Vourlakos c290aacc97 on zoom factor change reposition blue board
Michail Vourlakos 0d45ca3393 fix , many automatic size issues
--fix , a bug that by dropping a new applet
the normal state was blocked and couldnt return normal,
that could create an issue with masking
Michail Vourlakos 9a0b17fbc0 when dock content exceed maxLength update autosize
Michail Vourlakos 58f2019997 support automatic icon size in editing mode
Michail Vourlakos f182bffdc2 fix blueboard placement in automatic icon size
Michail Vourlakos 29ae2899c9 fix , stop bouncing animation in hidden state
Michail Vourlakos 9b9363b734 consider also the slide out timer for masking
Michail Vourlakos bb65360f41 in isHidden state make mask thickness to lowest
Michail Vourlakos 20ded94e4c update mask when dropping a new applet
Michail Vourlakos d641ec0b33 fix #54,dock is shown when applet needs attention
Johan Smith Agudelo Rodriguez e3aac94824 permit always update dockRect variable
Johan Smith Agudelo Rodriguez 401e85ad8e dont update struts when the user is configuring
Michail Vourlakos 504be3e91e do not update dock geometry inHidden state