aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * New upstream release.Charles Kerr2012-03-2920-13319/+69
|\ | | | | | | | | * Fix a leaked GError (LP: #965459) * Fix memory leak when the proxy's name changes.
| * Import upstream version 0.4.94Charles Kerr2012-03-2919-13319/+61
| |\
| | * merge lp:~charlesk/libindicator/fix-disthook to fix auto-generation of ↵0.4.94Charles Kerr2012-03-292-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 Kerr2012-03-292-2/+3
| | |/
| | * 0.4.94Charles Kerr2012-03-281-1/+1
| | |
| | * 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
| | |/
* | | Sync from Ubuntu DesktopCharles Kerr2012-03-291-1/+1
|\ \ \
| * \ \ releasing version 0.4.93-0ubuntu1Sebastien Bacher2012-03-088-64/+170
| |\ \ \ | |/ / / |/| | |
* | | | releasing version 0.4.93-0ubuntu1~ppa1Ted Gould2012-03-071-2/+2
| | | |
* | | | * New upstream release.Ted Gould2012-03-078-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.93Ted Gould2012-03-079-84/+261
| |\ \ \ | | | |/ | | |/|
| | * | 0.4.930.4.93Ted Gould2012-03-071-1/+1
| | | |
| | * | merge lp:~ted/libindicator/lp719457 for Bug #719457Charles Kerr2012-03-051-1/+3
| | |\ \
| | | * | Attaching bugTed Gould2012-03-020-0/+0
| | | | |
| | | * | 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
| | * | Support new FD.o Desktop ActionsTed Gould2012-03-022-20/+100
| | |\ \
| | * \ \ lp:~charlesk/libindicator/fix-939061Charles Kerr2012-02-291-8/+3
| | |\ \ \
| | | * | | silence Coverity warning "PW.BRANCH_PAST_INITIALIZATION - CID 10615" ↵Charles Kerr2012-02-291-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 Kerr2012-02-291-6/+2
| | |/ / /
* | | | | Merging in U. DesktopTed Gould2012-03-073-21/+108
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | releasing version 0.4.92-0ubuntu2Sebastien Bacher2012-03-021-2/+2
| | | | |
| * | | | Backport support for the fdo desktop action spec, that's requiredSebastien Bacher2012-03-023-20/+107
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | to get unity lists to work with the new syntax (lp: #942042)
| | * | | Get the right group in exec too! Ted Gould2012-02-271-1/+15
| | | | |
| | * | | Handling the different group names when getting the name as wellTed Gould2012-02-271-1/+15
| | | | |
| | * | | Update test desktop fileTed Gould2012-02-271-5/+5
| | | | |
| | * | | Creating a warning for the legacy supportTed Gould2012-02-271-0/+1
| | | | |
| | * | | Adding a value for whether it should use the TargetEnvironment, I'm removing ↵Ted Gould2012-02-271-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 nowTed Gould2012-02-271-2/+24
| | | | |
| | * | | Figure out what kind of actions we haveTed Gould2012-02-271-1/+17
| | | | |
| | * | | Adding a state variable to track what kind of actions we haveTed Gould2012-02-271-0/+11
| | | | |
| | * | | Attaching bugTed Gould2012-02-270-0/+0
| | | | |
| | * | | Changing our defines around to make sure to mark things the way that we ↵Ted Gould2012-02-271-11/+14
| | | |/ | | |/| | | | | | | | | think about them.
| * | | releasing version 0.4.92-0ubuntu1Sebastien Bacher2012-02-231-0/+8
| |\ \ \ | |/ / / |/| | |
* | | | releasing version 0.4.92-0ubuntu1~ppa1Ted Gould2012-02-231-2/+2
| | | |
* | | | * New upstream release.Ted Gould2012-02-236-15/+69
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * Removing unenforcable consts (LP: #937387) * Explicitly add in gmodule as a required library
* | | | Merge with U. DesktopTed Gould2012-02-233-9/+12
|\ \ \ \
* \ \ \ \ Merging shared upstream rev into target branch.Ted Gould2012-02-230-0/+0
|\ \ \ \ \
| * \ \ \ \ Prepared upstream tree for merging into target branch.Ted Gould2012-02-230-0/+0
| |\ \ \ \ \
* | \ \ \ \ \ Merging shared upstream rev into target branch.Ted Gould2012-02-231-2/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Prepared upstream tree for merging into target branch.Ted Gould2012-02-230-0/+0
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | | |/ / / / /
| | | | | * | Merging shared upstream rev into target branch.Sebastien Bacher2012-02-230-0/+0
| | | | | |\ \
| | | | | | * | Prepared upstream tree for merging into target branch.Sebastien Bacher2012-02-236-16/+64
| | | |_|_|/| | | | |/| | |/ / | | | | |/| |
| | | | | * | Merging shared upstream rev into target branch.Sebastien Bacher2012-02-235-15/+61
| | | | |/| | | | | |/| | |
| | | | | * | Prepared upstream tree for merging into target branch.Sebastien Bacher2012-02-236-16/+64
| | | |_|/| | | | |/| |/ /
| | | | * / Import upstream version 0.4.92Ted Gould2012-02-236-16/+64
| | |_|/| | | |/| | |/
| | | | * 0.4.920.4.92Ted Gould2012-02-231-1/+1
| | | | |
| | | | * Remove unenforcable constsTed Gould2012-02-222-4/+4
| | | | |\
| | | | | * Attaching bugTed Gould2012-02-220-0/+0
| | | | | |