Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Forgot some signal documentation. | Ted Gould | 2009-08-25 | 1 | -0/+1 | |
| | | ||||||
| * | Switching the prototype for type handlers so that it passes the client as well. | Ted Gould | 2009-08-25 | 3 | -10/+9 | |
| | | ||||||
| * | Code reshuffle. Now a warning on new items and fleshing out the type-based ↵ | Ted Gould | 2009-08-25 | 1 | -9/+19 | |
| | | | | | | | | functions. | |||||
| * | Okay, building in some type handlers now. | Ted Gould | 2009-08-25 | 2 | -0/+34 | |
| | | ||||||
| * | Signaling the realized event after it has all it's parameters. | Ted Gould | 2009-08-25 | 2 | -0/+3 | |
| | | ||||||
| * | Creating a realized signal on the menu items. | Ted Gould | 2009-08-25 | 2 | -1/+21 | |
| | | ||||||
| * | Making things a little more type safe. Only one evil cast. | Ted Gould | 2009-08-20 | 1 | -13/+21 | |
| | | ||||||
| * | Makin' it so that if we have a type handler we use that, otherwise we pass ↵ | Ted Gould | 2009-08-20 | 2 | -3/+21 | |
| | | | | | | | | things up. Also making it so that type handlers can report an error. | |||||
| * | Seems intltool changed slightly | Ted Gould | 2009-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Switching the new signal to be after the properties are gotten and adding a ↵ | Ted Gould | 2009-08-20 | 2 | -5/+41 | |
| | | | | | | | | hashtable for type handlers. | |||||
| * | AM 1.11 silence | Ted Gould | 2009-08-20 | 1 | -0/+2 | |
|/ | ||||||
* | Merging in the development branches | Ted Gould | 2009-08-04 | 46 | -703/+3844 | |
|\ | ||||||
| * | Heh, turns out we need to actually signal people across DBus or nothing ↵ | Ted Gould | 2009-07-20 | 1 | -0/+21 | |
| | | | | | | | | works. Who'd a thought. | |||||
| * | Print on click | Ted Gould | 2009-07-20 | 1 | -0/+8 | |
| | | ||||||
| * | Bad prototype for dealing with the new items added signal which also has the ↵ | Ted Gould | 2009-07-01 | 1 | -2/+2 | |
| | | | | | | | | position in it. This made it so the server was the position, which causes bad stuff to happen. | |||||
| * | Adding a really simple test to add items to a stack. | Ted Gould | 2009-07-01 | 3 | -2/+60 | |
| | | ||||||
| * | Hiding a debug message | Ted Gould | 2009-06-26 | 1 | -1/+1 | |
| | | ||||||
| * | Wait for the signal about the root changing instead of forcing it here. ↵ | Ted Gould | 2009-06-26 | 1 | -2/+0 | |
| | | | | | | | | It'll have to change from the beginning state that we just had it in. And since we're singled threaded ther was no way for it to change in those few lines of code. | |||||
| * | Removing the old is_root and now using the new property on the menuitems for ↵ | Ted Gould | 2009-06-26 | 2 | -10/+3 | |
| | | | | | | | | that task. | |||||
| * | Add the property of the menuitems to check to see if they're the root node ↵ | Ted Gould | 2009-06-26 | 3 | -0/+47 | |
| | | | | | | | | or not. Also set that when the layout is being parsed. | |||||
| * | Switching the loss of the proxies to be warnings instead of errors as we can ↵ | Ted Gould | 2009-06-26 | 1 | -2/+2 | |
| | | | | | | | | recover from it and handle it gracefully if we need to. | |||||
| * | Flipping arround the original update of the layout to be after building the ↵ | Ted Gould | 2009-06-26 | 1 | -3/+3 | |
| | | | | | | | | proxies, not something driven by new. Also ensuring that the callback pointer is reset when we're in it so that it doesn't get called recursively. | |||||
| * | Ignoring more tests files. | Ted Gould | 2009-06-25 | 1 | -0/+2 | |
| | | ||||||
| * | For some reason the kill switch was missing on this one. Weird. | Ted Gould | 2009-06-25 | 1 | -0/+4 | |
| | | ||||||
| * | Some debug messages and a forcing the initial root reset at the start. | Ted Gould | 2009-06-25 | 1 | -0/+6 | |
| | | ||||||
| * | Okay, now we have these guys doing something, let's roll. | Ted Gould | 2009-06-25 | 1 | -3/+16 | |
| | | ||||||
| * | Fleshing out the root changed function, but that's led to another couple ↵ | Ted Gould | 2009-06-25 | 1 | -2/+37 | |
| | | | | | | | | that need to get figured out as well. | |||||
| * | Make it so that getting the menuitem will create it in cases where it's not ↵ | Ted Gould | 2009-06-25 | 2 | -6/+16 | |
| | | | | | | | | created. This removes the chance of a race between the various functions. | |||||
| * | Making it so that we don't have any gtk events or handling of the root node. ↵ | Ted Gould | 2009-06-25 | 1 | -0/+13 | |
| | | | | | | | | It's a special node, we need to leave it alone. | |||||
| * | Adding the client to the child related functions | Ted Gould | 2009-06-25 | 1 | -10/+10 | |
| | | ||||||
| * | Merging in the updated gtkmenu branch with tests. | Ted Gould | 2009-06-25 | 23 | -0/+1380 | |
| |\ | ||||||
| | * | Merging in Ara's work on getting us some gtkmenu tests in mago. Woo hoo. ↵ | Ted Gould | 2009-06-25 | 23 | -0/+1380 | |
| | |\ | | | | | | | | | | | | | Now some real tests. | |||||
| | | * | Changing the clean rule to be distclean-local which makes more sense. | Ted Gould | 2009-06-25 | 1 | -1/+2 | |
| | | | | ||||||
| | | * | Removing the built python directory and destroying the mago results. | Ted Gould | 2009-06-25 | 1 | -0/+3 | |
| | | | | ||||||
| | | * | Making it so that we don't distribute the .xml and .py file, but build them ↵ | Ted Gould | 2009-06-25 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | everytime. | |||||
| | | * | Adding a results directory to the command line. | Ted Gould | 2009-06-25 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Getting the rest of the files added into the dist tarball. | Ted Gould | 2009-06-25 | 1 | -1/+18 | |
| | | | | ||||||
| | | * | Changing the python script to be generated so that it can get the paths ↵ | Ted Gould | 2009-06-25 | 2 | -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 module | Ted Gould | 2009-06-25 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Update from Ara | Ted Gould | 2009-06-25 | 2 | -4/+4 | |
| | | |\ | ||||||
| | | | * | Fixed mago-integration | Ara Pulido | 2009-06-25 | 2 | -4/+4 | |
| | | | | | ||||||
| | | | * | Merged from mago-integration | Ara Pulido | 2009-06-25 | 5 | -10/+29 | |
| | | | |\ | | | | |/ | | | |/| | ||||||
| | | * | | Building the xml file on the fly. | Ted Gould | 2009-06-24 | 3 | -12/+21 | |
| | | | | | ||||||
| | | * | | We're going to change the xml file to be a built file so that the paths are ↵ | Ted Gould | 2009-06-24 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | all correct. | |||||
| | | * | | starting to get mago into the test architecture | Ted Gould | 2009-06-24 | 3 | -0/+10 | |
| | | | | | ||||||
| | | * | | Merging in Ara's work on the Mago tests for libdbusmenu | Ted Gould | 2009-06-24 | 19 | -0/+1333 | |
| | |/| | | | | |/ | ||||||
| | | * | Added mago tests for dbusmenu-gtk | Ara Pulido | 2009-06-24 | 19 | -0/+1333 | |
| | |/ | ||||||
| | * | Merging in the 'legal' branch with a bunch of copyright messages and such. ↵ | Ted Gould | 2009-06-22 | 7 | -668/+788 | |
| | |\ | | | | | | | | | | | | | I think this brings us up to speed there. | |||||
| * | | | Ignoring the client binary | Ted Gould | 2009-06-25 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Some comments for the gtk-doc stuff | Ted Gould | 2009-06-24 | 1 | -0/+9 | |
| | | | |