index
:
libayatana-indicator
main
release-builds
Ayatana Indicators Shared Library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libindicator
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fixing a typo in the error message -- noticed by David Barth.
Ted Gould
2009-12-07
1
-1
/
+1
|
*
Adding a weak pointer to the service proxy.
Ted Gould
2009-12-03
1
-0
/
+1
|
*
Switching unwatch to being a no_reply function call.
Ted Gould
2009-12-03
1
-10
/
+3
|
*
Merge in from trunk, now two failing tests.
Ted Gould
2009-12-02
3
-15
/
+89
|
\
|
*
Only getting the bus once.
Ted Gould
2009-12-01
1
-19
/
+6
|
|
|
*
Trying to get a proxy before starting the service every time. If it exists, ↵
Ted Gould
2009-12-01
1
-5
/
+32
|
|
|
|
|
|
|
|
let's use it.
|
*
Unwatching if we have mismatched version.
Ted Gould
2009-12-01
1
-0
/
+1
|
|
|
*
When destroying the object we tell the watched service that we're not ↵
Ted Gould
2009-12-01
1
-0
/
+13
|
|
|
|
|
|
|
|
watching it.
|
*
Using the define for the version on both sides
Ted Gould
2009-12-01
1
-1
/
+1
|
|
|
*
Finding the watcher and removing him from the list.
Ted Gould
2009-12-01
1
-1
/
+17
|
|
|
*
Add an unwatch function with a basic handler.
Ted Gould
2009-12-01
2
-0
/
+29
|
|
*
|
Actually checking the version and erroring on it.
Ted Gould
2009-12-02
1
-0
/
+5
|
|
*
|
Specifying who can't get the session bus.
Ted Gould
2009-12-02
1
-2
/
+2
|
|
*
|
Adding a log domain for error messages
Ted Gould
2009-12-02
1
-0
/
+1
|
|
*
|
Adding _new functions that include the version number in them.
Ted Gould
2009-12-02
4
-1
/
+41
|
|
*
|
Sending a version number for the local service.
Ted Gould
2009-12-02
1
-1
/
+19
|
|
*
|
Adding a property for version.
Ted Gould
2009-12-01
1
-0
/
+18
|
|
*
|
Change the watch function to return both an API version and a user set version.
Ted Gould
2009-12-01
3
-5
/
+6
|
/
*
64-bit fix in that GTypes are not ints on 64-bit
Ted Gould
2009-11-05
1
-2
/
+2
|
*
Changing the include directory as well.
Ted Gould
2009-11-04
2
-2
/
+2
|
*
Moving everything up to '3' as we're breaking everyone pretty bad at this point.
Ted Gould
2009-11-04
1
-1
/
+1
|
*
Updating to current trunk.
Ted Gould
2009-11-04
8
-3
/
+852
|
\
|
*
Making a warning not use a colloquialism.
Ted Gould
2009-11-03
1
-2
/
+2
|
|
|
*
Changing version to service_version
Ted Gould
2009-11-03
1
-3
/
+3
|
|
|
*
Syncing up with trunk before merging.
Ted Gould
2009-11-03
2
-4
/
+7
|
|
\
|
*
|
Oops, we need to tell package config that we're a big library now.
Ted Gould
2009-11-02
1
-1
/
+1
|
|
|
|
*
|
Adding a fallback to the session bus after trying the starter bus.
Ted Gould
2009-11-02
1
-5
/
+15
|
|
|
|
*
|
Fixing up the build rules so that they're directory independent.
Ted Gould
2009-11-02
1
-2
/
+2
|
|
|
|
*
|
Some things are errors that should really be warnings.
Ted Gould
2009-11-02
1
-4
/
+4
|
|
|
|
*
|
Adding in the connected property and signalling when we're all hooked up.
Ted Gould
2009-10-30
2
-0
/
+24
|
|
|
|
*
|
A service proxy, and then calling watch.
Ted Gould
2009-10-29
1
-0
/
+41
|
|
|
|
*
|
Building the dbus proxy and using it a little bit.
Ted Gould
2009-10-29
1
-0
/
+62
|
|
|
|
*
|
Ah, forgot to free name
Ted Gould
2009-10-29
1
-0
/
+6
|
|
|
|
*
|
Properties functions.
Ted Gould
2009-10-29
1
-0
/
+76
|
|
|
|
*
|
Signals and properties, oh my!
Ted Gould
2009-10-29
1
-2
/
+47
|
|
|
|
*
|
Adding the API functions.
Ted Gould
2009-10-29
1
-0
/
+25
|
|
|
|
*
|
Sending shutdown signal 500 ms after getting a name if we have no watchers.
Ted Gould
2009-10-29
1
-0
/
+10
|
|
|
|
*
|
Adding in the watchers and timeout parameter.
Ted Gould
2009-10-29
1
-3
/
+35
|
|
|
|
*
|
Adding in some shared strings for finding intefaces and objects.
Ted Gould
2009-10-29
3
-1
/
+7
|
|
|
|
*
|
Woot! We're a DBus service now.
Ted Gould
2009-10-29
1
-0
/
+15
|
|
|
|
*
|
Building ourselves a DBus proxy.
Ted Gould
2009-10-29
1
-3
/
+40
|
|
|
|
*
|
Filling in more of the name property.
Ted Gould
2009-10-29
1
-1
/
+53
|
|
|
|
*
|
Adding in the 'name' property
Ted Gould
2009-10-29
1
-1
/
+87
|
|
|
|
*
|
Adding the shutdown signal
Ted Gould
2009-10-29
1
-0
/
+25
|
|
|
|
*
|
Putting a dummy implementation in for _new for linking
Ted Gould
2009-10-29
2
-1
/
+9
|
|
|
|
*
|
Adding basic interfaces and docs to IndicatorService
Ted Gould
2009-10-29
1
-1
/
+28
|
|
|
|
*
|
Defining some API and boot strapping documentation.
Ted Gould
2009-10-29
1
-0
/
+31
|
|
|
|
*
|
Making 'INDICATOR' the prefix for the objects.
Ted Gould
2009-10-29
4
-9
/
+9
|
|
|
|
*
|
Putting in some templated objects.
Ted Gould
2009-10-29
5
-2
/
+186
|
|
|
|
*
|
Building ourselves a little dbus spec
Ted Gould
2009-10-28
1
-0
/
+30
|
|
|
[next]