You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nicolas Fella
b7869bf267
Add trailing commas to enums
...
We do this sometimes, but not consistenly.
The benefit is twofold.
First it improves the diff when adding new values since no existing line needs to be touched.
Second it prevents clang-format from collapsing the definition into a single line, which is undesired for large enums.
5 years ago
..
autotests
Remove Qt include prefix
7 years ago
tests
[libkworkspace] Support batch operations in UpdateLaunchEnvJob
6 years ago
CMakeLists.txt
[libkworkspace] Update linked libraries for libkworkspace
6 years ago
LibKWorkspaceConfig.cmake.in
…
Mainpage.dox
…
Messages.sh
…
config-libkworkspace.h.cmake
Harmonize usage of HAVE_X11, using #if and #cmakedefine01 everywhere
7 years ago
kdisplaymanager.cpp
Expand enums to multiple lines
5 years ago
kdisplaymanager.h
…
kworkspace.cpp
Port some usage of QRegExp to QRegularExpression
6 years ago
kworkspace.h
Add trailing commas to enums
5 years ago
login1_manager_interface.cpp
Add trailing commas to enums
5 years ago
loginddbustypes.h
Rewrite kworkspace logout, shutdown and suspend API
7 years ago
org.freedesktop.ConsoleKit.Manager.xml
Rewrite kworkspace logout, shutdown and suspend API
7 years ago
org.freedesktop.UPower.xml
Rewrite kworkspace logout, shutdown and suspend API
7 years ago
org.freedesktop.login1.Manager.xml
Rewrite kworkspace logout, shutdown and suspend API
7 years ago
org.freedesktop.login1.Seat.xml
Rewrite kworkspace logout, shutdown and suspend API
7 years ago
org.freedesktop.login1.Session.xml
Rewrite kworkspace logout, shutdown and suspend API
7 years ago
org.freedesktop.login1.User.xml
Rewrite kworkspace logout, shutdown and suspend API
7 years ago
sessionmanagement.cpp
Fix DBus service used in shutdown interface
6 years ago
sessionmanagement.h
Add trailing commas to enums
5 years ago
sessionmanagementbackend.cpp
[libkworkspace] Watch ksmserverrc for changes
6 years ago
sessionmanagementbackend.h
[libkworkspace] Watch ksmserverrc for changes
6 years ago
updatelaunchenvjob.cpp
Fully validate value before syncing envs
6 years ago
updatelaunchenvjob.h
[libkworkspace] Support batch operations in UpdateLaunchEnvJob
6 years ago