Accepting request 51606 from home:vuntz:branches:GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/51606
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=16
This commit is contained in:
2010-11-01 19:56:26 +00:00
committed by Git OBS Bridge
parent 272fc87ae1
commit 15c5e1b836
6 changed files with 154 additions and 25 deletions

View File

@@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 28 16:07:38 CEST 2010 - vuntz@opensuse.org
- Update to version 2.91.2:
+ GtkApplication has been rewritten. It mostly relies on
GApplication API now. Remaining functions include
gtk_application_new() and gtk_window_set_application()
+ A GtkScrollable interface has been added and implemented by all
scrollable widgets. GtkScrolledWindow has
::min-display-width/height properties to control the minimal
size of the content area.
+ GtkComboBox changes:
- Popups can be wider than the combo box itself
- The deprecated GtkComboBoxEntry subclass has been removed
- The deprecated combo box text convenience API has been
removed
+ GtkRecentManager changes:
- Store xbel file in XDG_USER_DATA
- Add gtk_recent_info_create_app_info()
- Add gtk_recent_info_get_gicon()
- Coalesce multiple changes
+ GtkIconView allows tree models (ignoring anything below the
root level)
+ GtkProgressBar, GtkSpinButton, GtkEntry and GtkCalendar no
longer have their own input-output window
+ gtk_widget_hide_all() has been removed
+ GtkGrid: A legacy-free, height-for-width grid container
+ GDK gained a GdkRGBA color struct containing 4 doubles, and
various GdkColor APIs have GdkRGBA counterparts now.
+ Bugs fixed: bgo#324899, bgo#438318, bgo#524304, bgo#617174,
bgo#632381, bgo#632538, bgo#632539, bgo#632677, bgo#632736,
bgo#632936.
+ Updated translations.
- Changes from version 2.91.1:
+ GTK+ can now add a resize grip to any window. The resize grip
functionality in GtkStatusbar has been removed.
+ A very old bug in the handling of geometry widgets has been
fixed, and a way to set geometry in terms of the geometry
widget has been added: gtk_window_resize_to_geometry()
+ The GtkFileChooser now uses GSettings to store its settings
instead of the keyfile ~/.config/gtk-2.0/gtkfilechooser.ini
+ GtkWrapBox has been dropped from GTK+ again. The widget will be
available in libegg until clear use cases have been
established.
+ GtkWidget now has horizontal and vertical expand flags, in the
form of ::hexpand and ::vexpand properties. These flags are
intended to obsolete most custom container-specific expand
child properties, over time. Expandability is inherited up the
widget hierarchy.
+ GtkComboBoxEntry has been deprecated in favor of a ::has-entry
property on GtkComboBox.
+ The GtkComboBox text convenience API (gtk_combo_box_new_text(),
etc) has been deprecated in favor of a new GtkComboBoxText
class.
+ GtkLinkButton has gained a ::activate-link signal that can be
used to suppress the default behavior.
+ The very outdated tutorial has been dropped from the GTK+
distribution, and a new 'Getting started' section has been
added to the API documentation that will accumulate tutorial
material over time.
+ Bugs fixed: bgo#68668, bgo#313350, bgo#351247, bgo#423201,
bgo#563002, bgo#612396, bgo#613728, bgo#628902, bgo#629722,
bgo#629778, bgo#629955, bgo#630850, bgo#630900, bgo#631203,
bgo#631311, bgo#631473, bgo#631475, bgo#631599, bgo#631719,
bgo#631794, bgo#631976, bgo#632059, bgo#632095, bgo#632140,
bgo#632218.
+ Updated translations.
- Drop gtk3-fix-badmatch-gnome-shell.patch: fixed upstream.
- Add gtk3-fix-tests-build.patch to fix the build in the tests.
- Change gtk3-data Recommends to Requires in libgtk-3_0-0 since it
now contains a GSettings schemas, and GSettings schemas are
definitely required at runtime.
- Use %glib2_gsettings_schema_* macros for GSettings schemas
installation.
- Ship README.multipress in gtk3-immodule-multipress.
-------------------------------------------------------------------
Fri Oct 15 17:12:37 CEST 2010 - vuntz@opensuse.org