aboutsummaryrefslogtreecommitdiff
path: root/libindicator
Commit message (Collapse)AuthorAgeFilesLines
* indicator-image-helper: stop using deprecated gtk_icon_info_free()Lars Uebernickel2013-05-231-1/+1
|
* Code clean-up.William Hua2013-05-191-31/+27
|
* Clean up error checking.William Hua2013-04-261-31/+22
|
* Don't free label and accessible_desc.William Hua2013-04-261-5/+2
|
* [ William Hua ]William Hua2013-04-222-24/+72
| | | | | | | | | | | | * debian/control: - Bump GLib to 2.37. * configure.ac: - Bump GLib to 2.37. * libindicator/indicator-image-helper.c: - Support display of GBytesIcons. * libindicator/indicator-ng.c: - Change action state icon type to GVariant.
* IndicatorDestkopShortcuts: add StartupNotify parameter in our internal fake ↵Marco Trevisan (Treviño)2013-04-091-5/+19
| | | | | | | .desktop file Otherwise GAppInfo won't pass the relevant platform-data to the Application launched. Plus, fix the docs.
* IndicatorDestkopShortcuts: fix indentationMarco Trevisan (Treviño)2013-04-051-8/+8
|
* IndicatorDestkopShortcuts: add missing include and deprecate old functionMarco Trevisan (Treviño)2013-04-051-0/+3
|
* IndicatorDestkopShortcuts: add ↵Marco Trevisan (Treviño)2013-04-052-2/+11
| | | | | | | indicator_desktop_shortcuts_nick_exec_with_context It allows to pass a GAppLaunchContext to pass platform-data when launching actions.
* indicator-ng: allow a dictionary as the root action's stateLars Uebernickel2013-03-211-11/+20
| | | | | | | | | Hopefully, this is more straightforward to use than (sssb). It's also extensible. (sssb) is still supported for backwards compatibility, but I wouldn't recommend using it anymore.
* Revert: indicator-ng: allow a dictionary as the root action's stateMathieu Trudel-Lapierre2013-03-181-20/+11
|
* indicator-ng: allow a dictionary as the root action's stateLars Uebernickel2013-03-131-11/+20
| | | | | | | | | Hopefully, this is more straightforward to use than (sssb). It's also extensible. (sssb) is still supported for backwards compatibility, but I wouldn't recommend using it anymore.
* hard-code indicatordir to not use multiarch locationsMichael Terry2013-02-152-2/+2
|
* indicator-ng: add license headerLars Uebernickel2013-02-142-0/+37
|
* indicator-ng: don't hide the indicator if the service is already runningLars Uebernickel2013-02-061-1/+0
|
* indicator-ng: try to restart the service when it crashesLars Uebernickel2013-02-063-5/+82
| | | | | | | This uses a (slightly) awkward heuristic: when the well-known name vanishes from the session bus, it only restarts the service when it didn't explicitly hide the indicator before.
* indicator-ng: simplify flow in initable_initLars Uebernickel2013-01-301-21/+20
|
* indicator-ng: use strlen instead of hard coding the lengthLars Uebernickel2013-01-251-1/+1
|
* indicator-ng: use indicator_image_helperLars Uebernickel2013-01-253-8/+27
| | | | | | | | gtk_icon_set_from_gicon doesn't scale rectangular icons correctly. This adds indicator_image_helper_update_from_gicon() and makes refresh_image() set a broken image instead of erroring out when an icon couldn't be found.
* indicator-ng: lazily allocate entry.label and entry.imageLars Uebernickel2013-01-251-7/+27
| | | | | Most indicators only need one of those.
* indicator-ng: require header item to have x-canonical-type setLars Uebernickel2013-01-251-15/+38
|
* indicator-ng: check return value of g_menu_model_get_item_attributeLars Uebernickel2013-01-241-3/+5
| | | | | If it returns false, we'd use uninitialized memory.
* indicator-ng: document error conditions in menu_changedLars Uebernickel2013-01-241-0/+4
|
* indicator-ng: save unnecessary allocations by using "&" in g_variant_getLars Uebernickel2013-01-241-8/+4
|
* indicator-ng: show broken image when g_icon_for_string returns NULLLars Uebernickel2013-01-241-17/+18
|
* indicator-ng: use an IndicatorObjectEntry internallyLars Uebernickel2013-01-241-83/+26
| | | | | We needed the entry anyway (that's what indicator_ng_get_entry was for).
* indicator-ng: set name hint to the value of the service file's "Name" fieldLars Uebernickel2013-01-231-8/+23
|
* indicator-ng: use base->get_entries to get the invisible ones, tooLars Uebernickel2013-01-231-1/+1
|
* indicator-ng: auto start service if it's not runningLars Uebernickel2013-01-231-1/+1
|
* indicator-ng: properly unset action group when the service disappearsLars Uebernickel2013-01-221-1/+1
|
* Make sure indicator-ng.h is installedLars Uebernickel2013-01-211-3/+5
|
* indicator-ng: add gettersLars Uebernickel2013-01-212-0/+20
|
* indicator-ng: add indicator_ng_new_for_profileLars Uebernickel2013-01-212-3/+18
|
* indicator-ng: fix crash (tried to free a string with g_object_unref)Lars Uebernickel2013-01-211-1/+0
|
* indicator-ng: always set an accessible description to avoid imminent warningLars Uebernickel2013-01-211-0/+6
|
* indicator-ng.h: use local includeLars Uebernickel2013-01-211-1/+1
|
* Only build and use IndicatorNg in the gtk3 buildLars Uebernickel2013-01-181-1/+5
|
* Add IndicatorNgLars Uebernickel2013-01-183-1/+468
| | | | | | | IndicatorNg is an indicator object that reads an indicator service file and watches the bus for a corresponding service to appear. It turns the menus and actions exported by the service into an indicator entry.
* No newline at end of fileCharles Kerr2012-09-111-1/+2
|
* remove the cloak/decloak widget logicCharles Kerr2012-09-111-64/+3
|
* don't include build-time filenames in comments of the enum header filesEvgeni Golov2012-06-102-3/+3
| | | | | | | If we do, the header files may be different on each build. This is especially harmful when building multiple times for multiple architectures and expecting the files to be identical.
* indiator_service_manager_new*()'s name arguments were gchar*, make them ↵Charles Kerr2012-04-222-4/+4
| | | | const gchar*
* in indicator_image_helper_update(), test the image argument with ↵Charles Kerr2012-04-111-1/+1
| | | | GTK_IS_IMAGE before using it.
* Fix spelling/grammar errors in an error message.Charles Kerr2012-04-021-1/+1
|
* Setting again the variables as constMarco Trevisan (Treviño)2012-04-011-2/+2
|
* Indicator Service Manager: we don't have to free values if got with &s from ↵Marco Trevisan (Treviño)2012-04-011-3/+0
| | | | | | variant See http://is.gd/EyhAhP
* merge lp:~htorque/libindicator/fix-small-leak to fix a GError memory leak ↵Charles Kerr2012-03-261-0/+1
|\ | | | | | | reported in lp bug #965459
| * Free GError.Hernando Torque2012-03-261-0/+3
| |
* | fix minor memory leak when the proxy name changesCharles Kerr2012-03-161-2/+5
|/
* Copying the name before using it to remove as it seems that the unwatch can ↵Ted Gould2012-03-021-1/+3
| | | | cause the name to be free'd in some cases. Odd, but valgrind can find it