index
:
libdbusmenu
master
Pass a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libdbusmenu-glib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Now we're also signalling when a child gets moved around.
Ted Gould
2009-06-23
2
-1
/
+13
*
Adding in the 'moved' signal and make it so that the 'added' signal has the p...
Ted Gould
2009-06-23
3
-6
/
+30
*
Updating to the latest from gtkmenu
Ted Gould
2009-06-18
1
-1
/
+2
|
\
|
*
Updates from trunk with the properites branch.
Ted Gould
2009-06-05
1
-1
/
+2
|
|
\
|
|
*
Making the ID update function rebuild all of the properties. Result of a cod...
Ted Gould
2009-06-05
1
-1
/
+2
*
|
|
Making it so that if we clear the menu structure by destroying the proxies we...
Ted Gould
2009-06-18
1
-0
/
+1
*
|
|
Handle the server removing itself from the bus and putting us into a dark wor...
Ted Gould
2009-06-18
1
-2
/
+25
*
|
|
If we can't get a proxy on the stuff that we want, we're going to set up a DB...
Ted Gould
2009-06-18
1
-0
/
+73
*
|
|
Handling the concept of not having a property proxy.
Ted Gould
2009-06-18
1
-1
/
+10
|
/
/
*
|
Same cut and paste bug, you'd think I'd be smart enough to check this when I ...
Ted Gould
2009-05-26
1
-1
/
+1
*
|
Adding a reorder and prepend convience functions so that they emit the right ...
Ted Gould
2009-05-26
2
-0
/
+49
*
|
Too many values on signal
Ted Gould
2009-05-26
1
-1
/
+1
*
|
Unref'ing root when we dispose
Ted Gould
2009-05-25
1
-0
/
+5
*
|
Playing with debug stuff
Ted Gould
2009-05-25
1
-0
/
+4
*
|
Unref'ing the children if we're being killed ourselves
Ted Gould
2009-05-25
1
-0
/
+9
*
|
Unref'ing the object put into the GValue as it gets reffed there.
Ted Gould
2009-05-25
1
-0
/
+1
|
/
*
Disabling a large number of debug messages. Most aren't needed anymore.
Ted Gould
2009-05-19
3
-10
/
+10
*
Debug message on setting properties.
Ted Gould
2009-05-19
1
-0
/
+1
*
Recycle the server's marshaller and register it with DBus as we don't have on...
Ted Gould
2009-05-19
1
-0
/
+2
*
Now we're calling the get_properties function on every menuitem that we build...
Ted Gould
2009-05-19
1
-4
/
+28
*
Use the new proprties_copy function to make DBus work :)
Ted Gould
2009-05-19
1
-0
/
+2
*
A function to copy the properties off of a menuitem.
Ted Gould
2009-05-19
2
-0
/
+36
*
Ah, finally found the right prototype for dicts, whoo hoo, just love dynamic ...
Ted Gould
2009-05-19
1
-2
/
+2
*
Adding a log domain, this fixes an issue with getting the error quark in the ...
Ted Gould
2009-05-15
1
-1
/
+1
*
More error handling in the properties interface.
Ted Gould
2009-05-15
1
-0
/
+27
*
Starting to flesh out more of this DBus stuff
Ted Gould
2009-05-15
1
-2
/
+28
*
Reworking the DBus interface slightly. Making it so that the properties are ...
Ted Gould
2009-05-15
2
-14
/
+1
*
Fleshing out server_call and getting ready for more.
Ted Gould
2009-05-15
1
-5
/
+36
*
Adding in a function to get the properties, and make sure to catch soem more ...
Ted Gould
2009-05-15
3
-4
/
+29
*
Okay, throwing the signals down to the menuitems
Ted Gould
2009-05-13
1
-0
/
+16
*
Connecting to the other signals coming from the server
Ted Gould
2009-05-13
1
-0
/
+22
*
Add in a function to search the tree for an ID. This might need to be optimi...
Ted Gould
2009-05-13
2
-0
/
+47
*
Passing on the signal from the menuitem up the stack and out the DBus.
Ted Gould
2009-05-12
1
-1
/
+1
*
Signaling that the layout has changed when there are children added or removed
Ted Gould
2009-05-12
1
-0
/
+4
*
Okay, now we have a lifecycle for all of our nifty signal handlers. Kinda cr...
Ted Gould
2009-05-12
1
-0
/
+9
*
Setting up some function to tie into all these new fangled signals that the m...
Ted Gould
2009-05-12
1
-0
/
+48
*
Start signalling when children are added or removed
Ted Gould
2009-05-12
1
-0
/
+13
*
Adding in the activate signal and a function to emit it on the server side of...
Ted Gould
2009-05-12
3
-0
/
+31
*
Adding in signals for child_added and child_removed
Ted Gould
2009-05-12
3
-22
/
+64
*
Adding in a foreach function for menuitems.
Ted Gould
2009-05-12
2
-0
/
+33
*
Adding in comments for the signals in the server.
Ted Gould
2009-05-12
1
-0
/
+26
*
Getting the proper marshaller for the change in API
Ted Gould
2009-05-12
3
-2
/
+20
*
Changing the property update function to make it match closer to the dbus spe...
Ted Gould
2009-05-12
2
-4
/
+5
*
Creating the property changed signal and emitting it.
Ted Gould
2009-05-12
1
-1
/
+25
*
Fleshing out the property get and set functions (and exist)
Ted Gould
2009-05-12
1
-3
/
+68
*
Creating and destroying the properties.
Ted Gould
2009-05-12
1
-0
/
+8
*
Changes from review
Ted Gould
2009-05-12
3
-0
/
+18
|
\
|
*
Checking parameters on MI functions.
Ted Gould
2009-05-12
1
-0
/
+13
|
*
Checking incomming objects on the server
Ted Gould
2009-05-12
1
-0
/
+3
|
*
Checking parameter. Found by Cody Russell.
Ted Gould
2009-05-12
1
-0
/
+2
[prev]
[next]