Michail Vourlakos
a01b7f100b
move copyDock from corona to Layout
7 years ago
Michail Vourlakos
92127577d1
improve semantics for layout class
7 years ago
Michail Vourlakos
ef48a70bd9
improve semantics
7 years ago
l10n daemon script
4ae1c98e55
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
7 years ago
Michail Vourlakos
2d16bcd976
draw panel background correctly after themeChange
7 years ago
Michail Vourlakos
18d78cfd37
stretch layouts editor contents to fit on startup
7 years ago
l10n daemon script
2390acf71f
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
7 years ago
Michail Vourlakos
cb69a9c7c6
slide out/in also in user screen change
7 years ago
Michail Vourlakos
f7b8cedb3c
improve semantics for location change slide out/in
7 years ago
Michail Vourlakos
bc29bc2863
improve windows garbage collector
7 years ago
Michail Vourlakos
1d5d4406ef
slide-out docks in manual layout change
7 years ago
Michail Vourlakos
2a911d34b8
improve semantics for availableScreenRect
...
--improve the function to calculate the availableScreenRect
of a specific screen. Now the function accepts two arguments
specifing which visibility modes and locations(edges) are
going to be taken into account to calculate the
availableScreenRect.
7 years ago
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
7 years ago
Michail Vourlakos
afcdd1b726
hide docks animation when changing layouts
7 years ago
Michail Vourlakos
1d6c5f074f
fix #816,add more task shortcuts
...
--added shortcuts for tasks 10-19
7 years ago
Michail Vourlakos
da612fd8d9
ignore not used X11 changed events
...
--some windows are sending plenty windowChanged
events without Latte using them. We block them in
order to not trigger any Latte updates.
7 years ago
Michail Vourlakos
d86fdfd2ff
fix #810,support smart/dynamic background
...
the dynamic background feature is enhanced and
becomes smarter. It understands snapped windows, windows
that touch the panel edge etc. The criteria in
order for the background to become solid are:
- any active window that is touching the panel
edge (that includes krunner)
- any inactive window that is snapped and touches
the panel edge (concerning its geometry: quarter-snapped or half-snapped)
- maximized windows
- an inactive window but keepAbove is touching
the panel edge (this catches also the yakuake case)
- panel popups
7 years ago
Michail Vourlakos
9dbee82a4a
dont confuse lock files between different users
7 years ago
l10n daemon script
cba49d22de
GIT_SILENT made messages (after extraction)
7 years ago
Michail Vourlakos
f1e4d455e6
import and load a layout from command line
7 years ago
Michail Vourlakos
9f16ef5d4e
load specific layout on startup from command line
7 years ago
Michail Vourlakos
d85138ebe4
exit from main when quiting
7 years ago
Michail Vourlakos
a2948bf942
print available layouts from command line
7 years ago
Michail Vourlakos
2640a7e948
reload layouts if needed after default import
7 years ago
Michail Vourlakos
8d54dfd365
improve semantics/update translation string
7 years ago
Michail Vourlakos
0615dcf084
add --default-layout option for command line
...
--this option enables the user to load the default
layout from start.
7 years ago
Michail Vourlakos
3679c1c0cf
load the default layout when cant find previous
...
--load the default layout when cant find the previous
layout for some reason. This means that something went
really wrong actually and the previous stored layout
doesnt exist anymore, at least with the same name
ised.
7 years ago
Michail Vourlakos
00032f9198
add shortcut to open layouts editor
...
--use Meta+E to open the layouts editor
7 years ago
Michail Vourlakos
a31940a6fe
fix for calculating panel reqion in !compositing
...
the mask region wasnt calculated correctly in some cases
after location changes. I think it might be a plasma
upstream bug/change but either way this patch fixes
it.
7 years ago
Michail Vourlakos
1d8eea28bb
slidingIn/Out during locationChange signal
7 years ago
Michail Vourlakos
91ff26882e
fix #784,ignore top/bottom auto-hide panels
...
--a bottom or top auto-hide panel is not considered
in the calculations for the availableScreenRegion
7 years ago
Michail Vourlakos
1c5cebda99
use activate signal for (not)expand
...
--for all neutral areas (such as spacers or
activate indicator spacers) the activate signal
in sent in order to activate an applet or
expand it / hide it...
7 years ago
l10n daemon script
9124eeb372
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
1289c64480
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
7 years ago
l10n daemon script
9714b4df79
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
98091d59e8
GIT_SILENT made messages (after extraction)
7 years ago
Michail Vourlakos
e0a3bd9f80
support nomad systray in Latte
7 years ago
Michail Vourlakos
69d5c1afa2
update panelshadows to plasma version
7 years ago
l10n daemon script
2d89f1c84e
GIT_SILENT made messages (after extraction)
7 years ago
Michail Vourlakos
5b1d35d25b
fix #735,support shortcut to open Latte settngs
...
--the default shortcut is Meta+A but the user can
change it to whatever wants to from plasma systemsettings.
--the settings windows are show bases on priority.
Primary screen docks have higher priority and for the
edges the priority is: Bottom,Left,Top,Right
7 years ago
l10n daemon script
26a9f2ce61
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
7 years ago
l10n daemon script
b4da66e59b
GIT_SILENT made messages (after extraction)
7 years ago
Michail Vourlakos
c904236847
disable dock settings action shortcut
...
--the shortcut Alt+S,Alt+D is not working
correctly because it is reserved by the plasma
desktop. At first we disable it in order to see
if we can substitute it with another solution
7 years ago
Michail Vourlakos
f05be59ee3
fix #767,use developers name directly in appstream
7 years ago
Michail Vourlakos
147529dd72
fixes for tasks spacers for multiple separators
7 years ago
Michail Vourlakos
83cd059309
remove no needed fake separator desktop file
7 years ago
l10n daemon script
451512192c
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
7 years ago
l10n daemon script
ac0fa4e2e4
GIT_SILENT made messages (after extraction)
7 years ago
Michail Vourlakos
88108ac524
add option to debug timers
...
--this is especially useful in order to be sure that
there are timers that create unending loops
7 years ago
l10n daemon script
1fc4cd25cf
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
7 years ago
l10n daemon script
0ce78cbcfa
GIT_SILENT made messages (after extraction)
7 years ago
Michail Vourlakos
70ae1c646e
added debug messages in dockconfigview
7 years ago
l10n daemon script
fff71ab3df
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
7 years ago
l10n daemon script
4c92097865
GIT_SILENT made messages (after extraction)
7 years ago
Michail Vourlakos
2e3139239e
fix clang warnings
...
--improve readability of the build process when
using clang by fixing small things to not show
some warnings
7 years ago
l10n daemon script
70e3da83fb
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
7 years ago
l10n daemon script
a831bfced0
GIT_SILENT made messages (after extraction)
7 years ago
Michail Vourlakos
1ec42498bd
update screenshots in appstream file
7 years ago
Michail Vourlakos
152d245016
add missing include
7 years ago
l10n daemon script
1b126efb83
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
7 years ago
l10n daemon script
487906bfd8
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
11ac28b99c
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
7 years ago
l10n daemon script
cd9e0ae575
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
040f314ccb
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
7 years ago
l10n daemon script
f0993f77e8
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
7 years ago
l10n daemon script
60a8259435
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
be779e2674
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
7 years ago
l10n daemon script
a0b241085e
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
aaf8cc1d1a
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
cc7d8c259f
GIT_SILENT made messages (after extraction)
8 years ago
l10n daemon script
fbaef27a64
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
1049e7e9ba
GIT_SILENT made messages (after extraction)
8 years ago
Yuri Chornoivan
fd1ae873c4
Fix minor typos
8 years ago
l10n daemon script
d83bd1a3ad
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
885976bb19
GIT_SILENT made messages (after extraction)
8 years ago
Yuri Chornoivan
dbbd01abdc
Fix minor typos
8 years ago
Michail Vourlakos
72950dc678
use kde translations infrastructure
8 years ago
Michail Vourlakos
7aa4f8a4bd
fix #699,protect setupWayland from crashes
8 years ago
Michail Vourlakos
dc851023c7
fix #695,fix version tag in desktop file
8 years ago
Michail Vourlakos
9f01b5fbdf
add "New" button translation
8 years ago
Michail Vourlakos
f3378acf9e
add a "New" button in layouts manager
8 years ago
Michail Vourlakos
6385bf1da3
debug broken layouts by adding messages
8 years ago
Michail Vourlakos
6e48583971
add StartupWMClass in desktop file
8 years ago
Michail Vourlakos
07eacda2c7
fix #674,show correct menu for plasma taskmanagers
...
--when the right click menu is triggered the event should
also push to the applet for the plasma taskmanagers
8 years ago
Michail Vourlakos
e4826d0907
dont make no needed calculations for dodge modes
...
--dodge modes now check in start if the dock contains
the mouse and thus dont make any other calculations
or calls to kwin if the dock contains the mouse
8 years ago
Michail Vourlakos
f588e74549
fix #665,block false raiseDock for containsMouse
...
--as an example Firefox 55 triggers a windowChanged
event in every mouse movement. Thus the dock wasnt
appearing because it was sent a raideDock(false)
signal. Adding a containsMouse check for all dodgeModes
fixes this. A raiseDock(false) is never sent if
the dock containsMouse
8 years ago
Michail Vourlakos
8da7f7d3c9
v0.7 initial second stable release
8 years ago
Michail Vourlakos
e89afafab2
fix #662,fix typo and auto-hide break behavior
...
--the check to disable blockHiding takes into account
if the config window is shown or not
--a small typo when going to !editMode was fixed
8 years ago
Michail Vourlakos
9a72f394ee
fix crash,when alternatives shown + change layouts
8 years ago
Michail Vourlakos
14d7ae5d55
use new block hiding for activate/deactivate applets
8 years ago
Michail Vourlakos
b91bc6cda2
expose alternatives only in edit mode
8 years ago
Michail Vourlakos
f2ab6cbc9c
block hiding when alternatives is shown
8 years ago
Michail Vourlakos
b5b2e56ae4
remove deprecated code
8 years ago
Michail Vourlakos
95eb835922
fix #592,drop bash restarting use KCrash instead
...
--update the code to use KCrash for autostart
and drop the bash script
8 years ago
Michail Vourlakos
2d675e5d58
fix #592,add a crash checker to autostart Latte
8 years ago
Michail Vourlakos
b5c0a4d2d0
simplify code
8 years ago
Michail Vourlakos
a537572d42
fix #643,protect enabledBorders for InfoView
8 years ago
Michail Vourlakos
46e54c2e81
update screenGeometry correctly for dockview
8 years ago
Michail Vourlakos
5dc595a2cb
move task instantly and then send extSignal to group
8 years ago
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
8 years ago
Michail Vourlakos
25dee2ecb9
unminimize layout config win when called
8 years ago
Michail Vourlakos
7d4344637c
fix #635,never add primary dock over an explicit
...
--the addDock code now checks if at the primary screen
in the specific edge there is already assigned an explicit
dock. In that case it doesnt add that primary dock
8 years ago
Michail Vourlakos
c154eae4c7
fix #634,load the dockWin flag after copy
8 years ago
Michail Vourlakos
76cd844dce
select previous row after layout removal
8 years ago
Michail Vourlakos
faa830c592
fix layout name on copy method
...
--switch current layout after saveAllChanges only when
we rename the current layout
8 years ago
Michail Vourlakos
6893ef9287
fix #627,remove empty values from desktop file
...
--some empty values in strings was breaking the translation
chain through the update-metadata script
8 years ago
Michail Vourlakos
6237d52c3d
update buttons state in layouts window
8 years ago
Michail Vourlakos
db0d084ed2
include all tasks plasmoids in heurestics
...
--during startup Latte checks if a tasks plasmoid
is going to be present (because of multi-screen settings).
Now these checks are also considering the case of
plasma taskmanagers
8 years ago
Michail Vourlakos
a1fac1a29c
remove deprecated code
8 years ago
Michail Vourlakos
26516b8d8c
check specific for Latte Tasks Plasmoid
8 years ago
Michail Vourlakos
1b0b2a24b8
consider all taskmanagers in algorithms
...
--in the past only the Latte plasmoid was considered are
Tasks plasmoid
8 years ago
Michail Vourlakos
9a4e6d8cf5
update applets metadata files
8 years ago
Michail Vourlakos
14a674cd61
fix #572,support latte spacer
8 years ago
Michail Vourlakos
9d1dd08191
add a layout broken file check
...
--there are cases that a layout file can be broken because
there are containments having same applet ids. This
check informs the user for such layouts when the
layout manager is appearing
8 years ago
Michail Vourlakos
933f075dc5
add configure in the layouts context menu
8 years ago
Michail Vourlakos
262b3bd238
dont restore zoom when applet context menu shown
8 years ago
Michail Vourlakos
b2df416e1b
fix crash from infoview in wayland
8 years ago
Michail Vourlakos
7b8bb2fc73
fix copy dock method loading part
...
-- copy dock method wasnt using correctly the signals
and the methods from containments during first loading
the new copied containments. That could create crashes
if the user was trying to remove a copied dock directly
after used the copy method
8 years ago
Michail Vourlakos
cc94677817
remove deprecated code
8 years ago
Michail Vourlakos
ae39271c9f
update timer interval for dynamic switching
8 years ago
Michail Vourlakos
23733837e5
update the infoview for wayland and multi-screen
8 years ago
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
8 years ago
Michail Vourlakos
3f90c61d53
include plasma taskmanagers in startup identify
...
--Latte when loading a layout tries to identify if based
on the docks settings there will be at least one dock
containing a tasks plasmoid. This code was extended in order
to identify also the plasma taskmanagers. One more improvement
is that this code now is executed also when dynamically
changing layouts
8 years ago
Michail Vourlakos
dfe0a8e18f
update translation strings, add greek
8 years ago
Michail Vourlakos
6f7a44c450
the user can disable the Latte Info window
...
--which is mainly used to inform the user for
a dynamic layout switching
8 years ago
Michail Vourlakos
aed9452330
remove deprecated code
8 years ago
Michail Vourlakos
2d4aeaaf51
add info window for showing latte infos
...
--its main purpose is to inform the user that Latte
is dynamically switching layout
8 years ago
Michail Vourlakos
096a1fa4c7
fix #617 , add a missing return statement
8 years ago
Michail Vourlakos
68a5223b47
fix #616,use unique ids for applets and containme
8 years ago
Michail Vourlakos
d3b6ce0ac6
keep compatibility with qt5.7
8 years ago
Michail Vourlakos
d4b2f3d15b
update launchers based on group correctly
...
--this isnt the plasmoid part but the c++ and configuration
window one
8 years ago
Michail Vourlakos
111d004e47
add launchers in universal group also
8 years ago
Michail Vourlakos
35336983ac
cleanup deprecated code for launchers
...
--launchers will be able to be chosen per Latte
plasmoid in the form of: Unique,Layout,Global
8 years ago
Johan Smith Agudelo Rodriguez
50f5402620
Using Check mark character instead of CheckBox for the table
8 years ago
Michail Vourlakos
0a53646847
send a notification when switching layouts dynamic
8 years ago
Michail Vourlakos
ecf67a2a9d
dynamic changing to layouts based on activities
8 years ago
Johan Smith Agudelo Rodriguez
9ecc961017
fix checkbox alignment
8 years ago
Michail Vourlakos
50636fcc0c
improve semantics for columns references
8 years ago
Michail Vourlakos
93deb7d3cc
add presets on startup
8 years ago
Michail Vourlakos
b39dc2b72a
support import v0.2 config files from layout manager
8 years ago
Michail Vourlakos
9f16814780
remove deprecated globalsettings
8 years ago
Michail Vourlakos
f89f78b964
support import configuration from command line
8 years ago
Michail Vourlakos
5ecc9b2281
support import/export configurations
8 years ago
Michail Vourlakos
49fd921c2c
hide the id column in layouts manager
8 years ago
Michail Vourlakos
cdc5478b7b
import correctly old layouts from old config files
8 years ago
Michail Vourlakos
858d975ea5
support import version 2 layout files
8 years ago
Michail Vourlakos
03cd1f1c8c
provide correct naming for copied layouts
8 years ago
Michail Vourlakos
3e3d180794
show column names properly in layout manager
8 years ago
Michail Vourlakos
ed6ca64c1f
support restore Presets in layouts manager
8 years ago
Michail Vourlakos
23391e53f5
support copy method in layout manager
8 years ago