Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import upstream version 12.10.0 | Sebastien Bacher | 2012-07-12 | 5 | -12/+44 |
|\ | |||||
| * | 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* | ||||
* | | Import upstream version 0.5.0 | Charles Kerr | 2012-04-11 | 1 | -1/+1 |
|\| | |||||
| * | in indicator_image_helper_update(), test the image argument with ↵ | Charles Kerr | 2012-04-11 | 1 | -1/+1 |
| | | | | | | | | GTK_IS_IMAGE before using it. | ||||
* | | Import upstream version 0.4.95 | Ted Gould | 2012-04-04 | 2 | -6/+3 |
|\| | |||||
| * | 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 | ||||
* | | Import upstream version 0.4.94 | Charles Kerr | 2012-03-29 | 3 | -2/+7 |
|\| | |||||
| * | 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 |
| |/ | |||||
* | | Import upstream version 0.4.93 | Ted Gould | 2012-03-07 | 3 | -24/+101 |
|\| | |||||
| * | 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 |
| |/ | |||||
* | | Import upstream version 0.4.92 | Ted Gould | 2012-02-23 | 2 | -4/+4 |
|\| | |||||
| * | Removing unenforcable consts | Ted Gould | 2012-02-22 | 2 | -4/+4 |
| | | |||||
* | | Import upstream version 0.4.91 | Ted Gould | 2012-02-14 | 3 | -100/+104 |
|\| | |||||
| * | 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. | ||||
| * | Plug memory leak in parse_keyfile function. | Daniel d'Andrada | 2012-02-09 | 1 | -0/+1 |
| | | |||||
| * | IndicatorObject: update object parent in any case. | Marco Trevisan (Treviño) | 2012-01-25 | 1 | -6/+6 |
| | | |||||
| * | Indicator-Object: update the parent_object value only if the entry is valid. | Marco Trevisan (Treviño) | 2012-01-25 | 1 | -4/+16 |
| | | |||||
| * | IndicatorObject: correctly initialize the parent object. | Marco Trevisan (Treviño) | 2012-01-25 | 1 | -1/+14 |
| | | |||||
* | | Import upstream version 0.4.90 | Ted Gould | 2012-01-24 | 7 | -38/+398 |
|\| | |||||
| * | Bumping the ABI version | Ted Gould | 2012-01-23 | 1 | -1/+1 |
| | | |||||
| * | Add visibility concept to the default indicator object | Ted Gould | 2012-01-23 | 3 | -31/+338 |
| |\ | |||||
| | * | "bzr merge lp:indicator" + conflict resolution in tests suite | Charles Kerr | 2012-01-23 | 4 | -2/+41 |
| | |\ | |||||
| | * | | another iteration of the indicator-object visibility support patch, ↵ | Charles Kerr | 2012-01-23 | 2 | -168/+84 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | incorporating ideas from discussion with ted - some functions were public when they should have been private - the hide/show handler is now a virtual function & is documented in indicator-object.h - added unit tests - the GSettings monitor has been removed | ||||
| | * | | fix bugs in IndicatorObject's visibility support. | Charles Kerr | 2012-01-20 | 1 | -138/+161 |
| | | | | |||||
| | * | | Better implementation. | Charles Kerr | 2012-01-13 | 2 | -119/+227 |
| | | | | | | | | | | | | | | | | | | | | This version handles the bootstrapping conditions better, and also refs+detaches the GtkMenu for safekeeping between removed->added events s.t. it can keep being reused. | ||||
| | * | | initial revision for GSettings/GtkMenu visibility support | Charles Kerr | 2012-01-12 | 3 | -12/+272 |
| | | | | |||||
| * | | | Set the parent_object on the default entry | Ted Gould | 2012-01-19 | 1 | -0/+1 |
| | | | | |||||
| * | | | Adding a parent object pointer to the entry | Ted Gould | 2012-01-19 | 1 | -0/+2 |
| | |/ | |/| | |||||
| * | | Adding a window ID function to pass the window ID | Ted Gould | 2012-01-19 | 2 | -0/+37 |
| |\ \ | |||||
| | * | | Clearing the entry function pointers | Ted Gould | 2012-01-13 | 1 | -0/+4 |
| | | | | |||||
| | * | | Handling the activate_window function and going up the stack | Ted Gould | 2012-01-13 | 1 | -0/+7 |
| | | | |