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
/
server.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
Ted Gould
2009-05-12
1
-0
/
+9
|
|
|
|
crazy that we're building all of these suckers. Recursive setting all hidden in a nifty little function.
*
Setting up some function to tie into all these new fangled signals that the ↵
Ted Gould
2009-05-12
1
-0
/
+48
|
|
|
|
menu items themselves are sending.
*
Adding in comments for the signals in the server.
Ted Gould
2009-05-12
1
-0
/
+26
|
*
Checking incomming objects on the server
Ted Gould
2009-05-12
1
-0
/
+3
|
*
Public API docs
Ted Gould
2009-05-12
1
-0
/
+20
|
*
Add in the LGPL 2.1/3 text to the tops of the files.
Ted Gould
2009-05-12
1
-0
/
+28
|
*
Heh, turns out to recieve a signal you have to send it.
Ted Gould
2009-05-05
1
-0
/
+1
|
*
more debugging
Ted Gould
2009-05-04
1
-0
/
+1
|
*
Debug comments
Ted Gould
2009-05-04
1
-1
/
+4
|
*
A couple of debug strings and then making it so that if there is a root ↵
Ted Gould
2009-04-16
1
-4
/
+6
|
|
|
|
menu, it's at the root of the XML data instead of having a root wrapped around it.
*
Fixing the properties
Ted Gould
2009-04-16
1
-6
/
+6
|
*
Okay, let's build some XML
Ted Gould
2009-04-16
1
-1
/
+1
|
*
Okay, now we're getting and setting properties. Fleshing out these functions.
Ted Gould
2009-04-16
1
-2
/
+49
|
*
Adding in basic set and get functions for the properties
Ted Gould
2009-04-16
1
-0
/
+41
|
*
Oops, forgot layout. That's make the dbus folks angry.
Ted Gould
2009-04-16
1
-1
/
+7
|
*
Adding in some server properties
Ted Gould
2009-04-16
1
-0
/
+17
|
*
Adding in the server signals
Ted Gould
2009-04-16
1
-4
/
+41
|
*
Putting in the public interfaces
Ted Gould
2009-04-16
1
-1
/
+28
|
*
Changing the TYPE to make more sense and installing the dbus profile
Ted Gould
2009-04-16
1
-1
/
+8
|
*
Linking in the dbus prototypes generated by the dbus tools.
Ted Gould
2009-04-15
1
-0
/
+38
|
*
Adding basic client and server objects.
Ted Gould
2009-04-15
1
-0
/
+54