Skip to content

Commit

Permalink
New upstream release
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell authored and Bazaar Package Importer committed Jan 7, 2011
2 parents 16f2ce4 + 2602fb9 commit 5b43ae6
Show file tree
Hide file tree
Showing 118 changed files with 1,619 additions and 1,402 deletions.
1 change: 0 additions & 1 deletion .pc/01_gladeui-types.patch/doc/gladeui.types
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

glade_app_get_type
glade_clipboard_get_type
glade_clipboard_view_get_type
glade_command_get_type
glade_editor_get_type
glade_editor_property_get_type
Expand Down
158 changes: 158 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,163 @@
2011-01-06 Tristan Van Berkom <[email protected]>

* NEWS: Rolling 3.7.3

2011-01-03 Tristan Van Berkom <[email protected]>

* gladeui/glade-project.c, gladeui/glade-id-allocator.c: Dont index unallocated
memory when releasing a widget name that was never allocated (this can happen
for loaded widgets with a number), fixes crash when setting naming policy for
glom_developer.glade.

2010-12-31 Tristan Van Berkom <[email protected]>

* gladeui/glade-project.c: Further fixing project dispose cycle, still leaking a little
bit of memory for large projects but no crashes.

* plugins/gtk+/glade-gtk.c: Fixed loaded state of use-action-appearance so that it always
loads as FALSE if there is no "related-action" at load time (closes bug 582882).

* gladeui/glade-property.c: Fixed glade_property_dup() to not incidentally sync the property
object's value as a consequence of dupping (backend uses this to write properties with custom
values and does not expect that).

* m4/python.m4: Applying patch to allow better builds on win32, patch by Dieter Verfaillie,
bug 634978.

* plugins/gtk+/gtk+.xml.in: Setting "can-focus" as "save-always" for all widgets (bug 638079).

2010-12-30 Christian Persch <[email protected]>

* plugins/gtk+/glade-attributes.c: Use locale-independent strtod &
dtostr. Fixes bug 616787

2010-12-30 Tristan Van Berkom <[email protected]>

* plugins/gtk+/gtk+.xml.in: Updated catalog for 2.22 and 2.24 symbols.

* gladeui/glade-base-editor.c, gladeui/glade-command.c: Avoid setting a null name on a widget.

* plugins/gtk+/glade-tool-button-editor.c: Fixed unbalanced refcount of a sizegroup in the
toolbutton editor.

* gladeui/glade-base-editor.c: Remove restriction for only GtkContainer widgets.

* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Added editor to edit
GtkAction/GtkActionGroup hierarchies.

2010-12-29 Tristan Van Berkom <[email protected]>

* gladeui/glade-design-view.c: Made loading progress bar nicer looking and ellipsizing.

* gladeui/Makefile.am, gladeui/glade-project.c: Changed glade-previewer install name
to glade-3-previewer, reserving the former name for parallel installable 3.10.

2010-12-28 Tristan Van Berkom <[email protected]>

* gladeui/Makefile.am, gladeui/glade.h, gladeui/glade-clipboard.c, gladeui/glade-app.[ch],
src/glade-window.c, gladeui/glade-clipboard-view.[ch]:
Removed GladeClipboradView completely.

2010-12-27 Tristan Van Berkom <[email protected]>

* gladeui/glade-project.c: Fixed glade-project to unset the loading flag when
loading project dependancies are not satisfied and there is an early return.

2010-12-22 Tristan Van Berkom <[email protected]>

* gladeui/glade-project.[ch]: Removed dialog and added "load-progress" signal

* gladeui/glade-app.c: Protect against commands executed on loading projects

* src/glade-window.c: Added load progressbar to notebook tabs.

* gladeui/glade-project.c: Added "parse-began" signal

* gladeui/glade-design-view.c: Hide workspace and show load progress
while loading so that one cannot access project widgets during the load
(insensitive workspace was problematic and causing some loaded project
windows to be permanently insensitive).

* src/glade-window.c: Avoid any messups during project load, cannot close
projects while they are loading, etc.

2010-12-21 Tristan Van Berkom <[email protected]>

Added loading objects dialog with progress and cancel.

* src/main.c: Display window before loading command line specified projects.

* gladeui/glade-project.[ch]: Added dialog that pops up when about to load
a large project with glade_project_push_project() to push the progress and
glade_project_load_cancelled() to check and abort while loading the project.

* gladeui/glade-widget.c, gladeui/glade-widget-adaptor.c: Push progress and
abort loading when project indicates the user cancelled the load.

2010-12-20 Tristan Van Berkom <[email protected]>

* plugins/gtk+/glade-label-editor.c: Dont add invisible properties to the editor,
instead the invisible editor-property gets tied to the life-cycle of the table
it would have been added to (since recently glade_editor_property() explicitly
shows/hides properties according to if thier widget actually has an instance
of the property).

* plugins/gtk+/glade-gtk.c, plugins/gtk+/glade-column-types.[ch]: Added
glade_column_type_new() to create a GladeColumnType struct properly using
g_slice_new0(). An occurance of allocating the struct with g_new0 was causing
Glade to crash when freeing the block with g_slice_free (bug 637563). Many
big thanks to Benjamin Otte for tracking down the problem.

* gladeui/glade-project.c: Applying Marco Diego Aurélio Mesquita's patch to
make the project preview only preview toplevels.

* gladeui/glade-editor.c: Fixed class header of GladeEditor to update when
widgets unload (patch by Marco Diego Aurélio Mesquita, bug 637541).

* gladeui/glade-editor-property.c, gladeui/glade-property.c, gladeui/glade-widget.c,
plugins/gtk+/glade-gtk.c: Fixing some discrepincies searching for properties as
regular properties or packing properties. Now the conflicting "position" property
on a GtkPaned widget packed into a GtkBox widget works properly (bug 637475).

2010-12-19 Tristan Van Berkom <[email protected]>

* plugins/gtk+/glade-gtk.c: Fix alpha_sort_box_children() to give a consistent
order to placeholders (bug 637534 fix by Marco Diego Aurélio Mesquita).

* plugins/gtk+/glade-gtk.c: Removed alpha_sort_box_children(), project needs to be
sorted with box children by position, loading process depends on this.

* gladeui/glade-widget.[ch]: Hide glade_widget_set_object(), improved reference count
balancing and fixed segfaults upon closing projects that contain filechooser dialogs
referenced by filechooserbuttons.

2010-12-18 Tristan Van Berkom <[email protected]>

* src/Makefile.am, gladeui/Makefile.am, plugins/gtk+/Makefile.am, plugins/gnome/Makefile.am:
Fixed makefiles as per bug 521713 (patch initially by Daniel Macks).

* gladeui/glade-editor-property.c: Hide editor properties when the property is not available
on the widget, bug 585299, fix by Marco Diego Aurélio Mesquita.

* gladeui/glade-editor-property.c: Unload currently loaded property in
glade_editor_property_load_by_widget() when a NULL widget is specified or the property
is not found.

2010-12-17 Tristan Van Berkom <[email protected]>

* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Added support for deprecated GtkOptionMenu.

* gladeui/glade-project.c: Restore proper sorting of objects at save time.

* gladeui/glade-property-class.c: Properly order object properties

* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Alphabetically sort GtkBox children for save.

* plugins/gtk+/glade-gtk.c, po/*.po: Fixed 'controled' typo with updates to po files, patch
by Matt Woelfel for bug 633957.

2010-12-17 Tristan Van Berkom <[email protected]>

* NEWS, configure.ac: Rolling 3.7.2.

2010-12-17 Tristan Van Berkom <[email protected]>
Expand Down
26 changes: 25 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
===========
Glade 3.7.3
===========
- Fixed 'controled' typo with updates to po files, patch
by Matt Woelfel for bug 633957
- Added support for deprecated GtkOptionMenu.
- Restore proper order of glade file at save time.
- Hide editor properties when the property is not available
on the widget, bug 585299, fix by Marco Diego Aurélio Mesquita.
- Fixed makefiles as per bug 521713 (patch initially by Daniel Macks)
- Fixed mixups of properties/packing properties bug 637475.
- Fixed class header of GladeEditor to update when
widgets unload (patch by Marco Diego Aurélio Mesquita, bug 637541).
- Fixed nasty crasher with column types, bug 637563, fix by Benjamin Otte.
- Added progress bar to notebook tabs while loading projects.
- Removed GladeClipboradView completely.
- Added custom editor for editing GtkActionGroup and its child actions.
- Use locale-independent strtod & dtostr. bug 616787, fix by Christian Persch.
- Applying patch to allow better builds on win32, patch by Dieter Verfaillie,
bug 634978.
- Fixed loaded state of use-action-appearance so that it always
loads as FALSE if there is no "related-action" at load time (closes bug 582882).
- Fixed other misc bugs.


===========
Glade 3.7.2
===========
Expand Down Expand Up @@ -30,7 +55,6 @@ Glade 3.7.2
Sébastien Granjoux and Martin Schlemmer for looking at this one).
- Fixed crashes when textview's buffer is deleted, fix by Martin Schlemmer, bug 609748.
- Defensively avoid crash when setting entry icon tooltips on an entry with no icons set.
-

===========
Glade 3.7.1
Expand Down
32 changes: 17 additions & 15 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for glade3 3.7.2.
# Generated by GNU Autoconf 2.65 for glade3 3.7.3.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=glade3>.
#
Expand Down Expand Up @@ -702,8 +702,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='glade3'
PACKAGE_TARNAME='glade3'
PACKAGE_VERSION='3.7.2'
PACKAGE_STRING='glade3 3.7.2'
PACKAGE_VERSION='3.7.3'
PACKAGE_STRING='glade3 3.7.3'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glade3'
PACKAGE_URL=''

Expand Down Expand Up @@ -1569,7 +1569,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures glade3 3.7.2 to adapt to many kinds of systems.
\`configure' configures glade3 3.7.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1640,7 +1640,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of glade3 3.7.2:";;
short | recursive ) echo "Configuration of glade3 3.7.3:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1773,7 +1773,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
glade3 configure 3.7.2
glade3 configure 3.7.3
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2144,7 +2144,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by glade3 $as_me 3.7.2, which was
It was created by glade3 $as_me 3.7.3, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2508,9 +2508,9 @@ $as_echo "#define GLADE_MINOR_VERSION 7" >>confdefs.h
GLADE_MINOR_VERSION=7
$as_echo "#define GLADE_MICRO_VERSION 2" >>confdefs.h
$as_echo "#define GLADE_MICRO_VERSION 3" >>confdefs.h
GLADE_MICRO_VERSION=2
GLADE_MICRO_VERSION=3
ac_aux_dir=
Expand Down Expand Up @@ -3086,7 +3086,7 @@ fi
# Define the identity of the package.
PACKAGE='glade3'
VERSION='3.7.2'
VERSION='3.7.3'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -14138,9 +14138,11 @@ $as_echo "$am_cv_python_pyexecdir" >&6; }
$as_echo_n "checking for headers required to compile python extensions... " >&6; }
py_prefix=`$PYTHON -c "import sys; print sys.prefix"`
py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}"
if test "$py_prefix" != "$py_exec_prefix"; then
PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}"
if test "x$PYTHON_INCLUDES" == x; then
PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}"
if test "$py_prefix" != "$py_exec_prefix"; then
PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}"
fi
fi
save_CPPFLAGS="$CPPFLAGS"
Expand Down Expand Up @@ -15187,7 +15189,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by glade3 $as_me 3.7.2, which was
This file was extended by glade3 $as_me 3.7.3, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -15253,7 +15255,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
glade3 config.status 3.7.2
glade3 config.status 3.7.3
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_PREREQ(2.52)

m4_define(glade_major_version, 3)
m4_define(glade_minor_version, 7)
m4_define(glade_micro_version, 2)
m4_define(glade_micro_version, 3)
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)

AC_INIT([glade3], [glade_version],
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
glade-3 (3.7.3-0ubuntu1) natty; urgency=low

* New upstream release

-- Robert Ancell <[email protected]> Fri, 07 Jan 2011 09:21:48 +1100

glade-3 (3.7.2-0ubuntu1) natty; urgency=low

* New upstream release 3.7.2.
Expand Down
1 change: 0 additions & 1 deletion doc/gladeui.types
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

glade_app_get_type
glade_clipboard_get_type
glade_clipboard_view_get_type
glade_command_get_type
glade_editor_get_type
glade_editor_property_get_type
Expand Down
6 changes: 0 additions & 6 deletions doc/html/GladeApp.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ <h2><span class="refentrytitle"><a name="GladeApp.top_of_page"></a>GladeApp</spa
<a class="link" href="gladeui-glade-editor.html#GladeEditor"><span class="returnvalue">GladeEditor</span></a> * <a class="link" href="GladeApp.html#glade-app-get-editor" title="glade_app_get_editor ()">glade_app_get_editor</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
<a class="link" href="GladePalette.html" title="GladePalette"><span class="returnvalue">GladePalette</span></a> * <a class="link" href="GladeApp.html#glade-app-get-palette" title="glade_app_get_palette ()">glade_app_get_palette</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
<a class="link" href="GladeClipboard.html" title="GladeClipboard"><span class="returnvalue">GladeClipboard</span></a> * <a class="link" href="GladeApp.html#glade-app-get-clipboard" title="glade_app_get_clipboard ()">glade_app_get_clipboard</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GladeApp.html#glade-app-get-clipboard-view" title="glade_app_get_clipboard_view ()">glade_app_get_clipboard_view</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
<a class="link" href="GladeProject.html" title="GladeProject"><span class="returnvalue">GladeProject</span></a> * <a class="link" href="GladeApp.html#glade-app-get-project" title="glade_app_get_project ()">glade_app_get_project</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
<span class="returnvalue">void</span> <a class="link" href="GladeApp.html#glade-app-set-project" title="glade_app_set_project ()">glade_app_set_project</a> (<em class="parameter"><code><a class="link" href="GladeProject.html" title="GladeProject"><span class="type">GladeProject</span></a> *project</code></em>);
<span class="returnvalue">GladePointerMode</span> <a class="link" href="GladeApp.html#glade-app-get-pointer-mode" title="glade_app_get_pointer_mode ()">glade_app_get_pointer_mode</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
Expand Down Expand Up @@ -179,11 +178,6 @@ <h2><span class="refentrytitle"><a name="GladeApp.top_of_page"></a>GladeApp</spa
</div>
<hr>
<div class="refsect2">
<a name="glade-app-get-clipboard-view"></a><h3>glade_app_get_clipboard_view ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> * glade_app_get_clipboard_view (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-app-get-project"></a><h3>glade_app_get_project ()</h3>
<pre class="programlisting"><a class="link" href="GladeProject.html" title="GladeProject"><span class="returnvalue">GladeProject</span></a> * glade_app_get_project (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
</div>
Expand Down
Loading

0 comments on commit 5b43ae6

Please sign in to comment.