Michail Vourlakos
5c28b2194a
Wait forever until the lock file can be locked
...
Summary:
- `timeout = 3000` is a bit short on some computer. Use `timeout = -1` will work for any case.
BUG: 401041
Test Plan: BUG: 401041 is fixed on my computer.
Reviewers: mvourlakos, #latte_dock
Reviewed By: mvourlakos
Tags: #latte_dock, #plasma
Differential Revision: https://phabricator.kde.org/D18258
6 years ago
Michail Vourlakos
1ab99761a1
REFACTOR:Update Dock types to new Latte2::Types
6 years ago
Michail Vourlakos
25d9d4ed17
refactor:rename DockCorona to Latte::Corona
6 years ago
Michail Vourlakos
2099b8ed36
add headers comments for all c++ files
6 years ago
Yuri Chornoivan
7323068f36
Fix minor EBN issues
7 years ago
Michail Vourlakos
84de238181
missing apostrophe
...
BUG: 396676
7 years ago
Michail Vourlakos
91a1736b14
add debug flag for overloaded applets
...
--a visual indicator in order to show which plasma
applets have been overloaded from Latte. The overloaded
mechanism is a way in order to make these applets work
properly with Latte parabolic effect
7 years ago
Michail Vourlakos
a69ce0abdb
remove credits tab
...
--v0.8 is officialy KDE project, so its
existence owes a lot of credits to many
KDE members (for translations, bug reporting
etc.). Being officially a KDE project
responds to the previous credits.
7 years ago
Michail Vourlakos
568ccd6e26
localization strings improvements
7 years ago
Michail Vourlakos
27715435a9
update README links and titles
...
--remove Translators record as from >=v0.7.3
all translations are done through the kde
community.
7 years ago
Michail Vourlakos
f41395abc3
use new plasma way of detecting platform
7 years ago
Michail Vourlakos
420b3d09f0
update hidpi settings based on plasma
7 years ago
Michail Vourlakos
7808eebc2a
support toggle memoryUsage from command line
...
--On startup the user can choose between single/multiple
modes from command line
7 years ago
Michail Vourlakos
ff5f91e3cb
hide debugging parser options
7 years ago
Michail Vourlakos
18b94c795b
restore autostart functionality after crash
7 years ago
Michail Vourlakos
f81433be8b
try to link containments to layouts
7 years ago
Michail Vourlakos
9dbee82a4a
dont confuse lock files between different users
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
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
147529dd72
fixes for tasks spacers for multiple separators
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
Yuri Chornoivan
dbbd01abdc
Fix minor typos
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
f89f78b964
support import configuration from command line
8 years ago
Michail Vourlakos
8f9772f46a
init qml from kde frameworks
8 years ago
Michail Vourlakos
d223e23291
protect from closing on changing sessions
...
--disable quiting the app when there are no windows
shown. There are cases that between states some
windows may not exist. E.g. when changing sessions
and when activating/deactivating screens
8 years ago
Johan Smith Agudelo Rodriguez
d991380e34
update list of contributors
8 years ago
Johan Smith Agudelo Rodriguez
fba31fc9f6
feature #205 , backup and restore
8 years ago
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
8 years ago
Johan Smith Agudelo Rodriguez
0e728b558d
punctuation marks.
8 years ago
Johan Smith Agudelo Rodriguez
1ba8a62e07
remove property debugFlags of DockView
8 years ago
Johan Smith Agudelo Rodriguez
445cf91791
unused function
8 years ago
Johan Smith Agudelo Rodriguez
fbf5808667
update commandline options
8 years ago
Michail Vourlakos
ab1cc5f87c
fix #171,use lock file instead of QSharedMemory
...
-- this way the lock is per user and crashing Latte
allows us to rerun it properly
8 years ago
Michail Vourlakos
f9797aa06c
fix #172 , disable hidpi scaling
...
--fix for hidpi screens based on plasma
official code
8 years ago
Michail Vourlakos
03fb457af6
fix #171,allow only one instance for Latte app
8 years ago
Johan Smith Agudelo Rodriguez
1677e2a041
Improving readability of CMakeLists
8 years ago
Johan Smith Agudelo Rodriguez
500e9d7110
added website to about dialog
8 years ago
Michail Vourlakos
41e79cf188
support debug flags from the runtime
...
--the user is able to set some additional
debug flags in --debug state by just executing
the application.
supported flags:
--with-window: provides a separate window
to show metrics from each separate dock
--graphics: visual indicator for the various
elements
--mask: additional debug messages concerning
mask calculations
8 years ago
Johan Smith Agudelo Rodriguez
caa8d6e6dc
Indent too long lines
8 years ago
Johan Smith Agudelo Rodriguez
9b30106101
Update credits
8 years ago
Michail Vourlakos
dbe18e2ed6
update app description in about dialog
8 years ago
Johan Smith Agudelo Rodriguez
fedb872e4a
Merge branch 'master' into about-dialog
8 years ago
Johan Smith Agudelo Rodriguez
2e8fe37fd2
#98 , added about dialog
8 years ago
Michail Vourlakos
90b95f65ac
fix #94,--debug must be set for debugging messages
8 years ago
Johan Smith Agudelo Rodriguez
72bd7a0af8
fix #85 , removing Dock crashes Latte
8 years ago