Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Stop using the delete-event signal | Matthias Clasen | 2018-01-16 | 1 | -10/+1 |
| | | | | We can use ::destroy in most cases. | ||||
* | Fix a few overlooked casts | Timm Bäder | 2017-12-09 | 1 | -2/+2 |
| | | | | glib warns about these now. | ||||
* | Remove gtk_widget_show_all | Timm Bäder | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | Update callers | Matthias Clasen | 2017-01-19 | 1 | -1/+5 |
| | | | | Adapt all our tests and examples to the new initialization api. | ||||
* | Separators not correctly placed | Bastien Nocera | 2016-06-01 | 1 | -2/+22 |
| | | | | | | | | | | | | | | | | | | What it should look like: Bold ---- /Size/ x 0.5 x 1.0 What it looks like: Bold /Size/ ---- x 0.5 x 1.0 https://bugzilla.gnome.org/show_bug.cgi?id=767108 | ||||
* | testgmenu: use the menu binding code | Ryan Lortie | 2015-07-07 | 1 | -373/+14 |
| | | | | | | | | | | The menu tracker does a better job of this than we can, so move over to using it instead. This fixes issues with './testgmenu --import' not properly displaying the language submenu. https://bugzilla.gnome.org/show_bug.cgi?id=752016 | ||||
* | Drop most uses of GtkMisc in tests | Matthias Clasen | 2014-05-13 | 1 | -5/+0 |
| | | | | | | | Replace them by GtkWidget h/valign. The only remaining uses are those where a size group is involved; they can't be replaced until GtkLabel stops looking at GtkMisc alignment for size allocation. | ||||
* | Don't use deprecated GSimpleActionGroup api | Matthias Clasen | 2013-09-05 | 1 | -10/+10 |
| | | | | Instead, use the corresponding GActionMap api. | ||||
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | Remove one last user of gmenumarkup | Ryan Lortie | 2012-01-25 | 1 | -56/+56 |
| | |||||
* | Update testgmenu to latest api changes | Matthias Clasen | 2011-12-19 | 1 | -2/+2 |
| | |||||
* | gmenu testcase: update to glib API changes | Ryan Lortie | 2011-12-19 | 1 | -2/+2 |
| | |||||
* | Only add a separator when a section ends | Matthias Clasen | 2011-12-19 | 1 | -8/+9 |
| | |||||
* | Make it build against the current wip/menus-rebase3 branch | Matthias Clasen | 2011-12-19 | 1 | -4/+2 |
| | |||||
* | testgmenu: #ifdef out non-compiling code for now | Colin Walters | 2011-12-19 | 1 | -0/+2 |
| | |||||
* | testgmenu: Insert separators after sections | Matthias Clasen | 2011-12-19 | 1 | -1/+8 |
| | | | | | The previous code was only inserting a separator when a new section was starting right away. | ||||
* | testgmenu: Initial attempt at section headings | Matthias Clasen | 2011-12-19 | 1 | -3/+22 |
| | | | | | | This should be redone to show the label together with the separator line, somehow. For now, just put the label below the separator, as a separate item. | ||||
* | testgmenu: Use activate with parameter for radio actions | Matthias Clasen | 2011-12-19 | 1 | -37/+32 |
| | | | | | This is how stateful actions are supposed to be activated, using change_state for this was not right at all. | ||||
* | testgmenu: Use activate for toggle actions | Matthias Clasen | 2011-12-19 | 1 | -21/+21 |
| | | | | | This is how stateful actions are supposed to be activated, using change_state for this was not right at all. | ||||
* | testgmenu: Quit on delete-event | Colin Walters | 2011-12-19 | 1 | -0/+10 |
| | |||||
* | Adapt to api changes in GMenuModel | Matthias Clasen | 2011-12-19 | 1 | -11/+9 |
| | |||||
* | Adapt to object path conventions | Matthias Clasen | 2011-12-19 | 1 | -6/+8 |
| | | | | Seems common to expect 'path == bus name with slashes'. | ||||
* | testgmenu: Demonstrate how translatable labels work | Matthias Clasen | 2011-12-19 | 1 | -3/+5 |
| | |||||
* | More dynamic changes | Matthias Clasen | 2011-12-19 | 1 | -11/+92 |
| | |||||
* | Cleanups | Matthias Clasen | 2011-12-19 | 1 | -148/+189 |
| | | | | | Separate the menu generation code and all callbacks in a MenuHolder struct. | ||||
* | Brute-force dynamic change propagation | Matthias Clasen | 2011-12-19 | 1 | -12/+17 |
| | | | | | We need to make sure that we connect to ::items-changed on every single model, as they appear and disappear. Ugly business. | ||||
* | First attempt at handling dynamic changes | Matthias Clasen | 2011-12-19 | 1 | -1/+43 |
| | | | | | | | We need to connect to items-changed on _every_ menu model, which is somewhat icky. For some reason, this works fine with a local model, but not with D-Bus in between. Debugging needed. | ||||
* | Add code for dynamic changes | Matthias Clasen | 2011-12-19 | 1 | -0/+98 |
| | | | | | Add and remove items and actions - we don't update the menus properly yet. | ||||
* | Add some todos | Matthias Clasen | 2011-12-19 | 1 | -0/+13 |
| | |||||
* | Some GMenu test code | Matthias Clasen | 2011-12-19 | 1 | -0/+728 |
This is some test code for constructing GtkMenus from GMenus. |