Hello community,

here is the log from the commit of package glade for openSUSE:Factory checked 
in at 2013-06-29 19:39:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glade (Old)
 and      /work/SRC/openSUSE:Factory/.glade.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glade"

Changes:
--------
--- /work/SRC/openSUSE:Factory/glade/glade.changes      2013-04-02 
11:44:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.glade.new/glade.changes 2013-06-29 
19:39:48.000000000 +0200
@@ -1,0 +2,101 @@
+Fri Jun 21 20:58:34 UTC 2013 - [email protected]
+
+- Update to version 3.15.2:
+  + Add GtkPlacesSidebar to GTK+ catalog.
+  + New icon for GtkMenuButton.
+  + GTK+ catalog version now bumped to 3.10, include new
+    translatable enumeration values and updated new versions and
+    deprecations.
+  + Added --enable-debug option and some debug flags to be set with
+    GLADE_DEBUG environment variable.
+  + Enable word wrapping in combo boxes (used to edit enumeration
+    properties).
+  + Split up the GTK+ plugin into mini source files, each one
+    implementing it's own widget adaptor code (instead of one huge
+    glade-gtk.c file).
+  + Fix GtkIconFactory sources editor.
+  + Allow setting the "id" attributes of items set in a
+    GtkComboBoxText.
+  + Avoid calling gtk_stock_list_ids() when
+    gdk_display_get_default() is NULL, allows GIRs to build on
+    some build machines.
+  + Avoid updating the inspector treeview if the same project is
+    set twice.
+  + Escape key cancels a query dialog instead of approves creation
+    of the new widget.
+  + Many minor bugs and random crasher bugs also fixed.
+  + Alsmost all widget types have their own custom editors now.
+- Changes from version 3.15.1:
+  + Much UI fixing and refactoring.
+  + Added new --css and --screenshot options to glade-preview.
+  + Fix main window shortcuts (bgo#695866).
+  + Implemented Project Properties dialog with Glade as a composite
+    tempalte.
+  + Support editing the GtkWidget:name property (useful for CSS
+    theming).
+  + Improved project inter-widget dependancy calculation and
+    project serialization ordering, object output ordering (and
+    signal ordering) is now consistent and sorted.
+  + GtkButton: response-id for dialogs is now optional (allowing
+    adding dialog buttons that have no dialog response).
+  + GtkImage: Support the new "resource" property.
+  + GTK+ catalog updated to cover widgets in GTK+ 3.8.
+  + Now show warnings in the UI for deprecated properties and
+    signals.
+  + Now show warnings in the Inspector view if any deprecated
+    widgets, signals or properties are used (or if anything is used
+    which is not available in the project's target version).
+  + Optional properties are now always saved if they are enabled,
+    allowing to explicitly set them to the default value (eg.
+    GtkWidget:hexpand/vexpand).
+  + Inspector search entry: Restore completions to work nicely
+    again and filter the treeview with a search-in-text algorithm.
+  + Inspector: Add a feature to expand-all.
+  + Property editor title-bar is now optional in the View menu.
+  + Fixed many deprecation warnings in Glade's compile.
+  + Added Glade's first 2 ever unit tests.
+  + Fixed Devhelp doc search for properties.
+  + Make Drag'n'Drop work on regular clicks without entering Drag
+    Mode and restored old Drag/Resize functionality when SHIFT is
+    pressed.
+  + Improved Drag/Resize which has been rather broken for a while.
+  + Added Autosave and Automatic backup of previous file features,
+    configurable in Glade's preferences Dialog.
+  + Support Composite GtkBuilder template editing (mark a toplevel
+    GtkWidget as the "composite template" widget in the Project
+    Properties dialog or property editor).
+  + Support editing of the project domain in the project properties
+    dialog.
+  + Properties in the Project Properties dialog are now undoable.
+  + GladeSignalEditor: Automatically expand rows which have signal
+    callbacks assigned when loading a widget.
+  + Add options to decide what types of warnings should be
+    presented at project save time, configurable in Glade's
+    preferences dialog.
+  + Added new property editor components GladePropertyLabel,
+    GladePropertyShell and GladeEditorSkeleton, allowing us to
+    create custom property editors using Glade.
+  + Add "Grid" option to "Add parent" menu.
+  + Added Gladeui catalog for IDE's and embedders to design Glade
+    frontends with Glade.
+  + Added private catalog to allow the GTK+ plugin to embed editors
+    that it provides.
+  + Added new GladeEpropCheck boolean property editor, to be used
+    in some cases for boolean properties.
+  + Added new adaptor methods
+    GladeWidgetAdaptor->write_widget_after() and
+    GladeWidgetAdaptor->destroy_object().
+  + Automatically generate gladeui's enum types with glib-mkenums.
+  + Modified properties now show up in italic letering instead of
+    bold, bold lettering is reserved for title labels in custom
+    property editors.
+  + New components that now use GtkBuilder Composite Templates (and
+    have had a basic review and rework of their UIs):
+    GladePreferences (Glade's preferences dialog), GladeEditor
+    (the property editor), GladeProjectProperties (the project
+    properties dialog) and custom property editors:
+    GladeActivatableEditor, GladeButtonEditor, GladeEntryEditor,
+    GladeImageEditor, GladeLabelEditor, GladeWidgetEditor.
+  + And many various bugfixes and UI fixes.
+
+-------------------------------------------------------------------

Old:
----
  glade-3.15.0.tar.xz

New:
----
  glade-3.15.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ glade.spec ++++++
--- /var/tmp/diff_new_pack.jcbvL8/_old  2013-06-29 19:39:49.000000000 +0200
+++ /var/tmp/diff_new_pack.jcbvL8/_new  2013-06-29 19:39:49.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           glade
-Version:        3.15.0
+Version:        3.15.2
 Release:        0
 Summary:        User Interface Builder for GTK+
 License:        GPL-2.0+
@@ -31,7 +31,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gmodule-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.6.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.0
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.4.0
 BuildRequires:  pkgconfig(pygobject-3.0) >= 2.90.4
 Recommends:     %{name}-lang

++++++ glade-3.15.0.tar.xz -> glade-3.15.2.tar.xz ++++++
++++ 284469 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to