- 02 Jan, 2011 5 commits
-
-
Tristan Van Berkom authored
project when the appropriate data changes (speeds up editing, with latest changes editing labels in huge projects is smooth).
-
Tristan Van Berkom authored
implementations... GladeProject already emits this after collapsing whenever the project changes.
-
Tristan Van Berkom authored
a single property instead of the whole widget when a property changes.
-
Tristan Van Berkom authored
* gladeui/glade-editor-property.c: Avoid infinite recursion when committing properties more aggressively (found that editing text properties now make some recursion for some reason).
-
Tristan Van Berkom authored
actually in the project from the GtkTreeModel interface.
-
- 01 Jan, 2011 9 commits
-
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
17 files changed, 766 insertions(+), 592 deletions(-)
-
Tristan Van Berkom authored
make GladeApp properly destroy the clipboard when disposing.
-
Tristan Van Berkom authored
gladeui/glade-property.c, gladeui/glade-xml-utils.h, po/POTFILES.in: Completely removed GladeParameter, a legacy unused mechanism to store parameters in the glade catalog for later retrieval from the plugin.
-
Tristan Van Berkom authored
Removing legacy 'old_project' argument from glade_project_add_object().
-
Tristan Van Berkom authored
33 files changed, 1318 insertions(+), 1230 deletions(-)
-
Jorge González authored
-
Tristan Van Berkom authored
all commands reffer to that structure instead of trying to pull a project pointer from a widget. * gladeui/glade-project.c: Unset project pointer on widgets when they leave the project, manage an "in_project" flag on widgets to differenciate the moment when they widgets are loading and have the project pointer but are still not added to the project yet. Also speed up glade_project_has_object() by not traversing the list but simply checking the widget's project and in_project flag. * gladeui/glade-widget.[ch]: Added the "in_project" flag to GladeWidget, fixed glade_widget_rebuild to save the previous project pointer.
-
Tristan Van Berkom authored
Fixed glade_widget_hide() to not actually hide the widget, we just remove/put them back in the workspace.
-
- 31 Dec, 2010 8 commits
-
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
bug 634978.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
object's value as a consequence of dupping (backend uses this to write properties with custom values and does not expect that). Conflicts: ChangeLog gladeui/glade-property.c
-
Tristan Van Berkom authored
loads as FALSE if there is no "related-action" at load time. Conflicts: plugins/gtk+/glade-gtk.c
-
Tristan Van Berkom authored
bit of memory for large projects but no crashes. Conflicts: ChangeLog gladeui/glade-project.c
-
- 30 Dec, 2010 10 commits
-
-
Javier Jardón authored
-
Bug #616787.
-
Tristan Van Berkom authored
Conflicts: plugins/gtk+/glade-gtk.c
-
Tristan Van Berkom authored
GtkAction/GtkActionGroup hierarchies. Conflicts: ChangeLog plugins/gtk+/glade-gtk.c
-
Tristan Van Berkom authored
Conflicts: gladeui/glade-base-editor.c
-
Tristan Van Berkom authored
Conflicts: ChangeLog gladeui/glade-base-editor.c gladeui/glade-command.c
-
Tristan Van Berkom authored
Conflicts: ChangeLog plugins/gtk+/gtk+.xml.in
-
Tristan Van Berkom authored
indent \ --braces-after-if-line \ --case-brace-indentation0 \ --case-indentation2 \ --braces-after-struct-decl-line \ --line-length80 --no-tabs \ --dont-line-up-parentheses \ --continuation-indentation4 \ --continue-at-parentheses \ --honour-newlines --tab-size8 --indent-level2 -nbbo
-
Tristan Van Berkom authored
screwing up the installation directory and loading catalogs/modues for GTK+ 2.x. (i.e. from ${prefix}/share/glade3/catalogs instead of ${prefix}/share/glade/catalogs which is the new path).
-
Tristan Van Berkom authored
plugins/gtk+/gtk+.xml.in: Removed the boolean "fixed" property for catalogs and replaced it with a "create-widget-function" tag that allows the backend to create a GladeWidget derived object to handle instances in the runtime, modified the backend appropriately to create a GladeFixed for widgets that were using the "fixed" property.
-
- 29 Dec, 2010 8 commits
-
-
Javier Jardón authored
-
Javier Jardón authored
New dependencies: automake >= 1.11 autoconf >= 2.64 libtool >= 2.2.6 intltool >= 0.41.0 gtk-doc >= 1.13 gnome-doc-utils >= 0.18
-
Daniel Nylander authored
-
Daniel Nylander authored
-
Daniel Nylander authored
-
Daniel Nylander authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
no more libglade.
-