Commit Graph

27 Commits (111d59e1c543affa63b89eb6fd774d6be7387e7e)

Author SHA1 Message Date
Michail Vourlakos 048acbfb71 initial commit for waylandinterface
--support wayland painting without init crashes
--the wayland interface is just the xwindow one
masked as an wayland interface
Michail Vourlakos 4de9ea1e7e add globalshortcuts class to improve semantics
--the globalshortcuts class contains all the relevant
code and includes also some functions that were used
from corona to trigger changes into the Latte Tasks
plasmoid
Michail Vourlakos cb5e7a8307 fix #447,add an appstream file for Latte
Michail Vourlakos 86855e03cb update metadata desktop file to new guidelines
--update the desktop file naming in order to comply with
new guidelines. Concerning also wayland. The new desktop
file is named to org.kde.latte-dock.desktop
Michail Vourlakos b034e748bb fix #365,support shortcuts to activate tasks
--this patch supports activation through shortcuts
--Meta+number, activates the relevant task, for
groups by default it activates the next available
window in the group
--Meta+Ctrl+number, create a new instance for that task
or launcher
--the user should know that must first enable these
shortcuts at plasma global shortcuts configuration
window
Johan Smith Agudelo Rodriguez acfca18184 update CMakeLists.txt
Johan Smith Agudelo Rodriguez 9a4be16fe4 new dependences: KArchive and KNotifications
Michail Vourlakos e57d525824 create globalsettings for corona
--first all the code concerning exposeAltSession
is moved in it and in the future also the autostart
and currentSession can follow. This will improve
both dockview and configview
Michail Vourlakos 97e57550bf fix #102,show apps menu with Super key
--this needs from the user side to add
in the .config/kwinrc

[ModifierOnlyShortcuts]
Meta=org.kde.lattedock,/Latte,org.kde.LatteDock,activateLauncherMenu
Michail Vourlakos d4da25e2e6 add a screen pool for multi-screens
Johan Smith Agudelo Rodriguez 75d4b71216 , AbstractWindowInterface is now a shared resource
Johan Smith Agudelo Rodriguez bb407d94c1 various fixes, and added metainfo to latte-dock.desktop.template
Johan Smith Agudelo Rodriguez 1677e2a041 Improving readability of CMakeLists
Johan Smith Agudelo Rodriguez dd12817a24 added alternativeshelper class from plasma
Johan Smith Agudelo Rodriguez 073c3cae3f update requirements for devel packages
Johan Smith Agudelo Rodriguez 6e37702a95 cleaning CMakeLists.txt
Michail Vourlakos 09629b774b support drawing panel shadows outside dock window
--this is set by default only in case of Always Visible,
zoom factor 1.0, Justify alignment and maximum panel
thickness
Johan Smith Agudelo Rodriguez 2e8fe37fd2 , added about dialog
Johan Smith Agudelo Rodriguez 72bd7a0af8 fix , removing Dock crashes Latte
Michail Vourlakos 7896919736 move iconitem from app to plugin
Michail Vourlakos df084b1783 fix #13,corona should load layout a bit later
--corona should load its layout after the activities
consumer is ready. Otherwise all the functionality
concerning activities may not work correctly on its
first initialization
Michail Vourlakos 83e0a7564a fix
--override default contextmenu behavior
--clean up old code
Johan Smith Agudelo Rodriguez 51c26126a3 update CMakeLists and removed unused dependences
Johan Smith Agudelo Rodriguez c2e7e3db9b FakeTarget moved to app/
Johan Smith Agudelo Rodriguez 2c6ab968bd corona/ has been renamed to app/
Johan Smith Agudelo Rodriguez 08bfa47709 abstractinterface was renamed to abstractwindowinterface and cleaned
AbstractWindowInterface will hide windows details.
Michail Vourlakos a357d05392 moved corona to app directory