summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* GladeEditor: do not show unnamed widgets in headerwip/support-no-idsJuan Pablo Ugarte2016-01-271-6/+24
|
* GladeEditorProperty: Dont display unnamed names in treeviewsTristan Van Berkom2016-01-271-2/+7
| | | | | When selecting objects for reference in a treeview, show "(unnamed)" instead of __glade_unnamed_1 or such.
* GladeEditorTable: Adjusting name/ID edit rules.Tristan Van Berkom2016-01-271-6/+34
| | | | | | Now you are allowed to clear the widget ID as long as that widget is not referred to by anything else in the project.
* GladeWidget: Added glade_widget_has_prop_refs()Tristan Van Berkom2016-01-272-0/+8
| | | | Check if there are property references to a widget without duplicating the list.
* GladeDesignView: show class name if widget is unnamedJuan Pablo Ugarte2016-01-271-1/+10
|
* GladeInspector: do not show widget name if its unnamed (has prefix ↵Juan Pablo Ugarte2016-01-271-0/+24
| | | | __glade_unnamed_)
* GladeEditorProperty: Set names on selected widgets in the multi-object dialogTristan Van Berkom2016-01-271-21/+23
| | | | Ensure that the selected list of objects have names
* Added glade_widget_ensure_name()Tristan Van Berkom2016-01-272-0/+16
| | | | | A function to set real names on widgets unconditionally if they dont actually have names but only a prefix
* GladeEPropObject: Set names when choosing an objectTristan Van Berkom2016-01-271-33/+59
| | | | When an object property is set, set the widget name of the object.
* GladeWidget: Dont require widget idsTristan Van Berkom2016-01-272-88/+87
| | | | | Create widgets initially with a special glade defined 'unnamed' prefix, if a widget ID has this prefix, dont save it in the output
* GladeProject: redocument glade_project_new_widget_name()Tristan Van Berkom2016-01-271-2/+3
| | | | Now does not require the gwidget (actually did not for a long time).
* glade-name-context.[ch]: Removing glade_name_context_dual_new_name()Tristan Van Berkom2016-01-272-65/+0
| | | | | This is an artifact from older glades which supported name collisions in separate toplevel windows within the same glade file.
* Add a missing tag to the AppData fileRichard Hughes2016-01-251-0/+1
|
* Updated Brazilian Portuguese translationRafael Fontenelle2016-01-251-990/+1658
|
* Add a missing tag to the AppData fileRichard Hughes2016-01-251-0/+1
|
* Updated Lithuanian translationAurimas Černius2016-01-221-741/+932
|
* Updated Spanish translationDaniel Mustieles2016-01-181-11/+5
|
* Fix typo (Forth)Piotr Drąg2016-01-081-1/+1
|
* Updated German translationMario Blättermann2016-01-051-728/+894
|
* Don't crash when popover menu children have no visible-submenu setРуслан Ижбулатов2015-12-261-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=759847
* Updated Czech translationMarek Černocký2015-12-251-802/+975
|
* Update TODOMatthias Clasen2015-12-211-4/+0
|
* Updated Spanish translationDaniel Mustieles2015-12-211-534/+560
|
* Updated POTFILES.inPiotr Drąg2015-12-211-0/+1
|
* Removed duplicate displayable values for GtkPackTypeTristan Van Berkom2015-12-211-6/+1
| | | | These were added with GtkActionBar
* Removed some unneeded listbox/flowbox related declarationsTristan Van Berkom2015-12-211-13/+0
| | | | | | | | o Removed duplicate declaration of GtkListBoxRow o Removed redundant declaration of displayable values for the GtkSelectionMode type (they were previously declared by GtkListBox)
* Support GtkFlowBoxMatthias Clasen2015-12-219-0/+324
|
* Updated POTFILES.inPiotr Drąg2015-12-201-0/+2
|
* Update TODOMatthias Clasen2015-12-201-2/+0
|
* Support GtkActionBarMatthias Clasen2015-12-2011-0/+894
|
* Main UI frontend: Use wide paned handles.Tristan Van Berkom2015-12-201-1/+4
| | | | Its almost impossible to resize these things without any width to grab.
* TODO: Some updatesMatthias Clasen2015-12-201-7/+5
|
* Updated Portuguese translationPedro Albuquerque2015-12-191-318/+351
|
* Updated Spanish translationDaniel Mustieles2015-12-141-347/+443
|
* Reverting change from notebook-actions branch merge.Tristan Van Berkom2015-12-141-2/+2
| | | | | | | | | | It seems Matthias was testing headerbars in dialogs as was suggested in the WONTFIX'ed bug 757562. Reverting the enabling of headerbars in dialogs. Also updated the comment in gtk+.xml.in around the headerbar disabling, originally it was because it was unsupported (yet), now it is because dialogs own their headerbars.
* glade-gtk-notebook.c: Fixed warning about imbalanced childrenTristan Van Berkom2015-12-141-1/+1
| | | | | | | | | | | | | | | Now that there is a new special child type, only remove "tab" widgets when extracting the children. This ugly loop is there to ensure that the right tab is matched with it's page when changing the notebook children during undo/redo, and also to handle the case where positions of notebook tabs are not specified in the datamodel (yet) because the notebook is being loaded from a file and the appearance of tabs in the loaded file should be used. In any case, this small commit fixes the undo/redo console warnings when undoing/redoing the addition/removal of children from the new start action / end action positions.
* Support notebook actionsMatthias Clasen2015-12-144-29/+297
|
* Updated Portuguese translationPedro Albuquerque2015-12-131-225/+276
|
* 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.