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

Update to 3.3.8

OBS-URL: https://build.opensuse.org/request/show/100325
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=73
This commit is contained in:
2012-01-17 13:22:49 +00:00
committed by Git OBS Bridge
parent cc6a15a2b7
commit 17fbaa2ccc
4 changed files with 58 additions and 7 deletions

View File

@@ -1,3 +1,54 @@
-------------------------------------------------------------------
Tue Jan 17 07:13:15 UTC 2012 - vuntz@opensuse.org
- Update to version 3.3.8:
+ GtkApplication:
- Supports logout notification and inhibiting
- Buttons, toolbuttons and switches can now be connected to
GActions
+ GtkSpinButton no longer allows to change the value when not
editable
+ GtkLabel link support has been rewritten to be be more robust
+ GtkBuilder:
- Supports the 'id' in GtkComboBoxText
- Can parse GVariant-valued properties
- Support loading from a GResource
+ GtkImage:
- Support loading from a GResource
+ GtkUIManager:
- Support loading from a GResource
+ Accessibility:
- Key snooping support has been removed
+ Wayland backend:
- Cursor handling updates
- Look for cursors in the 'weston' directory
- Make resize grips work
- Implement device grabs
- Implement window geometry hints
- Set surface type based on window type hint
- Add basic clipboard and selection implementations
- Implement client-side keyboard repeat
- Update GdkWindow focus state to match reality
+ Theming:
- Improved CSS compliance for selector matching
- Improved CSS compliance for value resolution, including full
support for 'inherit', 'initial', 'currentColor', 'none'
- Support border-style properties
- 'window-unfocused' has been renamed to 'backdrop'
+ New deprecations:
- GdkColor
- GtkButton::inner-border
+ Miscellaneous:
- Turn default theme css files and dnd cursors into
GResources
+ Bugs fixed: bgo#543520, bgo#612396, bgo#613728, bgo#620240,
bgo#629878, bgo#631414, bgo#639875, bgo#657367, bgo#659516,
bgo#660139, bgo#660309, bgo#663479, bgo#665015, bgo#666103,
bgo#666600, bgo#666685, bgo#666710, bgo#666842, bgo#667018,
bgo#667229, bgo#667394, bgo#667473, bgo#667485, bgo#667534,
bgo#667546, bgo#667628, bgo#667695, bgo#667705, bgo#666921.
+ Updated translations.
-------------------------------------------------------------------
Tue Dec 20 08:59:47 UTC 2011 - vuntz@opensuse.org