Skip to content

Commit

Permalink
Import upstream version 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell authored and Bazaar Package Importer committed Apr 28, 2009
1 parent c8f7310 commit c44e103
Show file tree
Hide file tree
Showing 67 changed files with 13,538 additions and 9,651 deletions.
50 changes: 50 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
2009-04-22 Tristan Van Berkom <[email protected]>

* NEWS, configure.ac: Rolling 3.6.3

* plugins/gtk+/gtk+.xml.in: Removed buggy query dialog from notebook (closing bug 578727).

* plugins/gtk+/glade-gtk.c: Made Atk proxy objects always have unique names (at
least as unique as the widget they are created for) (bug 579565).

* src/glade-window.c: Removed hard coded size request to palette (Bug 579624)
(added some default pane positions).

2009-04-22 Davyd Madeley <[email protected]>

* plugins/gtk+/glade-gtk.c: Fixed output format for GtkLabel attributes (bug 579793).

2009-04-21 Juan Pablo Ugarte <[email protected]>

* doc/gladepython.sgml: added Glade Python plugin documentation.

* doc/gladeui-docs.sgml, doc/Makefile.am: added reference to the new docs.

2009-04-18 Tristan Van Berkom <[email protected]>

* plugins/gtk+/gtk+.xml.in: Fixed GtkButton to only allow real stock items,
gave GtkImage a default icon-size of GTK_ICON_SIZE_BUTTON (better than invalid).

* plugins/gtk+/glade-activatable-editor.c,
gladeui/glade-editor-property.c: Maintain current widget selection
during commits of related-action (was causing crashes when the
selection changed as a result of a commit, bug 578869).

2009-04-15 Tristan Van Berkom <[email protected]>

* configure.ac, NEWS, data/gladeui.pc.in: Bumping
required GTK+ version in the .pc and rolling 3.6.2.

* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in:
Added glade_gtk_cell_renderer_read_widget() and now
glade_gtk_cell_layout_read_child() doesnt load attributes
if the object property has been explicitly specified in
the Glade file (fixes bug 566928).

2009-04-07 Tristan Van Berkom <[email protected]>

* plugins/gtk+/glade-gtk.c: GtkWindow adaptor was skipping GtkWidget
adaptor when chaining up in ->write_widget() (causeing atk props,
accelerators and signals in libglade to be missed - bug 578211).

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

* plugins/gtk+/glade-button-editor.c: Properly initialize GValue on
Expand All @@ -23,6 +72,7 @@
in libglade format, leave signals to core when in builder format.

2009-03-21 Tristan Van Berkom <[email protected]>

* NEWS, configure.ac: Rolling 3.6.1

* gladeui/glade-command.c: Fix win32 crasher (bug 575206) again (seems
Expand Down
26 changes: 26 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@

===========
Glade 3.6.3
===========
- Maintain current widget selection during commits of related-action
(was causing crashes when the selection changed as a result of a commit, bug 578869)
- GtkButton only accepts real stock *items* and not icons (to use an icon, use a GtkImage
with an unrestricted stock icon)
- Added documentation on integrating Python widgets (Juan Pablo Ugarte)
- Fixed output format for GtkLabel attributes (bug 579793, patch by Davyd Madeley).
- Removed hard coded size request to palette (Bug 579624).
- Made Atk proxy objects always have unique names (bug 579565).
- Removed buggy query dialog from notebook creation (bug 578727).

===========
Glade 3.6.2
===========
- Fixed missing properties/attributes when serializing GtkWindows (bug 578211)
- Fixed loading state of cellrenderer attributes (whether to use attribute or property
directly, bug 566928).

New and updated translations
============================
- Goran Rakic (sr, sr@latin)
- Jorge Gonzalez (es)

===========
Glade 3.6.1
===========
Expand Down
Loading

0 comments on commit c44e103

Please sign in to comment.