Giovanni Campagna
bb7f3e0cbd
GDesktopAppInfo: add an accessor for StartupWMClass
...
Components using GIO to do window to application matching can
use that field to retrieve potential candidates.
https://bugzilla.gnome.org/show_bug.cgi?id=673659
2012-04-14 02:44:25 +02:00
Matthias Clasen
d0b429af48
Revert "GDesktopAppInfo: add an accessor for StartupWMClass"
...
This reverts commit 3ccc4cf91d
.
2012-04-06 19:15:53 -04:00
Giovanni Campagna
3ccc4cf91d
GDesktopAppInfo: add an accessor for StartupWMClass
...
Components using GIO to do window to application matching can
use that field to retrieve potential candidates.
https://bugzilla.gnome.org/show_bug.cgi?id=673659
2012-04-07 00:22:02 +02:00
Matthias Clasen
448be24cf3
Add app lauch environment test
2011-10-16 00:08:42 -04:00
Matthias Clasen
b463b2ea25
Add tests about file associations
2010-07-30 19:51:20 -04:00
Matthias Clasen
dea042b855
Misc test additions
2010-07-05 03:09:36 -04:00
Matthias Clasen
74fbd3296d
Add some GAppLaunchContext tests
2010-07-04 23:41:40 -04:00
Matthias Clasen
401fa10445
Add some more appinfo tests
2010-07-04 20:51:06 -04:00
Matthias Clasen
6427e93757
Merge the wip/gapplication branch
...
This adds a GApplication object to GIO, which is the core of
an application support class, supporting
- uniqueness
- exporting actions (simple scripting)
- standard actions (quit, activate)
The implementation for Linux uses D-Bus, takes a name on the
session bus, and exports a org.gtk.Application interface.
Implementations for Win32 and OS X are still missing.
2010-06-07 13:48:42 -04:00