1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-25 19:21:41 +03:00
Commit Graph

94 Commits

Author SHA1 Message Date
Michail Vourlakos
63187ce5b4 remove Latte library as requirement
--implement things simpler by using the same
CoreTypes header file both for LatteCore.Types
import statement and App c++ implementation.
Let's leave in the future to decide if
a LibLatte is really necessary.
2020-04-24 14:52:16 +03:00
Michail Vourlakos
6e4779e6ab require new official Latte library 2020-04-22 21:10:17 +03:00
Michail Vourlakos
ac3ccb5b98 try to support a public liblatte library 2020-04-22 14:09:42 +03:00
Michail Vourlakos
5073939335 REFACTOR:split up and refactor liblatte2 and types
--use a more logical organization for types. LibLatte2
is split to become LatteCore library and Latte types
are now moved to application level. The Latte Types will
be split even more... Tasks-Only related types will
become Latte.Tasks types

BUG:420210
2020-04-18 13:39:45 +03:00
Michail Vourlakos
6e09bb5601 drop KNotifications from settings window
--introduce a new dependency for KIO, it works
really nice in order to open files in filemanager
and selecting them
2020-03-17 14:06:38 +02:00
Michail Vourlakos
13cecfa348 remove kde-inherited warning flags 2020-03-14 14:19:44 +02:00
Johnny Jazeix
d2170f13c0 revert previous commit, add KDECompilerSettings back 2020-01-03 19:41:26 +01:00
Michail Vourlakos
8d4e96ed44 drop ksysguard dependency for kf5>=5.62
--following plasma updates for tasktools in order
to drop the ksysguard dependency which is also
costly
2019-10-31 17:09:31 +02:00
Michail Vourlakos
82fae53926 update webpages and releases metadata 2019-09-03 01:59:19 +03:00
Jonathan Riddell
3dd97d8d75 Revert "add appstream file used on kde.org/applications"
This reverts commit 9c2406801b.
2019-08-08 12:26:00 +01:00
Jonathan Riddell
9c2406801b add appstream file used on kde.org/applications 2019-08-07 16:35:29 +01:00
Michail Vourlakos
9c3ca1f122 update to v0.9.85
--full development version to distinguish it
for the stable branch v0.9.x
2019-08-04 14:59:27 +03:00
Michail Vourlakos
e52983df7d update po installation to new guidelines 2019-07-12 00:46:16 +03:00
Michail Vourlakos
6c89317cbc update to beta version 0.8.96 2019-07-11 12:31:34 +03:00
Michail Vourlakos
3cbc4a5daf support AppName for WindowInformation
--use plasma libtaskmanager code and way
in order to obtain properly the AppName and
the Icon for its window
2019-06-01 01:20:54 +03:00
Michail Vourlakos
0b07b58abc support kdeclarative both <5.45 and >=5.45 2019-04-10 18:10:53 +03:00
Michail Vourlakos
0b90411b1d IMPORTANT: All new Indicators architecture
--this huge commit contains all the changes needed
in order for Latte to load Indicators dynamically
from their own packages
2019-03-24 12:17:29 +02:00
Michail Vourlakos
acd95306d1 remove all remaining applets
--Latte Separator has moved under kde store
so it is not needed any more to be provided
from Latte codepage
2019-03-19 21:25:10 +02:00
Michail Vourlakos
a314516379 remove applets and scripts found at kde store 2019-03-18 20:18:37 +02:00
Michail Vourlakos
ca80a7932f introduce LatteComponents to be consumed globally
--this is needed in order for indicators plugins in
the future to provide the same UI elements with the
rest of LatteView Settings windows
2019-03-18 19:35:53 +02:00
Michail Vourlakos
6f1c66f7d2 Display shortcut badges while holding Super
Summary:
Use `KModifierKeyInfo` to display shortcut badges while holding Super

BUG: 401768

Test Plan:
Just playing with it.
I still don't understand the `GlobalShortcut` class very well, correct me if I make any mistake.

Reviewers: #latte_dock, mvourlakos

Reviewed By: #latte_dock, mvourlakos

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D18620
2019-02-01 19:14:18 +02:00
Michail Vourlakos
9447a8f748 REFACTOR:replace liblattedock with new liblatte2 2018-12-07 18:44:09 +02:00
Michail Vourlakos
49d91aa19e update master version to 0.8.75 2018-07-15 12:52:30 +03:00
Michail Vourlakos
785b3029ad update to stable version 0.8.0
--after one year of work v0.8 with
its fantastic new features is here
2018-07-15 12:50:29 +03:00
Michail Vourlakos
321af85469 update to v0.7.96
--last beta with string freeze before
official release of v0.8
2018-07-06 09:45:36 +03:00
Michail Vourlakos
b3d80717c1 Beta1 for v0.8
--this is the first beta release for
v0.8. Everything will be open for the
upcoming days including translation
strings improvements. Beta2 possibly
will introduce a string freeze.
2018-06-22 18:19:18 +03:00
Michail Vourlakos
5231e95c96 fix #972,update Sliders version at dock settings
--use QtControls 2.2 for Sliders in dock settings
and update the Latte required version to 5.9 which
is LTS. Most distros should have already updated
to that one.
2018-04-09 03:36:44 +03:00
Michail Vourlakos
1601eaa155 Revert "Revert "fix #972,fork PlasmaComponents3.Slider""
This reverts commit e328fa5502.
2018-04-09 03:07:03 +03:00
Michail Vourlakos
e328fa5502 Revert "fix #972,fork PlasmaComponents3.Slider"
This reverts commit 4588ac12a0.
2018-04-09 02:29:08 +03:00
Michail Vourlakos
4588ac12a0 fix #972,fork PlasmaComponents3.Slider
-as it appears the PlasmaComponents3.Slider
was adding too much visual distraction. I had
to fork it in order to use it dock settings
window. We needed the behavior of wheelEnabled
in order to disable it and the only slider
providing it from Qt 5.7 was the QtControls 2.0
Slider
2018-04-09 02:14:25 +03:00
Michail Vourlakos
badbe7da6a update to version 0.7.79 2018-04-02 00:50:26 +03:00
Michail Vourlakos
0f10eab1ed fix #916,add kwin script to activate launcher menu 2018-03-10 14:51:41 +02:00
Michail Vourlakos
bdc03805ee update version to 0.7.78 2018-02-19 18:28:44 +02:00
Heiko Becker
cf64323795 Search runtime dependencies on QML modules
Raises the required version of extra-cmake-modules to 5.38.0 which
nowadays follows the same versioning as the rest of KDE frameworks,
so no need to keep two different versions.
2018-02-16 16:37:25 +01:00
Michail Vourlakos
a5896ee053 increase frameworks requirement to 5.33 2018-02-11 18:36:49 +02:00
Michail Vourlakos
be1963c53b attemp to fix online builds 2018-02-06 20:28:09 +02:00
Michail Vourlakos
dd14fdb6d0 Revert "use PlasmaComponents3.ComboBox in dock config win"
This reverts commit cfab941889.
2018-02-05 23:26:16 +02:00
Michail Vourlakos
d3756e0ce1 add containmentactions 2018-02-03 20:56:30 +02:00
Michail Vourlakos
cfab941889 use PlasmaComponents3.ComboBox in dock config win 2018-01-28 12:30:56 +02:00
Michail Vourlakos
46ad550b93 merging the new architecture,increase version
--because the new architecture supports both single
and multiple layouts, increasing the version is a
goog thing
2018-01-15 14:46:03 +02:00
Michail Vourlakos
a7f1b28f71 update to v0.7.76
--this is a good idea in order to check crash reports
by comparing 0.7.75 and 0.7.76 that will host the
new architecture with multiple layouts
2018-01-08 19:25:13 +02:00
Michail Vourlakos
f7aac48599 fix #807,download window for Latte Layouts
--adds a Download option in layouts editor in order
to download layouts from store.kde.org
2018-01-04 00:03:40 +02:00
Michail Vourlakos
976bf2f684 add ENABLE_MAKE_UNIQUE flag for older gcc versions
-- fix #754
-- make_unique function is not available for gcc<=4.8.x
by enabling this flag in through install script or through
cmake such systems can build latte correctly
2017-11-06 19:03:07 +02:00
Michail Vourlakos
1e09238bd4 update version to 0.7.75 in master 2017-11-05 13:22:10 +02:00
Michail Vourlakos
7db3c16e76 improve install script for kde translations 2017-09-08 19:58:33 +03:00
Michail Vourlakos
72950dc678 use kde translations infrastructure 2017-09-08 12:02:52 +03:00
Michail Vourlakos
0205ae1153 publish v0.7.1 to the world 2017-08-31 10:53:39 +03:00
Michail Vourlakos
5029fc4520 missing parenthesis 2017-08-27 21:56:23 +03:00
Petros S
428ba17fa3 Append the deps in alpabetical order (#692) 2017-08-27 21:53:53 +03:00
Michail Vourlakos
8da7f7d3c9 v0.7 initial second stable release 2017-08-11 18:36:06 +03:00