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
*
0.3.19
0.3.19
Ted Gould
2011-02-17
1
-2
/
+2
*
Returning reserveds as we're breaking ABI anyway
Ted Gould
2011-02-16
1
-1
/
+12
*
Bumping the major version of the lib and the indicator directory
Ted Gould
2011-02-16
3
-3
/
+3
*
Merging support for having an accessible description
Ted Gould
2011-02-16
5
-0
/
+59
|
\
|
*
accessible_name -> accessible_desc in tests as well
Luke Yelavich
2011-02-08
3
-6
/
+6
|
*
* accessible_name -> accessible_desc to better reflect the use of the content.
Luke Yelavich
2011-02-08
2
-11
/
+35
|
*
use const gchar for variable and prototype
Luke Yelavich
2011-02-01
4
-5
/
+5
|
*
Merge from trunk
Luke Yelavich
2011-02-01
4
-6
/
+30
|
|
\
|
*
|
Add accessible_name variable in indicator entry structure
Luke Yelavich
2011-01-18
5
-0
/
+35
*
|
|
Fixing makefile to include all the necissary files in dist
Ted Gould
2011-02-16
1
-1
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Adding the service.in files as well
Ted Gould
2011-02-15
1
-1
/
+4
|
*
|
Add session.conf.in to dist
Sebastien Bacher
2011-02-15
1
-1
/
+3
|
/
/
*
|
0.3.18
0.3.18
Ted Gould
2011-01-27
1
-2
/
+2
*
|
Adding a signal for scrolling that includes the entry
Ted Gould
2011-01-27
3
-4
/
+28
|
\
\
|
|
/
|
/
|
|
*
Removed typo in code.
Marco Trevisan (Treviño)
2011-01-27
1
-1
/
+1
|
*
Added support for "signal-entry" signal
Marco Trevisan (Treviño)
2011-01-27
3
-5
/
+29
|
/
*
0.3.17
0.3.17
Ted Gould
2011-01-14
1
-2
/
+2
*
Use dbus name watches instead of g-owner-change signal for watching for resta...
Ted Gould
2011-01-13
2
-11
/
+36
|
\
|
*
use actual DBus NameOwnerChanged interface rather than GDBus's higher level s...
Michael Terry
2011-01-13
1
-9
/
+34
|
*
fix basename issue when make is given full path
Michael Terry
2011-01-13
1
-2
/
+2
*
|
0.3.16
0.3.16
Ted Gould
2011-01-13
1
-3
/
+2
|
/
*
Adding a signal for the menu being closed.
Ted Gould
2011-01-10
2
-0
/
+26
|
\
|
*
Fixing doc strings
Ted Gould
2011-01-10
1
-2
/
+2
|
*
Adding a virtual function for closing the menu and a wrapper for it.
Ted Gould
2011-01-09
2
-0
/
+26
*
|
Porting to GDBus
Ted Gould
2011-01-10
5
-277
/
+373
|
\
\
|
*
|
Using the GCancellable to detect if we're already creating a proxy so that we...
Ted Gould
2011-01-09
1
-6
/
+21
|
*
|
Using variant_unref instead of object_unref as it's a variant
Ted Gould
2011-01-09
1
-1
/
+1
|
*
|
Making getting the proxy and watching cancellable so that we don't get weird ...
Ted Gould
2011-01-09
1
-2
/
+31
|
*
|
Adding in the ability to cancel the connection on short lived objects.
Ted Gould
2011-01-09
1
-2
/
+18
|
*
|
Removing a test that is broken at a lower level
Ted Gould
2011-01-07
1
-0
/
+1
|
|
\
\
|
*
\
\
Getting test suite build fixes
Ted Gould
2011-01-07
1
-11
/
+22
|
|
\
\
\
|
*
\
\
\
Syncing up to trunk
Ted Gould
2011-01-07
6
-6
/
+69
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Switching to the session bus
Ted Gould
2011-01-07
1
-1
/
+1
|
*
|
|
|
Out of order parameters.
Ted Gould
2011-01-07
1
-1
/
+1
|
*
|
|
|
Adding in creating the interface info from the XML files
Ted Gould
2011-01-07
1
-0
/
+23
|
*
|
|
|
Replacing the service proxy with a brand new GDBus one
Ted Gould
2011-01-07
1
-83
/
+105
|
*
|
|
|
Ignoring the new files
Ted Gould
2011-01-07
1
-0
/
+3
|
*
|
|
|
Removing the bus and dbus_proxy variables as we won't need them anymore.
Ted Gould
2011-01-07
1
-33
/
+0
|
*
|
|
|
Switching around headers to the new world order
Ted Gould
2011-01-07
1
-1
/
+2
|
*
|
|
|
Instead of setting up a proxy to watch the watcher we're setting up a bus nam...
Ted Gould
2011-01-07
1
-45
/
+24
|
*
|
|
|
Little clean-ups the compiler found now that it's more happy.
Ted Gould
2011-01-07
1
-2
/
+3
|
*
|
|
|
Switch over to getting the GDBus bus instead of the dbus-glib one
Ted Gould
2011-01-07
1
-32
/
+44
|
*
|
|
|
Removing unused prototypes
Ted Gould
2011-01-07
1
-3
/
+0
|
*
|
|
|
Fleshing out the bus_method_call functions and tying them into the traditiona...
Ted Gould
2011-01-07
1
-20
/
+15
|
*
|
|
|
Switching the way that we get a name on dbus and removing the dbus_proxy whic...
Ted Gould
2011-01-07
1
-45
/
+40
|
*
|
|
|
Setting up the VTable
Ted Gould
2011-01-07
1
-3
/
+20
|
*
|
|
|
Switching the registration of the object over.
Ted Gould
2011-01-07
1
-7
/
+17
|
*
|
|
|
Parsing the XML file for the interface description on class init
Ted Gould
2011-01-07
1
-3
/
+26
|
*
|
|
|
Removing the dbus-glib headers
Ted Gould
2011-01-07
2
-5
/
+0
|
*
|
|
|
Changing the way the dbus xml is handled.
Ted Gould
2011-01-07
1
-14
/
+12
[next]