Skip to content

Commit

Permalink
Import upstream version 3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell authored and Bazaar Package Importer committed Jun 15, 2009
1 parent a1b20ca commit 4993425
Show file tree
Hide file tree
Showing 48 changed files with 2,624 additions and 1,963 deletions.
22 changes: 22 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
2009-06-12 Tristan Van Berkom <[email protected]>

* configure.in, NEWS: Rolling Glade 3.6.5 (added more output in configure.ac
config summery).

* gladeui/glade-project.[ch], gladeui/glade-command.c, gladeui/glade-inspector.c:
Really fixing widget naming policies again, this time I hope it sticks (bug 580745).

* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Fixed dissapearing
dialogs on ESC (bug 582559)

* plugins/python/Makefile.am: Fixed relocated link problems with python
plugin build (bug 582982, patch by Arun Raghavan).

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

* configure.ac, src/Makefile.am, src/glade-window.c: Use ige-mac-integration
if available for quartz builds (set the menubar as the application menu and
correctly handle the quit button).

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

* NEWS: Rolling Glade 3.6.4

* plugins/gtk+/glade-gtk.c: Sync up size requests of fixed/layout children
at load time (bug 584334).
Expand Down
4 changes: 4 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
GDK_TARGET_QUARTZ_FALSE = @GDK_TARGET_QUARTZ_FALSE@
GDK_TARGET_QUARTZ_TRUE = @GDK_TARGET_QUARTZ_TRUE@
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
GLADE_AGE = @GLADE_AGE@
GLADE_CURRENT = @GLADE_CURRENT@
Expand Down Expand Up @@ -159,6 +161,8 @@ 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_CFLAGS = @IGE_MAC_CFLAGS@
IGE_MAC_LIBS = @IGE_MAC_LIBS@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Expand Down
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
===========
Glade 3.6.5
===========
- Quartz build support and use ige-mac-integration to setup the menubar
as an optional build dependancy.
- Fixed dissapearing dialogs on ESC (bug 582559)
- Really fixing widget naming policies again, this time I hope it sticks (bug 580745)
- Fixed relocated link problems with python plugin build (bug 582982, patch by Arun Raghavan)

===========
Glade 3.6.4
===========
- Check project naming policy at add_object() time (bug 580745).
- Fixed bug loading and saving icon sources (Juan Pablo Ugarte)
- Fixed sizes of fixed/layout children at load time (bug 584334).
- Enabled popup menus via Apple key for osx (lame but functional).

===========
Glade 3.6.3
Expand Down
Loading

0 comments on commit 4993425

Please sign in to comment.