Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | releasing version 0.4.94-0ubuntu1 | Ken VanDine | 2012-03-30 | 1 | -1/+1 |
| | |||||
* | * New upstream release. | Ken VanDine | 2012-03-30 | 21 | -13320/+70 |
|\ | | | | | | | | | * Fix a leaked GError (LP: #965459) * Fix memory leak when the proxy's name changes. | ||||
| * | releasing version 0.4.94-0ubuntu1~ppa1 | Charles Kerr | 2012-03-29 | 2 | -3/+3 |
| | | |||||
| * | * New upstream release. | Charles Kerr | 2012-03-29 | 20 | -13319/+69 |
| |\ | | | | | | | | | | | | | * Fix a leaked GError (LP: #965459) * Fix memory leak when the proxy's name changes. | ||||
| | * | 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 |
| | | |/ | |||||
| * | | | Sync from Ubuntu Desktop | Charles Kerr | 2012-03-29 | 1 | -1/+1 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | releasing version 0.4.93-0ubuntu1 | Sebastien Bacher | 2012-03-08 | 8 | -64/+170 |
|\| | | | |||||
| * | | | releasing version 0.4.93-0ubuntu1~ppa1 | Ted Gould | 2012-03-07 | 1 | -2/+2 |
| | | | | |||||
| * | | | * New upstream release. | Ted Gould | 2012-03-07 | 8 | -64/+170 |
| |\| | | | | | | | | | | | | | | | | | | | | | | * Fix branching past initialization of variables (LP: #939061) * Support new FD.o Desktop Actions (LP: #942042) * Fix valgrind error on unload (LP: #719457) | ||||
| | * | | 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 |
| | | |\ | |||||
| | | * \ | 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 |
| | | |/ / | |||||
| * | | | | Merging in U. Desktop | Ted Gould | 2012-03-07 | 3 | -21/+108 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | releasing version 0.4.92-0ubuntu2 | Sebastien Bacher | 2012-03-02 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Backport support for the fdo desktop action spec, that's required | Sebastien Bacher | 2012-03-02 | 3 | -20/+107 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | to get unity lists to work with the new syntax (lp: #942042) | ||||
| * | | | | 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. | ||||
* | | | | releasing version 0.4.92-0ubuntu1 | Sebastien Bacher | 2012-02-23 | 1 | -0/+8 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | releasing version 0.4.92-0ubuntu1~ppa1 | Ted Gould | 2012-02-23 | 1 | -2/+2 |
| | | | | |||||
| * | | | * New upstream release. | Ted Gould | 2012-02-23 | 6 | -15/+69 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | * Removing unenforcable consts (LP: #937387) * Explicitly add in gmodule as a required library | ||||
| * | | | Merge with U. Desktop | Ted Gould | 2012-02-23 | 3 | -9/+12 |
| |\ \ \ | |||||
| * \ \ \ | Merging shared upstream rev into target branch. | Ted Gould | 2012-02-23 | 0 | -0/+0 |
| |\ \ \ \ | |||||
| | * \ \ \ | Prepared upstream tree for merging into target branch. | Ted Gould | 2012-02-23 | 0 | -0/+0 |
| | |\ \ \ \ | |||||
| * | \ \ \ \ | Merging shared upstream rev into target branch. | Ted Gould | 2012-02-23 | 1 | -2/+0 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Prepared upstream tree for merging into target branch. | Ted Gould | 2012-02-23 | 0 | -0/+0 |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | | |/ / / / | |||||
* | | | | | | | Merging shared upstream rev into target branch. | Sebastien Bacher | 2012-02-23 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Prepared upstream tree for merging into target branch. | Sebastien Bacher | 2012-02-23 | 6 | -16/+64 |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | | | |||||
* | | | | | | | Merging shared upstream rev into target branch. | Sebastien Bacher | 2012-02-23 | 5 | -15/+61 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | Prepared upstream tree for merging into target branch. | Sebastien Bacher | 2012-02-23 | 6 | -16/+64 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / / | |||||
| | * | | | | Import upstream version 0.4.92 | Ted Gould | 2012-02-23 | 6 | -16/+64 |
| | |\ \ \ \ | | | |_|/ / | | |/| | / | | | | |/ | | | |/| |