1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-07 08:58:17 +03:00

351 Commits

Author SHA1 Message Date
Michail Vourlakos
72baaa8809 fix #93,masking updated correctly on config win
--this can be tested by opening the configuration window
through the tasks. Even though a task is zoomed when
triggering the configuration window the animations
do not break afterwards
2017-01-27 20:31:41 +02:00
Michail Vourlakos
5a390e95b3 fix #96, fix right click for systray 2017-01-27 20:03:24 +02:00
Michail Vourlakos
444c12f1c5 fix preview dialog placement 2017-01-27 19:01:45 +02:00
Michail Vourlakos
e74a6ed5be fix #88,protect launchers from adding icon info 2017-01-26 22:57:32 +02:00
Michail Vourlakos
254ad13536 small fixes with new right click menu
--this fixes right click in zoom factor area
for latte plasmoid and right click in containment
areas that dont have an applet
2017-01-26 21:56:46 +02:00
Michail Vourlakos
585cb154b7 improve systray and make it part latte experience
--improve right click behavior for systray and make it
behave according to latte experience
2017-01-26 21:18:27 +02:00
Michail Vourlakos
03eb69a618 simplify appletItems discovery for right click
--the containment becomes independent from dockView.
The appletItems which are needed in order to show
the context menu correctly are discovered from dockView
without any need of functionality from containment
2017-01-26 20:28:04 +02:00
Michail Vourlakos
e770cabb4a remove shadow from AlwaysVisible struts 2017-01-26 18:08:03 +02:00
Michail Vourlakos
6cd97d2a3b remove kf5 locale prefix as default behavior 2017-01-26 17:31:36 +02:00
Michail Vourlakos
d7400e78ed remove kf5 prefix for locales installation 2017-01-26 00:04:56 +02:00
omni6
4d4ac95238 Update INSTALLATION.md (#91)
- improve Arch information for installation
2017-01-25 19:55:32 +02:00
omni6
ab4414b6c6 German Translations (#90)
- Create German translation
2017-01-25 18:41:23 +02:00
Michail Vourlakos
84dab5d8c0 added a KF5_LOCALE_PREFIX in main CMake file
--this is trying to make easier to install dock's
locales from distro to distro. If the kf5 prefix
does not exist in a distro for the locales it can
easily be set to "" in order to be removed from
the installation path
2017-01-25 18:37:25 +02:00
Michail Vourlakos
e34e49273c improve publish tasks geometries
--this improves the way tasks geometries are
published for the windows. This improves the
experience for the minimize kwin effects. With the
old code there were many cases that the animation
was broken
2017-01-25 18:19:24 +02:00
Johan Smith Agudelo Rodriguez
8c1ac52ac1 removed NET::WM2WindowClass property 2017-01-24 14:34:35 -05:00
Johan Smith Agudelo Rodriguez
91f9ca280d fix #80, Dock do not dodge Spotify 2017-01-24 14:30:40 -05:00
Michail Vourlakos
13fa35c99a fix #75, improve loadLayout on startup
--loadLayout is called only once and when
the activities service is in ready state
2017-01-24 21:09:16 +02:00
Michail Vourlakos
fe0414407c fix #74,hide settings button from plasmoid tooltip 2017-01-23 20:18:43 +02:00
Michail Vourlakos
fd40ef7f4d update locations when dock changes location
--updates the available locations in the configuration
window when any dock updates its location
2017-01-22 13:29:40 +02:00
Michail Vourlakos
2c0e536cf9 remove old applets config from active containments 2017-01-22 02:02:01 +02:00
Michail Vourlakos
2d2c7875e7 fix some qml warnings on dock removal 2017-01-22 02:02:01 +02:00
Johan Smith Agudelo Rodriguez
72bd7a0af8 fix #85, removing Dock crashes Latte 2017-01-21 18:27:51 -05:00
Johan Smith Agudelo Rodriguez
05163c2911 code cleaned 2017-01-21 14:12:27 -05:00
Johan Smith Agudelo Rodriguez
9cb5b44b93 master merged on audoban2 2017-01-21 14:08:39 -05:00
Michail Vourlakos
5b1d152dc9 fix #84,closing Latte cleans config file
--when Latte is closing removes all entries for
containments that are obsolete
2017-01-21 20:08:47 +02:00
Johan Smith Agudelo Rodriguez
3a627a8d65 Free resources for dockview 2017-01-18 12:49:15 -05:00
Johan Smith Agudelo Rodriguez
17b48b6eea rename Latte's configuration files #81 2017-01-17 15:26:51 -05:00
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
2017-01-17 20:09:43 +02:00
Johan Smith Agudelo Rodriguez
6da8142351 disconnect all the signals in the destruction 2017-01-16 16:10:04 -05:00
Johan Smith Agudelo Rodriguez
c42250d9bb avoid white spaces with astyle 2017-01-16 15:37:17 -05:00
Johan Smith Agudelo Rodriguez
2307efd4c4 clean up code #79 2017-01-16 15:37:17 -05:00
Johan Smith Agudelo Rodriguez
e4d9013048 Merged branch master into master 2017-01-16 14:49:55 -05:00
Johan Smith Agudelo Rodriguez
b8e53b5665 update version 2017-01-16 14:48:26 -05:00
Johan Smith Agudelo Rodriguez
30481c29e2 Update CHANGELOG.md 2017-01-16 14:17:42 -05:00
0140454
a474f3fe37 Add installation information for Arch Linux 2017-01-16 19:02:28 +02:00
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.
2017-01-16 19:02:28 +02:00
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
2017-01-16 18:55:35 +02:00
Michail Vourlakos
0f658a1e54 fix #76, 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
2017-01-16 18:19:43 +02:00
Michail Vourlakos
6aa17ad9ed fix #51, 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.
2017-01-15 19:27:57 +02:00
Michail Vourlakos
4bebad4f82 send removal signal before unblock delaying remove 2017-01-15 12:57:01 +02:00
Michail Vourlakos
2e34380bb3 only thickness animations are handled as normal 2017-01-15 11:28:58 +02:00
Michail Vourlakos
e5630b5c18 add more debug messages for visibilitymanager 2017-01-15 10:59:48 +02:00
Michail Vourlakos
66ce546141 update greek translation
--removed also a no needed string
2017-01-15 10:43:07 +02:00
Johan Smith Agudelo Rodriguez
b81b9b6738 Added CHANGELOG file 2017-01-14 21:40:43 -05:00
Johan Smith Agudelo Rodriguez
2200ed30b2 Locale files prepared 2017-01-14 20:34:18 -05:00
Johan Smith Agudelo Rodriguez
a3d23b83a3 Spanish translation update 2017-01-14 20:30:09 -05:00
Johan Smith Agudelo Rodriguez
1a88ae9a4e Improve translation strings #70 2017-01-14 20:06:28 -05:00
Johan Smith Agudelo Rodriguez
20b799a244 ToolTip should show all borders 2017-01-14 19:57:38 -05:00
Johan Smith Agudelo Rodriguez
3137b84649 Merged branch master into master 2017-01-14 19:10:36 -05:00
Johan Smith Agudelo Rodriguez
bc1781e9a6 the strings exceeds width when translated into Spanish 2017-01-14 19:10:11 -05:00