Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import upstream version 12.10.0 | Sebastien Bacher | 2012-07-12 | 18 | -279/+585 |
|\ | |||||
| * | bump version to 12.10.0 | Charles Kerr | 2012-07-11 | 2 | -1/+15 |
| | | |||||
| * | merge lp:~charlesk/libindicator/fix-test-sources | Lars Uebernickel | 2012-06-19 | 1 | -2/+2 |
| |\ | |||||
| | * | fix copy-and-paste error in specifying the tests' source files | Charles Kerr | 2012-06-18 | 1 | -2/+2 |
| | | | |||||
| * | | merge lp:~evgeni/libindicator/multiarch-same-devheaders so that we don't ↵ | Charles Kerr | 2012-06-18 | 2 | -3/+3 |
| |\ \ | | |/ | |/| | | | | include build-time filenames in comments of the enum header files. | ||||
| | * | 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. | ||||
| * | merge lp:~charlesk/libindicator/cxx to constify the constructors for ↵ | Charles Kerr | 2012-04-23 | 2 | -4/+4 |
| |\ | | | | | | | | | | indicator_service_manager | ||||
| | * | 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 | 13 | -13315/+32 |
|\| | |||||
| * | 0.5.00.5.0 | Charles Kerr | 2012-04-11 | 1 | -1/+1 |
| | | |||||
| * | merge lp:~charlesk/libindicator/lp-946408 to safeguard against invalid ↵ | Charles Kerr | 2012-04-11 | 1 | -1/+1 |
| |\ | | | | | | | | | | images being passed to indicator_image_helper_update() | ||||
| | * | 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 | 17 | -148/+13541 |
|\| | | |||||
| * | | 0.4.950.4.95 | Ted Gould | 2012-04-04 | 1 | -1/+1 |
| | | | |||||
| * | | merge lp:~allanlesage/libindicator/TDD to remove a dependency on gcovr, move ↵ | Charles Kerr | 2012-04-03 | 4 | -43/+65 |
| |\ \ | | |/ | |/| | | | | gcov targets to their own makefile, and clean up .gcno files. | ||||
| | * | Removed gcovr dependency, moved coverage targets to own makefile, cleaning ↵ | Allan LeSage | 2012-03-27 | 4 | -43/+65 |
| | | | | | | | | | | | | up *.gcno. | ||||
| * | | merge lp:~charlesk/libindicator/lp-948391 to fix spelling/grammar errors in ↵ | Charles Kerr | 2012-04-03 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | an error message. | ||||
| | * | | Fix spelling/grammar errors in an error message. | Charles Kerr | 2012-04-02 | 1 | -1/+1 |
| |/ / | |||||
| * | | When using g_variant_get("&s...", &string), the string must not be free'd. | Charles Kerr | 2012-04-02 | 1 | -5/+2 |
| |\ \ | |||||
| | * | | 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 | 19 | -13319/+61 |
|\| | | |||||
| * | | merge lp:~charlesk/libindicator/fix-disthook to fix auto-generation of ↵0.4.94 | Charles Kerr | 2012-03-29 | 2 | -2/+3 |
| |\ \ | | | | | | | | | | | | | AUTHORS and Changelog by looking for 'missing' in the directory where we told AC_CONFIG_AUX_DIR to put it. | ||||
| | * | | look for 'missing' in ac_aux_dir rather than top_srcdir. | Charles Kerr | 2012-03-29 | 2 | -2/+3 |
| |/ / | |||||
| * | | 0.4.94 | Charles Kerr | 2012-03-28 | 1 | -1/+1 |
| | | | |||||
| * | | 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 | 9 | -84/+261 |
|\| | |||||
| * | 0.4.930.4.93 | Ted Gould | 2012-03-07 | 1 | -1/+1 |
| | | |||||
| * | merge lp:~ted/libindicator/lp719457 for Bug #719457 | Charles Kerr | 2012-03-05 | 1 | -1/+3 |
| |\ | |||||
| | * | Attaching bug | Ted Gould | 2012-03-02 | 0 | -0/+0 |
| | | | |||||
| | * | 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 | 2 | -20/+100 |
| |\ | |||||
| | * | 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 |
| | | | |||||
| | * | Update test desktop file | Ted Gould | 2012-02-27 | 1 | -5/+5 |
| | | | |||||
| | * | 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 |
| | | | |||||
| | * | Attaching bug | Ted Gould | 2012-02-27 | 0 | -0/+0 |
| | | | |||||
| | * | 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. | ||||
| * | | lp:~charlesk/libindicator/fix-939061 | Charles Kerr | 2012-02-29 | 1 | -8/+3 |
| |\ \ | | |/ | |/| | |||||
| | * | 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 | 6 | -16/+64 |
|\| | |||||
| * | 0.4.920.4.92 | Ted Gould | 2012-02-23 | 1 | -1/+1 |
| | | |||||
| * | Remove unenforcable consts | Ted Gould | 2012-02-22 | 2 | -4/+4 |
| |\ |