Ryan Lortie
|
09429e2c82
|
gio static fixups
|
2011-10-16 21:41:15 -04:00 |
|
Ryan Lortie
|
f44cd41293
|
GApplication: allow '-' in application ID
By converting it to _ before trying to shove it into an object path.
https://bugzilla.gnome.org/show_bug.cgi?id=652025
|
2011-06-08 22:21:15 -04:00 |
|
Ryan Lortie
|
9793919d7b
|
Whitespace fixes
|
2011-05-18 17:56:50 -04:00 |
|
Ryan Lortie
|
0e63b57eea
|
GApplication: fix remote action states
Fix up remote_action_info_new_from_iter() to do its job better and use
it from all places that it's appropriate.
Closes #650236.
|
2011-05-18 17:53:07 -04:00 |
|
Ryan Lortie
|
53389d963d
|
GApplication: fix leaked object path
In the case that we fail to become the primary instance we should
unregister *both* object paths that we registered during our attempt.
|
2011-04-10 07:50:26 -04:00 |
|
Matthias Clasen
|
eec2cb1af8
|
Avoid a segfault in g_application_register()
Patch by Mikkel Kamstrup Erlandsen
https://bugzilla.gnome.org/show_bug.cgi?id=639177
|
2011-01-10 20:29:29 -05:00 |
|
Cosimo Cecchi
|
056a5d753d
|
gapplication: plug a memory leak
https://bugzilla.gnome.org/show_bug.cgi?id=637237
|
2010-12-15 11:43:14 +01:00 |
|
Aleksander Morgado
|
98bfc8afda
|
Fixes GB#635187: Always unbox GVariant parameter received via dbus for an action
|
2010-11-29 08:06:31 -05:00 |
|
Ryan Lortie
|
641f622bfe
|
GApplication: emit a signal when starting up
Send a signal to the bus when registration is successful and we are the
primary instance.
|
2010-10-28 23:06:53 -04:00 |
|
Ryan Lortie
|
bf7ba2fbdc
|
GApplication: use infinite timeout for CommandLine
Use an infinite DBus timeout for sending a CommandLine request to the
primary instance.
This resolves a bit of bug #633339.
|
2010-10-28 16:47:13 -04:00 |
|
Ryan Lortie
|
d8d2513710
|
Implement (untested) GApplication actions support
|
2010-10-25 14:32:07 -04:00 |
|
Matthias Clasen
|
7c735b05f7
|
Move a confusing comment to the right place
|
2010-10-23 12:01:51 +02:00 |
|
Ryan Lortie
|
e33deea16c
|
GApplication: reduce GVariant abuse
Don't use GVariant* as the representation for the argument array.
|
2010-10-19 19:38:00 +02:00 |
|
Ryan Lortie
|
0ce1462d1a
|
GApplication: merge DBus interface into C source
instead of having it in a separate file that causes problems to the
build system (I want to avoid using EXTRA_DIST here).
|
2010-10-19 13:44:30 +02:00 |
|
Ryan Lortie
|
3e6eee806c
|
GApplication: add remote commandline support
|
2010-10-19 01:16:46 +02:00 |
|
Ryan Lortie
|
a7923a4aa3
|
new GApplication implementation
|
2010-10-19 01:16:46 +02:00 |
|