Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | indicator-ng: simplify flow in initable_init | Lars Uebernickel | 2013-01-30 | 1 | -21/+20 |
| | |||||
* | indicator-ng: use strlen instead of hard coding the length | Lars Uebernickel | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | indicator-ng: use indicator_image_helper | Lars Uebernickel | 2013-01-25 | 3 | -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.image | Lars Uebernickel | 2013-01-25 | 1 | -7/+27 |
| | | | | | Most indicators only need one of those. | ||||
* | indicator-ng: require header item to have x-canonical-type set | Lars Uebernickel | 2013-01-25 | 1 | -15/+38 |
| | |||||
* | indicator-ng: check return value of g_menu_model_get_item_attribute | Lars Uebernickel | 2013-01-24 | 1 | -3/+5 |
| | | | | | If it returns false, we'd use uninitialized memory. | ||||
* | indicator-ng: document error conditions in menu_changed | Lars Uebernickel | 2013-01-24 | 1 | -0/+4 |
| | |||||
* | indicator-ng: save unnecessary allocations by using "&" in g_variant_get | Lars Uebernickel | 2013-01-24 | 1 | -8/+4 |
| | |||||
* | indicator-ng: show broken image when g_icon_for_string returns NULL | Lars Uebernickel | 2013-01-24 | 1 | -17/+18 |
| | |||||
* | indicator-ng: use an IndicatorObjectEntry internally | Lars Uebernickel | 2013-01-24 | 1 | -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" field | Lars Uebernickel | 2013-01-23 | 1 | -8/+23 |
| | |||||
* | indicator-ng: use base->get_entries to get the invisible ones, too | Lars Uebernickel | 2013-01-23 | 1 | -1/+1 |
| | |||||
* | indicator-ng: auto start service if it's not running | Lars Uebernickel | 2013-01-23 | 1 | -1/+1 |
| | |||||
* | indicator-ng: properly unset action group when the service disappears | Lars Uebernickel | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Make sure indicator-ng.h is installed | Lars Uebernickel | 2013-01-21 | 1 | -3/+5 |
| | |||||
* | indicator-ng: add getters | Lars Uebernickel | 2013-01-21 | 2 | -0/+20 |
| | |||||
* | indicator-ng: add indicator_ng_new_for_profile | Lars Uebernickel | 2013-01-21 | 2 | -3/+18 |
| | |||||
* | indicator-ng: fix crash (tried to free a string with g_object_unref) | Lars Uebernickel | 2013-01-21 | 1 | -1/+0 |
| | |||||
* | indicator-ng: always set an accessible description to avoid imminent warning | Lars Uebernickel | 2013-01-21 | 1 | -0/+6 |
| | |||||
* | indicator-ng.h: use local include | Lars Uebernickel | 2013-01-21 | 1 | -1/+1 |
| | |||||
* | Only build and use IndicatorNg in the gtk3 build | Lars Uebernickel | 2013-01-18 | 1 | -1/+5 |
| | |||||
* | Add IndicatorNg | Lars Uebernickel | 2013-01-18 | 3 | -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 file | Charles Kerr | 2012-09-11 | 1 | -1/+2 |
| | |||||
* | remove the cloak/decloak widget logic | Charles Kerr | 2012-09-11 | 1 | -64/+3 |
| | |||||
* | don't include build-time filenames in comments of the enum header files | Evgeni Golov | 2012-06-10 | 2 | -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 Kerr | 2012-04-22 | 2 | -4/+4 |
| | | | | const gchar* | ||||
* | in indicator_image_helper_update(), test the image argument with ↵ | Charles Kerr | 2012-04-11 | 1 | -1/+1 |
| | | | | GTK_IS_IMAGE before using it. | ||||
* | Fix spelling/grammar errors in an error message. | Charles Kerr | 2012-04-02 | 1 | -1/+1 |
| | |||||
* | Setting again the variables as const | Marco Trevisan (Treviño) | 2012-04-01 | 1 | -2/+2 |
| | |||||
* | Indicator Service Manager: we don't have to free values if got with &s from ↵ | Marco Trevisan (Treviño) | 2012-04-01 | 1 | -3/+0 |
| | | | | | | variant See http://is.gd/EyhAhP | ||||
* | merge lp:~htorque/libindicator/fix-small-leak to fix a GError memory leak ↵ | Charles Kerr | 2012-03-26 | 1 | -0/+1 |
|\ | | | | | | | reported in lp bug #965459 | ||||
| * | Free GError. | Hernando Torque | 2012-03-26 | 1 | -0/+3 |
| | | |||||
* | | fix minor memory leak when the proxy name changes | Charles Kerr | 2012-03-16 | 1 | -2/+5 |
|/ | |||||
* | Copying the name before using it to remove as it seems that the unwatch can ↵ | Ted Gould | 2012-03-02 | 1 | -1/+3 |
| | | | | cause the name to be free'd in some cases. Odd, but valgrind can find it | ||||
* | Support new FD.o Desktop Actions | Ted Gould | 2012-03-02 | 1 | -15/+95 |
|\ | |||||
| * | Get the right group in exec too! | Ted Gould | 2012-02-27 | 1 | -1/+15 |
| | | |||||
| * | Handling the different group names when getting the name as well | Ted Gould | 2012-02-27 | 1 | -1/+15 |
| | | |||||
| * | Creating a warning for the legacy support | Ted Gould | 2012-02-27 | 1 | -0/+1 |
| | | |||||
| * | Adding a value for whether it should use the TargetEnvironment, I'm removing ↵ | Ted Gould | 2012-02-27 | 1 | -5/+4 |
| | | | | | | | | the warning because we don't care to fix old stuff anymore | ||||
| * | Use the appropriate list of nicks and groups to find our data now | Ted Gould | 2012-02-27 | 1 | -2/+24 |
| | | |||||
| * | Figure out what kind of actions we have | Ted Gould | 2012-02-27 | 1 | -1/+17 |
| | | |||||
| * | Adding a state variable to track what kind of actions we have | Ted Gould | 2012-02-27 | 1 | -0/+11 |
| | | |||||
| * | Changing our defines around to make sure to mark things the way that we ↵ | Ted Gould | 2012-02-27 | 1 | -11/+14 |
| | | | | | | | | think about them. | ||||
* | | silence Coverity warning "PW.BRANCH_PAST_INITIALIZATION - CID 10615" ↵ | Charles Kerr | 2012-02-29 | 1 | -2/+1 |
| | | | | | | | | | | | | | | reported in Bug #939061 Coverity is unhappy that the local variable "priv" is uninitialized if one of the goto branches is followed in this function. Since we only use priv once, a fairly clean way of sidestepping this warning is removing the local variable "priv" and instead using INDICATOR_OBJECT_GET_PRIVATE()'s return pointer directly. | ||||
* | | tweak: use g_clear_object() instead of if-not-null-g_object_unref() | Charles Kerr | 2012-02-29 | 1 | -6/+2 |
|/ | |||||
* | Removing unenforcable consts | Ted Gould | 2012-02-22 | 2 | -4/+4 |
| | |||||
* | indicator_object_dispose: remove unneeded list of entries | Lars Uebernickel | 2012-02-13 | 1 | -5/+1 |
| | |||||
* | indicator_object_dispose: use _set_visible instead of reimplementing it | Lars Uebernickel | 2012-02-13 | 1 | -12/+2 |
| | |||||
* | indicator_object_set_visible: no need to check for ENTRY_INIT | Lars Uebernickel | 2012-02-13 | 1 | -4/+2 |
| | |||||
* | indicator_object_set_visible: only emit entry-{added,removed} when ↵ | Lars Uebernickel | 2012-02-12 | 1 | -1/+8 |
| | | | | | | | | | | | visibility actually changed Emitting those signals is semantically incorrect. It also confused indicator-loader and the panel, because they are not checking whether an entry is already present in their entry-added handlers. This led to gtk warnings ("widget already has a parent") and strange effects, such as the same menu being added multiple times into the panel. |