summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Support notebook actionsnotebook-actionsMatthias Clasen2015-12-134-29/+297
|
* Fix use of GTK+ style context APIsMatthias Clasen2015-12-112-4/+12
| | | | | | Make sure to save the style context before querying with other states. This stops GTK+ from warning, and makes things work.
* Remove duplicate GtkPopover in widget listBen Iofel2015-12-101-1/+0
|
* Updated POTFILES.inPiotr Drąg2015-12-101-0/+3
|
* Don't clear selection too eagerlyMatthias Clasen2015-12-101-7/+14
| | | | | | | | When the current submenu in a GtkPopoverMenu is selected, and we are editing its submenu child property, we get change notification for the popovers visible-submenu property. Don't clear the selection in this case because the visible submenu did not actually change to a different widget, it just changed its name.
* popover menu editor: Fix wrong referenceMatthias Clasen2015-12-101-3/+3
| | | | There is no embed widget in the ui file, so don't refer to one.
* GladeWidget: Avoid inconsistent state during disposeMatthias Clasen2015-12-101-0/+5
| | | | | | | The dispose code was throwing away the list of properties without clearing out the quick-access hash table, so getters could still return already-freed property objects. This was causing the popover code to crash.
* Add since attributesMatthias Clasen2015-12-101-3/+3
| | | | | GtkPopover was introduced in 3.12, GtkPopoverMenu and GtkModelButton are coming in 3.16.
* Disable some model button propertiesMatthias Clasen2015-12-102-51/+7
| | | | | Disable the ::icon and ::iconic properties until there is a proper editor for GIcons.
* Move GtkModelButton to a better place in the paletteMatthias Clasen2015-12-101-1/+1
| | | | It belongs to the other buttons, so move it there.
* Add an icon for GtkModelButtonMatthias Clasen2015-12-104-0/+2
| | | | | This should serve as the final proof that you don't let your developers draw icons...
* Refuse to add popovers to another containersMatthias Clasen2015-12-101-0/+9
| | | | It doesn't make sense to allow this.
* Mark popovers as toplevelsMatthias Clasen2015-12-101-2/+2
| | | | | This change makes glade create a popover when the user clicks on the button in the palette, which is the expected behavior.
* Set visible to False for popoversMatthias Clasen2015-12-101-0/+2
| | | | | With respect to visibility, popovers should be treated like toplevels: It takes an explicit action to show them.
* Allow creating themed iconsMatthias Clasen2015-12-101-1/+1
|
* Initial GtkModelButton supportMatthias Clasen2015-12-107-0/+458
|
* Handle submenu changes betterMatthias Clasen2015-12-101-32/+59
| | | | | Deal with 'spontaneous' changes of the visible submenu. This will happen once we add model buttons.
* Add an editor for GtkPopoverMenuMatthias Clasen2015-12-107-2/+281
|
* Make submenu switching work from the treeMatthias Clasen2015-12-101-8/+66
| | | | | Ensure that the submenu containing the currently selected widget is visible.
* Initial GtkPopoverMenu supportMatthias Clasen2015-12-109-0/+513
| | | | | Add GtkPopoverMenu with two virtual properties, one for the number of menus, and one for the currently edited menu.
* Add an editor for GtkPopoverMatthias Clasen2015-12-107-2/+312
|
* Move popovers to the container sectionMatthias Clasen2015-12-101-1/+1
| | | | Makes more sense there.
* Add support for GtkPopoverMatthias Clasen2015-12-107-0/+57
| | | | | | This is pretty bare-bones at the moment. https://bugzilla.gnome.org/show_bug.cgi?id=740104
* Bug 754131: Avoid crashes when loading boxes with center-child childrenTristan Van Berkom2015-12-091-7/+7
| | | | Patch by Juan Pablo Ugarte
* Updated Portuguese translationPedro Albuquerque2015-12-051-676/+729
|
* data/glade.appdata.xml.in: added <kudos> section to app data as requested by ↵Juan Pablo Ugarte2015-12-031-0/+5
| | | | Richard Hughes.
* Updated Spanish translationDaniel Mustieles2015-12-021-9314/+9356
|
* Fix a typoAnders Jonsson2015-12-011-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=741552
* Add GDK_TOUCHPAD_GESTURE_MASKMatthias Clasen2015-12-011-0/+2
| | | | | | This is a new addition to the GdkEventMask enum. https://bugzilla.gnome.org/show_bug.cgi?id=758287
* Add missing AtkAccessibleRole enum valuesMatthias Clasen2015-12-011-0/+10
| | | | | | Some of these have appeared in the last year or so. https://bugzilla.gnome.org/show_bug.cgi?id=758288
* Add GTK_INPUT_HINT_VERTICAL_WRITINGMatthias Clasen2015-12-011-0/+2
| | | | | | This value was added to the GtkInputHints enum in 3.18. https://bugzilla.gnome.org/show_bug.cgi?id=758289
* Add GTK_POLICY_EXTERNALMatthias Clasen2015-12-011-0/+2
| | | | | | This value has been added to the GtkPolicyType enum in 3.16. https://bugzilla.gnome.org/show_bug.cgi?id=758290
* Fixed errors in Lithuanian translationAurimas Černius2015-11-281-47/+33
|
* Deprecate GtkAction, GtkActivatable, and friendsBen Iofel2015-11-271-27/+24
| | | | | | | | | GtkAction has been deprecated since GTK 3.10, so this commit marks it deprecated and moves the widgets into the 'Deprecated' section. This also deprecates all the GtkActivatable properties (e.g. look at the properties of a GtkButton in glade). https://bugzilla.gnome.org/show_bug.cgi?id=757609
* string list: Avoid GTK+ warningsMatthias Clasen2015-11-251-2/+5
| | | | | | | | GTK+ warns nowadays if the state passed to gtk_style_context_get_* does not match the state of the context. Avoid this by setting the state beforehand. https://bugzilla.gnome.org/show_bug.cgi?id=758300
* signal editor: Avoid GTK+ warningsMatthias Clasen2015-11-251-12/+25
| | | | | | | | | | GTK+ warns nowadays if the state passed to gtk_style_context_get_* does not match the state of the context. Avoid this by setting the state beforehand. This is just a bandaid fix; the drawing should be redone in terms of gtk_render_ APIs instead of poking at colors. https://bugzilla.gnome.org/show_bug.cgi?id=758299
* dnd: Avoid GTK+ warningsMatthias Clasen2015-11-251-1/+1
| | | | | | | | GTK+ warns nowadays if the state passed to gtk_style_context_get_* does not match the state of the context. Avoid this by using the state of the context. https://bugzilla.gnome.org/show_bug.cgi?id=758297
* GladeDesignLayout: Avoid GTK+ warningsMatthias Clasen2015-11-251-5/+9
| | | | | | | | | | GTK+ warns nowadays if the state passed to gtk_style_context_get_* does not match the state of the context. Avoid this by setting the state beforehand. This is just a bandaid fix; the drawing should be redone in terms of gtk_render_ APIs instead of poking at colors. https://bugzilla.gnome.org/show_bug.cgi?id=758296
* Drop deprecated style propertiesMatthias Clasen2015-11-251-5/+0
| | | | | | These have no effect anymore, other than causing warnings. https://bugzilla.gnome.org/show_bug.cgi?id=758280
* Updated Portuguese translationPedro Albuquerque2015-11-251-431/+417
|
* Updated Portuguese translationPedro Albuquerque2015-11-251-36/+34
|
* Replace use of deprecated gdk_cursor_newBen Iofel2015-11-181-10/+12
| | | | use gdk_cursor_new_from_name instead
* Updated German translationWolfgang Stöggl2015-11-081-396/+618
|
* Added Korean help translationSteve Jonghee Yun2015-11-052-1/+925
|
* Fix typo in gtk+.xml.inBen Iofel2015-11-041-1/+1
|
* GtkButton: fix typoBen Iofel2015-11-031-1/+1
|
* Updated Czech translationMarek Černocký2015-10-251-2/+2
|
* Updated Finnish translationJiri Grönroos2015-10-061-1010/+1274
|
* Updated Serbian Latin translationМилош Поповић2015-09-231-464/+422
|
* Updated Serbian translationМарко Костић2015-09-231-446/+414
|