Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Flow through GValue changes. | Ted Gould | 2009-12-09 | 1 | -13/+14 | |
| | | | | | ||||||
* | | | | | Cleaning up our types. No more image type (but leaving to not confuse) and ↵ | Ted Gould | 2009-12-09 | 2 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | adding in the properties needed for toggle stuff. | |||||
* | | | | | Making generated items understand underlines in labels. | Cody Russell | 2009-12-09 | 1 | -0/+3 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Use underlines | Cody Russell | 2009-12-09 | 1 | -0/+3 | |
| |/ / / | ||||||
* | | | | Fixing includes in the dbusmenu-gtk client.h | Cody Russell | 2009-12-09 | 1 | -2/+1 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Fix #include in client.h | Cody Russell | 2009-12-09 | 1 | -2/+1 | |
| |/ / | ||||||
* | | | Switching the menuitem internal storage to be a hashtable of values. | Ted Gould | 2009-12-09 | 3 | -23/+75 | |
| | | | ||||||
* | | | Removing debug message | Ted Gould | 2009-12-09 | 1 | -0/+1 | |
| | | | ||||||
* | | | Ignoring the bustle files. | Ted Gould | 2009-12-09 | 1 | -0/+1 | |
| | | | ||||||
* | | | Translating the table of string properties over to a hash of values. | Ted Gould | 2009-12-09 | 1 | -0/+16 | |
| | | | ||||||
* | | | Switching the return from get properties should have values now. | Ted Gould | 2009-12-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | Switching to a new object number as now the bustler is there. | Ted Gould | 2009-12-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | Adding in a bunch of bustle data gathering and cleanup. | Ted Gould | 2009-12-09 | 1 | -6/+10 | |
| | | | ||||||
* | | | Remove the ability to construct the property as it's not writable. | Ted Gould | 2009-12-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | Removing debug message | Ted Gould | 2009-12-09 | 1 | -2/+0 | |
| | | | ||||||
* | | | Fixing the proxies correctly and making sure to reset the call pointer. | Ted Gould | 2009-12-09 | 1 | -2/+3 | |
| | | | ||||||
* | | | Adding in support for bustling the 'test-glib-layout' test results. | Ted Gould | 2009-12-09 | 2 | -3/+4 | |
| | | | ||||||
* | | | Adding in the 'version' property | Ted Gould | 2009-12-09 | 2 | -2/+13 | |
| | | | ||||||
* | | | Fixing the layout update signature to have two parameters. | Ted Gould | 2009-12-09 | 1 | -6/+7 | |
| | | | ||||||
* | | | Adding marshaller for the 'LayoutUpdate' signal. | Ted Gould | 2009-12-09 | 1 | -0/+1 | |
| | | | ||||||
* | | | Switching the marshaller to give us the GValue | Ted Gould | 2009-12-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | Changing ID_PROP_UPDATE signal to use GValues instead of strings. | Ted Gould | 2009-12-09 | 1 | -4/+7 | |
| | | | ||||||
* | | | Switching the marshallers around to match the new signal interfaces. | Ted Gould | 2009-12-09 | 1 | -1/+2 | |
| | | | ||||||
* | | | Changing signal prototypes in the signal handlers. | Ted Gould | 2009-12-09 | 1 | -10/+10 | |
| | | | ||||||
* | | | Adding in layout debug message. | Ted Gould | 2009-12-09 | 1 | -0/+2 | |
| | | | ||||||
* | | | Switching from using the 'Layout' property to using the 'GetLayout' function ↵ | Ted Gould | 2009-12-09 | 1 | -21/+8 | |
| | | | | | | | | | | | | with more fun parameters. | |||||
* | | | Changing signal names to match the new (more logical) naming pattern. | Ted Gould | 2009-12-09 | 1 | -2/+2 | |
| | | | ||||||
* | | | Making a proper error on GroupProperties not being implemented. | Ted Gould | 2009-12-09 | 1 | -1/+7 | |
| | | | ||||||
* | | | Switching get properties to include the properties list. | Ted Gould | 2009-12-09 | 1 | -2/+2 | |
| | | | ||||||
* | | | Updating to new API so that we build. Nice touch. | Ted Gould | 2009-12-09 | 1 | -3/+5 | |
| | | | ||||||
* | | | Getting the server building again, not great shape though. Needs more work. | Ted Gould | 2009-12-08 | 1 | -31/+42 | |
| | | | ||||||
* | | | Updating to trunk for better testing. | Ted Gould | 2009-12-08 | 4 | -6/+5 | |
|\| | | ||||||
| * | | Fixing the returns on the test suite. | Ted Gould | 2009-12-08 | 4 | -6/+5 | |
| |\ \ | ||||||
| | * | | Disabling the mago tests as they always pass and they take a while to run. | Ted Gould | 2009-12-08 | 1 | -2/+1 | |
| | | | | ||||||
| | * | | Passing on timeout for the gtk client. | Ted Gould | 2009-12-08 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Updating to current trunk | Ted Gould | 2009-12-08 | 5 | -33/+107 | |
| | |\ \ | | |/ / | |/| | | ||||||
| | * | | If we didn't pass, we shouldn't return 0 | Ted Gould | 2009-10-22 | 3 | -3/+3 | |
| | | | | ||||||
* | | | | Merging in the spec-discussion branch. | Ted Gould | 2009-12-08 | 5 | -59/+137 | |
|\ \ \ \ | ||||||
| * | | | | Changes to keep layouts but all for globbing of properties in a similar way. | Ted Gould | 2009-12-08 | 1 | -11/+54 | |
| | | | | | ||||||
| * | | | | Grabbing agateau's changes | Ted Gould | 2009-12-08 | 1 | -49/+70 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Fixed type of value param in ItemPropertyUpdated() signal | Aurelien Gateau | 2009-11-13 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Removed ItemAdded/ItemRemoved for now | Aurelien Gateau | 2009-11-13 | 1 | -23/+0 | |
| | | | | | ||||||
| | * | | | New DBus menu API | Aurelien Gateau | 2009-11-13 | 1 | -48/+92 | |
| | | | | | ||||||
| * | | | | XVFB based testing | Ted Gould | 2009-11-20 | 2 | -24/+41 | |
| |\ \ \ \ | ||||||
| | * | | | | Deleting the right results. | Ted Gould | 2009-11-19 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Adding in some @ work. It's better. | Ted Gould | 2009-11-19 | 1 | -12/+12 | |
| | | | | | | ||||||
| | * | | | | Trailing space | Ted Gould | 2009-11-19 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Don't delete the file we need! | Ted Gould | 2009-11-19 | 1 | -1/+0 | |
| | | | | | | ||||||
| | * | | | | Make sure to grab the xvfb script from the src dir for distcheck. | Ted Gould | 2009-11-19 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Make sure to ship 'run-xvfb.sh' for testing. | Ted Gould | 2009-11-19 | 1 | -0/+1 | |
| | | | | | |