aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adding a print out. But it still passses.Ted Gould2009-09-301-0/+1
|
* Making a bunch of reordering tests. No fails.Ted Gould2009-09-301-8/+42
|
* Building a test for reordering.Ted Gould2009-09-303-2/+114
|
* Ignoring generated test scriptsTed Gould2009-09-301-0/+4
|
* Cleaning up the tests so that they run and check their values in a friendly way.Ted Gould2009-09-301-8/+30
|
* Not sure what this test was supposed to do, but it creates some items. ↵Ted Gould2009-09-301-0/+9
| | | | Could be a good property test. Anyway, now it exits.
* Incrementing the version numberTed Gould2009-09-241-3/+3
|
* Moving the po/Makefile.in.in out of BazaarTed Gould2009-09-241-217/+0
|
* Merging in the branch adding a revision number to layouts to ensure they're ↵Ted Gould2009-09-246-32/+93
|\ | | | | | | in sync.
| * Updating prototype for signalTed Gould2009-09-211-1/+1
| |
| * Getting the revision data off of the root node there.Ted Gould2009-09-211-1/+30
| |
| * Adding the revision to the signal in the dbus spec.Ted Gould2009-09-211-0/+1
| |
| * Save the 'current' version and track whether we need to request an update.Ted Gould2009-09-211-3/+7
| |
| * Changing from a boolean to tracking rev numbers in the private structure.Ted Gould2009-09-211-13/+17
| |
| * Putting the revision number into the XML sent across the bus.Ted Gould2009-09-213-7/+9
| |
| * Cleanup changes from last commit.Ted Gould2009-09-212-1/+3
| |
| * Updating the signal to send a revision numberTed Gould2009-09-211-6/+15
| |
| * Adding in a second checking of the layout if we look for it while we're ↵Ted Gould2009-09-171-8/+9
| | | | | | | | still requesting it. We're not sure if this creates an issue between the syncing of the two objects.
| * Adding in handling of the child moved eventTed Gould2009-09-171-0/+9
|/
* Setting version to 0.1.4Ted Gould2009-09-171-3/+3
|
* Applying a fix by not blocking if we're calling for the root. Everyone ↵Ted Gould2009-09-111-0/+6
|\ | | | | | | should be listening for root changes anyway.
| * Commenting out the blocking on root waiting for an update.Ted Gould2009-09-111-0/+6
|/
* Wild and crazy 0.1.3Ted Gould2009-09-101-2/+2
|
* Merging in a fix for reordering entries in the GTK menu object. And some ↵Ted Gould2009-09-102-4/+45
|\ | | | | | | comments.
| * Some comments and when a root item is realized we're reordering it right ↵Ted Gould2009-09-091-1/+19
| | | | | | | | away. This makes a lot more sense.
| * Some comments as I'm looking through the code.Ted Gould2009-09-091-3/+26
|/
* Version 0.1.2Ted Gould2009-09-031-2/+2
|
* Casting the gsize to an int for 64-bit systems. We shouldn't have pngs over ↵Ted Gould2009-09-031-1/+1
| | | | 4 GB anyway. Wonder how dbus would handle it...
* Up to 0.1.1Ted Gould2009-09-031-2/+2
|
* Merging in support for image items. Including encoding and decoding the ↵Ted Gould2009-09-037-4/+415
|\ | | | | | | images across DBus.
| * Adding precidence testing. The name should be over the data. Here the data ↵Ted Gould2009-09-031-0/+35
| | | | | | | | is the opposite of the name. So if the name matches the icon, we're right.
| * Put some data tests in there.Ted Gould2009-09-031-1/+39
| |
| * Moving the checking on the data set on whether we have a name earlier. We ↵Ted Gould2009-09-031-7/+9
| | | | | | | | don't want to change anything if we've got a name already. Return early.
| * Fixing some string checking. Truth is a bitch.Ted Gould2009-09-031-6/+3
| |
| * Switching to setting the label initially seems to make everything better. ↵Ted Gould2009-09-031-1/+1
| | | | | | | | Go figure.
| * Adding in an icon name test. We fail it.Ted Gould2009-09-022-1/+46
| |
| * A couple more comments.Ted Gould2009-09-021-0/+4
| |
| * Fleshing out the image property handler.Ted Gould2009-09-021-4/+88
| |
| * Some comments in gtk-doc style.Ted Gould2009-09-021-0/+25
| |
| * Fleshing out the get function again stealing code from libindicate-gtk.Ted Gould2009-09-021-1/+35
| |
| * Fleshing out the setting function. Stealing from libindicate.Ted Gould2009-09-021-1/+26
| |
| * Adding some place holders for the image handling functions.Ted Gould2009-09-024-2/+91
| |
| * Inital structure for the image menu item.Ted Gould2009-09-021-0/+33
| |
* | Merging in the sensitivity branch. It adds a property for adjusting the ↵Ted Gould2009-09-023-0/+65
|\ \ | |/ |/| | | sensitivity of menu items.
| * Adding bug LP:422086Ted Gould2009-09-020-0/+0
| |
| * Adding another menu that we can set sensitivity.Ted Gould2009-09-021-0/+46
| |
| * Basic support for the sensitive property.Ted Gould2009-09-022-0/+19
|/
* Increasing the version to 0.1.0 because of a miscommunication about what the ↵Ted Gould2009-08-271-2/+2
| | | | next version will be. The next version will be 0.1.1
* Merging in the branch to add a simple type system to dbusmenu and use it to ↵Ted Gould2009-08-2711-98/+349
|\ | | | | | | make a better GTK library, including showing and hiding items.
| * Checking the menu is a GTK menu before casting it. Comments by Neil.Ted Gould2009-08-271-0/+2
| |