Skip to content

Commit

Permalink
Import upstream version 3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell authored and Bazaar Package Importer committed Jun 9, 2009
1 parent c44e103 commit a1b20ca
Show file tree
Hide file tree
Showing 62 changed files with 13,560 additions and 6,997 deletions.
38 changes: 38 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
2009-06-06 Tristan Van Berkom <[email protected]>

* plugins/gtk+/glade-gtk.c: Sync up size requests of fixed/layout children
at load time (bug 584334).

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

* configure.ac, NEWS: Updating for 3.6.4 ... [ NOT ROLLED YET ]

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

* gladeui/glade-base-editor.c, gladeui/glade-inspector.c, gladeui/glade-palette-item.c,
gladeui/glade-placeholder.c, gladeui/glade-widget.c: Made Glade barely usable on the Mac,
now all popup menus will popup on (GDK_MOD[1-3]_MASK && event->button == 1) as well as
on (event->button == 3) since Mac is missing the right mouse button and ports X server
setup doesnt seem to emulate it.

* gladeui/glade-property-class.c: Add me to authors.

2009-05-17 Juan Pablo Ugarte <[email protected]>

* gladeui/glade-base-editor.c: fixed bug in glade_base_editor_add_default_properties()
It was setting the wrong type model.

* gladeui/glade-widget-adaptor.c: use parent icon if none is found for the class
This helps a lot for custom composite widget.

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

* gladeui/glade-project.c: Check project naming policy at add_object() time (bug 580745).

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

* plugins/gtk+/glade-gtk.c:
o fixed icon source state write bug on write_icon_sources()
o fixed loading bug in glade_gtk_icon_factory_read_sources()
we either use g_list_append() or steal/insert to add new icon sources

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

* NEWS, configure.ac: Rolling 3.6.3
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
===========
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).

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

0 comments on commit a1b20ca

Please sign in to comment.