- 20 Dec, 2010 3 commits
-
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
sorted with box children by position, loading process depends on this.
-
Tristan Van Berkom authored
order to placeholders (bug 637534 fix by Marco Diego Aurélio Mesquita).
-
- 18 Dec, 2010 6 commits
-
-
Jorge González authored
-
Jorge González authored
-
Jorge González authored
-
Tristan Van Berkom authored
glade_editor_property_load_by_widget() when a NULL widget is specified or the property is not found.
-
Tristan Van Berkom authored
on the widget, bug 585299, fix by Marco Diego Aurélio Mesquita.
-
Tristan Van Berkom authored
Fixed makefiles as per bug 521713 (patch initially by Daniel Macks). Conflicts: gladeui/Makefile.am plugins/gnome/Makefile.am src/Makefile.am
-
- 17 Dec, 2010 8 commits
-
-
Tristan Van Berkom authored
by Matt Woelfel for bug 633957. Conflicts: ChangeLog
-
Tristan Van Berkom authored
* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Alphabetically sort GtkBox children for save. Conflicts: ChangeLog
-
Tristan Van Berkom authored
Conflicts: ChangeLog
-
Tristan Van Berkom authored
Conflicts: ChangeLog
-
Tristan Van Berkom authored
thanks goes to Sébastien Granjoux and Martin Schlemmer for looking at this one).
-
Tristan Van Berkom authored
by Martin Schlemmer, bug 609748.
-
Tristan Van Berkom authored
- Defensively avoid crash when setting entry icon tooltips - Add version check macro to compile with GTK+ 2.20
-
Tristan Van Berkom authored
* gladeui/glade-command.c: queue selection changes when widgets are added, this avoids synchrounously poking the model when the selection changes various times in a command sequence such as changing a menu item's type. * gladeui/glade-base-editor.c: Dont call glade_command_create/delete() directly in change-type, keep delegating this work to build-child/delete-child signals. * gladeui/glade-widget.[ch]: Added glade_widget_is_ancestor() * gladeui/glade-utils.c: Change glade_util_find_iter_by_widget() to use glade_widget_is_ancestor() and speed up searches a little this way.
-
- 16 Dec, 2010 13 commits
-
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
* gladeui/glade-project.c: Removing frame shadow (and label) from project preferences (bug 574098).
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
of project "instance_count" which is now unused.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
- Avoid changing project selection when selection is cleared, selection get's cleared when the user changes a widget name and a filter is applied (removing the entry from the filtered model), avoiding syncing project selection avoids making the editor disappear when the user changes a widget name (fixes bug 604322). - Also plugged some leaked objects retrieved by gtk_tree_model_get(). * gladeui/glade-editor-table.c: Fire a warning when entry is edited with no widget loaded, also change the ->loading flag strategy for blocking signal emission instead.
-
Tristan Van Berkom authored
treeview is set to use fixed height mode (closing bug 596480).
-
Tristan Van Berkom authored
editor, it's automatically destroyed as being a child of the editor. Conflicts: ChangeLog
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
children as well as the possible internal entry (fixes bug 581580).
-
Tristan Van Berkom authored
iter stamp before notifying row-inserted (old iters are invalid, the new iter persists), fixed leaked GtkTreePath when rows are inserted.
-
Tristan Van Berkom authored
for GTK+ 2.20).
-
- 15 Dec, 2010 10 commits
-
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
the evil ellipsization.
-
Tristan Van Berkom authored
(as reported in bug 622996).
-
Tristan Van Berkom authored
loading glade files.
-
Tristan Van Berkom authored
list which risks changing order while iterating.
-
Tristan Van Berkom authored
through glade_widget_add_child() and get a proper ref from the parent (fixing more last minute crahsers). * gladeui/glade-utils.c: Fixed crasher bug 628233 partially using patch by ramz <ramanathan.nitt@gmail.com>.
-
Tristan Van Berkom authored
new GInitiallyUnowned strategy, push superuser mode at dispose time so that the plugin doesnt screw up, also hold a ref to widgets being rebuilt since they can go out and into the project.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
object ref count cycles, now GladeProject just releases all widgets from the project and keeps a reference to the GladeWidget instead of the GObject, GladeWidget is now GInitiallyUnowned and GladeProject assumes ownership when objects are added to the project (glade-gtk.c in this patch avoids needlessly adding a widget to the project that will be implicitly added, now glade-gtk.c does not directly manually add any widgets to the project).
-
Tristan Van Berkom authored
-