- 16 Dec, 2010 11 commits
-
-
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 12 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
-
Tristan Van Berkom authored
The problem at length was an issue of orphaned project widgets left in the project model. Conflicts: ChangeLog
-
Tristan Van Berkom authored
fired before modifying internal data structures (and dont use the glade_util_ function to find a widget iter).
-
- 09 Dec, 2010 2 commits
-
-
Yaron Shahrabani authored
-
Yaron Shahrabani authored
-
- 07 Dec, 2010 1 commit
-
-
Yaron Shahrabani authored
-
- 04 Dec, 2010 1 commit
-
-
pesder authored
-
- 26 Nov, 2010 1 commit
-
-
Johannes Schmid authored
-
- 20 Nov, 2010 1 commit
-
-
Gheyret T.Kenji authored
-
- 17 Nov, 2010 1 commit
-
-
Jordi Mas authored
-
- 14 Nov, 2010 1 commit
-
-
Peter Kragelj authored
-
- 13 Nov, 2010 2 commits
-
-
Gheyret T.Kenji authored
-
Gheyret T.Kenji authored
-
- 12 Nov, 2010 1 commit
-
-
Johannes Schmid authored
It is sometimes possible that children are added before their parents in the tree. We simply ignore that for now as it doesn't cause any harm in the tree model.
-
- 05 Nov, 2010 1 commit
-
-
Takeshi AIHANA authored
-
- 02 Nov, 2010 1 commit
-
-
Xandru Armesto authored
-
- 01 Nov, 2010 1 commit
-
-
- 28 Oct, 2010 1 commit
-
-
Carles Ferrando authored
-
- 27 Oct, 2010 1 commit
-
-
- 17 Oct, 2010 1 commit
-
-
Tristan Van Berkom authored
-