1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-06 09:57:43 +03:00

2327 Commits

Author SHA1 Message Date
Michail Vourlakos
9c3107d363 fix maximum length calculation in qml side
--the maximum length calculation in qml side
was not calculated correctly for behabeAsPlasmaPanel
flag
2018-11-18 20:53:28 +02:00
Michail Vourlakos
1888fb7c80 Revert "No need to search i18n() in the same folder twice"
This reverts commit 85fea53760fddada59f089ab03a74640028c9775.

this is needed because it takes translation strings from app/dock
folder also
2018-11-18 20:52:47 +02:00
Yuri Chornoivan
85fea53760 No need to search i18n() in the same folder twice 2018-11-18 18:11:51 +02:00
Michail Vourlakos
d92690f849 consider maximumWidth=0 as valid
--for applets that fillwidth and have
also set their maximumWidth we take that
value into account even when maximumWitdth=0
2018-11-18 15:53:57 +02:00
Michail Vourlakos
8ababcdc0c keep some colors from original plasma theme 2018-11-17 19:22:29 +02:00
Michail Vourlakos
99cb6b7983 dont reverse colors for Button
--it looks better if the Button(s) keep
their color instead to reverse it for the
reversed plasmaextended color scheme
2018-11-17 18:15:00 +02:00
Michail Vourlakos
a6a291d2c5 expose all latte colors to applets 2018-11-17 18:12:42 +02:00
Michail Vourlakos
954dac650f dont enable shadows when are not needed
--this reduces also the syncGeometry calls
and as such improves cpu usage
2018-11-17 16:00:51 +02:00
Michail Vourlakos
05c85dcd6d improvements for containsMouse code style 2018-11-13 19:06:33 +02:00
Michail Vourlakos
b2abb99f2c fix layout integrity check
--this check was returning false results
in some cases
2018-11-11 09:29:06 +02:00
Michail Vourlakos
620c45a5b9 improve schemecolors name handling 2018-11-09 10:44:51 +02:00
Michail Vourlakos
3155a8173a update colorscheme values based on plasmaTheme 2018-11-08 15:06:30 +02:00
l10n daemon script
f243961f95 GIT_SILENT made messages (after extraction) 2018-11-08 03:43:47 +01:00
Michail Vourlakos
5c82996dfa disable applet mouseareas for not loaded applets 2018-11-07 21:16:21 +02:00
Michail Vourlakos
d295d88249 expose disabled colors for text/background 2018-11-07 20:20:36 +02:00
Michail Vourlakos
0cd33727b8 restore iconOverlay default behavior
BUG: 400806
2018-11-07 19:00:55 +02:00
Michail Vourlakos
53d17bfd01 new communication protocol one more time 2018-11-07 16:42:32 +02:00
Michail Vourlakos
05732f3c50 add LICENSE and AUTHORS in icons folders
--Debian packagers requested these files
in order to confirm the creators and licenses
for icons. This has arised again
in the past when Latte was introduced
for Ubuntu so it is good to end this
once and for all.

The creator for logo icons in folder "icons/"
is Alexey Varfolomeev and has granted GPLv2
for its icons. Alexey is a well known kde artist
and Latte project is thanking him for its fantastic
contribution, we love its icons! :)

The creator for pattern icons in folder
"containment/package/contents/icons/" is
me, Michail Vourlakos and I have also granted
for them a GPLv2 license.

The creator for icons in folder
"shell/package/contents/images/" is me,
Michail Vourlakos and I have granted
for them an LGPLv2+ license because of
their simplicity

BUG: 400758
2018-11-06 21:56:20 +02:00
Michail Vourlakos
530dd8d655 simplify more the communicator 2018-11-04 20:29:07 +02:00
Michail Vourlakos
0f1b090e19 support new LatteSetings object for Communicator
--in order to improve extenability we pass now
a single QtObject for applets to use in order
to communicate with Latte
2018-11-04 20:01:40 +02:00
Michail Vourlakos
096358f46a expose latteInEditMode from communicator 2018-11-04 12:46:57 +02:00
Michail Vourlakos
6eb1251965 dont compute width/height for latte plasmoid 2018-10-31 09:26:26 +02:00
Michail Vourlakos
d190ebb216 dont show fill(s) applets oversized in edit mode 2018-10-28 23:13:20 +02:00
Michail Vourlakos
c19bb3fa99 update NEWFEATURES file
--support fill(s) applets
2018-10-28 23:04:48 +02:00
Michail Vourlakos
48fe4fd615 support fill(s) applets property
--the user can use applets such as
plasma icon-only taskmanager to alignments
Left,Center,Right. In previous versions
this was possible only for Justify alignment.
2018-10-28 23:02:58 +02:00
Michail Vourlakos
24806d8909 drop TaskManager for drag/double click panel
--use the visibilitymanager in order to drag
and maximize/restore an active window. Update
also the wayland functions for these features.
2018-10-28 21:10:08 +02:00
Michail Vourlakos
5d6b9eb2ba update NEWFEATURES file 2018-10-28 12:27:53 +02:00
Michail Vourlakos
a14c265006 drag active window when moving mouse fast
--when the user trys to drag the active window
from panel and moves the mouse fast dragging
starts immediately without waiting the drag timer
to end.
2018-10-28 10:55:05 +02:00
Michail Vourlakos
6e91a5aae6 restore advances dock settings height
--the feature was added in order to be ready
to reorganize all dock settings options.
The plan is to remove Tweaks page and use
only Behavior/Apperance/Effects/Tasks
at the same in advanced or expert mode
the dock settings window will increase
its height
2018-10-28 10:16:57 +02:00
Michail Vourlakos
1bb1e58b83 update NEWFEATURES 2018-10-28 10:15:46 +02:00
Michail Vourlakos
9b0feaea6a drag active window from panel
the user can use the empty panel areas
in order to drag the active window
and by double clicking to maximize/restore
the active window

BUG: 400391
2018-10-28 10:13:33 +02:00
Michail Vourlakos
e63a43afe5 enable requestMove through the visibilitymanager 2018-10-28 10:03:49 +02:00
Michail Vourlakos
578623836b make dock settings window smarter for secwindow
--the secondary configuration window can be shown
either inline or at its own window. In order to
be shown at its own window, that window must not
overlap with the main window. The new implementation
validates this at all cases.
2018-10-28 07:49:42 +02:00
Michail Vourlakos
0765c5c5f5 increase settings win height for advanced option 2018-10-28 02:00:44 +03:00
Michail Vourlakos
1397ebe5ed fixes and add double click to restore/maximize 2018-10-27 23:32:18 +03:00
Michail Vourlakos
b8ad6fceeb drag a maximized window from panel 2018-10-27 20:50:49 +03:00
Michail Vourlakos
722d656bfa enhance colorschemes and colorizer to new arch 2018-10-27 14:37:11 +03:00
Michail Vourlakos
ebb5759dc4 expose to qml ligth/dark themes,schemes 2018-10-27 12:46:48 +03:00
Michail Vourlakos
7c484afa91 create reversed color scheme for plasma theme 2018-10-27 12:16:18 +03:00
Michail Vourlakos
a011333bf8 update KDirWatch implementations
--make sure that KDirWatch signals are taken into
consideration only when are triggered from the
questioned files
2018-10-27 11:06:40 +03:00
Michail Vourlakos
7d9c5cf593 rename colortools to commontools
--this way more shared functions could be
added
2018-10-27 10:35:52 +03:00
Michail Vourlakos
836bc38778 discover plasma theme path 2018-10-27 01:16:35 +03:00
Michail Vourlakos
3553415c59 load roundness theme info properly 2018-10-27 00:59:36 +03:00
Michail Vourlakos
0cea7e8622 use roundness from extenededTheme in settings win 2018-10-26 23:56:28 +03:00
Michail Vourlakos
92ce3f15c1 introduce plasma theme extended
--this is going to be a class that will
provide all the extended info of a plasma
theme such as roundness, dark/light color
schemes
2018-10-26 23:40:10 +03:00
Michail Vourlakos
0179bc6395 add colortools for luminas and plasmathemeextended
--plasmathemeextended is going to provide all the
functionality that current plasma theme infrastructure
does not. Such as roundness and dark/light color schemes
2018-10-26 22:39:58 +03:00
Michail Vourlakos
c51d6c9057 update CHANGELOG to v0.8.2 2018-10-26 19:10:25 +03:00
Michail Vourlakos
8d014c9e6e active windows that touch panel have higher priority 2018-10-26 18:47:13 +03:00
Michail Vourlakos
37b89f2830 move qml luminance calculations to js files 2018-10-26 18:19:56 +03:00
Michail Vourlakos
9374ff3cc4 move colorizeManager to its own Item class 2018-10-26 18:19:56 +03:00