John Maguire
|
341dc7326f
|
Reformat all C++
|
2020-09-22 14:56:06 +01:00 |
Jonas Kvinge
|
681f986f0f
|
Fix global shortcuts using GSD D-Bus backend (#6251)
|
2019-01-09 04:11:28 +00:00 |
Jonas Kvinge
|
9f946a2898
|
Improvements to makefiles and make components optional (#6221)
|
2018-11-29 21:32:12 +00:00 |
Krzysztof Sobiecki
|
d775d72345
|
More copyright info fixes
|
2014-11-05 17:48:04 +01:00 |
Krzysztof Sobiecki
|
39a3b46ead
|
More copyright info fixes
|
2014-11-05 17:48:04 +01:00 |
John Maguire
|
3323c2d094
|
Convert all instances of foreach() to a C++11 for
find ext src -name '*.cpp' -exec \
sed -i -e 's/foreach(\([^,]\+\),/for (\1 :/' {} \;
|
2014-02-10 14:43:32 +01:00 |
Krzysztof A. Sobiecki
|
0ecf1e76a6
|
Reformat done with clang-3.5 svn200967
|
2014-02-07 17:08:31 +01:00 |
John Maguire
|
bebd781fdf
|
Reformat all non-3rd-party C/C++/Objective-C++.
Command line:
find src ext -regex '.*\.\(h\|cpp\|mm\)' -exec clang-format -i
-style='{BasedOnStyle: Google, DerivePointerBinding: false}' {} \;
|
2014-02-07 16:34:20 +01:00 |
John Maguire
|
71893e4847
|
Use nullptr instead of NULL everywhere.
|
2014-02-06 17:29:59 +01:00 |
David Sansome
|
4cabb98b43
|
Fix compilation of the gnome global shortcuts backend when dbus isn't available
|
2011-10-15 20:49:53 +01:00 |
David Sansome
|
2bffe1fa82
|
Register and unregister for media key notifications properly from the gnome settings daemon
|
2011-10-14 22:01:25 +01:00 |
David Sansome
|
3eedc916ad
|
Add a new logging system
|
2011-04-22 16:50:29 +00:00 |
David Sansome
|
795a4df422
|
Fix compilation on mac and windows
|
2011-01-22 14:13:56 +00:00 |
David Sansome
|
2ecf61a57e
|
Move everything DBus related back to the main thread and use synchronous method calls everywhere
|
2011-01-22 12:47:19 +00:00 |
David Sansome
|
380fa71e86
|
Do gnome global shortcut registration in a background thread
|
2011-01-09 23:11:51 +00:00 |
David Sansome
|
ed1a25693c
|
Add missing licenses to debian/copyright, and add copyright information to each source file
|
2010-11-20 13:27:10 +00:00 |
David Sansome
|
bb015ca3aa
|
Global shortcuts dialog should work now.
|
2010-05-17 11:06:50 +00:00 |