- 23 Dec, 2010 4 commits
-
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
this was never needed before since treeview columns did not have construct-only properties (so they did not hit "rebuild" codepaths).
-
Tristan Van Berkom authored
(for setting construct properties during a load process).
-
- 22 Dec, 2010 13 commits
-
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
moved glade-3.desktop.in.in to glade.desktop.in.in, new app name is 'glade'.
-
Tristan Van Berkom authored
with a GtkEventBox (the child gets a separate allocation and we use the border, we're really better with priv->event_window). * gladeui/glade-widget.c: Fixed to not access GLADE_DESIGN_LAYOUT (widget)->child which doesnt (and shouldnt) exist.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
the fixed_layout stuff * plugins/gtk+/gtk+.xml.in: Removing Ruler classes, added GtkBox, GtkPaned, GtkButtonBox base classes that are now instantiatable
-
Tristan Van Berkom authored
also making libgladeui library libgladeui-2.
-
Tristan Van Berkom authored
Conflicts: ChangeLog gladeui/Makefile.am gladeui/glade-widget.c
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
* gladeui/glade-design-view.c: Hide workspace and show load progress while loading so that one cannot access project widgets during the load (insensitive workspace was problematic and causing some loaded project windows to be permanently insensitive). * src/glade-window.c: Avoid any messups during project load, cannot close projects while they are loading, etc.
-
Tristan Van Berkom authored
* gladeui/glade-app.c: Protect against commands executed on loading projects * src/glade-window.c: Added load progressbar to notebook tabs.
-
- 21 Dec, 2010 1 commit
-
-
Tristan Van Berkom authored
* src/main.c: Display window before loading command line specified projects. * gladeui/glade-project.[ch]: Added dialog that pops up when about to load a large project with glade_project_push_project() to push the progress and glade_project_load_cancelled() to check and abort while loading the project. * gladeui/glade-widget.c, gladeui/glade-widget-adaptor.c: Push progress and abort loading when project indicates the user cancelled the load.
-
- 20 Dec, 2010 13 commits
-
-
-
Tristan Van Berkom authored
plugins/gtk+/glade-gtk.c: Fixing some discrepincies searching for properties as regular properties or packing properties. Now the conflicting "position" property on a GtkPaned widget packed into a GtkBox widget works properly (bug 637475).
-
Tristan Van Berkom authored
widgets unload (patch by Marco Diego Aurélio Mesquita, bug 637541).
-
Tristan Van Berkom authored
make the project preview only preview toplevels.
-
Tristan Van Berkom authored
glade_column_type_new() to create a GladeColumnType struct properly using g_slice_new0(). An occurance of allocating the struct with g_new0 was causing Glade to crash when freeing the block with g_slice_free (bug 637563). Many big thanks to Benjamin Otte for tracking down the problem.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
A clean checkout could fail to find the lib when run with make -j Conflicts: gladeui/Makefile.am
-
Tristan Van Berkom authored
This ensures that the deepest children are finalized first.
-
Tristan Van Berkom authored
balancing and fixed segfaults upon closing projects that contain filechooser dialogs referenced by filechooserbuttons.
-
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 3 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
-