index
:
ayatana-indicator-application
main
release-build
release-builds
Ayatana Indicator Application Service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcustomindicator
/
custom-indicator.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing the checks on private being NULL when we're already testing the object.
Ted Gould
2009-11-03
1
-5
/
+0
*
Looking for the wrong property, we can only set the object.
Ted Gould
2009-10-22
1
-1
/
+1
*
We can't get the enum values from the string param spec, we need to find the ...
Ted Gould
2009-10-22
1
-2
/
+4
*
Gimme a break
Ted Gould
2009-10-22
1
-0
/
+1
*
Adding a set of read-only properties that deal with the strings for dbus, and...
Ted Gould
2009-10-22
1
-48
/
+69
*
Change the enums to match the KDE ones to make life simpler even though I dis...
Ted Gould
2009-10-21
1
-5
/
+5
*
The signal should have a string not a enum value.
Ted Gould
2009-10-21
1
-1
/
+5
*
Making sure to signal if we change the status.
Ted Gould
2009-10-21
1
-1
/
+12
*
Switching from doing the GValues as enums to the more specific types.
Ted Gould
2009-10-21
1
-4
/
+4
*
Silly, these are enums not ints.
Ted Gould
2009-10-21
1
-8
/
+8
*
Fleshing out the get functions.
Ted Gould
2009-10-20
1
-12
/
+72
*
Fleshing out the set functions.
Ted Gould
2009-10-20
1
-7
/
+67
*
Filling out some prototypes.
Ted Gould
2009-10-20
1
-0
/
+90
*
Okay, connecting this little thing into DBus already.
Ted Gould
2009-10-20
1
-0
/
+19
*
Making sure to free and unref all of our private variables.
Ted Gould
2009-10-20
1
-0
/
+49
*
Now for some 'set' code. Bringin' it.
Ted Gould
2009-10-20
1
-3
/
+101
*
Fleshing out get parameters...
Ted Gould
2009-10-20
1
-0
/
+77
*
Adding in a bunch of things to the private struct. We now have data!
Ted Gould
2009-10-20
1
-2
/
+30
*
Basic property case statements.
Ted Gould
2009-10-20
1
-0
/
+44
*
Creating a connected property to check easily.
Ted Gould
2009-10-19
1
-1
/
+11
*
Boom, there are some signals.
Ted Gould
2009-10-19
1
-1
/
+81
*
Wow, properties. The properties system in gobject is a little insane.
Ted Gould
2009-10-19
1
-2
/
+50
*
Changing the name to match the changes in the previous commit.
Ted Gould
2009-10-17
1
-1
/
+1
*
Making sure to get the property names into defines so that we can ensure they...
Ted Gould
2009-10-17
1
-1
/
+8
*
Filling out the property list.
Ted Gould
2009-10-17
1
-1
/
+10
*
Putting in our first property, status. Woo hoo!
Ted Gould
2009-10-16
1
-1
/
+15
*
Set and get properties
Ted Gould
2009-10-16
1
-0
/
+20
*
Building a basic library starting out.
Ted Gould
2009-10-15
1
-0
/
+57