summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2012-09-19 16:31:22 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2012-09-19 16:31:22 -0300
commitdd6a3d855c12eb0703fcde569e2ee81e9ab7d523 (patch)
tree3f1c3505a83036d706ac58ec71cd2b5bec7b3273
parent00f152c541cc9af29c98095441e4d6085168fa65 (diff)
downloadglade-dd6a3d855c12eb0703fcde569e2ee81e9ab7d523.tar.gz
Rolling 3.14.0GLADE_3_14_0
-rw-r--r--ChangeLog117
-rw-r--r--NEWS22
-rw-r--r--configure.ac6
3 files changed, 142 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 87379309..ae69c2f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,125 @@
+2012-05-06 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * configure.ac, NEWS: Rolling 3.14.0, bumped gtk dependency to 3.5.17
+
+2012-09-17 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Updated GtkAssistant support
+ Fixed bug #664276 "Can't add widgets to a GtkAssistant"
+ Make assistant update current page when a child is selected in the project.
+
+2012-09-14 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * src/glade.glade: Set new property accel-group on action groups to make menu item accel work properly
+ Fixes bug 684041 "assertion failed: `gtk_accel_group_from_accel_closure (accel_closure) != NULL"
+
+2012-09-13 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * plugins/gtk+/gtk+.xml.in:
+ Set ignore=true on virtual property glade-style-classes to avoid bogus warnings
+
+2012-09-06 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * gladeui/glade-object-stub.c, gladeui/glade-widget.c:
+ Do not abort if a project has a uninstantiable or abstract class object
+ instead load is as an object stub and let the user what to do.
+ Should be enough to close bug #646259
+ "SIGSEGV in glade_widget_adaptor_object_construct_object loading ui file"
+
+ * gladeui/glade-base-editor.c, gladeui/glade-signal-editor.c :
+ Fixed runtime warning on GladeBaseEditor and GladeSignalEditor dispose methods
+
+ * gladeui/glade-design-layout.c: Do not explicit set window bg as it should be handled by gtk.
+ Fixes glitches when the widget is on a different state.
+
+2012-09-05 Paolo Borelli <pborelli@gnome.org>
+
+ * src/glade-close-button.[ch]: Sync close-button with the original gedit widget.
+ This way the proper symbolic close icon is used for the button.
+
+2012-08-13 Javier Jardón <jjardon@gnome.org>
+
+ * Makefile.am, configure.ac, help/: Use new documentation infrastructure
+
2012-07-31 Tristan Van Berkom <tvb@gnome.org>
* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Added load/save/edit support
for <style> <class name="foo"/> </style>, Fixes bgo 658035.
+2012-07-14 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * plugins/gtk+/glade-gtk-activatable.[ch], plugins/gtk+/glade-gtk-switch.c,plugins/gtk+/glade-gtk.c:
+ Removed unneeded function glade_gtk_activatable_parse_finished()
+
+2012-07-13 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * plugins/gtk+/glade-gtk-activatable.c,plugins/gtk+/glade-gtk.c:
+ Fixed Bug #679589 "Use Action Appearance not supported for GTK 2.12 but added to widgets in Glade 3.8.2"
+ Made sure use-action-appearance is not saved if there is no action defined
+
+2012-07-11 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * plugins/gtk+/glade-gtk.c: Fixed runtime warning when adding a notebook
+
+ * gladeui/glade-project.c, gladeui/glade-widget.c: Fixed bug #679487 "Huge memory leaks"
+
+ * src/glade-window.c: Fixed bug #679721 "mac-integration: missing 'widget' variable declaration"
+
+2012-06-05 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * gladeui/glade-displayable-values.[ch]: Added glade_displayable_value_is_disabled/set_disabled()
+
+ * gladeui/glade-editor-property.c, gladeui/glade-property-class.c: disable GdkModifierType reserved values
+
+ * gladeui/glade-project.c: Fixed warning on WIN32 (GPid on windows is not an integer)
+
+2012-05-29 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * build/mingw-w64: Added build/mingw-w64 directory with script tp cross compile
+ and create windows installer using nsis
+
+2012-05-23 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * gladeui/Makefile.am, src/Makefile.am: Export symbols in glade executable for windows build
+
+2012-05-22 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * gladeui/Makefile.am: Replaced use of -export-symbols with -export-symbols-regex
+ * gladeui/glade-app.h, gladeui/glade-catalog.h, gladeui/glade-signal-editor.h:
+ Removed old undefined symbols to fix build error on windows
+
+2012-05-18 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * gladeui/glade-catalog.c: Improved error messages on modules loading failure.
+
+ * gladeui/glade-utils.c: try_load_library () only check for file if library_path is not null
+
+2012-05-17 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * gladeui/glade-app.[ch], gladeui/glade-utils.c : Let g_module_open() be called
+ with NULL so that it looks libraries in defaults directories.
+ Fixes bug #675977 "Don't hard-code library search paths"
+
+ * gladeui/glade-builtins.c, gladeui/glade-signal-model.[ch]: Removed glade3 string
+
+2012-05-12 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * src/glade.glade: Made view items Check items
+
+2012-05-09 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * src/glade-window.c:
+ - Added workaround for gtk+ bug #671786 (Menu shows accelerators now)
+ - removed g_resources_lookup_data() use, since now we depend on gtk 3.4 which has
+ gtk_builder_add_from_resource()
+
+ * src/glade.glade: Added F1 accel for developer reference
+
+2012-05-08 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * plugins/gtk+/gtk+.xml.in: Set save=false to every GtkActivatable properties since they
+ are always saved in glade_gtk_widget_write_widget()
+
2012-05-06 Juan Pablo Ugarte <juanpablougarte@gmail.com>
* configure.ac, NEWS: Rolling 3.13.0, bumped gtk dependency to 3.4
diff --git a/NEWS b/NEWS
index 17452359..2c0d4672 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
============
+Glade 3.14.0
+============
+
+ - Updated GtkAssistant support. Fixed bug #664276
+ - Set new property accel-group on action groups to make menu item accel work properly. Fixes bug 684041
+ - Do not abort if a project has a uninstantiable or abstract class object instead load it
+ as an object stub and let the user what to do. bug #646259
+ - Fixed runtime warning on GladeBaseEditor and GladeSignalEditor dispose methods
+ - Do not explicit set window bg as it should be handled by gtk.
+ - Sync close-button with the original gedit widget.
+ This way the proper symbolic close icon is used for the button. (Paolo Borelli)
+ - Use new documentation infrastructure (Javier Jardón)
+ - Added load/save/edit support for <style> <class name="foo"/> </style>, Fixes bug 658035.
+ - Fixed Bug #679589 "Use Action Appearance not supported for GTK 2.12 but added to widgets in Glade 3.8.2"
+ - Fixed bug #679487 "Huge memory leaks"
+ - Fixed bug #679721 "mac-integration: missing 'widget' variable declaration"
+ - Added glade_displayable_value_set_disabled() functions to disable GdkModifierType reserved values
+ - Added build/mingw-w64 directory with script to cross compile and create windows installer using nsis
+ - Fixes bug #675977 "Don't hard-code library search paths"
+ - And many others cleanups and fixes
+
+============
Glade 3.13.0
============
diff --git a/configure.ac b/configure.ac
index 86dc541d..788145af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
m4_define(glade_major_version, 3)
-m4_define(glade_minor_version, 13)
+m4_define(glade_minor_version, 14)
m4_define(glade_micro_version, 0)
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
@@ -53,7 +53,7 @@ AC_PATH_PROG(DLLTOOL, dlltool)
# Reference: http://www.gnu.org/software/libtool/manual/libtool.html#Versioning
GLADE_REVISION=0
-GLADE_CURRENT=0
+GLADE_CURRENT=4
GLADE_AGE=0
GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`
AC_SUBST(GLADE_REVISION)
@@ -129,7 +129,7 @@ GOBJECT_INTROSPECTION_CHECK([0.10.1])
dnl ================================================================
dnl Check for gtk+
dnl ================================================================
-GTK_REQUIRED=3.4.0
+GTK_REQUIRED=3.5.17
PKG_CHECK_MODULES([GTK],[
gtk+-3.0 >= $GTK_REQUIRED
gmodule-2.0