Skip to content

Commit

Permalink
Import upstream version 3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell authored and Bazaar Package Importer committed Jun 30, 2009
1 parent 8a6b8cd commit 91c8233
Show file tree
Hide file tree
Showing 52 changed files with 352 additions and 112 deletions.
50 changes: 49 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,57 @@
2009-06-29 Tristan Van Berkom <[email protected]>

* configure.ac, NEWS: Rolling Glade 3.6.7

* configure.ac, gladeui/glade-app.c: Added --enable-mac-bundle configure option to
special case runtime path lookups to bundling builds.

* gladeui/glade-popup.[ch]: Added glade_popup_is_popup_event () to check the correct
GdkEventButton state for a context menu (in a platform independant way).

* gladeui/glade-base-editor.c, gladeui/glade-editor-property.c, gladeui/glade-palette-item.c,
gladeui/glade-placeholder.c, gladeui/glade-widget.c, gladeui/glade-inspector.c: Use new
popup function to detect whether to show a context menu or not (bug 587128).

* gladeui/glade-base-editor.c: Fixed crashes with editable treeview column types (bug 586715).

2009-06-27 Tristan Van Berkom <[email protected]>

* plugins/gtk+/gtk+.xml.in, glade/gtk+/glade-gtk.c: Fixed GtkTextView crashes when
editing the textview in line, now we update the associated GtkTextBuffer:text property
if available or the GtkTextView:text virtual property when in libglade mode.

2009-06-25 Tristan Van Berkom <[email protected]>

* gladeui/glade-property.c: glade_property_sync_impl(), dont sync properties
that are the primary property of that klass for the said widget (properties
can float outside of widget->properties in some cases, shouldnt effect the
widget though).

* plugins/gtk+/glade-gtk.c:
- glade_gtk_button_write_widget (), make stock button labels save as
non-translatable automatically (bug 352446).
- Added sync_use_appearance() to reset the use-appearance property when local
widget property updates demand that the appearance be resynchronized (this
is actually a bug in GTK+ somewhere).
- Avoid tampering with the virtual GtkBox:size property while loading a project.

* plugins/gtk+/gtk+.xml.in: Attributed use-action-appearance property with "needs-sync"
for better chances at a good visual result when copy/pasting etc.

* plugins/gtk+/glade-activatable-editor.c: Reverse order in which the image is
removed from GtkImageMenuItems (so that mucking with stock doesnt recreate one
2 lines further), now image menu items with controlling actions dont get orphaned images.

* gladeui/glade-widget-adaptor.c: Sync remaining properties at load time
which were not specified in the glade file (now the use-action-appearance
property shows up right even if default and not present in the Glade file).

2009-06-22 Tristan Van Berkom <[email protected]>

* configure.ac, NEWS: Rolling Glade 3.6.6

* gladeui/glade-app.c, gladeui/Makefile.am: Find quartz specific runtime prefix
using ige_mac_bundle_get_path().
using ige_mac_bundle_get_path() (bug 586551)

* gladeui/glade-project.c: Added algorythm to introspect lowest possible
version of GTK+ to depend on for a project, this helps cases where the
Expand Down
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ HAVE_GTK_UNIX_PRINT_FALSE = @HAVE_GTK_UNIX_PRINT_FALSE@
HAVE_GTK_UNIX_PRINT_TRUE = @HAVE_GTK_UNIX_PRINT_TRUE@
HELP_DIR = @HELP_DIR@
HTML_DIR = @HTML_DIR@
IGE_MAC_BUNDLE_FLAG = @IGE_MAC_BUNDLE_FLAG@
IGE_MAC_CFLAGS = @IGE_MAC_CFLAGS@
IGE_MAC_LIBS = @IGE_MAC_LIBS@
INSTALL_DATA = @INSTALL_DATA@
Expand Down
18 changes: 17 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@

===========
Glade 3.6.7
===========
- Sync up remaining properties at load time (fixes use-action-appearance property
and any other unmentioned property states at load time, also unvails broken
orientation default value in GTK+, bug 587256).
- Fixed glitches with use-action-appearance at save time.
- Make stock button labels save as non-translatable automatically (bug 352446).
- Fixed crashes when handling GtkTextView in GtkBuilder format.
- Fixed crashes with editable treeview column types (bug 586715).
- Detect correct modifiers and buttons to spawn a context menu in a platform
independant way (bug 587128).
- Added --enable-mac-bundle configure argument to resolve paths correctly
when building bundles on osx.

===========
Glade 3.6.6
===========
Expand All @@ -8,7 +24,7 @@ Glade 3.6.6
- Migrated to use non-deprecated symbols from glib/GTK+ (Sam Thursfield - bug 572756)
- Introspect lowest GTK+ project dependancy when loading files with missing
versioning info (bug 586046).
- Fixed runtime path resolutions on osx.
- Fixed runtime path resolutions on osx (bug 586551).

===========
Glade 3.6.5
Expand Down
Loading

0 comments on commit 91c8233

Please sign in to comment.