Commit Graph

97 Commits (719c852c8c93df2c8e17a75ee3b1f96d79e1fd96)

Author SHA1 Message Date
Michail Vourlakos 4b07ae7457 move dock contextmenu to dockmenumanager
Michail Vourlakos afe9a2e09d rename latteconfigdialog to settingsdialog
Michail Vourlakos acb77c6cd4 update header files and move files around
Michail Vourlakos 8fb12bdbcf improvements to new Latte config window
Michail Vourlakos 92127577d1 improve semantics for layout class
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
Michail Vourlakos b5b2e56ae4 remove deprecated code
Michail Vourlakos 95eb835922 fix #592,drop bash restarting use KCrash instead
--update the code to use KCrash for autostart
and drop the bash script
Michail Vourlakos 2d675e5d58 fix #592,add a crash checker to autostart Latte
Michail Vourlakos eefbc5e9ec fix #636,new approach for Layout,Global launchers
--changed the design totally and use only signals
between plasmoid in order to update their models. This
way the launcherList from their tasksmodel should be
updated only on the initialization phase of the Latte
plasmoid. Afterwards signaling between them takes
place, in order to inform each other for adding,
removing launchers, moving them and assigning them
to activities
Michail Vourlakos 3028076db2 add a special Latte info window / view
--it is used mainly for presenting a Latte specific
info window when changing dynamically layouts
Michail Vourlakos 9f16814780 remove deprecated globalsettings
Michail Vourlakos 0dfdd75746 drop QMultiComboBox for activities selection
--QMultiComboBox couldnt cooperate nicely with the
TableView, a different approach is needed. Probably
it is easier to just add a text indicator for the selected
activities
Michail Vourlakos 747fe2fd02 expose a QMultiComboBox for activities in layouts
Michail Vourlakos 0762e57bab add functionality for the color combobox
--add more needed functionality for the color combobox.
set the current color correctly for the combobox.
Michail Vourlakos ef8e587672 create colorcombobox for layouts
--create a new delegate for the combobox of layouts
color
Michail Vourlakos 86bc896fa0 center checkboxes in layouts window
Johan Smith Agudelo Rodriguez 0b4dc7ce3e Adding layouts config dialog
Michail Vourlakos 1a9ea88bc8 add LayoutSettings class and expose classes
Michail Vourlakos 06ddef8506 cnew architectures classes,add missing licenses
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