index
:
libayatana-indicator
main
release-builds
Ayatana Indicators Shared Library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge lp:~charlesk/libindicator/lp-948391 to fix spelling/grammar errors in a...
Charles Kerr
2012-04-03
1
-1
/
+1
|
\
|
*
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 v...
Marco Trevisan (Treviño)
2012-04-01
1
-3
/
+0
|
/
*
merge lp:~charlesk/libindicator/fix-disthook to fix auto-generation of AUTHOR...
0.4.94
Charles Kerr
2012-03-29
2
-2
/
+3
|
\
|
*
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 rep...
Charles Kerr
2012-03-26
1
-0
/
+1
|
\
|
*
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
|
/
*
0.4.93
0.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 c...
Ted Gould
2012-03-02
1
-1
/
+3
|
/
*
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
|
*
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 think...
Ted Gould
2012-02-27
1
-11
/
+14
*
|
lp:~charlesk/libindicator/fix-939061
Charles Kerr
2012-02-29
1
-8
/
+3
|
\
\
|
|
/
|
/
|
|
*
silence Coverity warning "PW.BRANCH_PAST_INITIALIZATION - CID 10615" reported...
Charles Kerr
2012-02-29
1
-2
/
+1
|
*
tweak: use g_clear_object() instead of if-not-null-g_object_unref()
Charles Kerr
2012-02-29
1
-6
/
+2
|
/
*
0.4.92
0.4.92
Ted Gould
2012-02-23
1
-1
/
+1
*
Remove unenforcable consts
Ted Gould
2012-02-22
2
-4
/
+4
|
\
|
*
Attaching bug
Ted Gould
2012-02-22
0
-0
/
+0
|
*
Removing unenforcable consts
Ted Gould
2012-02-22
2
-4
/
+4
|
/
*
Adjusting timeout so it'll build on the buildds too
Ted Gould
2012-02-14
1
-1
/
+1
*
Explicitly listing gmodule as a library we're using
Ted Gould
2012-02-14
1
-0
/
+2
|
\
|
*
Explicity add gmodule in the list of required libraries
Ted Gould
2012-02-14
1
-0
/
+2
|
/
*
0.4.91
0.4.91
Ted Gould
2012-02-14
1
-1
/
+1
*
indicator_object_set_visible: only emit entry-{added,removed} when visibility...
Lars Uebernickel
2012-02-13
1
-17
/
+8
|
\
|
*
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 visibility...
Lars Uebernickel
2012-02-12
1
-1
/
+8
|
/
*
Free groupname after usage
Ted Gould
2012-02-10
1
-0
/
+1
|
\
|
*
Plug memory leak in parse_keyfile function.
Daniel d'Andrada
2012-02-09
1
-0
/
+1
|
/
*
Be more agressive in ensureing the parent_object value is available everywhere.
Ted Gould
2012-02-03
3
-16
/
+67
|
\
|
*
tests, DummyIndicatorSignaler: free the allocated memory.
Marco Trevisan (Treviño)
2012-02-03
1
-5
/
+7
|
*
Test loader: check also for parent changes
Marco Trevisan (Treviño)
2012-01-25
1
-0
/
+4
|
*
Tests: update dummy signaler to work with real IndicatorObjectEntry
Marco Trevisan (Treviño)
2012-01-25
2
-12
/
+28
|
*
IndicatorObject: update object parent in any case.
Marco Trevisan (Treviño)
2012-01-25
1
-6
/
+6
|
*
Added better parent_object tests.
Marco Trevisan (Treviño)
2012-01-25
1
-2
/
+6
[next]