Skip to content

Commit

Permalink
Import upstream version 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampelbein authored and Bazaar Package Importer committed Apr 6, 2009
1 parent 3157a59 commit c8f7310
Show file tree
Hide file tree
Showing 29 changed files with 13,396 additions and 4,945 deletions.
38 changes: 38 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
2009-04-06 Tristan Van Berkom <[email protected]>

* plugins/gtk+/glade-button-editor.c: Properly initialize GValue on
stack (fix by Felix Riemann - bug 577822).

* plugins/gtk+/glade-gtk.c, plugins/gtk+/glade-store-editor.c:
Disabled 'data' property for treestores (oops not supported by
GtkBuilder, Bug 577685).

* gladeui/[...].h: Fixed failed build on Msys/MinGW (Bug 576851 –
fix by Damon Register).

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

Fixed Mal-ordering of atk properties, signals and accelerators in
Libglade format output.

* gladeui/glade-widget.[ch]: Now export glade_widget_write_signals(),
only write signals from the core when in builder format.

* plugins/gtk+/glade-gtk.c: glade_gtk_widget_write_widget(), write
properties out as "properties -> atk -> signals -> accelerators when
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
I missed it was klass->name that was null, fixed it so it would never
be null, and added g_assert() where the crash was.

* gladeui/glade-widget.c: Fix broken hash table maintenence in
glade_widget_remove_property() (bug 575885).

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

* gladeui/glade-command.c: Fix win32 crasher (bug 575206)

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

* NEWS, configure.ac: Rolling Glade 3.6.0
Expand Down
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
===========
Glade 3.6.1
===========
- Fixed win32 crasher (bug 575206)
- Fixed crasher on internal widget selection
- Fixed libglade regression (libglade needs specific
ordering of properties, atk props, signals and accelerators)
- Fixed MSYS/MinGW build (Bug 576851 – Damon Register)
- Disable loading and displaying of 'data' property on GtkTreeStore
(only GtkListStore understands the 'data' construct).
- Properly initialize a GValue on stack (bug 577822 - Felix Riemann)

New and updated translations
============================
- Petr Kovar, Andre Klapper (cs)
- Djihed Afifi (ar)

===========
Glade 3.6.0
===========
Expand Down
Loading

0 comments on commit c8f7310

Please sign in to comment.