aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * Changing the clean rule to be distclean-local which makes more sense.Ted Gould2009-06-251-1/+2
| | | |
| | | * Removing the built python directory and destroying the mago results.Ted Gould2009-06-251-0/+3
| | | |
| | | * Making it so that we don't distribute the .xml and .py file, but build them ↵Ted Gould2009-06-251-2/+0
| | | | | | | | | | | | | | | | everytime.
| | | * Adding a results directory to the command line.Ted Gould2009-06-251-1/+1
| | | |
| | | * Getting the rest of the files added into the dist tarball.Ted Gould2009-06-251-1/+18
| | | |
| | | * Changing the python script to be generated so that it can get the paths ↵Ted Gould2009-06-252-5/+14
| | | | | | | | | | | | | | | | correctly. It's almost making Python into a real language. Not quite, but getting there.
| | | * Adding in a python path to pick up the moduleTed Gould2009-06-251-1/+1
| | | |
| | | * Update from AraTed Gould2009-06-252-4/+4
| | | |\
| | | | * Fixed mago-integrationAra Pulido2009-06-252-4/+4
| | | | |
| | | | * Merged from mago-integrationAra Pulido2009-06-255-10/+29
| | | | |\ | | | | |/ | | | |/|
| | | * | Building the xml file on the fly.Ted Gould2009-06-243-12/+21
| | | | |
| | | * | We're going to change the xml file to be a built file so that the paths are ↵Ted Gould2009-06-241-0/+0
| | | | | | | | | | | | | | | | | | | | all correct.
| | | * | starting to get mago into the test architectureTed Gould2009-06-243-0/+10
| | | | |
| | | * | Merging in Ara's work on the Mago tests for libdbusmenuTed Gould2009-06-2419-0/+1333
| | |/| | | | | |/
| | | * Added mago tests for dbusmenu-gtkAra Pulido2009-06-2419-0/+1333
| | |/
| | * Merging in the 'legal' branch with a bunch of copyright messages and such. ↵Ted Gould2009-06-227-668/+788
| | |\ | | | | | | | | | | | | I think this brings us up to speed there.
| * | | Ignoring the client binaryTed Gould2009-06-251-0/+1
| | | |
| * | | Some comments for the gtk-doc stuffTed Gould2009-06-241-0/+9
| | | |
| * | | Handling the differing signals to set things up with the various gtk widgetsTed Gould2009-06-242-3/+39
| | | |
| * | | Major reshuffling, not quite done, but compiles.Ted Gould2009-06-241-53/+40
| | | |
| * | | Getting rid of code. We don't need properties or to build a cleint. I ↵Ted Gould2009-06-232-124/+8
| | | | | | | | | | | | | | | | mean, we are one :)
| * | | Okay, now we're rebuilding this client thingy.Ted Gould2009-06-232-39/+43
| | | |
| * | | Switching some of the client naming stuff to make everything stick together.Ted Gould2009-06-232-19/+22
| | | |
| * | | Okay, being a little funny with how these things are playing out. Missing ↵Ted Gould2009-06-233-107/+438
| | | | | | | | | | | | | | | | subversion's crazy everything is a copy semantics right now. It works well for stuff like this.
| * | | Signaling on root changes.Ted Gould2009-06-231-1/+8
| | | |
| * | | Signaling the new menuitem.Ted Gould2009-06-231-4/+5
| | | |
| * | | Adding two new signals to the client. 'root-changed' and 'new-menuitem' to ↵Ted Gould2009-06-232-0/+39
| | | | | | | | | | | | | | | | make it so that this can go up the stack easier.
| * | | Now we're also signalling when a child gets moved around.Ted Gould2009-06-232-1/+13
| | | |
| * | | Adding in the 'moved' signal and make it so that the 'added' signal has the ↵Ted Gould2009-06-233-6/+30
| | | | | | | | | | | | | | | | position in it.
| * | | Getting the legal headers and stuff.Ted Gould2009-06-237-668/+788
| |\ \ \ | | | |/ | | |/|
| | * | Putting GPLv3 on some of these that were missing it.Ted Gould2009-06-183-0/+63
| | | |
| | * | Putting LGPL headers on these.Ted Gould2009-06-182-0/+56
| | | |
| | * | These should be LGPL v3/2.1Ted Gould2009-06-182-668/+669
| | | |
| | * | Pulling in the GTK codeTed Gould2009-06-1817-18/+1007
| |/| | |/| |/
| * | Merging in the dbusdeath branch to get the gtkmenu updates and dbus handling ↵Ted Gould2009-06-2317-19/+1114
|/| | | | | | | | | | | code.
| * | Updating to the latest from gtkmenuTed Gould2009-06-188-102/+240
| |\|
| | * Lengthening timeouts so that each layout is shown for 15 seconds and the ↵Ted Gould2009-06-182-2/+2
| | | | | | | | | | | | client runs for 60
| | * Setting the window titleTed Gould2009-06-181-0/+1
| | |
| | * The new dbus-test-runner has parameters. So now we're changing the server ↵Ted Gould2009-06-172-5/+7
| | | | | | | | | | | | to take the json parameter and the file.
| | * Removing test-gtk-label.hTed Gould2009-06-173-79/+2
| | |
| | * Getting the label tests into a json file.Ted Gould2009-06-171-0/+158
| | |
| | * Switching from a header file to building the layout using a json definition.Ted Gould2009-06-171-16/+54
| | |
| | * Adding in json-glib to make the tests more configurable.Ted Gould2009-06-172-2/+17
| | |
| | * Getting distcheck to pass by getting the header files from the -glib branch ↵Ted Gould2009-06-051-1/+1
| | | | | | | | | | | | of things.
| | * Updates from trunk with the properites branch.Ted Gould2009-06-051-1/+2
| | |\ | |_|/ |/| |
* | | Merging in work on properties. Cody reviewed in merge request 6707.Ted Gould2009-06-0514-59/+1025
|\ \ \
| * | | Making the ID update function rebuild all of the properties. Result of a ↵Ted Gould2009-06-051-1/+2
| | | | | | | | | | | | | | | | code review comment by Cody Russell.
| | * | Making it so that if we clear the menu structure by destroying the proxies ↵Ted Gould2009-06-181-0/+1
| | | | | | | | | | | | | | | | we also signal that to the callers.
| | * | Handle the server removing itself from the bus and putting us into a dark ↵Ted Gould2009-06-181-2/+25
| | | | | | | | | | | | | | | | world waiting for it to rejoin the world.
| | * | If we can't get a proxy on the stuff that we want, we're going to set up a ↵Ted Gould2009-06-181-0/+73
| | | | | | | | | | | | | | | | DBus one and just wait for it to show up. When it showes up, then we'll pounce