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 (
Expand
)
Author
Age
Files
Lines
...
|
*
|
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
|
*
|
Adding a description for the indicator service.
Ted Gould
2009-10-28
1
-0
/
+17
|
*
|
Grabbing the loader branch
Ted Gould
2009-10-28
3
-1
/
+364
|
|
\
\
*
|
|
|
Use close instead of unreffing.
Ted Gould
2009-11-04
1
-2
/
+5
*
|
|
|
Using the proper define for the type.
Ted Gould
2009-11-04
1
-2
/
+2
*
|
|
|
Adding in some ID helpers.
Ted Gould
2009-11-03
1
-2
/
+4
*
|
|
|
Adding in some signals to make for some more fun.
Ted Gould
2009-11-03
2
-0
/
+43
*
|
|
|
Updating to current trunk.
Ted Gould
2009-11-03
1
-1
/
+2
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merging in an interface for loading modules cleanly.
Ted Gould
2009-11-03
3
-1
/
+367
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Changing comment on private struct.
Ted Gould
2009-11-03
1
-1
/
+2
*
|
|
|
Changing the way the module is free'd
Ted Gould
2009-11-03
1
-6
/
+22
*
|
|
|
Typo
Ted Gould
2009-11-03
1
-1
/
+1
*
|
|
|
Creating the actual backing function for indicator_object_get_entries.
Ted Gould
2009-11-03
1
-0
/
+26
*
|
|
|
Adding in a default handler for get_entries.
Ted Gould
2009-11-03
1
-4
/
+62
*
|
|
|
Whew, blew up the interface and built it back again.
Ted Gould
2009-11-03
3
-139
/
+54
*
|
|
|
Redefining the interface. Now this object should get subclassed by folks.
Ted Gould
2009-11-03
1
-7
/
+64
*
|
|
|
Removing the instance object. I think that we can do everything we need by u...
Ted Gould
2009-11-03
3
-59
/
+0
*
|
|
|
Switching to a set_type function instead of making people do that themselves.
Ted Gould
2009-11-03
1
-1
/
+1
*
|
|
|
Adding in the basis for the instance class.
Ted Gould
2009-11-03
3
-0
/
+59
*
|
|
|
Stripping out the symbols for the old stuff, and going with the new of just g...
Ted Gould
2009-11-03
1
-22
/
+4
*
|
|
|
We need atleast the loader branch as that's what we want to change.
Ted Gould
2009-11-03
3
-1
/
+366
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Typo
Ted Gould
2009-11-03
1
-1
/
+1
|
*
|
Comments in the copyright statements updated.
Ted Gould
2009-11-03
2
-2
/
+4
|
|
/
|
*
Oh, legal headers. Fun, fun.
Ted Gould
2009-10-28
2
-0
/
+43
|
*
Adding in comments.
Ted Gould
2009-10-28
1
-0
/
+66
|
*
Adding some accessor functions for the various GTK objects.
Ted Gould
2009-10-08
2
-0
/
+28
|
*
Maintaining a reference to the objects we create in the object.
Ted Gould
2009-10-08
1
-0
/
+9
|
*
Making it so that we use the same unref code as everyone else.
Ted Gould
2009-10-08
1
-2
/
+1
|
*
Truth again. Keeps bitting back. I shouldn't of lied in the 2nd grade, I co...
Ted Gould
2009-10-08
1
-1
/
+1
|
*
Checking to see if a file exists before trying to load it.
Ted Gould
2009-10-08
1
-0
/
+5
|
*
Truth. Sucks.
Ted Gould
2009-10-08
1
-1
/
+1
[prev]
[next]