Merge lp:~bbboson/ubuntu/trusty/unity-control-center/fix-for-1236612 into lp:ubuntu/trusty/unity-control-center

Proposed by Madper Xie
Status: Needs review
Proposed branch: lp:~bbboson/ubuntu/trusty/unity-control-center/fix-for-1236612
Merge into: lp:ubuntu/trusty/unity-control-center
Diff against target: 842733 lines (+839274/-0) (has conflicts)
648 files modified
.bzr-builddeb/default.conf (+2/-0)
AUTHORS (+1/-0)
COPYING (+340/-0)
ChangeLog (+2/-0)
MAINTAINERS (+19/-0)
Makefile.am (+49/-0)
NEWS (+7371/-0)
README (+53/-0)
TODO (+105/-0)
autogen.sh (+27/-0)
configure.ac (+517/-0)
debian/changelog (+340/-0)
debian/compat (+1/-0)
debian/control (+142/-0)
debian/copyright (+26/-0)
debian/libunity-control-center-dev.install (+3/-0)
debian/libunity-control-center1.install (+1/-0)
debian/libunity-control-center1.symbols (+25/-0)
debian/rules (+22/-0)
debian/source/format (+1/-0)
debian/source_unity-control-center.py (+32/-0)
debian/ucc-unity-launcher.py (+24/-0)
debian/unity-control-center-dev.install (+1/-0)
debian/unity-control-center.install (+12/-0)
debian/unity-control-center.migrations (+1/-0)
git.mk (+199/-0)
m4/empty (+1/-0)
man/Makefile.am (+19/-0)
man/unity-control-center.xml (+308/-0)
panels/Makefile.am (+33/-0)
panels/appearance/Makefile.am (+91/-0)
panels/appearance/appearance.ui (+1075/-0)
panels/appearance/background-module.c (+40/-0)
panels/appearance/bg-colors-source.c (+133/-0)
panels/appearance/bg-colors-source.h (+71/-0)
panels/appearance/bg-flickr-source.c (+168/-0)
panels/appearance/bg-flickr-source.h (+74/-0)
panels/appearance/bg-pictures-source.c (+590/-0)
panels/appearance/bg-pictures-source.h (+86/-0)
panels/appearance/bg-source.c (+129/-0)
panels/appearance/bg-source.h (+75/-0)
panels/appearance/bg-wallpapers-source.c (+201/-0)
panels/appearance/bg-wallpapers-source.h (+76/-0)
panels/appearance/cc-appearance-item.c (+951/-0)
panels/appearance/cc-appearance-item.h (+103/-0)
panels/appearance/cc-appearance-panel.c (+2099/-0)
panels/appearance/cc-appearance-panel.h (+73/-0)
panels/appearance/cc-appearance-xml.c (+672/-0)
panels/appearance/cc-appearance-xml.h (+69/-0)
panels/appearance/ucc-slideshow-emblem.svg (+104/-0)
panels/appearance/ucc-slideshow-symbolic.svg (+70/-0)
panels/appearance/unity-appearance-panel.desktop.in.in (+13/-0)
panels/bluetooth/Makefile.am (+40/-0)
panels/bluetooth/bluetooth.gresource.xml (+6/-0)
panels/bluetooth/bluetooth.ui (+736/-0)
panels/bluetooth/cc-bluetooth-panel.c (+946/-0)
panels/bluetooth/cc-bluetooth-panel.h (+59/-0)
panels/bluetooth/unity-bluetooth-panel.desktop.in.in (+11/-0)
panels/color/Makefile.am (+36/-0)
panels/color/cc-color-panel.c (+2694/-0)
panels/color/cc-color-panel.h (+74/-0)
panels/color/color-module.c (+42/-0)
panels/color/color.ui (+630/-0)
panels/color/icons/16x16/Makefile.am (+13/-0)
panels/color/icons/22x22/Makefile.am (+13/-0)
panels/color/icons/24x24/Makefile.am (+13/-0)
panels/color/icons/256x256/Makefile.am (+13/-0)
panels/color/icons/32x32/Makefile.am (+13/-0)
panels/color/icons/48x48/Makefile.am (+13/-0)
panels/color/icons/64x64/Makefile.am (+13/-0)
panels/color/icons/Makefile.am (+20/-0)
panels/color/icons/render-icons.py (+149/-0)
panels/color/icons/scalable/Makefile.am (+13/-0)
panels/color/icons/scalable/unity-color-panel.svg (+728/-0)
panels/color/icons/src/unity-color-panel.svg (+1154/-0)
panels/color/unity-color-panel.desktop.in.in (+13/-0)
panels/common/Makefile.am (+45/-0)
panels/common/cc-common-language.c (+707/-0)
panels/common/cc-common-language.h (+59/-0)
panels/common/cc-language-chooser.c (+344/-0)
panels/common/cc-language-chooser.h (+38/-0)
panels/common/gdm-languages.c (+1351/-0)
panels/common/gdm-languages.h (+44/-0)
panels/common/language-chooser.ui (+114/-0)
panels/common/list-languages.c (+43/-0)
panels/common/locarchive.h (+97/-0)
panels/common/unity-control-center.rules (+8/-0)
panels/datetime/Makefile.am (+58/-0)
panels/datetime/com.canonical.controlcenter.datetime.policy.in (+21/-0)
panels/datetime/datetime-dialog.ui (+864/-0)
panels/datetime/datetime-prefs-locations.c (+681/-0)
panels/datetime/datetime-prefs-locations.h (+35/-0)
panels/datetime/datetime-prefs.c (+859/-0)
panels/datetime/icons/scalable/unity-datetime-panel.svg (+861/-0)
panels/datetime/settings-shared.h (+50/-0)
panels/datetime/unity-datetime-panel.desktop.in.in (+12/-0)
panels/datetime/utils.c (+468/-0)
panels/datetime/utils.h (+66/-0)
panels/display/Makefile.am (+71/-0)
panels/display/TODO (+837/-0)
panels/display/cc-display-panel.c (+3293/-0)
panels/display/cc-display-panel.h (+74/-0)
panels/display/cc-rr-labeler.c (+601/-0)
panels/display/cc-rr-labeler.h (+64/-0)
panels/display/display-capplet.ui (+566/-0)
panels/display/display-module.c (+41/-0)
panels/display/foo-marshal.list (+6/-0)
panels/display/icons/24x24/unity-display-panel.svg (+55/-0)
panels/display/icons/48x48/unity-display-panel.svg (+70/-0)
panels/display/scrollarea.c (+1573/-0)
panels/display/scrollarea.h (+127/-0)
panels/display/unity-display-panel.desktop.in.in (+13/-0)
panels/info/GnomeLogoVerticalMedium.svg (+134/-0)
panels/info/Makefile.am (+70/-0)
panels/info/cc-info-panel.c (+1949/-0)
panels/info/cc-info-panel.h (+73/-0)
panels/info/gsd-disk-space-helper.c (+124/-0)
panels/info/gsd-disk-space-helper.h (+39/-0)
panels/info/hostname-helper.c (+173/-0)
panels/info/hostname-helper.h (+21/-0)
panels/info/hostnames-test.txt (+11/-0)
panels/info/info-module.c (+41/-0)
panels/info/info.ui (+1162/-0)
panels/info/logo-generator.vala (+47/-0)
panels/info/searchingthedashlegalnotice.html (+1/-0)
panels/info/test-hostname.c (+79/-0)
panels/info/unity-info-panel.desktop.in.in (+15/-0)
panels/keyboard/00-multimedia.xml.in (+25/-0)
panels/keyboard/01-input-sources.xml.in (+12/-0)
panels/keyboard/01-launchers.xml.in (+19/-0)
panels/keyboard/01-screenshot.xml.in (+23/-0)
panels/keyboard/01-system.xml.in (+9/-0)
panels/keyboard/50-accessibility.xml.in (+20/-0)
panels/keyboard/Makefile.am (+63/-0)
panels/keyboard/cc-keyboard-item.c (+493/-0)
panels/keyboard/cc-keyboard-item.h (+108/-0)
panels/keyboard/cc-keyboard-option.c (+449/-0)
panels/keyboard/cc-keyboard-option.h (+48/-0)
panels/keyboard/cc-keyboard-panel.c (+211/-0)
panels/keyboard/cc-keyboard-panel.h (+74/-0)
panels/keyboard/gnome-keyboard-panel.h (+9/-0)
panels/keyboard/gnome-keyboard-panel.ui (+897/-0)
panels/keyboard/keyboard-general.c (+128/-0)
panels/keyboard/keyboard-general.h (+26/-0)
panels/keyboard/keyboard-module.c (+41/-0)
panels/keyboard/keyboard-shortcuts.c (+1899/-0)
panels/keyboard/keyboard-shortcuts.h (+27/-0)
panels/keyboard/unity-keybindings.pc.in (+10/-0)
panels/keyboard/unity-keyboard-panel.desktop.in.in (+13/-0)
panels/keyboard/wm-common.c (+184/-0)
panels/keyboard/wm-common.h (+17/-0)
panels/mouse/Makefile.am (+62/-0)
panels/mouse/cc-mouse-panel.c (+234/-0)
panels/mouse/cc-mouse-panel.h (+74/-0)
panels/mouse/gnome-mouse-properties.c (+309/-0)
panels/mouse/gnome-mouse-properties.h (+30/-0)
panels/mouse/gnome-mouse-properties.ui (+769/-0)
panels/mouse/gnome-mouse-test.c (+371/-0)
panels/mouse/gnome-mouse-test.h (+27/-0)
panels/mouse/gnome-mouse-test.ui (+103/-0)
panels/mouse/gsd-input-helper.c (+532/-0)
panels/mouse/gsd-input-helper.h (+83/-0)
panels/mouse/mouse-module.c (+41/-0)
panels/mouse/scroll-test-gegl.svg (+1781/-0)
panels/mouse/scroll-test.svg (+1960/-0)
panels/mouse/test-gnome-mouse-test.c (+44/-0)
panels/mouse/unity-mouse-panel.desktop.in.in (+13/-0)
panels/network/Makefile.am (+73/-0)
panels/network/cc-network-panel.c (+1225/-0)
panels/network/cc-network-panel.h (+72/-0)
panels/network/net-device-mobile.c (+572/-0)
panels/network/net-device-mobile.h (+59/-0)
panels/network/net-device-wifi.c (+2191/-0)
panels/network/net-device-wifi.h (+58/-0)
panels/network/net-device-wired.c (+259/-0)
panels/network/net-device-wired.h (+58/-0)
panels/network/net-device.c (+379/-0)
panels/network/net-device.h (+62/-0)
panels/network/net-object.c (+353/-0)
panels/network/net-object.h (+94/-0)
panels/network/net-proxy.c (+543/-0)
panels/network/net-proxy.h (+59/-0)
panels/network/net-vpn.c (+518/-0)
panels/network/net-vpn.h (+61/-0)
panels/network/network-dialogs.c (+550/-0)
panels/network/network-dialogs.h (+43/-0)
panels/network/network-mobile.ui (+378/-0)
panels/network/network-module.c (+41/-0)
panels/network/network-proxy.ui (+442/-0)
panels/network/network-vpn.ui (+336/-0)
panels/network/network-wifi.ui (+1087/-0)
panels/network/network-wired.ui (+332/-0)
panels/network/network.ui (+355/-0)
panels/network/panel-cell-renderer-mode.c (+144/-0)
panels/network/panel-cell-renderer-mode.h (+61/-0)
panels/network/panel-cell-renderer-pixbuf.c (+82/-0)
panels/network/panel-cell-renderer-pixbuf.h (+61/-0)
panels/network/panel-cell-renderer-security.c (+153/-0)
panels/network/panel-cell-renderer-security.h (+69/-0)
panels/network/panel-cell-renderer-separator.c (+130/-0)
panels/network/panel-cell-renderer-separator.h (+62/-0)
panels/network/panel-cell-renderer-signal.c (+161/-0)
panels/network/panel-cell-renderer-signal.h (+61/-0)
panels/network/panel-cell-renderer-text.c (+82/-0)
panels/network/panel-cell-renderer-text.h (+61/-0)
panels/network/panel-common.c (+699/-0)
panels/network/panel-common.h (+53/-0)
panels/network/rfkill-glib.c (+299/-0)
panels/network/rfkill-glib.h (+65/-0)
panels/network/rfkill.h (+107/-0)
panels/network/unity-network-panel.desktop.in.in (+13/-0)
panels/power/Makefile.am (+36/-0)
panels/power/cc-power-panel.c (+1162/-0)
panels/power/cc-power-panel.h (+73/-0)
panels/power/icons/24x24/Makefile.am (+14/-0)
panels/power/icons/24x24/unity-power-panel.svg (+373/-0)
panels/power/icons/48x48/Makefile.am (+14/-0)
panels/power/icons/48x48/unity-power-panel.svg (+111/-0)
panels/power/icons/Makefile.am (+22/-0)
panels/power/power-module.c (+41/-0)
panels/power/power.ui (+501/-0)
panels/power/unity-power-panel.desktop.in.in (+13/-0)
panels/printers/Makefile.am (+61/-0)
panels/printers/cc-printers-panel.c (+3015/-0)
panels/printers/cc-printers-panel.h (+72/-0)
panels/printers/jobs-dialog.ui (+183/-0)
panels/printers/new-printer-dialog.ui (+230/-0)
panels/printers/options-dialog.ui (+182/-0)
panels/printers/pp-cups.c (+125/-0)
panels/printers/pp-cups.h (+71/-0)
panels/printers/pp-host.c (+459/-0)
panels/printers/pp-host.h (+82/-0)
panels/printers/pp-ipp-option-widget.c (+605/-0)
panels/printers/pp-ipp-option-widget.h (+70/-0)
panels/printers/pp-jobs-dialog.c (+541/-0)
panels/printers/pp-jobs-dialog.h (+41/-0)
panels/printers/pp-maintenance-command.c (+329/-0)
panels/printers/pp-maintenance-command.h (+69/-0)
panels/printers/pp-new-printer-dialog.c (+1522/-0)
panels/printers/pp-new-printer-dialog.h (+64/-0)
panels/printers/pp-new-printer.c (+1442/-0)
panels/printers/pp-new-printer.h (+66/-0)
panels/printers/pp-options-dialog.c (+986/-0)
panels/printers/pp-options-dialog.h (+41/-0)
panels/printers/pp-ppd-option-widget.c (+626/-0)
panels/printers/pp-ppd-option-widget.h (+63/-0)
panels/printers/pp-ppd-selection-dialog.c (+444/-0)
panels/printers/pp-ppd-selection-dialog.h (+44/-0)
panels/printers/pp-utils.c (+3960/-0)
panels/printers/pp-utils.h (+298/-0)
panels/printers/ppd-selection-dialog.ui (+206/-0)
panels/printers/printers-module.c (+39/-0)
panels/printers/printers.ui (+619/-0)
panels/printers/unity-printers-panel.desktop.in.in (+14/-0)
panels/region/.indent.pro (+2/-0)
panels/region/Makefile.am (+60/-0)
panels/region/cc-region-keyboard-item.c (+493/-0)
panels/region/cc-region-keyboard-item.h (+108/-0)
panels/region/cc-region-panel.c (+213/-0)
panels/region/cc-region-panel.h (+74/-0)
panels/region/gnome-region-panel-formats.c (+423/-0)
panels/region/gnome-region-panel-formats.h (+31/-0)
panels/region/gnome-region-panel-input-chooser.ui (+157/-0)
panels/region/gnome-region-panel-input.c (+1911/-0)
panels/region/gnome-region-panel-input.h (+36/-0)
panels/region/gnome-region-panel-lang.c (+243/-0)
panels/region/gnome-region-panel-lang.h (+32/-0)
panels/region/gnome-region-panel-system.c (+588/-0)
panels/region/gnome-region-panel-system.h (+34/-0)
panels/region/gnome-region-panel.ui (+1432/-0)
panels/region/gtkentryaccel.c (+653/-0)
panels/region/gtkentryaccel.h (+54/-0)
panels/region/keyboard-shortcuts.c (+861/-0)
panels/region/keyboard-shortcuts.h (+37/-0)
panels/region/region-module.c (+41/-0)
panels/region/unity-region-panel.desktop.in.in (+13/-0)
panels/region/unity-region-panel.ui (+649/-0)
panels/region/wm-common.c (+184/-0)
panels/region/wm-common.h (+17/-0)
panels/screen/Makefile.am (+33/-0)
panels/screen/cc-screen-panel.c (+573/-0)
panels/screen/cc-screen-panel.h (+73/-0)
panels/screen/screen-module.c (+41/-0)
panels/screen/screen.ui (+439/-0)
panels/screen/unity-screen-panel.desktop.in.in (+13/-0)
panels/sound/Makefile.am (+93/-0)
panels/sound/cc-sound-panel.c (+141/-0)
panels/sound/cc-sound-panel.h (+60/-0)
panels/sound/data/Makefile.am (+42/-0)
panels/sound/data/icons/16x16/Makefile.am (+4/-0)
panels/sound/data/icons/16x16/apps/Makefile.am (+18/-0)
panels/sound/data/icons/16x16/devices/Makefile.am (+18/-0)
panels/sound/data/icons/16x16/devices/audio-headset.svg (+916/-0)
panels/sound/data/icons/16x16/status/Makefile.am (+21/-0)
panels/sound/data/icons/22x22/Makefile.am (+4/-0)
panels/sound/data/icons/22x22/apps/Makefile.am (+18/-0)
panels/sound/data/icons/22x22/status/Makefile.am (+21/-0)
panels/sound/data/icons/24x24/Makefile.am (+4/-0)
panels/sound/data/icons/24x24/apps/Makefile.am (+18/-0)
panels/sound/data/icons/24x24/devices/Makefile.am (+18/-0)
panels/sound/data/icons/24x24/devices/audio-headset.svg (+776/-0)
panels/sound/data/icons/24x24/status/Makefile.am (+21/-0)
panels/sound/data/icons/32x32/Makefile.am (+4/-0)
panels/sound/data/icons/32x32/apps/Makefile.am (+18/-0)
panels/sound/data/icons/32x32/devices/Makefile.am (+18/-0)
panels/sound/data/icons/32x32/devices/audio-headset.svg (+964/-0)
panels/sound/data/icons/32x32/status/Makefile.am (+21/-0)
panels/sound/data/icons/48x48/Makefile.am (+4/-0)
panels/sound/data/icons/48x48/apps/Makefile.am (+18/-0)
panels/sound/data/icons/48x48/devices/Makefile.am (+18/-0)
panels/sound/data/icons/48x48/devices/audio-headset.svg (+730/-0)
panels/sound/data/icons/Makefile.am (+12/-0)
panels/sound/data/icons/render-icon-theme.py (+169/-0)
panels/sound/data/icons/scalable/Makefile.am (+4/-0)
panels/sound/data/icons/scalable/devices/Makefile.am (+35/-0)
panels/sound/data/icons/scalable/devices/audio-speaker-center-back-testing.svg (+539/-0)
panels/sound/data/icons/scalable/devices/audio-speaker-center-back.svg (+506/-0)
panels/sound/data/icons/scalable/devices/audio-speaker-center-testing.svg (+537/-0)
panels/sound/data/icons/scalable/devices/audio-speaker-center.svg (+504/-0)
panels/sound/data/icons/scalable/devices/audio-speaker-left-back-testing.svg (+537/-0)
panels/sound/data/icons/scalable/devices/audio-speaker-left-back.svg (+504/-0)
panels/sound/data/icons/scalable/devices/audio-speaker-left-side-testing.svg (+537/-0)
panels/sound/data/icons/scalable/devices/audio-speaker-left-side.svg (+504/-0)
panels/sound/data/icons/scalable/devices/audio-speaker-left-testing.svg (+537/-0)
panels/sound/data/icons/scalable/devices/audio-speaker-left.svg (+504/-0)
panels/sound/data/icons/scalable/devices/audio-speaker-right-back-testing.svg (+537/-0)
panels/sound/data/icons/scalable/devices/audio-speaker-right-back.svg (+504/-0)
panels/sound/data/icons/scalable/devices/audio-speaker-right-side-testing.svg (+537/-0)
panels/sound/data/icons/scalable/devices/audio-speaker-right-side.svg (+504/-0)
panels/sound/data/icons/scalable/devices/audio-speaker-right-testing.svg (+913/-0)
panels/sound/data/icons/scalable/devices/audio-speaker-right.svg (+504/-0)
panels/sound/data/icons/scalable/devices/audio-speaker-testing.svg (+913/-0)
panels/sound/data/icons/scalable/devices/audio-subwoofer-testing.svg (+240/-0)
panels/sound/data/icons/scalable/devices/audio-subwoofer.svg (+325/-0)
panels/sound/data/icons/src/microphone-levels.svg (+11448/-0)
panels/sound/data/symbolic-icons/Makefile.am (+10/-0)
panels/sound/data/symbolic-icons/r.rb (+73/-0)
panels/sound/data/symbolic-icons/scalable/Makefile.am (+3/-0)
panels/sound/data/symbolic-icons/scalable/status/Makefile.am (+14/-0)
panels/sound/data/symbolic-icons/scalable/status/audio-input-microphone-high-symbolic.svg (+37/-0)
panels/sound/data/symbolic-icons/scalable/status/audio-input-microphone-low-symbolic.svg (+37/-0)
panels/sound/data/symbolic-icons/scalable/status/audio-input-microphone-medium-symbolic.svg (+37/-0)
panels/sound/data/symbolic-icons/scalable/status/audio-input-microphone-muted-symbolic.svg (+37/-0)
panels/sound/data/symbolic-icons/src/gnome-media.svg (+990/-0)
panels/sound/data/unity-sound-panel.desktop.in.in (+13/-0)
panels/sound/gvc-balance-bar.c (+577/-0)
panels/sound/gvc-balance-bar.h (+70/-0)
panels/sound/gvc-channel-bar.c (+999/-0)
panels/sound/gvc-channel-bar.h (+92/-0)
panels/sound/gvc-channel-map-private.h (+39/-0)
panels/sound/gvc-channel-map.c (+254/-0)
panels/sound/gvc-channel-map.h (+73/-0)
panels/sound/gvc-combo-box.c (+399/-0)
panels/sound/gvc-combo-box.h (+67/-0)
panels/sound/gvc-level-bar.c (+779/-0)
panels/sound/gvc-level-bar.h (+75/-0)
panels/sound/gvc-mixer-card-private.h (+35/-0)
panels/sound/gvc-mixer-card.c (+570/-0)
panels/sound/gvc-mixer-card.h (+101/-0)
panels/sound/gvc-mixer-control-private.h (+35/-0)
panels/sound/gvc-mixer-control.c (+3358/-0)
panels/sound/gvc-mixer-control.h (+136/-0)
panels/sound/gvc-mixer-dialog.c (+2285/-0)
panels/sound/gvc-mixer-dialog.h (+56/-0)
panels/sound/gvc-mixer-event-role.c (+235/-0)
panels/sound/gvc-mixer-event-role.h (+57/-0)
panels/sound/gvc-mixer-sink-input.c (+166/-0)
panels/sound/gvc-mixer-sink-input.h (+57/-0)
panels/sound/gvc-mixer-sink.c (+196/-0)
panels/sound/gvc-mixer-sink.h (+57/-0)
panels/sound/gvc-mixer-source-output.c (+121/-0)
panels/sound/gvc-mixer-source-output.h (+57/-0)
panels/sound/gvc-mixer-source.c (+196/-0)
panels/sound/gvc-mixer-source.h (+57/-0)
panels/sound/gvc-mixer-stream-private.h (+34/-0)
panels/sound/gvc-mixer-stream.c (+1006/-0)
panels/sound/gvc-mixer-stream.h (+131/-0)
panels/sound/gvc-mixer-ui-device.c (+663/-0)
panels/sound/gvc-mixer-ui-device.h (+82/-0)
panels/sound/gvc-pulseaudio-fake.h (+34/-0)
panels/sound/gvc-sound-theme-chooser.c (+834/-0)
panels/sound/gvc-sound-theme-chooser.h (+54/-0)
panels/sound/gvc-speaker-test.c (+478/-0)
panels/sound/gvc-speaker-test.h (+57/-0)
panels/sound/sound-theme-file-utils.c (+305/-0)
panels/sound/sound-theme-file-utils.h (+37/-0)
panels/universal-access/Makefile.am (+39/-0)
panels/universal-access/cc-marshal.c (+41/-0)
panels/universal-access/cc-marshal.h (+15/-0)
panels/universal-access/cc-ua-panel.c (+749/-0)
panels/universal-access/cc-ua-panel.h (+75/-0)
panels/universal-access/uap.ui (+2577/-0)
panels/universal-access/unity-universal-access-panel.desktop.in.in (+13/-0)
panels/universal-access/universal-access-module.c (+42/-0)
panels/universal-access/zoom-options.c (+649/-0)
panels/universal-access/zoom-options.h (+75/-0)
panels/universal-access/zoom-options.ui (+1225/-0)
panels/user-accounts/Makefile.am (+128/-0)
panels/user-accounts/com.canonical.controlcenter.user-accounts.policy.in (+21/-0)
panels/user-accounts/data/Makefile.am (+18/-0)
panels/user-accounts/data/account-dialog.ui (+607/-0)
panels/user-accounts/data/account-fingerprint.ui (+278/-0)
panels/user-accounts/data/history-dialog.ui (+175/-0)
panels/user-accounts/data/icons/left-index-finger.svg (+177/-0)
panels/user-accounts/data/icons/left-little-finger.svg (+180/-0)
panels/user-accounts/data/icons/left-middle-finger.svg (+180/-0)
panels/user-accounts/data/icons/left-ring-finger.svg (+180/-0)
panels/user-accounts/data/icons/left-thumb.svg (+180/-0)
panels/user-accounts/data/icons/print_error.svg (+525/-0)
panels/user-accounts/data/icons/print_ok.svg (+310/-0)
panels/user-accounts/data/icons/right-index-finger.svg (+179/-0)
panels/user-accounts/data/icons/right-little-finger.svg (+182/-0)
panels/user-accounts/data/icons/right-middle-finger.svg (+182/-0)
panels/user-accounts/data/icons/right-ring-finger.svg (+182/-0)
panels/user-accounts/data/icons/right-thumb.svg (+182/-0)
panels/user-accounts/data/org.freedesktop.realmd.xml (+666/-0)
panels/user-accounts/data/password-dialog.ui (+529/-0)
panels/user-accounts/data/photo-dialog.ui (+305/-0)
panels/user-accounts/data/unity-user-accounts-panel.desktop.in.in (+13/-0)
panels/user-accounts/data/user-accounts-dialog.ui (+568/-0)
panels/user-accounts/fingerprint-strings.h (+111/-0)
panels/user-accounts/frob-account-dialog.c (+61/-0)
panels/user-accounts/pw-utils.c (+127/-0)
panels/user-accounts/pw-utils.h (+31/-0)
panels/user-accounts/run-passwd.c (+770/-0)
panels/user-accounts/run-passwd.h (+58/-0)
panels/user-accounts/um-account-dialog.c (+1281/-0)
panels/user-accounts/um-account-dialog.h (+49/-0)
panels/user-accounts/um-account-type.c (+41/-0)
panels/user-accounts/um-account-type.h (+36/-0)
panels/user-accounts/um-crop-area.c (+818/-0)
panels/user-accounts/um-crop-area.h (+65/-0)
panels/user-accounts/um-editable-button.c (+429/-0)
panels/user-accounts/um-editable-button.h (+73/-0)
panels/user-accounts/um-editable-combo.c (+464/-0)
panels/user-accounts/um-editable-combo.h (+77/-0)
panels/user-accounts/um-fingerprint-dialog.c (+774/-0)
panels/user-accounts/um-fingerprint-dialog.h (+28/-0)
panels/user-accounts/um-history-dialog.c (+387/-0)
panels/user-accounts/um-history-dialog.h (+41/-0)
panels/user-accounts/um-password-dialog.c (+826/-0)
panels/user-accounts/um-password-dialog.h (+43/-0)
panels/user-accounts/um-photo-dialog.c (+716/-0)
panels/user-accounts/um-photo-dialog.h (+39/-0)
panels/user-accounts/um-realm-manager.c (+904/-0)
panels/user-accounts/um-realm-manager.h (+107/-0)
panels/user-accounts/um-user-module.c (+48/-0)
panels/user-accounts/um-user-panel.c (+1569/-0)
panels/user-accounts/um-user-panel.h (+57/-0)
panels/user-accounts/um-utils.c (+1102/-0)
panels/user-accounts/um-utils.h (+90/-0)
panels/user-accounts/user-accounts.gresource.xml (+23/-0)
panels/wacom/Makefile.am (+89/-0)
panels/wacom/button-mapping.ui (+155/-0)
panels/wacom/calibrator/COPYING (+27/-0)
panels/wacom/calibrator/Makefile.am (+34/-0)
panels/wacom/calibrator/calibrator.c (+175/-0)
panels/wacom/calibrator/calibrator.h (+101/-0)
panels/wacom/calibrator/gui_gtk.c (+579/-0)
panels/wacom/calibrator/gui_gtk.h (+56/-0)
panels/wacom/calibrator/main.c (+418/-0)
panels/wacom/cc-wacom-mapping-panel.c (+366/-0)
panels/wacom/cc-wacom-mapping-panel.h (+77/-0)
panels/wacom/cc-wacom-nav-button.c (+263/-0)
panels/wacom/cc-wacom-nav-button.h (+73/-0)
panels/wacom/cc-wacom-page.c (+1411/-0)
panels/wacom/cc-wacom-page.h (+88/-0)
panels/wacom/cc-wacom-panel.c (+406/-0)
panels/wacom/cc-wacom-panel.h (+77/-0)
panels/wacom/cc-wacom-stylus-page.c (+507/-0)
panels/wacom/cc-wacom-stylus-page.h (+81/-0)
panels/wacom/gnome-wacom-properties.ui (+407/-0)
panels/wacom/gsd-enums.h (+7/-0)
panels/wacom/gsd-input-helper.c (+565/-0)
panels/wacom/gsd-input-helper.h (+86/-0)
panels/wacom/gsd-wacom-device.c (+2185/-0)
panels/wacom/gsd-wacom-device.h (+202/-0)
panels/wacom/test-wacom.c (+103/-0)
panels/wacom/unity-wacom-panel.desktop.in.in (+13/-0)
panels/wacom/wacom-module.c (+41/-0)
panels/wacom/wacom-stylus-airbrush.svg (+94/-0)
panels/wacom/wacom-stylus-art-pen.svg (+127/-0)
panels/wacom/wacom-stylus-classic.svg (+103/-0)
panels/wacom/wacom-stylus-inking.svg (+87/-0)
panels/wacom/wacom-stylus-page.ui (+351/-0)
panels/wacom/wacom-stylus.svg (+124/-0)
panels/wacom/wacom-tablet-cintiq.svg (+83/-0)
panels/wacom/wacom-tablet-pc.svg (+77/-0)
panels/wacom/wacom-tablet.svg (+81/-0)
panels/wacom/wacom.gresource.xml (+16/-0)
po/LINGUAS (+124/-0)
po/POTFILES.in (+138/-0)
po/POTFILES.skip (+23/-0)
po/README.translators (+10/-0)
po/af.po (+5387/-0)
po/am.po (+5131/-0)
po/ar.po (+5464/-0)
po/as.po (+5454/-0)
po/ast.po (+5466/-0)
po/az.po (+5129/-0)
po/be.po (+5478/-0)
po/be@latin.po (+5153/-0)
po/bg.po (+5503/-0)
po/bn.po (+5441/-0)
po/bn_IN.po (+7256/-0)
po/bo.po (+5321/-0)
po/br.po (+5234/-0)
po/bs.po (+5469/-0)
po/ca.po (+5471/-0)
po/ca@valencia.po (+5470/-0)
po/ckb.po (+5124/-0)
po/crh.po (+5949/-0)
po/cs.po (+5490/-0)
po/csb.po (+5125/-0)
po/cy.po (+5145/-0)
po/da.po (+5508/-0)
po/de.po (+5526/-0)
po/dv.po (+5140/-0)
po/dz.po (+5139/-0)
po/el.po (+5534/-0)
po/en.po (+5124/-0)
po/en@shaw.po (+5142/-0)
po/en_AU.po (+5444/-0)
po/en_CA.po (+5305/-0)
po/en_GB.po (+5447/-0)
po/eo.po (+5398/-0)
po/es.po (+5485/-0)
po/et.po (+5470/-0)
po/eu.po (+5463/-0)
po/fa.po (+5458/-0)
po/fi.po (+5481/-0)
po/fo.po (+5190/-0)
po/fr.po (+5520/-0)
po/frp.po (+5149/-0)
po/fy.po (+5315/-0)
po/ga.po (+5287/-0)
po/gd.po (+5528/-0)
po/gl.po (+5472/-0)
po/gu.po (+5473/-0)
po/gv.po (+5125/-0)
po/he.po (+5424/-0)
po/hi.po (+5523/-0)
po/hr.po (+5406/-0)
po/hu.po (+5471/-0)
po/hy.po (+5154/-0)
po/id.po (+5448/-0)
po/is.po (+5176/-0)
po/it.po (+5548/-0)
po/ja.po (+5486/-0)
po/jv.po (+5124/-0)
po/ka.po (+5182/-0)
po/kab.po (+5124/-0)
po/kk.po (+5210/-0)
po/km.po (+5407/-0)
po/kn.po (+5475/-0)
po/ko.po (+5454/-0)
po/ku.po (+5199/-0)
po/ky.po (+5337/-0)
po/lb.po (+5219/-0)
po/lo.po (+5124/-0)
po/lt.po (+5486/-0)
po/lv.po (+5500/-0)
po/mai.po (+5134/-0)
po/mg.po (+5132/-0)
po/mhr.po (+5130/-0)
po/mi.po (+5166/-0)
po/mk.po (+5421/-0)
po/ml.po (+5443/-0)
po/mn.po (+5132/-0)
po/mr.po (+5431/-0)
po/ms.po (+5454/-0)
po/my.po (+5300/-0)
po/nb.po (+5453/-0)
po/nds.po (+5131/-0)
po/ne.po (+5136/-0)
po/nl.po (+5527/-0)
po/nn.po (+5388/-0)
po/no.po (+5126/-0)
po/nso.po (+5128/-0)
po/oc.po (+5470/-0)
po/or.po (+5437/-0)
po/pa.po (+5446/-0)
po/pl.po (+5496/-0)
po/ps.po (+5124/-0)
po/pt.po (+5461/-0)
po/pt_BR.po (+5497/-0)
po/qu.po (+5124/-0)
po/ro.po (+5443/-0)
po/ru.po (+5497/-0)
po/rw.po (+5155/-0)
po/sd.po (+5330/-0)
po/se.po (+5192/-0)
po/shn.po (+5124/-0)
po/si.po (+5248/-0)
po/sk.po (+5562/-0)
po/sl.po (+5486/-0)
po/sq.po (+5470/-0)
po/sr.po (+5481/-0)
po/sr@Latn.po (+5138/-0)
po/sr@latin.po (+5481/-0)
po/sv.po (+5425/-0)
po/ta.po (+5440/-0)
po/te.po (+5410/-0)
po/tg.po (+5467/-0)
po/th.po (+5404/-0)
po/tr.po (+5454/-0)
po/ug.po (+5443/-0)
po/uk.po (+5461/-0)
po/ur.po (+5124/-0)
po/uz.po (+5345/-0)
po/uz@cyrillic.po (+5130/-0)
po/vi.po (+5459/-0)
po/wa.po (+5133/-0)
po/xh.po (+5130/-0)
po/zh_CN.po (+5433/-0)
po/zh_HK.po (+5417/-0)
po/zh_TW.po (+5416/-0)
po/zu.po (+5131/-0)
shell/Makefile.am (+114/-0)
shell/TODO (+7/-0)
shell/cc-editable-entry.c (+638/-0)
shell/cc-editable-entry.h (+84/-0)
shell/cc-panel.c (+286/-0)
shell/cc-panel.h (+100/-0)
shell/cc-shell-category-view.c (+221/-0)
shell/cc-shell-category-view.h (+76/-0)
shell/cc-shell-item-view.c (+218/-0)
shell/cc-shell-item-view.h (+74/-0)
shell/cc-shell-log.c (+65/-0)
shell/cc-shell-log.h (+33/-0)
shell/cc-shell-marshal.list (+2/-0)
shell/cc-shell-model.c (+218/-0)
shell/cc-shell-model.h (+90/-0)
shell/cc-shell-nav-bar.c (+150/-0)
shell/cc-shell-nav-bar.h (+76/-0)
shell/cc-shell.c (+256/-0)
shell/cc-shell.h (+112/-0)
shell/completions/unity-control-center.in (+56/-0)
shell/control-center.c (+348/-0)
shell/gnome-control-center.c (+1664/-0)
shell/gnome-control-center.h (+82/-0)
shell/libunity-control-center.pc.in (+12/-0)
shell/list-panel.sh (+8/-0)
shell/shell.ui (+149/-0)
shell/unity-control-center.desktop.in.in (+10/-0)
shell/unitycc.directory.in (+5/-0)
shell/unitycc.menu.in (+104/-0)
update-from-gsd.sh (+26/-0)
Conflict adding file AUTHORS.  Moved existing file to AUTHORS.moved.
Conflict adding file COPYING.  Moved existing file to COPYING.moved.
Conflict adding file ChangeLog.  Moved existing file to ChangeLog.moved.
Conflict adding file MAINTAINERS.  Moved existing file to MAINTAINERS.moved.
Conflict adding file Makefile.am.  Moved existing file to Makefile.am.moved.
Conflict adding file NEWS.  Moved existing file to NEWS.moved.
Conflict adding file README.  Moved existing file to README.moved.
Conflict adding file TODO.  Moved existing file to TODO.moved.
Conflict adding file autogen.sh.  Moved existing file to autogen.sh.moved.
Conflict adding file configure.ac.  Moved existing file to configure.ac.moved.
Conflict adding file debian.  Moved existing file to debian.moved.
Conflict adding file git.mk.  Moved existing file to git.mk.moved.
Conflict adding file m4.  Moved existing file to m4.moved.
Conflict adding file man.  Moved existing file to man.moved.
Conflict adding file panels.  Moved existing file to panels.moved.
Conflict adding file po.  Moved existing file to po.moved.
Conflict adding file shell.  Moved existing file to shell.moved.
Conflict adding file update-from-gsd.sh.  Moved existing file to update-from-gsd.sh.moved.
To merge this branch: bzr merge lp:~bbboson/ubuntu/trusty/unity-control-center/fix-for-1236612
Reviewer Review Type Date Requested Status
Sebastien Bacher Needs Fixing
Review via email: mp+229749@code.launchpad.net

Description of the change

* sound: fix potential memory corruption. backport upstream fixes
    to provent it crashing when user change theme from others to default.
    upstream: https://bugzilla.gnome.org/show_bug.cgi?id=697555
    (LP: #1236612)

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks, the merge has quite some conflict, did you target the wrong vcs there?

review: Needs Fixing

Unmerged revisions

12779. By Madper Xie

sound: fix potential memory corruption.(LP: #1236612)

12778. By PS Jenkins bot

Releasing 14.04.3+14.04.20140604-0ubuntu1

12777. By Eric Chaskes

Updated um-password-dialog.c to removed users to change password mode to regular when locking the account Fixes: 1314886

12776. By PS Jenkins bot

Releasing 14.04.3+14.04.20140410-0ubuntu1

12775. By Sebastien Bacher

shell: set XDG_CURRENT_DESKTOP to Unity so the correct list of panels is
included in the grid. The gnome-menus api respects OnlyShowIn, without that
we end up missing most of the panels in other environment (e.g ubiquity).
We can't change the .desktop keys since that would lead to wrong behaviour
in e.g the Unity dash

12774. By PS Jenkins bot

Releasing 14.04.3+14.04.20140407-0ubuntu1

12773. By Sebastien Bacher

user-accounts: Mark some strings as translatable

12772. By PS Jenkins bot

Releasing 14.04.3+14.04.20140404.2-0ubuntu1

12771. By Sebastien Bacher

Depends on the indicators which are controlled by the settings, since gsettings abort on missing schemas. Note that the depends could be lowered to a recommends or suggest if somebody was to make the code handling those cases. Fixes: 1295557

12770. By Sebastien Bacher

Conflicts/Replaces/Provides gnome-control-center-unity Fixes: 1301156

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== added file '.bzr-builddeb/default.conf'
3--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ .bzr-builddeb/default.conf 2014-08-06 08:57:31 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+split = True
8
9=== added file 'AUTHORS'
10--- AUTHORS 1970-01-01 00:00:00 +0000
11+++ AUTHORS 2014-08-06 08:57:31 +0000
12@@ -0,0 +1,1 @@
13+Jonathan Blandford <jrb@redhat.com>
14
15=== renamed file 'AUTHORS' => 'AUTHORS.moved'
16=== added file 'COPYING'
17--- COPYING 1970-01-01 00:00:00 +0000
18+++ COPYING 2014-08-06 08:57:31 +0000
19@@ -0,0 +1,340 @@
20+ GNU GENERAL PUBLIC LICENSE
21+ Version 2, June 1991
22+
23+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
24+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
25+ Everyone is permitted to copy and distribute verbatim copies
26+ of this license document, but changing it is not allowed.
27+
28+ Preamble
29+
30+ The licenses for most software are designed to take away your
31+freedom to share and change it. By contrast, the GNU General Public
32+License is intended to guarantee your freedom to share and change free
33+software--to make sure the software is free for all its users. This
34+General Public License applies to most of the Free Software
35+Foundation's software and to any other program whose authors commit to
36+using it. (Some other Free Software Foundation software is covered by
37+the GNU Lesser General Public License instead.) You can apply it to
38+your programs, too.
39+
40+ When we speak of free software, we are referring to freedom, not
41+price. Our General Public Licenses are designed to make sure that you
42+have the freedom to distribute copies of free software (and charge for
43+this service if you wish), that you receive source code or can get it
44+if you want it, that you can change the software or use pieces of it
45+in new free programs; and that you know you can do these things.
46+
47+ To protect your rights, we need to make restrictions that forbid
48+anyone to deny you these rights or to ask you to surrender the rights.
49+These restrictions translate to certain responsibilities for you if you
50+distribute copies of the software, or if you modify it.
51+
52+ For example, if you distribute copies of such a program, whether
53+gratis or for a fee, you must give the recipients all the rights that
54+you have. You must make sure that they, too, receive or can get the
55+source code. And you must show them these terms so they know their
56+rights.
57+
58+ We protect your rights with two steps: (1) copyright the software, and
59+(2) offer you this license which gives you legal permission to copy,
60+distribute and/or modify the software.
61+
62+ Also, for each author's protection and ours, we want to make certain
63+that everyone understands that there is no warranty for this free
64+software. If the software is modified by someone else and passed on, we
65+want its recipients to know that what they have is not the original, so
66+that any problems introduced by others will not reflect on the original
67+authors' reputations.
68+
69+ Finally, any free program is threatened constantly by software
70+patents. We wish to avoid the danger that redistributors of a free
71+program will individually obtain patent licenses, in effect making the
72+program proprietary. To prevent this, we have made it clear that any
73+patent must be licensed for everyone's free use or not licensed at all.
74+
75+ The precise terms and conditions for copying, distribution and
76+modification follow.
77+
78+ GNU GENERAL PUBLIC LICENSE
79+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
80+
81+ 0. This License applies to any program or other work which contains
82+a notice placed by the copyright holder saying it may be distributed
83+under the terms of this General Public License. The "Program", below,
84+refers to any such program or work, and a "work based on the Program"
85+means either the Program or any derivative work under copyright law:
86+that is to say, a work containing the Program or a portion of it,
87+either verbatim or with modifications and/or translated into another
88+language. (Hereinafter, translation is included without limitation in
89+the term "modification".) Each licensee is addressed as "you".
90+
91+Activities other than copying, distribution and modification are not
92+covered by this License; they are outside its scope. The act of
93+running the Program is not restricted, and the output from the Program
94+is covered only if its contents constitute a work based on the
95+Program (independent of having been made by running the Program).
96+Whether that is true depends on what the Program does.
97+
98+ 1. You may copy and distribute verbatim copies of the Program's
99+source code as you receive it, in any medium, provided that you
100+conspicuously and appropriately publish on each copy an appropriate
101+copyright notice and disclaimer of warranty; keep intact all the
102+notices that refer to this License and to the absence of any warranty;
103+and give any other recipients of the Program a copy of this License
104+along with the Program.
105+
106+You may charge a fee for the physical act of transferring a copy, and
107+you may at your option offer warranty protection in exchange for a fee.
108+
109+ 2. You may modify your copy or copies of the Program or any portion
110+of it, thus forming a work based on the Program, and copy and
111+distribute such modifications or work under the terms of Section 1
112+above, provided that you also meet all of these conditions:
113+
114+ a) You must cause the modified files to carry prominent notices
115+ stating that you changed the files and the date of any change.
116+
117+ b) You must cause any work that you distribute or publish, that in
118+ whole or in part contains or is derived from the Program or any
119+ part thereof, to be licensed as a whole at no charge to all third
120+ parties under the terms of this License.
121+
122+ c) If the modified program normally reads commands interactively
123+ when run, you must cause it, when started running for such
124+ interactive use in the most ordinary way, to print or display an
125+ announcement including an appropriate copyright notice and a
126+ notice that there is no warranty (or else, saying that you provide
127+ a warranty) and that users may redistribute the program under
128+ these conditions, and telling the user how to view a copy of this
129+ License. (Exception: if the Program itself is interactive but
130+ does not normally print such an announcement, your work based on
131+ the Program is not required to print an announcement.)
132+
133+These requirements apply to the modified work as a whole. If
134+identifiable sections of that work are not derived from the Program,
135+and can be reasonably considered independent and separate works in
136+themselves, then this License, and its terms, do not apply to those
137+sections when you distribute them as separate works. But when you
138+distribute the same sections as part of a whole which is a work based
139+on the Program, the distribution of the whole must be on the terms of
140+this License, whose permissions for other licensees extend to the
141+entire whole, and thus to each and every part regardless of who wrote it.
142+
143+Thus, it is not the intent of this section to claim rights or contest
144+your rights to work written entirely by you; rather, the intent is to
145+exercise the right to control the distribution of derivative or
146+collective works based on the Program.
147+
148+In addition, mere aggregation of another work not based on the Program
149+with the Program (or with a work based on the Program) on a volume of
150+a storage or distribution medium does not bring the other work under
151+the scope of this License.
152+
153+ 3. You may copy and distribute the Program (or a work based on it,
154+under Section 2) in object code or executable form under the terms of
155+Sections 1 and 2 above provided that you also do one of the following:
156+
157+ a) Accompany it with the complete corresponding machine-readable
158+ source code, which must be distributed under the terms of Sections
159+ 1 and 2 above on a medium customarily used for software interchange; or,
160+
161+ b) Accompany it with a written offer, valid for at least three
162+ years, to give any third party, for a charge no more than your
163+ cost of physically performing source distribution, a complete
164+ machine-readable copy of the corresponding source code, to be
165+ distributed under the terms of Sections 1 and 2 above on a medium
166+ customarily used for software interchange; or,
167+
168+ c) Accompany it with the information you received as to the offer
169+ to distribute corresponding source code. (This alternative is
170+ allowed only for noncommercial distribution and only if you
171+ received the program in object code or executable form with such
172+ an offer, in accord with Subsection b above.)
173+
174+The source code for a work means the preferred form of the work for
175+making modifications to it. For an executable work, complete source
176+code means all the source code for all modules it contains, plus any
177+associated interface definition files, plus the scripts used to
178+control compilation and installation of the executable. However, as a
179+special exception, the source code distributed need not include
180+anything that is normally distributed (in either source or binary
181+form) with the major components (compiler, kernel, and so on) of the
182+operating system on which the executable runs, unless that component
183+itself accompanies the executable.
184+
185+If distribution of executable or object code is made by offering
186+access to copy from a designated place, then offering equivalent
187+access to copy the source code from the same place counts as
188+distribution of the source code, even though third parties are not
189+compelled to copy the source along with the object code.
190+
191+ 4. You may not copy, modify, sublicense, or distribute the Program
192+except as expressly provided under this License. Any attempt
193+otherwise to copy, modify, sublicense or distribute the Program is
194+void, and will automatically terminate your rights under this License.
195+However, parties who have received copies, or rights, from you under
196+this License will not have their licenses terminated so long as such
197+parties remain in full compliance.
198+
199+ 5. You are not required to accept this License, since you have not
200+signed it. However, nothing else grants you permission to modify or
201+distribute the Program or its derivative works. These actions are
202+prohibited by law if you do not accept this License. Therefore, by
203+modifying or distributing the Program (or any work based on the
204+Program), you indicate your acceptance of this License to do so, and
205+all its terms and conditions for copying, distributing or modifying
206+the Program or works based on it.
207+
208+ 6. Each time you redistribute the Program (or any work based on the
209+Program), the recipient automatically receives a license from the
210+original licensor to copy, distribute or modify the Program subject to
211+these terms and conditions. You may not impose any further
212+restrictions on the recipients' exercise of the rights granted herein.
213+You are not responsible for enforcing compliance by third parties to
214+this License.
215+
216+ 7. If, as a consequence of a court judgment or allegation of patent
217+infringement or for any other reason (not limited to patent issues),
218+conditions are imposed on you (whether by court order, agreement or
219+otherwise) that contradict the conditions of this License, they do not
220+excuse you from the conditions of this License. If you cannot
221+distribute so as to satisfy simultaneously your obligations under this
222+License and any other pertinent obligations, then as a consequence you
223+may not distribute the Program at all. For example, if a patent
224+license would not permit royalty-free redistribution of the Program by
225+all those who receive copies directly or indirectly through you, then
226+the only way you could satisfy both it and this License would be to
227+refrain entirely from distribution of the Program.
228+
229+If any portion of this section is held invalid or unenforceable under
230+any particular circumstance, the balance of the section is intended to
231+apply and the section as a whole is intended to apply in other
232+circumstances.
233+
234+It is not the purpose of this section to induce you to infringe any
235+patents or other property right claims or to contest validity of any
236+such claims; this section has the sole purpose of protecting the
237+integrity of the free software distribution system, which is
238+implemented by public license practices. Many people have made
239+generous contributions to the wide range of software distributed
240+through that system in reliance on consistent application of that
241+system; it is up to the author/donor to decide if he or she is willing
242+to distribute software through any other system and a licensee cannot
243+impose that choice.
244+
245+This section is intended to make thoroughly clear what is believed to
246+be a consequence of the rest of this License.
247+
248+ 8. If the distribution and/or use of the Program is restricted in
249+certain countries either by patents or by copyrighted interfaces, the
250+original copyright holder who places the Program under this License
251+may add an explicit geographical distribution limitation excluding
252+those countries, so that distribution is permitted only in or among
253+countries not thus excluded. In such case, this License incorporates
254+the limitation as if written in the body of this License.
255+
256+ 9. The Free Software Foundation may publish revised and/or new versions
257+of the General Public License from time to time. Such new versions will
258+be similar in spirit to the present version, but may differ in detail to
259+address new problems or concerns.
260+
261+Each version is given a distinguishing version number. If the Program
262+specifies a version number of this License which applies to it and "any
263+later version", you have the option of following the terms and conditions
264+either of that version or of any later version published by the Free
265+Software Foundation. If the Program does not specify a version number of
266+this License, you may choose any version ever published by the Free Software
267+Foundation.
268+
269+ 10. If you wish to incorporate parts of the Program into other free
270+programs whose distribution conditions are different, write to the author
271+to ask for permission. For software which is copyrighted by the Free
272+Software Foundation, write to the Free Software Foundation; we sometimes
273+make exceptions for this. Our decision will be guided by the two goals
274+of preserving the free status of all derivatives of our free software and
275+of promoting the sharing and reuse of software generally.
276+
277+ NO WARRANTY
278+
279+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
280+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
281+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
282+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
283+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
284+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
285+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
286+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
287+REPAIR OR CORRECTION.
288+
289+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
290+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
291+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
292+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
293+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
294+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
295+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
296+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
297+POSSIBILITY OF SUCH DAMAGES.
298+
299+ END OF TERMS AND CONDITIONS
300+
301+ How to Apply These Terms to Your New Programs
302+
303+ If you develop a new program, and you want it to be of the greatest
304+possible use to the public, the best way to achieve this is to make it
305+free software which everyone can redistribute and change under these terms.
306+
307+ To do so, attach the following notices to the program. It is safest
308+to attach them to the start of each source file to most effectively
309+convey the exclusion of warranty; and each file should have at least
310+the "copyright" line and a pointer to where the full notice is found.
311+
312+ <one line to give the program's name and a brief idea of what it does.>
313+ Copyright (C) <year> <name of author>
314+
315+ This program is free software; you can redistribute it and/or modify
316+ it under the terms of the GNU General Public License as published by
317+ the Free Software Foundation; either version 2 of the License, or
318+ (at your option) any later version.
319+
320+ This program is distributed in the hope that it will be useful,
321+ but WITHOUT ANY WARRANTY; without even the implied warranty of
322+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
323+ GNU General Public License for more details.
324+
325+ You should have received a copy of the GNU General Public License along
326+ with this program; if not, write to the Free Software Foundation, Inc.,
327+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
328+
329+Also add information on how to contact you by electronic and paper mail.
330+
331+If the program is interactive, make it output a short notice like this
332+when it starts in an interactive mode:
333+
334+ Gnomovision version 69, Copyright (C) year name of author
335+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
336+ This is free software, and you are welcome to redistribute it
337+ under certain conditions; type `show c' for details.
338+
339+The hypothetical commands `show w' and `show c' should show the appropriate
340+parts of the General Public License. Of course, the commands you use may
341+be called something other than `show w' and `show c'; they could even be
342+mouse-clicks or menu items--whatever suits your program.
343+
344+You should also get your employer (if you work as a programmer) or your
345+school, if any, to sign a "copyright disclaimer" for the program, if
346+necessary. Here is a sample; alter the names:
347+
348+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
349+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
350+
351+ <signature of Ty Coon>, 1 April 1989
352+ Ty Coon, President of Vice
353+
354+This General Public License does not permit incorporating your program into
355+proprietary programs. If your program is a subroutine library, you may
356+consider it more useful to permit linking proprietary applications with the
357+library. If this is what you want to do, use the GNU Lesser General
358+Public License instead of this License.
359+
360
361=== renamed file 'COPYING' => 'COPYING.moved'
362=== added file 'ChangeLog'
363--- ChangeLog 1970-01-01 00:00:00 +0000
364+++ ChangeLog 2014-08-06 08:57:31 +0000
365@@ -0,0 +1,2 @@
366+The ChangeLog is auto-generated when releasing. If you are seeing this, use
367+'git log' for a detailed list of changes.
368
369=== renamed file 'ChangeLog' => 'ChangeLog.moved'
370=== added file 'MAINTAINERS'
371--- MAINTAINERS 1970-01-01 00:00:00 +0000
372+++ MAINTAINERS 2014-08-06 08:57:31 +0000
373@@ -0,0 +1,19 @@
374+Rodrigo Moya
375+E-mail: rodrigo at gnome-db.org
376+Userid: rodrigo
377+
378+Sebastien Bacher
379+Email: seb128 at debian.org
380+Userid: sbacher
381+
382+Thomas Wood
383+Email: thos at gnome.org
384+Userid: thos
385+
386+Jens Granseuer
387+Email: jensgr at gmx.net
388+Userid: jensg
389+
390+Bastien Nocera
391+Email: hadess at hadess dot net
392+Userid: hadess
393
394=== renamed file 'MAINTAINERS' => 'MAINTAINERS.moved'
395=== added file 'Makefile.am'
396--- Makefile.am 1970-01-01 00:00:00 +0000
397+++ Makefile.am 2014-08-06 08:57:31 +0000
398@@ -0,0 +1,49 @@
399+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
400+
401+SUBDIRS = po shell panels
402+if BUILD_DOCUMENTATION
403+SUBDIRS += man
404+endif
405+DIST_SUBDIRS = po shell panels man
406+
407+MAINTAINERCLEANFILES = \
408+ $(srcdir)/INSTALL \
409+ $(srcdir)/aclocal.m4 \
410+ $(srcdir)/autoscan.log \
411+ $(srcdir)/compile \
412+ $(srcdir)/config.guess \
413+ $(srcdir)/config.h.in \
414+ $(srcdir)/config.sub \
415+ $(srcdir)/configure.scan \
416+ $(srcdir)/depcomp \
417+ $(srcdir)/install-sh \
418+ $(srcdir)/ltmain.sh \
419+ $(srcdir)/missing \
420+ $(srcdir)/mkinstalldirs \
421+ $(srcdir)/omf.make \
422+ $(srcdir)/xmldocs.make \
423+ $(srcdir)/gtk-doc.make \
424+ `find "$(srcdir)" -type f -name Makefile.in -print`
425+
426+EXTRA_DIST = \
427+ MAINTAINERS
428+
429+DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb --enable-gtk-doc --disable-maintainer-mode
430+
431+GITIGNOREFILES=m4
432+
433+-include $(top_srcdir)/git.mk
434+
435+dist-hook:
436+ @if test -d "$(srcdir)/.git"; \
437+ then \
438+ echo Creating ChangeLog && \
439+ ( cd "$(top_srcdir)" && \
440+ echo '# Generated by Makefile. Do not edit.'; echo; \
441+ $(top_srcdir)/missing --run git log --stat ) > ChangeLog.tmp \
442+ && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
443+ || ( rm -f ChangeLog.tmp ; \
444+ echo Failed to generate ChangeLog >&2 ); \
445+ else \
446+ echo A git clone is required to generate a ChangeLog >&2; \
447+ fi
448
449=== renamed file 'Makefile.am' => 'Makefile.am.moved'
450=== added file 'NEWS'
451--- NEWS 1970-01-01 00:00:00 +0000
452+++ NEWS 2014-08-06 08:57:31 +0000
453@@ -0,0 +1,7371 @@
454+==========================
455+Version 3.6.3 (2012-14-11)
456+==========================
457+
458+- Add F1 accelerator to show help
459+
460+Network:
461+- Make Airplane mode switch off all the radios, including Bluetooth
462+
463+Bluetooth:
464+- Fix the master switch not following the actual adapter state
465+- Fix the Connection switch being in the wrong state when connecting fails
466+- Show a spinner when connecting to a device
467+- Align left hand pane with the "All Settings" button
468+
469+Online Accounts:
470+- Don't preselect the first item when adding an account
471+- Align left hand pane with the "All Settings" button
472+
473+Keyboard:
474+- Show more specific help page
475+
476+Region:
477+- Fix possible crasher on startup
478+
479+Background:
480+- Hide in Unity
481+
482+Printers:
483+- Fix renaming printers with recent versions of CUPS
484+- Show in Unity
485+
486+===========================
487+Version 3.6.2 (2012-22-10)
488+===========================
489+
490+Background:
491+- Fix crash when exiting panel too quickly
492+
493+Network:
494+- Fix 8021x connections
495+
496+Screen:
497+- Avoid accessing destroyed panel
498+
499+User accounts:
500+- Complete discover on failure
501+- Recognize that some kerberos domains cannot be joined
502+- Remove the realmd version check
503+- Set timeouts on all realmd interface proxies
504+- Don't have domains twice in the drop down
505+- Fix wrong sensitivity of the autologin combo
506+
507+===========================
508+Version 3.6.1 (2012-08-10)
509+===========================
510+
511+Shell:
512+- Fix entering the same panel twice
513+
514+Region & Language:
515+- Remove the unused "Remove" button
516+- Reduce the number of required m17n desktop files
517+- Repopulate the input sources when IBus becomes available again
518+- Add support for inscript2 and Marathi phonetic input sources
519+
520+Network:
521+- Fix arrow direction in RTL languages
522+- Don't resize the panel or the Wi-Fi list
523+- Top alogn the back button in the Wi-Fi panel
524+- Fix parenting problems when spawing a network dialogue
525+- Don't try to activate out-of-range connections
526+- Fix WPA Enterprise connections not working
527+- Use a regular button for "Connect to Hidden Network"
528+
529+Online Accounts:
530+- Fix a warning on exit
531+
532+Background:
533+- Fix multi-monitor handling
534+- Use a lighter texture for solid colours
535+
536+Date & Time:
537+- Update the current time when we change the timezone
538+
539+User Accounts:
540+- Fix the autologin icon not being recoloured
541+
542+Mouse:
543+- Fix mouse test area not being in the correct position in some cases
544+
545+Printers:
546+- Fix wrong icon being used in the search entry
547+
548+Sound:
549+- Fix input level bar direction in RTL languages
550+
551+===========================
552+Version 3.6.0 (2012-25-09)
553+===========================
554+
555+Shell:
556+- Fix broken panels when launching the same one twice
557+
558+Network:
559+- Make connecting to Enterprise WPA Wi-Fi networks work again
560+
561+User Accounts:
562+- Don't ask for the old password when none is set
563+
564+Region:
565+- Jump directly to the correct shortcuts section when
566+ following the link
567+
568+===========================
569+Version 3.5.92 (2012-17-09)
570+===========================
571+
572+- Ensure that all sources are GPLv2+ instead
573+ of a mix of GPLv2+ and GPLv3+
574+- Set blank window titles for a number of dialogues
575+- Fix accessible labels for switches
576+
577+Bluetooth:
578+- Fix setting up dial-up networking for phones
579+
580+Display:
581+- Fix mouse events not working in preview
582+
583+Background:
584+- Use a more varied colour palette
585+- Fix the small size of the "changes throughout the day" emblem
586+
587+Network:
588+- Mark all rows representing saved connections as such
589+- Make the 'Settings...' buttons work properly
590+- Handle disconnected APs better
591+- Show a "Connect" button for disconnected APs
592+- Show 'Last used' item for non-active, in-range access points.
593+- Improve the Wi-Fi list appearance
594+
595+User Accounts:
596+- Use GStreamer 1.0
597+- Fix "enterpise" typo
598+
599+Power:
600+- Fix a wrong use of GCancellable that could lead to crashes
601+
602+Region:
603+- Use consistent strings for layout/engine names
604+- Handle empty layout sources, especially when adding a new one
605+- Handle input sources in the system tab
606+- Fix layout problem on the system tab
607+- Update IBus engines whitelist
608+
609+Printers:
610+- Fix building against CUPS 1.6
611+
612+Universal Access:
613+- Fix whitespace in the zoom options dialogue
614+
615+Screen & Brightness:
616+- Make notification checkbox focusable
617+
618+Wacom:
619+- Fix link to docs
620+
621+===========================
622+Version 3.5.91 (2012-04-09)
623+===========================
624+
625+Printers:
626+- Redesign the "new printer" dialogue
627+
628+Date & Time:
629+- Make map look unsensitive when the panel is locked
630+
631+Region & Language:
632+- Add Russian and Egyptian Arabic as common languages
633+- Don't use IBus in fallback mode
634+- Honor the 'show-all-sources' setting
635+- Don't block getting the IBus engines
636+- Expand the default list of input sources
637+
638+User Accounts:
639+- Simplify some drawing code
640+- Fix login keyring password not getting updated
641+- Fix match icon not updating in some cases
642+
643+Mouse:
644+- New testing area
645+- Remove italics from test page
646+- Fix left/right mouse-handedness radio buttons in RTL languages
647+
648+Common:
649+- Fix memory leaks in language sorting
650+- Fix too big editable labels
651+
652+Info:
653+- Add PolicyKit rules for hostname setting
654+- Set related mime types when changing preferred apps
655+
656+Display:
657+- Fix possible warning on exit
658+- Make 'Mirrored Displays' string consistent with GnomeRRLabeler
659+
660+Network:
661+- Ignore unrecognised device types
662+- Fix wired and mobile activations
663+- Don't try to activate slave connections
664+
665+===========================
666+Version 3.5.90 (2012-21-08)
667+===========================
668+
669+- Updated translations
670+
671+Background:
672+- Implement new design
673+
674+Mouse:
675+- Implement new design, including support for natural scroll
676+
677+Sound:
678+- Remove hardware page, and offer different connectors directly
679+ from the input and output pages
680+
681+Keyboard:
682+- Add common keyboard layout related options to the shortcuts tab
683+
684+Universal Access:
685+- Add zoom shader options, and reorganise zoom dialogue
686+
687+Wacom:
688+- Add support for "switch monitor" shortcut
689+
690+Shell:
691+- Remove animations, they were causing a number of problems,
692+ but were a useful exercise for future developments.
693+
694+User Accounts:
695+- UI changes for better remote accounts support
696+- Fix crash with incompatible versions of realmd
697+
698+Online Accounts:
699+- Allow opening a particular account from the command-line
700+- Avoid spurious "No online accounts configured" overlay
701+- Fix crash when loading the panel a second time
702+
703+Network:
704+- Improve the Wi-Fi page layout
705+
706+Bluetooth:
707+- Require a newer version of gnome-bluetooth
708+
709+==========================
710+Version 3.5.6 (2012-08-08)
711+==========================
712+
713+- Add man page
714+
715+Display:
716+- Fix possible error when the preferred mode is only
717+ available on one of the two outputs in mirror mode
718+
719+Wacom:
720+- Fix critical warning after calibration
721+- Only do calibration for the selected tool
722+
723+Region:
724+- Make ibus code more robust
725+- Handle being opened twice gracefully
726+- Require ibus 1.4.99 if ibus support is requested
727+
728+User accounts:
729+- Update for realmd 0.6
730+- Strip remote D-Bus errors from user-visible messages
731+- Fix memory leaks
732+
733+Network:
734+- Refactoring for mobile broadband support and bug fixes
735+- Split the wireless panel
736+- Only show extra details for the active connection
737+- Add network strength to the details panel
738+- Only show the disconnect button when a device is fully activated
739+- Fix crash with Access Points with non UTF-8 names
740+- Forget the last selected wireless network when the button is clicked
741+- Improve hotspot dialogue
742+
743+Printers:
744+- Add support for CUPS 1.6
745+- Don't restrict the PPD list to PPDs with DeviceIDs
746+- Cancel async operations correctly
747+- Move jobs to a separate dialogue
748+
749+Brightness & Lock:
750+- Make "show notifications" available even if we don't lock
751+ the screen automatically
752+
753+Info:
754+- Adapt for changed API in PackageKit
755+- Small UI bug fixes
756+
757+==========================
758+Version 3.5.5 (2012-07-16)
759+==========================
760+
761+Power and User Accounts:
762+- Port to use GtkLevelBar
763+
764+Region:
765+- Add support for IBus input sources
766+
767+Printers:
768+- Allow users to change printer's PPD file
769+- Add "Options" dialogue with more options than available readily
770+
771+Sound:
772+- Move input streams when the default source changes
773+- Add backend code to track inputs and outputs in PulseAudio 2.0
774+
775+Network:
776+- Fix a number of crashers that occurred after the network panel was closed
777+- Make mobile broadband support usable
778+- Sort Wi-Fi access points by strength
779+- Fix VPN information
780+
781+Brightness & Lock:
782+- Add a "Show Notifications" setting
783+
784+Wacom:
785+- Apply display rotation to devices
786+- Destroy the display mapping dialogue on unplug
787+- Show a mark when calibration succeeds
788+
789+Keyboard:
790+- Fix a memory leak
791+- Fix some shortcuts used by the shell not being available for capture
792+
793+==========================
794+Version 3.5.4 (2012-06-26)
795+==========================
796+
797+Wacom:
798+- Fix crasher related to display matching (Olivier Fourdan)
799+
800+==========================
801+Version 3.5.3 (2012-06-25)
802+==========================
803+
804+Shell:
805+- Fix crash when using keynav in overview
806+- Don't animate between overview and search pages
807+- Use GtkSearchEntry
808+- Crasher fixes
809+
810+All:
811+- Use '&' instead of 'and', keeping the names shorter but
812+ also keep the user focused on other words which compose the name
813+
814+Background:
815+- Make sure background can get cancelled
816+- Avoid escaped wallpaper name in the UI
817+
818+Network:
819+- Don't crash on hidden SSIDs
820+- Fix packing order of children in the service dialog
821+- Add mnemonic for a number of controls
822+- Sort wireless first
823+- Make list of Access Points more similar to the shell menu
824+- Stop buttons jumping when switching between devices
825+
826+Online Accounts:
827+- Updated "Add Account" dialogue design
828+- Improve layout when there are no configured accounts
829+
830+User accounts:
831+- Add support for remote Kerberos accounts
832+
833+Wacom:
834+- Add keep aspect ratio option
835+- Cancel calibration if window loses focus
836+
837+Power:
838+- Fix reference to "Screen" settings
839+
840+Info:
841+- Add software media to "other media" dialogue
842+- Add title for the "other media" dialog
843+
844+Brightness & Lock:
845+- Update slider when changing the brightness via keyboard keys
846+
847+Sound:
848+- Add "audio" keyword
849+- Fix mouse scrolls and clicking behaviour on sliders
850+- Fix unmuting not working when dragging the event role slider
851+
852+==========================
853+Version 3.5.2 (2012-06-04)
854+==========================
855+
856+Shell:
857+- Many layout improvements (Jon McCann)
858+- Format search results in 3 columns (Jon)
859+- Animate page switches (Bastien Nocera)
860+- Add an app menu (Florian Muellner)
861+
862+User Accounts:
863+- Make controls insensitive when no user selected (Michael Terry)
864+- Simplify generated password handling (Matthias Clasen)
865+- Use libpwquality for password quality checks (Matthias)
866+
867+Backgrounds:
868+- Ignore screenshots (Bastien)
869+- Only show supported image types (Bastien)
870+
871+Display:
872+- Translate the rotation drop-down again (Gabor Kelemen)
873+
874+Info:
875+- Ignore NFS and removable mounts for disk size (Bastien Nocera)
876+
877+Network:
878+- Allow configuring wired network devices when not connected (Richard)
879+
880+Universal Access:
881+- Redesign for consistency and smallness (Jon)
882+
883+Printers:
884+- Set default media sizes (Marek Kasik)
885+
886+Region:
887+- Replace layouts tab with input sources tab (Rui Matos)
888+
889+Wacom:
890+- Rename to "Wacom Tablet" (Bastien)
891+- Update ui on hotplug (Peter Hutterer)
892+- Disable on s390 and !linux (Bastien)
893+
894+Translations:
895+- Arabic
896+- Brazilian Portuguese
897+- Catalan
898+- Crimean Tatar
899+- Czech
900+- Dutch
901+- French
902+- Galician
903+- Hebrew
904+- Italian
905+- Japanese
906+- Kannada
907+- Kazakh
908+- Norwegian bokmål
909+- Odia
910+- Persian
911+- Polish
912+- Punjabi
913+- Russian
914+- Slovenian
915+- Spanish
916+- Swedish
917+- Traditional Chinese
918+
919+==========================
920+Version 3.4.0 (2012-03-26)
921+==========================
922+
923+Network:
924+- Fix a crash by disconnecting idle sources (Richard Hughes)
925+
926+Printers:
927+- Fix crash in actualize_printers_list (Marek Kasik)
928+
929+Translations:
930+- Assamese (Nilamdyuti Goswami)
931+- Hindi (Chandan Kumar)
932+- German (Christian Kirbach)
933+- Arabic (Khaled Hosny)
934+- Czech (Marek Černocký)
935+- Finnish (Jiri Grönroos, Timo Jyrinki)
936+- Hebrew (Yaron Shahrabani)
937+- Japanese (Takayuki KUSANO)
938+- Lithuanian (Aurimas Černius)
939+- Norwegian bokmål (Kjartan Maraas)
940+- Odia Translation (ManojKumar Giri)
941+- Portuguese (Duarte Loreto)
942+- Telugu Translation (Sasi Bhushan Boddepalli, Praveen Illa)
943+- Vietnamese (Nguyễn Thái Ngọc Duy)
944+- Simplified Chinese (Automatic Mirroring)
945+
946+===========================
947+Version 3.3.92 (2012-03-19)
948+===========================
949+
950+Common:
951+- Add missing git.mk to two panels (Colin Walters)
952+
953+Color:
954+- Do not select the device in the treeview if it changes (Richard Hughes)
955+- Don't allow the user to add existing profiles to devices (Richard Hughes)
956+- Prevent a crash when hotplugging monitors when the color panel is open (Richard Hughes)
957+
958+Date Time:
959+- Fix broken time setting on 32-bit machines (Bastien Nocera)
960+
961+Display:
962+- Simplify add_key() calls and function (Bastien Nocera)
963+- Sort resolutions by width first (Bastien Nocera)
964+- Use symbolic name (Bastien Nocera)
965+
966+Mouse:
967+- Don't enable two-finger scrolling based on width (Peter Hutterer)
968+
969+Region:
970+- Don't make the dialogue overly wide (Bastien Nocera)
971+- Fix possible crasher with empty layout (Bastien Nocera)
972+
973+Universal Access:
974+- Hide zoom options when not in shell (Bastien Nocera)
975+
976+User Accounts:
977+- Minimum of 200 width for the users list (Bastien Nocera)
978+
979+Translations:
980+- Arabic (Ibrahim Saed, Khaled Hosny, Abderrahim Kitouni)
981+- Brazilian Portuguese (Enrico Nicoletto)
982+- British English (Bruce Cowan)
983+- Bulgarian (Alexander Shopov)
984+- Catalan (Joan Duran)
985+- Catalan (Valencian) (Carles Ferrando)
986+- Danish (Kenneth Nielsen)
987+- Finnish (Timo Jyrinki)
988+- French (Bruno Brouard)
989+- German (Mario Blättermann)
990+- Gujarati (Sweta Kothari)
991+- Hungarian (Gabor Kelemen)
992+- Japanese (Jiro Matsuzawa)
993+- Korean (Seong-ho, Cho)
994+- Latvian (Rudolfs Mazurs)
995+- Malayalam (Sadiq, Praveen Arimbrathodiyil)
996+- Norwegian bokmål (Kjartan Maraas)
997+- Persian (Arash Mousavi)
998+- Punjabi (A S Alam)
999+- Russian (Yuri Myasoedov)
1000+- Serbian (Мирослав Николић)
1001+- Slovenian (Matej Urbančič)
1002+- Telugu (Praveen Illa)
1003+- Traditional Chinese (Pin-hsien Li)
1004+- Ukranian (Daniel Korostil)
1005+- Vietnamese (Nguyễn Thái Ngọc Duy)
1006+
1007+===========================
1008+Version 3.3.91 (2012-03-05)
1009+===========================
1010+
1011+Color:
1012+- Layout fixes
1013+- Ensure the "Set profile system-wide" button is visible
1014+
1015+Display:
1016+- Fix crash when the screen setup changes and the Display
1017+ panel has been closed
1018+
1019+Info:
1020+- Fix updates buttons never saying "No updates"
1021+- Fix empty dialogue when bringing up "Other media" dialog again
1022+- Avoid empty entries in "Other types" dialogue
1023+- Remove unused and broken icons
1024+
1025+Network:
1026+- Fix huge inline toolbar icons
1027+
1028+Power:
1029+- Fix reference to "Screen" panel, got renamed to
1030+ "Brightness & Lock"
1031+
1032+Printers:
1033+- Port to GDBus
1034+
1035+Region & Language:
1036+- Fix handling of variants in "Copy" button
1037+
1038+Use Accounts:
1039+- Fix sizing problems in the user list
1040+- Fix possible crash for incomplete locales (such as Esperanto)
1041+
1042+Wacom:
1043+- Fix resetting display mapping
1044+- Layout fixes
1045+- Add touchring and touchstrips to the mapped buttons
1046+- Fix crasher when XRandR isn't available
1047+
1048+===========================
1049+Version 3.3.90 (2012-02-21)
1050+===========================
1051+
1052+All:
1053+- Remove use of deprecated widgets
1054+
1055+Wacom:
1056+- Add simple display mapping dialogue
1057+- Add button mapping dialogue
1058+- Switch to last used stylus automatically
1059+- Loads of small layout fixes
1060+
1061+Power:
1062+- Redesigned dialogue
1063+- Fix updating not working due to recent gnome-settings-daemon changes
1064+
1065+Color:
1066+- Don't print (null) for virtual printer profiles
1067+- Don't block the UI settings the default profile
1068+
1069+User Accounts:
1070+- Port to GDBus
1071+- Fix crasher on startup when compiled with Cheese avatar capture
1072+- Use new strength bar widget from Power
1073+
1074+Keyboard:
1075+- Fix description not matching reality for setting shortcuts
1076+- Refuse Shift+unmodified key shortcuts
1077+- Fix crasher setting new custom shortcuts
1078+
1079+Printers:
1080+- Prevent possible crashes when level, name and color
1081+ information are parsed
1082+
1083+Network:
1084+- Add "Forget Network" button
1085+- Remove unused "Unlock" button
1086+
1087+Date & Time:
1088+- Fix crasher when systemd is unavailable
1089+- Respect LINGUAS for timezone translations
1090+
1091+Shell:
1092+- Force a pixel size for the "All Settings" button
1093+
1094+==========================
1095+Version 3.3.4 (2012-02-07)
1096+==========================
1097+
1098+Wacom:
1099+- Calibrate tablet on the screen it's attached to
1100+- Update and add missing stylus artwork
1101+- Fix incorrect page numbering
1102+- Hide cursor during calibration
1103+- Fix Scroll Up/Down actions being inverted
1104+- Add link to the Display Settings
1105+- Fix 1-button stylus button mapping
1106+- Remove use of italics for sliders
1107+- Plenty of layout fixes
1108+
1109+Universal access:
1110+- Add configuration dialogue for zoom options
1111+
1112+Date & Time:
1113+- Use the timedated D-Bus service
1114+
1115+Keyboard:
1116+- Add support for new screenshot shortcuts
1117+- Remove use of italics for sliders
1118+
1119+Screen:
1120+- Rename to Brightness & Lock
1121+
1122+Brightness & Lock:
1123+- Renamed from Screen
1124+
1125+User accounts:
1126+- Use cheese init functions
1127+
1128+Sound:
1129+- Fix wheel scrolling not working for right balance
1130+
1131+Printers:
1132+- Update list of print jobs in a better place
1133+
1134+Network:
1135+- Only show flight mode toggle when there are wireless devices
1136+
1137+Mouse:
1138+- Remove use of italics for sliders
1139+
1140+Shell:
1141+- Unblur the all-settings button icon
1142+
1143+===========================
1144+Version 3.3.4.1 (2012-01-18)
1145+===========================
1146+
1147+Bluetooth:
1148+- Update for change in BluetoothChooser API
1149+
1150+==========================
1151+Version 3.3.4 (2012-01-17)
1152+==========================
1153+
1154+Wacom:
1155+- Add calibration for screen tablets
1156+- Add per-stylus configuration
1157+
1158+Shell:
1159+- Fix unfocused windows theming
1160+
1161+Display:
1162+- Port to GDBus
1163+
1164+Users:
1165+- Fix capturing a picture with the webcam
1166+- Add optional systemd support for session tracking
1167+
1168+Bluetooth:
1169+- Remove omnipresent scrollbar and only show it when needed
1170+
1171+Region:
1172+- Fix "extra" layouts not appearing in italics
1173+
1174+Printers:
1175+- Show correct hostnames for printers
1176+
1177+Network:
1178+- Move the device speed up to the device header
1179+- Move "Airplane Mode" switch to the shell header
1180+
1181+Sound:
1182+- Fix compile time warnings
1183+
1184+==========================
1185+Version 3.3.3 (2011-12-21)
1186+==========================
1187+
1188+Region:
1189+- Small language chooser improvements (Cosimo Cecchi) (#664505,#664503)
1190+
1191+Wacom:
1192+- Many improvements that I can't really summarize here (Bastien Nocera)
1193+- Better graphics (Jakub Steiner)
1194+- Use libwacom for tablet information (Bastien)
1195+- Visual improvements (Cosimo)
1196+
1197+System Info:
1198+- Rename to 'Details' (Rodrigo Moya) (#661696)
1199+
1200+Display:
1201+- Use consistent label style (Cosimo) (#665057)
1202+
1203+Info:
1204+- Use consistent label style (Cosimo) (#665059)
1205+
1206+Printers:
1207+- Unsubscribe from D-Bus signals when no longer needed (Marek Kasik)
1208+- Don't crash because of external panel switch (Marek)
1209+
1210+Translations:
1211+ Asturian
1212+ Burmese
1213+ Hebrew
1214+ Korean
1215+ Macedonian
1216+ Norwegian bokmål
1217+ Simplified Chinese
1218+ Spanish
1219+ Telugu
1220+ Thai
1221+
1222+==========================
1223+Version 3.3.2 (2011-11-22)
1224+==========================
1225+
1226+Common:
1227+- Always collect locales from the directory (Bastien Nocera) (#660725)
1228+- Do not install private libgnome-control-center (Bastien Nocera) (#655287)
1229+- Fix handling of <Primary> (Bastien Nocera) (#748444)
1230+
1231+Background:
1232+- Added D'n'D support for adding wallpapers (Ming Han Teh) (#655375)
1233+- Force a toolbar style (Bastien Nocera)
1234+
1235+Bluetooth:
1236+- Move Bluetooth panel from gnome-bluetooth (Bastien Nocera)
1237+
1238+Color:
1239+- Update icon cache only on MAINTAINER_MODE (Alberto Ruiz)
1240+- Do not allow the 'Add profile' modal dialog to be resizable (Richard Hughes)
1241+- Improve the 'Add profile' modal dialog (Richard Hughes) (#661657)
1242+- Don't show profile ages for EDID, test and colorspace profiles (Richard Hughes) (#661669)
1243+- Show 'Uncalibrated' when a device has a test profile assigned (Richard Hughes)
1244+- After removing a profile select the device so the UI is correct (Richard Hughes) (#661658)
1245+- Fix a critical warning in the new GtkTreeIter code (Richard Hughes)
1246+- Make toolbar buttons focusable (Bastien Nocera) (#662430)
1247+
1248+Date & time:
1249+- Fix showing actual clock format on panel open (Tomas Bzatek)
1250+
1251+Info:
1252+- Use x-content/unix-software as mime for the Software combobox (Cosimo Cecchi) (#660803)
1253+- Add labelling relations (Matthias Clasen)
1254+
1255+Keyboard:
1256+- Don't load duplicate keybindings (Bastien Nocera)
1257+- Fix ATK descriptions (Bastien Nocera) (#574073)
1258+- Make the '+' button work all the time (Bastien Nocera) (#662253)
1259+- Remove broken allowed_keys checks (Bastien Nocera)
1260+- Use GtkCellRendererAccel (Bastien Nocera)
1261+- Adjust shortcut files (Florian Müllner) (#663626)
1262+- Rename a11y keyboard shortcuts (Bastien Nocera)
1263+- Remove support for conditional shortcuts (Florian Müllner) (#663431)
1264+- Stop monitoring num-workspaces (Florian Müllner)
1265+- Port custom shortcuts to GSettings (Florian Müllner)
1266+
1267+Mouse:
1268+- Fix ATK descriptions (Bastien Nocera)
1269+
1270+Network:
1271+- Allocate nm-connection for nma-wireless-dialog (Gary Ching-Pang Lin) (#648174)
1272+- Show wireless dialog even if there is no active AP (Gary Ching-Pang Lin) (#661526)
1273+- Accessibility improvements (Matthias Clasen)
1274+- Add proxy to the keywords (Bastien Nocera) (#663340)
1275+- Make tabbing through the proxy page work (Matthias Clasen)
1276+
1277+Online accounts:
1278+- Add title for "Add Account" dialogue (Bastien Nocera) (#661573)
1279+
1280+Power:
1281+- Use the correct item in the combo boxes when sleep-when-inactive is disabled (Rodrigo Moya)
1282+- Don't set the sleep-inactive-x GSettings keys that have been removed (Richard Hughes)
1283+- Use "Power off" instead of "Shutdown" (Bastien Nocera) (#661559)
1284+
1285+Printers:
1286+- Check state of CUPS after start (Marek Kasik) (#659721)
1287+- Fix build on systems without LC_PAPER (Bastien Nocera) (#660692)
1288+- Don't hide address entry (Marek Kasik)
1289+- Make +/- buttons insensitive when can not connect to CUPS (Marek Kasik)
1290+- Set requesting-user-name when getting job info (Marek Kasik)
1291+- Detect disconnection of printer (Marek Kasik)
1292+- Don't allow "/" in printer name (Marek Kasik) (#661774)
1293+
1294+Region:
1295+- Hide system tab if no localed (Bastien Nocera)
1296+- Simplify getting the current Locale (Bastien Nocera)
1297+- Implement copying layouts (Bastien Nocera) (#659300)
1298+- Fix build on systems without LC_MEASUREMENT (Bastien Nocera) (#660787)
1299+- Align the example dates (Bastien Nocera)
1300+- Only show locales for languages that have translations (Rodrigo Moya)
1301+- Always add English to the list, as it should always be available (Rodrigo Moya)
1302+
1303+Screen:
1304+- Never set gnome-session's idle-delay to 1 (Rodrigo Moya)
1305+
1306+Shell:
1307+- Make sure we gtk_widget_show the search view (Rodrigo Moya)
1308+- Avoid crash when searching if a .desktop has no comment (Vincent Untz) (#661494)
1309+- Make Ctrl+Q work outside the overview (Bastien Nocera)
1310+- Make Ctrl+W close panels (Bastien Nocera) (#660814)
1311+- Give focus to the search entry when showing the overview page (Anders G. Jørgensen)
1312+- Don't crash when loading the icon fails (Christian Persch) (#660513)
1313+- Use icon for "All Settings" button (Bastien Nocera) (#657043)
1314+- Add a11y label for the All Settings button (Bastien Nocera)
1315+- Merge libgnome-control-center into main binary (Bastien Nocera)
1316+
1317+Sound:
1318+- Fix possible infinite loop in combo box (Bastien Nocera)
1319+- Add a minimum height for the output list (Bastien Nocera) (#660582)
1320+- Export sysfs path in stream properties (Bastien Nocera)
1321+- Port audible-bell to GSettings (Bastien Nocera) (#625899)
1322+
1323+Universal access:
1324+- Fix ATK descriptions (Bastien Nocera)
1325+- Avoid crashing when GConf is broken (Bastien Nocera) (#751007)
1326+- Update for metacity GSettings port (Bastien Nocera) (#625899)
1327+
1328+User accounts:
1329+- Make unlock icon in tooltip match reality (Matthias Clasen)
1330+
1331+Translations:
1332+- ar (Abderrahim Kitouni)
1333+- be (Ihar Hrachyshka)
1334+- cz (Petr Kovar)
1335+- de (Mario Blättermann, Christian Kirbach)
1336+- el (Kostas Papadimas)
1337+- en_GB (Bruce Cowan)
1338+- es (Daniel Mustieles, Jorge González, Benjamín Valero Espinosa)
1339+- fa (Arash Mousavi, Ali Akbar Najafian)
1340+- fr (Bruno Brouard)
1341+- ga (Seán de Búrca)
1342+- gl (Fran Dieguez)
1343+- he (Yaron Shahrabani)
1344+- id (Andika Triwidada)
1345+- ja (Jiro Matsuzawa)
1346+- ku (Erdal Ronahi)
1347+- lt (Aurimas Černius, Algimantas Margevičius)
1348+- nb (Kjartan Maraas)
1349+- nl (Rachid, Wouter Bolsterlee)
1350+- pl (Piotr Drąg)
1351+- sl (Andrej Žnidaršič, Matej Urbančič)
1352+- sr (Мирослав Николић)
1353+- sv (Daniel Nylander)
1354+- ta (Dr.T.Vasudevan)
1355+- te (krishnababu k)
1356+- tr (Muhammet Kara)
1357+- zh_CN (Aron Xu, Funda Wang, YunQiang Su)
1358+- zh_HK (Chao-Hsiung Liao, Cheng-Chia Tseng)
1359+- zh_TW (Chao-Hsiung Liao, Cheng-Chia Tseng)
1360+
1361+==========================
1362+Version 3.2.0 (2011-09-26)
1363+==========================
1364+
1365+System info:
1366+- Don't crash when systemd isn't used (Bastien Nocera) (#659367)
1367+- Don't warn if PackageKit isn't around (Bastien Nocera)
1368+- Continue on filesystem query info (Ryan Lortie) (#654563)
1369+
1370+Wacom:
1371+- Show "stand-by" page when Wacom not available (Bastien Nocera) (#657424)
1372+
1373+Translations:
1374+- af (Friedel Wolff)
1375+- bg (Alexander Shopov)
1376+- ca (Joan Duran)
1377+- ca@valencia (Carles Ferrando)
1378+- cz (Marek Černocký)
1379+- da (Flemming Christensen)
1380+- de (Mario Blättermann)
1381+- es (Daniel Mustieles)
1382+- eu (Inaki Larranaga Murgoitio)
1383+- fr (Bruno Brouard)
1384+- ga (Seán de Búrca)
1385+- gl (Fran Dieguez)
1386+- hu (Gabor Kelemen)
1387+- id (Andika Triwidada)
1388+- it (Luca Ferretti)
1389+- ja (Jiro Matsuzawa)
1390+- ko (Changwoo Ryu)
1391+- lv (Rudolfs Mazurs)
1392+- nb (Kjartan Maraas)
1393+- pa (A S Alam)
1394+- pl (Piotr Drąg)
1395+- pt (Duarte Loreto)
1396+- pt_BR (Og B. Maciel)
1397+- ru (Yuri Myasoedov)
1398+- sk (Pavol Šimo)
1399+- sl (Matej Urbančič)
1400+- sv (Daniel Nylander)
1401+- te (ipraveen)
1402+- th (Theppitak Karoonboonyanan)
1403+- zh_HK (Cheng-Chia Tseng, Chao-Hsiung Liao)
1404+- zh_TW (Cheng-Chia Tseng, Chao-Hsiung Liao)
1405+
1406+===========================
1407+Version 3.1.92 (2011-09-19)
1408+===========================
1409+
1410+Color:
1411+- Fix help links for gnome-help 3.1* (Jeremy Bicha)
1412+- Don't assert if the user double clicks the delete profile button (Richard Hughes)
1413+- Fix spawning of gcm-viewer (Matthias Clasen)
1414+- Do not allow the user to choose profiles owned by other users (Richard Hughes)
1415+- Do not allow the user to set default a profile they cannot access (Richard Hughes)
1416+- Disable 'View details' button if gcm-viewer is not installed (Rodrigo Moya)
1417+- Escape profile titles that have markup in the titles (Richard Hughes) (#659127)
1418+- Pack the left and right button groups into two GtkBox containers (Cosimo Cecchi) (#659273)
1419+
1420+Common:
1421+- Add a way for panels to receive additional arguments (Giovanni Campagna) (#657093)
1422+- Bump GTK+ deps (Bastien Nocera)
1423+- Tell the actual required version for NM (Bastien Nocera)
1424+
1425+Display:
1426+- Remove duplicate/unused translations (Bastien Nocera)
1427+
1428+Info:
1429+- Don't warn when the hostname is empty (Bastien Nocera)
1430+- Do fallback correctly when reading hostnames (Bastien Nocera)
1431+- Split the hostname setting (Bastien Nocera)
1432+
1433+Keyboard:
1434+- Link directly to the layouts page (Bastien Nocera)
1435+
1436+Network:
1437+- Show wireless dialogs when asked (Giovanni Campagna) (#657093)
1438+- Fix memleak when argv changes (Bastien Nocera)
1439+- A segfault was introduced when assigning to args (Alban Browaeys) (#658670)
1440+- Bind HTTP host entry to the 'host' setting in GSettings (Rodrigo Moya)
1441+
1442+Printers:
1443+- Match lower-case properly (Marek Kasik)
1444+
1445+Region:
1446+- Add ability to switch pages (Bastien Nocera)
1447+- Fix display of layouts on the system tab (Matthias Clasen)
1448+- Only offer to copy settings if they are different (Matthias Clasen)
1449+
1450+Screen:
1451+- Don't fill up the space (Bastien Nocera)
1452+- Fix resulting top-padding (Bastien Nocera) (#657606)
1453+- Remove indent on "Turn off..." label (Bastien Nocera)
1454+
1455+Shell:
1456+- Replace window sizing code (Bastien Nocera) (#658068)
1457+
1458+Sound:
1459+- Put the level bar at 0 when muting (Bastien Nocera) (#644537)
1460+- Allow switching tabs from the command-line (Bastien Nocera)
1461+
1462+Universal access:
1463+- Fix sensitivity of keyboard a11y (Bastien Nocera) (#649452)
1464+- Add context for text sizes (Bastien Nocera) (#645729)
1465+- Set contrast combo on startup (Michael Terry) (#658990)
1466+
1467+User accounts:
1468+- Hide old message when enrolling (Bastien Nocera)
1469+
1470+Wacom:
1471+- Add a left-handed switch (Peter Hutterer) (#657810)
1472+- Improve alignment of lines and widgets (Jakub Steiner) (#657425)
1473+- Make string as translatable (Bastien Nocera)
1474+
1475+Translations:
1476+- ast (Xandru Armesto)
1477+- be (Ihar Hrachyshka)
1478+- bg (Ivaylo Valkov)
1479+- de (Mario Blättermann)
1480+- en_GB (Bruce Cowan)
1481+- es (Jorge González, Daniel Mustieles)
1482+- fa (Arash Mousavi)
1483+- gl (Fran Dieguez)
1484+- hu (Gabor Kelemen)
1485+- id (Andika Triwidada)
1486+- it (Luca Ferretti)
1487+- ko (Changwoo Ryu, Seong-ho, Cho)
1488+- lt (Aurimas Černius)
1489+- lv (Rudolfs Mazurs)
1490+- nb (Kjartan Maraas)
1491+- pa (A S Alam)
1492+- pl (Piotr Drąg)
1493+- pt (Duarte Loreto)
1494+- pt_BR (Djavan Fagundes)
1495+- ru (Yuri Myasoedov)
1496+- sr (Мирослав Николић)
1497+- sv (Daniel Nylander)
1498+- ta (Dr.T.Vasudevan)
1499+- th (Theppitak Karoonboonyanan)
1500+- vi (Nguyễn Thái Ngọc Duy)
1501+- zh_CN (Aron Xu)
1502+
1503+===========================
1504+Version 3.1.91 (2011-09-05)
1505+===========================
1506+
1507+Color:
1508+- Ensure the calibrate program gets run correctly (Richard Hughes)
1509+- Use a mnemonic character on the Import button (Jiro Matsuzawa) (#658167)
1510+- If cancelling profile import don't show the empty assign dialog (Richard Hughes) (#658180)
1511+- Do not use a GtkSeparatorToolItem in the GtkToolbar (Richard Hughes)
1512+
1513+Display:
1514+- Clean up signal handling when finalized (Bastien Nocera) (#657919)
1515+
1516+Media:
1517+- Use new media-removable icon (Bastien Nocera) (#657801)
1518+
1519+Network:
1520+- Set the org.gnome.system.proxy.http 'enabled' key if the user sets a HTTP proxy (Richard Hughes)
1521+- Explicitly unset 'use-same-proxy' as there's no UI for that (Richard Hughes) (#657235)
1522+
1523+Power:
1524+- Don't print a message to .xsession-errors if it's not an error (Richard Hughes)
1525+- Use a proper icon for the panel (Jakub Steiner) (#645536)
1526+- Update the UI to reflect the new mockup (Richard Hughes)
1527+
1528+Screen:
1529+- Hide brightness heading when unused (Bastien Nocera) (#657606)
1530+
1531+Shell:
1532+- Use symbolic name for minimum height (Bastien Nocera)
1533+
1534+Sound:
1535+- Add some (element-type) annotations to appease g-i master (Dan Winship)
1536+
1537+Wacom:
1538+- Dim the labels (grey, not black) (Peter Hutterer) (#657812)
1539+
1540+Translations:
1541+- be (Yuri Matsuk, Ihar Hrachyshka)
1542+- es (Jorge González)
1543+- fi (Timo Jyrinki)
1544+- gl (Fran Dieguez)
1545+- ja (Jiro Matsuzawa)
1546+- nb (Kjartan Maraas)
1547+- pa (A S Alam)
1548+- ru (Yuri Myasoedov)
1549+- sv (Daniel Nylander)
1550+
1551+===========================
1552+Version 3.1.90 (2011-08-30)
1553+===========================
1554+
1555+Background:
1556+- Allow SVG image files as background (Rodrigo Moya) (#648764)
1557+
1558+Color:
1559+- Fix a crash where out internal state gets screwed up (Richard Hughes)
1560+- Only allow the user to import custom profiles with colord >= 0.1.12 (Richard Hughes)
1561+- Remove color managed devices if they are deleted by another process (Richard Hughes)
1562+- Do not attempt to delete the device if it's already added (Richard Hughes)
1563+- If there are no profiles or devices then hide the toolbar (Richard Hughes)
1564+- Add a small italic indication when there are no color managed devices (Richard Hughes)
1565+- Add a new 'Learn more' button to the color panel (Richard Hughes)
1566+- If we have only a few devices and profiles expand the treeview at startup (Richard Hughes)
1567+- Remove unneeded category (Bastien Nocera)
1568+- When setting the default profile for a display, use the correct device (Richard Hughes)
1569+
1570+Common:
1571+- Simplify language display (Matthias Clasen)
1572+- Add api for region names (Matthias Clasen)
1573+- Add a region mode to the language chooser (Matthias Clasen)
1574+- Tweak default user list (Bastien Nocera)
1575+- Fix distribution of language chooser glade file (Rodrigo Moya)
1576+
1577+Date & Time:
1578+- Use radio buttons for 24h time (Bastien Nocera) (#640059)
1579+
1580+Display:
1581+- Clean up ifdef's (Bastien Nocera)
1582+- Simplify panel code (Bastien Nocera)
1583+- Fix the labeller not disappearing (Bastien Nocera)
1584+- Prefer higher frequency modes (Bastien Nocera) (#655041)
1585+
1586+Keyboard:
1587+- Add link to the Region panel (Bastien Nocera) (#643101)
1588+- Simplify GtkBuilder calls (Bastien Nocera)
1589+- Use icon without a spanner (Bastien Nocera) (#657556)
1590+
1591+Network:
1592+- Mobile broadband bug fixes (Jiří Klimeš) (#657303)
1593+- Fix possible double-free (Bastien Nocera)
1594+- Fix display of IP info for some configs (Jiří Klimeš) (#657303)
1595+- Fix updating VPN info when edited (Jiří Klimeš) (#723489)
1596+- Show VPN type and info in panel (Jiří Klimeš)
1597+- Clarify the VPN service type setting (Bastien Nocera)
1598+- Rename "Options..." to "Configure..." (Bastien Nocera) (#657002)
1599+- Fallback to GNOME as a hotspot name (Bastien Nocera)
1600+- Use icon without a spanner (Bastien Nocera) (#657556)
1601+
1602+Online accounts:
1603+- Disable buttons when D-Bus service not available (Bastien Nocera) (#652572)
1604+
1605+Power:
1606+- Remove power and suspend buttons config (Bastien Nocera) (#652183) (#657068)
1607+- Don't shrink the panel on desktops (Bastien Nocera)
1608+
1609+Region:
1610+- Avoid a crash in the absence of configured layouts (Matthias Clasen)
1611+- Fix locale-changing code (Matthias Clasen)
1612+- Redo the language tab (Matthias Clasen)
1613+- Redo the formats tab (Matthias Clasen)
1614+- Use region names on the region tab (Matthias Clasen)
1615+- Show fewer regions (Matthias Clasen)
1616+- Ensure the system tab is updated (Matthias Clasen)
1617+- Add some spacing to the system tab (Matthias Clasen)
1618+- Initial implementation of 'copy to system' (Matthias Clasen)
1619+- Avoid crash when systemd is not available (Rodrigo Moya)
1620+- Don't show region panel in Unity, it uses its own language selector (Rodrigo Moya)
1621+
1622+Shell:
1623+- Only load desktop files from our dirs (Bastien Nocera)
1624+- Don't repeat the item title when searching (Bastien Nocera) (#657020)
1625+- Add Ctrl+Q as a way to exit the shell (Bastien Nocera) (#653443)
1626+
1627+Sound:
1628+- Remove trailing spaces in strings (Bastien Nocera) (#657169)
1629+- Track PulseAudio connection state and expose it (Giovanni Campagna) (#645708)
1630+- Update volume-control applet for GVC API changes (Giovanni Campagna) (#645708)
1631+- Don't warn without a sizegroup (Bastien Nocera)
1632+- Fix sizing of sliders (Bastien Nocera)
1633+
1634+System info:
1635+- Always show the "Updates" button (Bastien Nocera) (#645274)
1636+
1637+Universal access:
1638+- Add more keywords to the desktop file (Matthias Clasen) (#657189)
1639+- Add translator comments (Bastien Nocera) (#657167)
1640+- Keep "text size" items a constant size (Bastien Nocera) (#657188)
1641+- Don't crash when metacity isn't installed (Bastien Nocera)
1642+
1643+User accounts:
1644+- Remove some dead code (Matthias Clasen)
1645+- Add a filter entry to the language dialog (Matthias Clasen)
1646+- Prepopulate the language combo (Matthias Clasen)
1647+- Remove trailing space in string (Bastien Nocera) (#657169)
1648+- Add translator comments for split line (Bastien Nocera) (#657168)
1649+- Prevent autologin for disabled users (Matthias Clasen) (#649816)
1650+- Fix life-cycle issues (Matthias Clasen)
1651+
1652+Wacom:
1653+- Add a wacom control panel (Peter Hutterer) (#640981)
1654+
1655+Translations:
1656+- bg (Ivaylo Valkov)
1657+- de (Mario Blättermann)
1658+- es (Daniel Mustieles, Jorge González)
1659+- gl (Fran Dieguez)
1660+- lt (Aurimas Černius)
1661+- nb (Kjartan Maraas)
1662+- nl (Reinout van Schouwen)
1663+- sr (Мирослав Николић)
1664+- sv (Daniel Nylander)
1665+- ta (Dr.T.Vasudevan)
1666+- ug (Abduxukur Abdurixit)
1667+- zh_CN (Aron Xu)
1668+- zh_HK (Chao-Hsiung Liao)
1669+- zh_TW (Chao-Hsiung Liao)
1670+
1671+==========================
1672+Version 3.1.5 (2011-08-18)
1673+==========================
1674+
1675+Common:
1676+- Add some more debug when listing languages (Bastien Nocera)
1677+
1678+Network:
1679+- Default to g_get_host_name if pretty hostname call failed (Mathieu Trudel-Lapierre)
1680+
1681+Printers:
1682+- Open firewall for required connections when searching (Marek Kasik)
1683+- Use system-config-printer's GetBestDrivers method (Marek Kasik) (#654742)
1684+- Use system-config-printer's GroupPhysicalDevices method (Marek Kasik)
1685+- Use system-config-printer's MissingExecutables method (Marek Kasik)
1686+
1687+Region:
1688+- Keep selection when moving layout up/down (Sergey Udaltsov) (#654880)
1689+- Sort locales for format selection (Rodrigo Moya)
1690+- Display user's input source in System tab (Rodrigo Moya)
1691+
1692+Shell:
1693+- Port to new gnome-menus API (Vincent Untz) (#655110)
1694+- Do not add a trailing dash in search target when comment is empty (Vincent Untz) (#655487)
1695+
1696+Sound:
1697+- Update the sound theme for speaker testing (David Henningsson)
1698+
1699+Translations:
1700+- de (Mario Blättermann)
1701+- es (Daniel Mustieles)
1702+- gl (Fran Dieguez)
1703+- he (Yaron Shahrabani)
1704+- id (Andika Triwidada)
1705+- nb (Kjartan Maraas)
1706+- pa (A S Alam)
1707+- sv (Daniel Nylander)
1708+- uk (Daniel Korostil)
1709+- vi (Nguyễn Thái Ngọc Duy, Ngô Chin)
1710+- zh_CN (Yinghua Wang)
1711+- zh_HK (Chao-Hsiung Liao)
1712+- zh_TW (Chao-Hsiung Liao)
1713+
1714+==========================
1715+Version 3.1.4 (2011-07-25)
1716+==========================
1717+
1718+Background:
1719+- Add "swap" button for gradients (Bastien Nocera) (#34498)
1720+
1721+Common:
1722+- Add safeguards for empty language (Bastien Nocera)
1723+
1724+Date & Time:
1725+- Restore TZ envvar as it was (Rui Matos) (#649568)
1726+
1727+Info:
1728+- Use the new g_format_size() glib function (Javier Jardón)
1729+
1730+Network:
1731+- Kill compilation warnings (Rodrigo Moya)
1732+
1733+Power:
1734+- Use the new gnome-settings-daemon DBus names now the power plugin has moved to
1735+ g-s-d (Richard Hughes)
1736+- Make insensitive any sleep actions the hardware cannot do (Richard Hughes)
1737+
1738+Printers:
1739+- Make model label and ip address label selectable (Marek Kasik) (#651545)
1740+- Add translation context in some places (Matthias Clasen) (#654725)
1741+
1742+Region:
1743+- Add weak ref for locale settings (Rodrigo Moya)
1744+- Set LC_ specific variables, not LC_ALL (Rodrigo Moya)
1745+- If no regional settings, use the configured language (Rodrigo Moya)
1746+- Show measurement (Bastien Nocera)
1747+- Don't use markup in bold labels (Bastien Nocera)
1748+
1749+Screen:
1750+- Avoid making lots of DBus calls to set the brightness when the slider change
1751+ too quickly (Rodrigo Moya)
1752+
1753+Shell:
1754+- Shrink vertically (Bastien Nocera) (#645808)
1755+
1756+Sound:
1757+- Make hadware page tree a little taller (Bastien Nocera)
1758+
1759+Universal access:
1760+- Remove unused column in model (Bastien Nocera)
1761+
1762+User accounts:
1763+- Improved new username format message (Robert Roth) (#647851)
1764+- Remove unneeded markup in label (Bastien Nocera)
1765+
1766+Translations:
1767+- cz (Marek Černocký)
1768+- es (Daniel Mustieles, Jorge González)
1769+- gl (Fran Dieguez)
1770+- he (Yaron Shahrabani)
1771+- lv (Rudolfs Mazurs)
1772+- nb (Kjartan Maraas)
1773+- pa (A S Alam)
1774+- sl (Matej Urbančič)
1775+- sv (Daniel Nylander)
1776+- tr (Muhammet Kara)
1777+
1778+==========================
1779+Version 3.1.3 (2011-07-04)
1780+==========================
1781+
1782+Common:
1783+- Bump gsettings-desktop-schemas requirement for locale settings (Rodrigo Moya)
1784+- Add Unity to OnlyShowIn fields (Michael Terry) (#653661)
1785+
1786+Library:
1787+- Typo preventing compilation on some platforms (Antoine Jacoutot) (#651162)
1788+
1789+Color:
1790+- Add new color setting panel (Richard Hughes)
1791+
1792+Date & Time:
1793+- Fix date sensitivity on permission changes (Florian Müllner)
1794+
1795+Info:
1796+- Skip test-hostnames if en_US.UTF-8 is not available (Frédéric Peters)
1797+- Fix disk space showing free space (Bastien Nocera) (#639376)
1798+- Fix https scheme handler app setting (Alexandre Rostovtsev) (#653211)
1799+
1800+Keyboard:
1801+- Force "icons" toolbar style (Bastien Nocera) (#651595)
1802+- Change precedence for schema in KeyList parser (Florian Müllner) (#653685)
1803+- Fix a small memory leak (Florian Müllner) (#653613)
1804+- Support string array keybindings (Florian Müllner)
1805+
1806+Network:
1807+- Fix the wpad warning (Matthias Clasen)
1808+- Avoid a possible crash (Matthias Clasen)
1809+- Use the correct condition for the option button (Matthias Clasen)
1810+- Refresh ui in an idle (Matthias Clasen)
1811+- Implement network sharing (Matthias Clasen)
1812+- Simplify security string for hotspots (Matthias Clasen)
1813+- Add warning dialogs (Matthias Clasen)
1814+- Disable the hotspot button when the device is off (Matthias Clasen)
1815+- Use the 'pretty hostname' for hotspots (Matthias Clasen)
1816+- Remove spaces before question marks (Piotr Drąg)
1817+- Avoid uninitialised variable (Bastien Nocera)
1818+- Fix toolbar style (Bastien Nocera) (#651595)
1819+
1820+Online accounts:
1821+- Add panel for gnome-online-accounts (Bastien Nocera)
1822+
1823+Printers:
1824+- Allow editing of printer name and location (Marek Kasik) (#649511)
1825+- Use SNMP CUPS backend to discover printers on given address (Marek Kasik)
1826+- Move check for availability of CUPS to better place (Marek Kasik)
1827+- Include cups/ppd.h explicitly (Marek Kasik)
1828+- Force icons toolbar style (Bastien Nocera) (#651599)
1829+
1830+Region:
1831+- Fix the labels according to the usability gurus (Sergey V. Udaltsov) (#641021)
1832+- Fix a couple of memory leaks (Rui Matos) (#652360)
1833+- Fix infinite loop dealing with gsettings 'changed' signal (Rui Matos) (#652361)
1834+- Remove helper function not needed since GTK+ 3.0 (Rui Matos) (#652374)
1835+- Trigger the layout chooser dialog response on 'row-activated' signal (RuiMatos) (#652409)
1836+- Add 'formats' tab (Rodrigo Moya)
1837+- Force icons only toolbar style (Bastien Nocera)
1838+- Add 'system' tab (Rodrigo Moya)
1839+
1840+Shell:
1841+- Move the raised class hint to the tool item (Cosimo Cecchi)
1842+- Don't update the visibility of the lock button (Florian Müllner) (#652299)
1843+- Make --help-all and --help-gtk work (Bastien Nocera) (#652165)
1844+- Use proper Unicode ellipses in the search renderer (Philip Withnall)
1845+- Fix bad rendering of search results (Bastien Nocera) (#652709)
1846+- Print warning for uninstantiable panels (Bastien Nocera) (#652585)
1847+
1848+Sound:
1849+- Fix direction of speaker test in RTL languages (Bastien Nocera) (#651273)
1850+
1851+User accounts:
1852+- Fix fingerprint assistant (Matthias Clasen) (#649678)
1853+- Fix deleting users on 32-bit systems (Bastien Nocera) (#652073)
1854+
1855+Xrandr:
1856+- Change "Anti-Clockwise" to "Counterclockwise" (Dan Winship) (#652569)
1857+
1858+Translations:
1859+- ca (Pau Iranzo)
1860+- ca@valencia (Carles Ferrando)
1861+- de (Mario Blättermann)
1862+- el (Kostas Papadimas)
1863+- eo (Kristjan SCHMIDT)
1864+- es (Daniel Mustieles, Jorge González)
1865+- fa (Arash Mousavi)
1866+- ga (Seán de Búrca)
1867+- gl (Fran Diéguez)
1868+- he (Yaron Shahrabani)
1869+- hu (Gabor Kelemen)
1870+- id (Andika Triwidada)
1871+- lt (Aurimas Černius)
1872+- nb (Kjartan Maraas)
1873+- ru (Yuri Myasoedov)
1874+- sl (Andrej Žnidaršič, Matej Urbančič)
1875+- vi (Nguyễn Thái Ngọc Duy)
1876+
1877+==========================
1878+Version 3.0.2 (2011-05-24)
1879+==========================
1880+
1881+Common:
1882+- Remove calls to AM_GNU_GETTEXT, IT_PROG_INTLTOOL should be enough (Rodrigo Moya)
1883+
1884+Mouse:
1885+- Update from gnome-settings-daemon (Bastien Nocera) (#695041)
1886+
1887+Network:
1888+- Properly select the active ap (Matthias Clasen) (#649934)
1889+
1890+Power:
1891+- Only show the 'When power is critically low' when there is a laptop
1892+ battery or UPS attached (Richard Hughes) (#646053)
1893+
1894+Printers:
1895+- Remove the subscription renewal timeout when the panel goes away (Matthias Clasen)
1896+- Make Add button insensitive until user select a printer (Marek Kasik) (#648787)
1897+- Improve search for PPDs for new devices (Marek Kasik)
1898+- Check presence of new printer (Marek Kasik)
1899+
1900+Shell:
1901+- Add raised style to "All Settings" button (Cosimo Cecchi) (#645809)
1902+- Kill warning in g_print call (Rodrigo Moya)
1903+
1904+User accounts:
1905+- Show username when no real name (Bastien Nocera) (#648348)
1906+- Fix bug when name is changed to contain markup (Bastien Nocera)
1907+- Don't call gtk_main_quit if AccountService is unavailable (David Benjamin) (#648969)
1908+
1909+Translations:
1910+- ga (Seán de Búrca)
1911+- gl (Fran Diéguez)
1912+- hu (Gabor Kelemen)
1913+- nb (Kjartan Maraas)
1914+- pl (Piotr Drąg)
1915+- pt_BR (Rodrigo Padula de Oliveira)
1916+- ug (Abduxukur Abdurixit)
1917+- uk (Daniel Korostil)
1918+- zh_CN (Funda Wang)
1919+- zh_HK (Pin-Hsien Li)
1920+- zh_TW (Pin-Hsien Li)
1921+
1922+============================
1923+Version 3.0.1.1 (2011-04-26)
1924+============================
1925+
1926+Shell:
1927+- Fix initial state of 'search' icon in entry
1928+
1929+Region:
1930+- Add 'clear' icon in search entry (#647717)
1931+
1932+Keyboard:
1933+- Always add 'custom shortcuts' section (#648091)
1934+- Make adding custom shortcuts work (#648187)
1935+- Make unsetting custom shortcuts work
1936+
1937+Display:
1938+- Avoid critical warnings at startup (#648620)
1939+
1940+Translation updates:
1941+- Slovak
1942+
1943+==========================
1944+Version 3.0.1 (2011-04-26)
1945+==========================
1946+
1947+Shell:
1948+- Don't exit when --help is called and the shell is
1949+ already running
1950+- Center by default
1951+
1952+Printers:
1953+- Fix setting the default printer
1954+- Fix initial state of printer list
1955+- Make it possible to cancel adding new printers
1956+- Set default papersize according to the locale
1957+- Make it faster by caching PPDs for the local printer
1958+
1959+Removable Media:
1960+- Make "never autorun" checkbox work
1961+
1962+User accounts:
1963+- Try hard to not show the "root" account
1964+- Use local documentation for "good password"
1965+
1966+Network:
1967+- Add support for connecting to hidden wireless networks
1968+
1969+Background:
1970+- Allow adding multiple images at once
1971+
1972+Keyboard:
1973+- Fix shortcuts disappearing when creating a new workspace
1974+- Handle shortcut conflicts when they occur in a different section
1975+
1976+Date & Time:
1977+- Fix critical on startup
1978+- Add support for all the possible TZ set on a Linux system
1979+
1980+Info:
1981+- Fix possible crash
1982+- Don't block the UI when checking for free space
1983+
1984+Sound:
1985+- Only autostart panel applet in GNOME
1986+- Fix clipping when sound volume is > 100%
1987+
1988+Loads of updated translations
1989+
1990+============================
1991+Version 3.0.0.1 (2011-04-06)
1992+============================
1993+
1994+Network:
1995+- Avoid assertions with mobile broadband devices
1996+
1997+Background:
1998+- Fix a compiler warning
1999+
2000+Printers:
2001+- Actualize printer and job lists automatically
2002+- Avoid crash if policy is unavailable
2003+- Don't set a reason when setting AcceptJobs
2004+
2005+Date & Time:
2006+- Fix test-endianess on OpenSUSE (#646780)
2007+
2008+Translation updates: Vietnamese, Esperanto, Bengali, Persian
2009+
2010+==========================
2011+Version 3.0.0 (2011-04-04)
2012+==========================
2013+
2014+Background:
2015+- Don't show errors when loading default bg (Bastien Nocera) (#646056)
2016+- Don't use the GnomeBG thumbnails for the preview area (Cosimo Cecchi) (#646180)
2017+- Don't assert() for typos in XML files (Bastien Nocera) (#646250)
2018+
2019+Common:
2020+- Remove API reference, as it's incomplete and going away for next cycle (Rodrigo Moya)
2021+- Fix build on fresh checkouts (Florian Müllner)
2022+
2023+Keyboard:
2024+- Set repeat-interval correctly (Bastien Nocera) (#646241)
2025+- Bump gnome-settings-daemon requirement (Bastien Nocera)
2026+
2027+Network:
2028+- Use symbolic icon for ad-hoc wireless connections (Cosimo Cecchi) (#646140)
2029+- Hide the security cell renderer if there's no icon to display (Cosimo Cecchi) (#646140)
2030+- Do not add bluetooth devices to the panel to avoid asserting the control-center (Richard Hughes)
2031+- Fix build against NetworkManager on Debian (Matthias Clasen) (#646349)
2032+- Reset the network name combo when disconnected (Matthias Clasen) (#646031)
2033+- Display more detailed status for unavailable devices (Matthias Clasen) (#646027)
2034+- Make creating vpn connections work again (Matthias Clasen)
2035+
2036+Printers:
2037+- Make "Print Test Page" button always sensitive (Marek Kasik)
2038+- Do not delete browsed printers (Marek Kasik)
2039+
2040+Region:
2041+- Make the layout options modal (Cosimo Cecchi) (#646183)
2042+
2043+Shell:
2044+- Turn off spinner cursor when launched (Bastien Nocera) (#646045)
2045+
2046+Sound:
2047+- Make the volume icons smaller and center them properly in the bar (Cosimo Cecchi) (#646153)
2048+- Make sound applet work again in fallback (Bastien Nocera) (#646044)
2049+
2050+Universal Access:
2051+- Don't incorrectly mark some hboxes as insensitive (Cosimo Cecchi) (#646240)
2052+
2053+Translations:
2054+- af (Friedel Wolff)
2055+- ar (Khaled Hosny)
2056+- bn (Jamil Ahmed)
2057+- ca (Jordi Serratosa)
2058+- cz (Marek Černocký)
2059+- da (Ask H. Larsen)
2060+- de (Wolfgang Stöggl)
2061+- el (George Stefanakis, Simos Xenitellis)
2062+- en_GB (Bruce Cowan)
2063+- eu (Iñaki Larrañaga Murgoitio)
2064+- gu (Sweta Kothari)
2065+- hi (Rajesh Ranjan)
2066+- hu (Gabor Kelemen)
2067+- it (Luca Ferretti)
2068+- ja (Jiro Matsuzawa, Takayuki KUSANO)
2069+- kn (Shankar Prasad)
2070+- ko (Changwoo Ryu)
2071+- lt (Gintautas Miliauskas)
2072+- nb (Kjartan Maraas)
2073+- nl (Wouter Bolsterlee)
2074+- pl (Piotr Drąg)
2075+- pt (Duarte Loreto)
2076+- ta (Dr.T.Vasudevan)
2077+- te (krishnababu k)
2078+- tr (Baris Cicek)
2079+- zh_HK (Chao-Hsiung Liao)
2080+- zh_TW (Chao-Hsiung Liao)
2081+
2082+=============================
2083+Version 2.91.93 (2011-03-28)
2084+=============================
2085+
2086+Common:
2087+- Add a --verbose option to the shell
2088+- Make sure the desktop file uses categories that show up in menus
2089+
2090+Date & Time:
2091+- Fix time widget ordering in RTL locales
2092+
2093+Printing:
2094+- Use a single privilege to unlock the entire page
2095+- Honor disable-print-setup lockdown setting
2096+- Use CUPS printer test page
2097+
2098+Power:
2099+- Use a better icon
2100+
2101+Sound:
2102+- Port to GSettings
2103+- Fallback if loading a non-existent custom theme
2104+
2105+User Accounts:
2106+- Remove stray debugging output
2107+- Make crop window modal
2108+- Fix crop window background color
2109+
2110+Universal Access:
2111+- Bring screen reader option back
2112+
2113+Network:
2114+- Drop creation of custom connections for now, except for VPN
2115+- Show a padlock icon for 'secure' access points
2116+- Memory leak fixes
2117+- Implement on/off switch for wired devices
2118+- Properly track VPN connection state
2119+- Use grids for better UI alignment
2120+- Handle NetworkManager restarts gracefully
2121+
2122+Region:
2123+- Remove tooltips from layout list
2124+
2125+Background:
2126+- Make the window fit on small screens
2127+
2128+Translations:
2129+ Arabic, Swedish, Galician, Estonian, Norwegian bokmål, Italian,
2130+ Slovenian, Romanian, German, Simplified Chinese, Ukrainian,
2131+ Spanish, French, Russian, Catalan, Dutch, Punjabi, Korean,
2132+ Czech, Hebrew, Vietnamese, Japanese, Uighur, Latvian, Hindi,
2133+ Brazilian Portuguese, Polish
2134+
2135+=============================
2136+Version 2.91.92 (2011-03-21)
2137+=============================
2138+
2139+Common:
2140+- Bump GTK+ dep to 3.0.2 (Matthias Clasen) (#644182)
2141+- Fix linking of libshortcuts against X (Frédéric Péters) (#644410)
2142+- Improve CUPS detection (Saleem Abdulrasool) (#644064)
2143+- Set the 'inline-toolbar' style class to toolbars which need it (Cosimo Cecchi) (#645059)
2144+
2145+Background:
2146+- Use new picture-uri GSettings key (Bastien Nocera) (#633983)
2147+
2148+Date and Time:
2149+- Change combobox when map is clicked (Bastien Nocera)
2150+- Make 24h setting changeable without unlocking (Bastien Nocera) (#643891)
2151+- Add missing timezone files (Frédéric Péters) (#630261)
2152+- Add hacks to support more timezones (Bastien Nocera)
2153+- Don't crash when the timezone is unknown (Bastien Nocera)
2154+
2155+Display:
2156+- Fix dragging rotated monitors (Alexander Larsson) (#641345)
2157+
2158+Info:
2159+- Use dim labels (William Jon McCann)
2160+
2161+Keyboard:
2162+- Fix crasher when num workspace changes (Bastien Nocera) (#644784)
2163+- Mark the scales as insensitive when the checkboxes are off (Cosimo Cecchi) (#645151)
2164+- Correct labels for blinking speed (Bastien Nocera) (#645314)
2165+
2166+Mouse:
2167+- Don't destroy the touchpad tab (Bastien Nocera)
2168+- Check caps of the touchpad when added (Bastien Nocera)
2169+- Make sure we fit within our minimum vertical size (William Jon McCann)
2170+- Don't reset scrolling method on start (Bastien Nocera) (#642474)
2171+
2172+Network:
2173+- Show the wireless security currently being used (Richard Hughes)
2174+- Do not show a provider string for mobile broadband devices when not connected (Richard Hughes)
2175+- Do not show the IPv6 address if nm_device_get_dhcp6_config() failed (Richard Hughes)
2176+- nm_device_wifi_get_bitrate() returns values in kb/s, not Mb/s (Richard Hughes)
2177+- Hide UI controls that are not connected up to anything yet (Richard Hughes)
2178+- Display the IPv6 address if one is provided for the device (Richard Hughes)
2179+- Never show the loop device if IP4 data isn't available (Richard Hughes)
2180+- Use an abstract device so we can get the VPN connection data (Richard Hughes)
2181+- Show the VPN connection state in the panel header (Richard Hughes)
2182+- A disconnected wired connection is 'Unplugged', not 'Disconnected' (Richard Hughes)
2183+- Display a different icon if the wired ethernet device is disconnected (Richard Hughes)
2184+- Do not show a speed of zero for any device (Richard Hughes)
2185+- Ensure we refresh the UI if coldplug devices are changed (Richard Hughes)
2186+- Add Option buttons (Matthias Clasen)
2187+- Fix some alignment and focus issues (Matthias Clasen)
2188+- Add a device off switch (Matthias Clasen)
2189+- Implement and show on/off switch for wireless/wimax (Matthias Clasen)
2190+- Refresh UI when active connections change (Matthias Clasen)
2191+- Add Option buttons to allow editing connections (Matthias Clasen)
2192+- Watch for new VPN connections being added and add them to the panel (Richard Hughes)
2193+- Drop tooltips on the device list (Matthias Clasen) (#644964)
2194+- Use dim-label style class for labels (Matthias Clasen) (#644964)
2195+- Fix version compatibility warning dialog (William Jon McCann) (#644973)
2196+- Avoid header pixel noise and inconsistent spacing (Matthias Clasen) (#644954, #644955)
2197+
2198+Printers:
2199+- Attach 'add printer' dialog to toplevel (Matthias Clasen) (#644213)
2200+- Call cupsGetDevices() asynchronously (Marek Kasik) (#644212)
2201+- Use dim-label to accentuate values (William Jon McCann)
2202+- Set longer timeout for installation of printer driver (Marek Kasik)
2203+- Don't sort printers by usage (Marek Kasik)
2204+- Handle no printers situation better (Marek Kasik) (#641421)
2205+- Show IP address of printer (Marek Kasik)
2206+- Change text about unavailability of CUPS (Marek Kasik) (#641421)
2207+- Fix alignment in secondary notebook pages (William Jon McCann)
2208+- Show computer-fail icon when can not connect to CUPS (Marek Kasik) (#641421)
2209+
2210+Region:
2211+- Using separate window group to avoid modal shadowing (Sergey Udaltsov)
2212+- Stop layout add dialogue from "jumping" (Bastien Nocera)
2213+- Make drag'n'drop work (Bastien Nocera)
2214+
2215+Screen:
2216+- Fix the delay acrobatics (Matthias Clasen) (#644403)
2217+- Drop converting between seconds and minutes (William Jon McCann)
2218+- Set the label as insensitive when Lock is off (Cosimo Cecchi) (#645149)
2219+- Honor disable-lock-screen setting (William Jon McCann)
2220+
2221+Shell:
2222+- Fix resizing when switching from panel to panel (Gerd Kohlberger) (#636596)
2223+
2224+Sound:
2225+- Fix scroll event handling of channel bars (Matthias Clasen) (#644462)
2226+- Fix ordering of typedefs (Bastien Nocera)
2227+- Use upstream value for amplified volume (Colin Guthrie) (#644292)
2228+- Add introspection info for new GIcon function (Florian Müllner)
2229+- Remove old support code for PA < 0.9.15 (Bastien Nocera)
2230+
2231+Universal access:
2232+- Set the name to the right hboxes (Cosimo Cecchi) (#645135)
2233+- Use NO_SENSITIVITY flag for g_settings_bind() (Cosimo Cecchi) (#645171)
2234+
2235+User accounts:
2236+- Use dim-label class instead of hardcoded color (William Jon McCann)
2237+- Update cheeese minimum requirements (Bastien Nocera)
2238+- Nuke supervised accounts (David Zeuthen)
2239+- Don't warn if there are no faces pixmaps (Bastien Nocera) (#645347)
2240+
2241+Translations:
2242+- ar (Khaled Hosny)
2243+- cz (Ondrej Kopka)
2244+- de (Mario Blättermann)
2245+- en_GB (Bruce Cowan)
2246+- es (Daniel Mustieles, Jorge González)
2247+- et (Mattias Põldaru)
2248+- gl (Fran Diéguez)
2249+- he (Yaron Shahrabani)
2250+- hu (Gabor Kelemen)
2251+- it (Luca Ferretti)
2252+- ja (Takayuki KUSANO)
2253+- ko (Changwoo Ryu)
2254+- lt (Gintautas Miliauskas)
2255+- lv (Rudolfs Mazurs)
2256+- nb (Kjartan Maraas)
2257+- pa (A S Alam)
2258+- pl (Piotr Drąg)
2259+- pt (Duarte Loreto)
2260+- pt_BR (Hugo Vaz Sampaio)
2261+- sl (Andrej Žnidaršič, Matej Urbančič)
2262+- sr (Мирослав Николић)
2263+- sv (Daniel Nylander)
2264+- uk (Daniel Korostil)
2265+- zh_CN (Aron Xu)
2266+- zh_HK (Chao-Hsiung Liao)
2267+- zh_TW (Chao-Hsiung Liao)
2268+
2269+=============================
2270+Version 2.91.91 (2011-03-08)
2271+=============================
2272+
2273+Shell:
2274+- Reload the list of panels when new ones are added
2275+
2276+Date and Time:
2277+- Use correct order for date widgets when in non-US locales
2278+
2279+Info:
2280+- Look for which device is being driven by the VESA driver
2281+- Remove (tm) from GNOME logo
2282+
2283+Keyboard:
2284+- Add support for the magnifier zoom in/out shortcuts
2285+- Fix loading of custom shortcuts
2286+- Fix initial selection in the shortcut pane
2287+- Make shortcut conflicts code actually work
2288+- Fix warning about "editing-canceled"
2289+- Make repeat rate and speed follow a11y guidelines
2290+
2291+Network:
2292+- Update for recent NetworkManager changes
2293+
2294+Printers:
2295+- Don't show driver version in the model name
2296+- Add dialogue for adding new printers
2297+
2298+Region and Language:
2299+- Don't block the interface when loading the panel
2300+- Do not allow adding the same keyboard layout twice
2301+
2302+Sound:
2303+- Fix only starting applet in fallback session
2304+
2305+Universal Access:
2306+- Show actual keyboard shortcuts as defined in Keyboard
2307+- Make "on-screen keyboard" switch work
2308+- Fix initial state of typing help
2309+- Add "smaller text" size
2310+
2311+=============================
2312+Version 2.91.90 (2011-02-22)
2313+=============================
2314+
2315+Background:
2316+- Remove loading of obsolete backgrounds (Bastien Nocera)
2317+- Load initial state from GSettings (Bastien Nocera)
2318+- Don't warn when trying to load a gradient (Bastien Nocera)
2319+- Make loading wallpapers seem faster (Bastien Nocera)
2320+- Show 'Adwaita' as the first in the list (Bastien Nocera) (#637384)
2321+- Handle no-flags from saved config (Bastien Nocera)
2322+- Set the shading for pictures (Bastien Nocera)
2323+- Add/Remove features for panel (Bastien Nocera)
2324+- Don't show an error if no cache dir (Bastien Nocera)
2325+- Add arrows for the gradients (Bastien Nocera)
2326+
2327+Date & Time:
2328+- Don't crash when g-s-d is badly installed (Bastien Nocera) (#641232)
2329+- Create filenames locale-independently (Christian Persch) (#641294)
2330+- Fix crash when TZ is an alias (Bastien Nocera) (#641360)
2331+- Fix city combobox filtering (Bastien Nocera)
2332+
2333+Display:
2334+- Remove support for old D-Bus interface (Bastien Nocera)
2335+- Simplify some old GNOME 2.x code (Bastien Nocera)
2336+
2337+Info:
2338+- Make labels selectable (William Jon McCann)
2339+- Add graphics info (William Jon McCann)
2340+- Add special case for Atom(TM) (William Jon McCann)
2341+- Add panel chooser, graphics tab (Colim Walters) (#642068)
2342+- Add stub for default apps page (William Jon McCann)
2343+- Clearify language in force fallback controls (William Jon McCann)
2344+- Correctly detect the fallback session (William Jon McCann)
2345+
2346+Keyboard:
2347+- Change grouping of keys (William Jon McCann)
2348+- Improve the layout of the bindings page (William Jon McCann)
2349+- Clean up GConf handling (Bastien Nocera)
2350+- Add support for GSettings shortcuts (Bastien Nocera)
2351+- Pass a gettext package when loading GConf (Bastien Nocera)
2352+- Don't resize the shell horizontally (Bastien Nocera)
2353+- Don't expand tables vertically (William Jon McCann)
2354+- Add Universal Access shortcuts (Bastien Nocera) (#641279)
2355+
2356+Network:
2357+- Wrap long dns lines (William Jon McCann)
2358+- Select the first device after they are all loaded (William Jon McCann)
2359+- Use the same border width as other panels (William Jon McCann)
2360+- Use emblem-default-symbolic for the default printer (William Jon McCann)
2361+- Disable NetworkManager when the airplane switch gets changed (Richard Hughes)
2362+- Show the wired network subnet mask (Richard Hughes)
2363+- Fix a crasher due to an uninitialized GVariant (Cosimo Cecchi)
2364+- Fix linking (Richard Hughes)
2365+- Port to the rm-userset branch of NetworkManager (Richard Hughes)
2366+- Only add the strongest AP for each SSID to the drop down box (Richard Hughes) (#640471)
2367+
2368+Printers:
2369+- Right align the image (William Jon McCann)
2370+- Use a 64px icon (William Jon McCann)
2371+- Don't expand switch vertically (William Jon McCann)
2372+- Fix panel width (Matthias Clasen)
2373+- Allow location and model to span cols again (William Jon McCann)
2374+- Add unlock button (Marek Kasik) (#640733)
2375+- Sort printers by usage (Marek Kasik) (#641285)
2376+- l10n fixes for jobs count (Luca Ferretti)
2377+- Add translation context to statuses (Luca Ferretti) (#641339)
2378+- Avoid unnecessary use of markup (Khaled Hosny)
2379+- Check that cups is recent enough (Marek Kasik)
2380+- Change widget showing supply levels (Marek Kasik)
2381+- Don't show printers separator when not needed (Marek Kasik)
2382+- Don't try to draw empty ink level (Marek Kasik)
2383+- Replace "Idle" state by "Ready" (Marek Kasik)
2384+- Set Options and Show buttons sensitive (Marek Kasik)
2385+
2386+Region:
2387+- Use consistent border spacing (William Jon McCann)
2388+- New search-based layout addition (Sergey V. Udaltsov) (#640772)
2389+- Minor UI tweaks in kbd layout chooser (Sergey V. Udaltsov)
2390+- Remove annoying tooltip on a treeview (Bastien Nocera)
2391+- Easier to understand layout switching options (Bastien Nocera) (#641021)
2392+- Remove code to handle print button (Bastien Nocera)
2393+- Some UI fixes for the layout chooser (Bastien Nocera)
2394+- Make layout filtering much faster (Sergey V. Udaltsov)
2395+- Fix overeager string splitting (Bastien Nocera)
2396+- Fix the modality of the Preview dialog (Sergey V. Udaltsov)
2397+
2398+Screen:
2399+- Simplify GtkBuilder-using code (Bastien Nocera)
2400+- Hide the brightness slider when it cannot be set (Bastien Nocera)
2401+- Hook up screen locking (Bastien Nocera) (#637939)
2402+- Set idle-delay to the same value as DPMS timeout (Bastien Nocera)
2403+- Make sure the combo box is always set (Bastien Nocera)
2404+- Fix the operation of locking (William Jon McCann)
2405+
2406+Shell:
2407+- Add shortcuts to focus search entry (Bastien Nocera) (#409230)
2408+- Don't pass invalid option flags (Christian Persch) (#641290)
2409+- Use symbolic icons in the search entry (Bastien Nocera) (#642167)
2410+- Sort the icons alphabetically (Thomas Wood)
2411+- Make sure the search entry doesn't appear when in a panel (Thomas Wood)
2412+- Fix searching for anything hiding widgets (Bastien Nocera)
2413+
2414+Sound:
2415+- Try using symbolic icons for range widgets (William Jon McCann) (#614213)
2416+
2417+Universal Access:
2418+- Allow the pointer page to use less horizontal space (Thomas Wood)
2419+- Hide options that are currently unavailable (Thomas Wood) (#639784)
2420+- Implement the zoom setting (Thomas Wood)
2421+- Adjust for magnifier schema changes (Florian Müllner)
2422+- Use switches instead of radio groups (William Jon McCann)
2423+- Show the typing assistant widgets (Bastien Nocera)
2424+
2425+User Accounts:
2426+- Use 0 instead of blank to clear options (William Jon McCann)
2427+- Port to GtkStyleContext (Cosimo Cecchi)
2428+- Hide fingerprint dialogue by default (Bastien Nocera) (#641990)
2429+
2430+Translations:
2431+- Arabic (Khaled Hosny)
2432+- Basque (Inaki Larranaga Murgoitio)
2433+- Estonian (Ivar Smolin)
2434+- Galician (Fran Diéguez)
2435+- Gujarati (Sweta Kothari)
2436+- Hebrew (Yaron Shahrabani)
2437+- Italian (Luca Ferretti)
2438+- Korean (Changwoo Ryu)
2439+- Norwegian bokmål (Kjartan Maraas)
2440+- Persian (Mahyar Moghimi)
2441+- Punjabi (A S Alam)
2442+- Spanish (Daniel Mustieles, Jorge González)
2443+- Swedish (Daniel Nylander)
2444+- Traditional Chinese (Chao-Hsiung Liao)
2445+- UG (Gheyret Kenji)
2446+
2447+=============================
2448+Version 2.91.6 (2011-02-01)
2449+=============================
2450+
2451+Info:
2452+- Read version from gnome-version.xml (William Jon McCann)
2453+- Don't show update button (William Jon McCann)
2454+- Show memory, processor, OS type, storage (William Jon McCann)
2455+- Make 64bit detection work reliably (Bastien Nocera)
2456+- Make labels translator friendly (Luca Ferretti, #640127)
2457+
2458+Keyboard:
2459+- Make shortcuts tab look closer to mockup (William Jon McCann)
2460+- Avoid duplicate entries (Matthias Clasen)
2461+- Make custom shortcut editing work (Matthias Clasen)
2462+- Make custom shortcut dialog non-resizable (Matthias Clasen)
2463+- Make scales work (Matthias Clasen)
2464+
2465+Date & Time:
2466+- Fix splitting of region strings (Matthias Clasen)
2467+- Prevent the panel from growing horizontally (Matthias Clasen)
2468+- Add an unlock button (Thomas Wood)
2469+
2470+Default applications:
2471+- Removed (William Jon McCann)
2472+
2473+Display:
2474+- Hide unsupported size (Bastien Nocera)
2475+- Rename rotation options (Bastien Nocera, #563144)
2476+
2477+Media:
2478+- Remove icons from non-applications (William Jon McCann, #640010)
2479+- Use consistent capitalization (William Jon McCann)
2480+- Make 'Other' work more than once (Matthias Clasen)
2481+- Remove erroneous quotes (Matthias Clasen)
2482+- Improve strings (Matthias Clasen)
2483+
2484+Mouse:
2485+- Change tab label to 'Mouse' (William Jon McCann, #639787)
2486+- Remove a11y tab (William Jon McCann)
2487+
2488+Network:
2489+- Use a better icon (Matthias Clasen)
2490+- Use toolbar for source list buttons (William Jon McCann)
2491+
2492+Power:
2493+- Make strings translator friendly (Richard Hughes, #640119)
2494+
2495+Printers:
2496+- New panel (Marek Kasik)
2497+
2498+Region:
2499+- Sort lists (Sergey V. Udaltsov)
2500+- Fix infinite loop (Bastien Nocera, #639951)
2501+- Remove mouse keys tab and various other cleanups (Bastien Nocera)
2502+- Set parents on all dialogs (Bastien Nocera)
2503+- Add a language tab (Bastien Nocera)
2504+- Share language code with the user accounts panel (Bastien Nocera)
2505+- Make language selection work (Bastien Nocera)
2506+- Tweak the layout of to the layout tab (Bastien Nocera)
2507+- Remove keyboard model selection (Bastien Nocera)
2508+- Remove Help buttons (Bastien Nocera)
2509+
2510+Screen:
2511+- Use a switch widget (William Jon McCann)
2512+- Hide unimplemented Location UI (William Jon McCann)
2513+
2514+Sound:
2515+- Fix an assertion (Alban Browaeys, #639280)
2516+- Add close button to speaker test (Matthias Clasen, #636898)
2517+
2518+Shell:
2519+- Start in overview (Dan Winship, #639180)
2520+- Reload icons on theme change (Bastien Nocera, #639268)
2521+- Avoid windows with no icons (Bastien Nocera)
2522+
2523+Universal Access:
2524+- Make test size control work (Matthias Clasen)
2525+- Make 'Sound Settings' button work (Matthias Clasen)
2526+- Remove 'Show Panel Icon' checkbox (Matthias Clasen)
2527+
2528+User Accounts:
2529+- Sync language code with gdm (Bastien Nocera)
2530+- Fix lifecycle issues with the language chooser (Bastien Nocera)
2531+- Make fingerprint dialog work better with the shell (Matthias Clasen)
2532+- Use toolbar for list buttons (William Jon McCann)
2533+- Remove unused UI elements: email, location (William Jon McCann)
2534+- Remove Login tab and move autologin (William Jon McCann)
2535+- Improve dropdown arrow drawing (Matthias Clasen)
2536+- Improve password strengh bar drawing (Matthias Clasen)
2537+
2538+Translation updates:
2539+ Arabic
2540+ Estonian
2541+ Galician
2542+ Greek
2543+ Hebrew
2544+ Italian
2545+ Norwegian bokmål
2546+ Punjabi
2547+ Simplified Chinese
2548+ Spanish
2549+ Traditional Chinese
2550+ Ukrainian
2551+
2552+
2553+=============================
2554+Version 2.91.5 (2010-12-22)
2555+=============================
2556+
2557+Common:
2558+- Fix 2 typos (Andre Klapper) (#637527)
2559+- Require gnome-settings-daemon >= 2.91 (Rodrigo Moya)
2560+- Bump libgnomekbd requirement (Rodrigo Moya)
2561+- Adapt to new gnome-desktop API (Giovanni Campagna)
2562+
2563+Datetime:
2564+- Fix layout and spacing to match mockups (William Jon McCann)
2565+- Use a switch for 24 hour time (William Jon McCann)
2566+- Keep the time ticking while the dialog is up (William Jon McCann)
2567+- Make dialog instant apply (William Jon McCann)
2568+- Don't try to set timezone when initially loading model (William Jon McCann)
2569+
2570+Sound:
2571+- Do not build with $DISABLE_DEPRECATED (Vincent Untz)
2572+- Don't set update policy (Benjamin Otte)
2573+
2574+Translations:
2575+- de (Mario Blättermann)
2576+- es (Jorge Gonzalez)
2577+- et (Ivar Smolin)
2578+- gl (Fran Diéguez)
2579+- he (Yaron Shahrabani)
2580+- nb (Torstein Adolf Winterseth)
2581+- pa (A S Alam)
2582+- sl (Matej Urbančič)
2583+- sv (Daniel Nylander)
2584+- vi (Nguyễn Thái Ngọc Duy)
2585+
2586+=============================
2587+Version 2.91.3.1 (2010-12-22)
2588+=============================
2589+
2590+Shell:
2591+- Fix initial window size (Matthias Clasen)
2592+- Drop 'Internet & Network' category (Thomas Wood)
2593+- Only show panels, not old-style capplets (Thomas)
2594+
2595+Universal access:
2596+- Migrate to GSettings (Rodrigo Moya)
2597+
2598+Display:
2599+- Use switch (Bastien Nocera)
2600+- Fix sizing issues (Thomas)
2601+
2602+Media:
2603+- Use GtkAppChooserButton (Cosimo Cecchi)
2604+
2605+Mouse:
2606+- Detect touchpads (Bastien)
2607+
2608+Keyboard
2609+- Shortcuts UI improvements (Rodrigo)
2610+
2611+Datetime:
2612+- Multiple UI improvements (Bastien)
2613+- Implement 12h setting (Bastien)
2614+- Add NTP support (Bastien)
2615+
2616+Network:
2617+- Initial prototype (Richard Hughes)
2618+- Remove the old proxy panel (William Jon McCann)
2619+
2620+Background:
2621+- Load asynchronously (Bastien)
2622+- Support gradients (Bastien)
2623+- Multiple UI improvements (Bastien)
2624+
2625+System Information:
2626+- Initial prototype (William Jon McCann)
2627+
2628+=============================
2629+Version 2.91.3.1 (2010-11-30)
2630+=============================
2631+
2632+Common:
2633+- Add missing libraries for linking (Rodrigo Moya)
2634+
2635+Display:
2636+- Fix run-time warning (Bastien Nocera)
2637+
2638+Media:
2639+- Use the correct schema name (Cosimo Cecchi)
2640+
2641+===========================
2642+Version 2.91.3 (2010-11-29)
2643+===========================
2644+
2645+Background:
2646+- One last old gnome_bg remnant (Yanko Kaneti)
2647+- Load wallpapers in an idle (William Jon McCann)
2648+
2649+Common:
2650+- Fix build for latest gnome-desktop changes (Andreas Proschofsky) (#634859)
2651+- Some build fixes (Rodrigo Moya)
2652+- Update to GTK+ api changes (Matthias Clasen)
2653+- Add keywords to desktop files (Matthias Clasen, Bastien Nocera) (#399754)
2654+
2655+Datetime:
2656+- Add missing libraries to libdate_time_la_LIBADD (Rodrigo Moya)
2657+- Implement 12/24 hour preferences for the gnome-shell clock (Thomas Wood)
2658+
2659+Default applications:
2660+- Remove web browsers and mail readers from XML file (Rodrigo Moya)
2661+
2662+Display:
2663+- Remove refresh rate setting (William Jon McCann)
2664+- Don't list the resolution in the arrangement box (William Jon McCann)
2665+- Indicate the selected display using an outside stroke (William Jon McCann)
2666+- Remove unhelpful Monitor: label (William Jon McCann)
2667+- Make layout not jump around when selecting monitors (William Jon McCann)
2668+- Remove the primary display checkbox (William Jon McCann)
2669+- Just say no to tabs and trailing whitespace (William Jon McCann)
2670+- Use consistent indentation and spacing (William Jon McCann)
2671+- Identify primary display with a black top bar and clock (William Jon McCann)
2672+- Allow dragging top bar to set primary display (William Jon McCann)
2673+- Use a smaller top bar size (William Jon McCann)
2674+- Ensure primary display is set in config (William Jon McCann)
2675+- Don't allow setting primary on off displays (William Jon McCann)
2676+- Add a save/restore to ensure the labels don't mess up top bar (William Jon McCann)
2677+
2678+Keyboard:
2679+- Fix possible accel blocking (Bastien Nocera)
2680+
2681+Media:
2682+- Initial port of Nautilus capplet code (Cosimo Cecchi)
2683+
2684+Mouse:
2685+- Use a smiley face instead of old ugly lightbulb to test click (William Jon McCann)
2686+- Don't force wrapping the label at 180px (William Jon McCann)
2687+- Remove dead a11y code (Bastien Nocera)
2688+
2689+Network:
2690+- Avoid run-time warnings (Bastien Nocera)
2691+
2692+Power:
2693+- Add the first cut of the UI of the power panel, based on a mockup by Alan Day
2694+ (Richard Hughes)
2695+
2696+Region:
2697+- Link against libxklavier also (Didier Roche)
2698+
2699+Screen:
2700+- Add screen brightness and lock panel (William Jon McCann)
2701+- Improve label for dim checkbox (William Jon McCann)
2702+- Connect up the brightness slider and the dim checkbox with gnome-power-manager
2703+ (Richard Hughes)
2704+
2705+Shell:
2706+- Subtract a hacky constant from the screen height for dialog height (William
2707+ Jon McCann)
2708+- Don't change casedness when displaying matches (Matthias Clasen)
2709+- Add keyword search (Matthias Clasen)
2710+- Start in the right size (Matthias Clasen)
2711+- Ensure the background and foreground colours are consistent (Thomas Wood)
2712+
2713+Sound:
2714+- Explicit link to libxml (Yanko Kaneti)
2715+- Don't allow long profile names to resize toplevel (Bastien Nocera) (#613040)
2716+- Replace size_request by get_preferred_width/height (Javier Jardón) (#635117)
2717+- Avoid second warning when no theme (Bastien Nocera)
2718+- Simplify check_rectangle() macro (Bastien Nocera)
2719+- Make level bar descend from GtkWidget (Bastien Nocera)
2720+- Show icons for devices (Bastien Nocera)
2721+- Remove radio buttons (Bastien Nocera)
2722+- Avoid initial resizing (Matthias Clasen)
2723+- Remove theme selection (William Jon McCann)
2724+- Remove window and button sounds checkbox (William Jon McCann)
2725+
2726+Universal access:
2727+- Remove relation with inexistant widget (Bastien Nocera)
2728+- Remove an unused frame that added a few extra px of spacing (William Jon McCann)
2729+
2730+User accounts:
2731+- Listen for permission changes (Matthias Clasen)
2732+- Fix a little annoyance with combo boxes (Matthias Clasen)
2733+- Don't show parental controls for now (Matthias Clasen)
2734+- Fix packing of the language dialog (Matthias Clasen)
2735+- Don't allow opening non-images (Bastien Nocera)
2736+- Add "Disable icon" menu item (Bastien Nocera)
2737+- Link against missing libraries (Rodrigo Moya)
2738+
2739+Translations:
2740+- es (Jorge González)
2741+- gl (Fran Diéguez)
2742+- he (Yaron Shahrabani)
2743+- nb (Kjartan Maraas)
2744+- pa (A S Alam)
2745+- ro (Cătălin Bălan)
2746+- ta (Dr.T.Vasudevan)
2747+- ug (Gheyret T.Kenji)
2748+- zh_CN (Aron Xu)
2749+
2750+===========================
2751+Version 2.91.2 (2010-11-08)
2752+===========================
2753+
2754+Common:
2755+- Remove typing break (William Jon McCann)
2756+- Build against libxml where appropriate (Matthias Clasen)
2757+- Fix parallel building (Bastien Nocera)
2758+- Remove unnneded lines in autogen.sh (Javier Jardón)
2759+- Use GSourceFunc() instead GtkFunction() in g_timeout_add() (Javier Jardón)
2760+- Bump gtk3 dep to 2.91.3 for box, etc changes (William Jon McCann)
2761+- Prepare for size_request removal in GTK3 (Matthias Clasen) (#633321)
2762+
2763+Background:
2764+- Make flickr background setting not segfault (Cosimo Cecchi)
2765+- Migrate to GSettings (Rodrigo Moya)
2766+- Last bits of new gnome_bg API porting (Tomas Bzatek) (#625899)
2767+
2768+Datetime:
2769+- Start implementing new UI designs (Thomas Wood)
2770+- Move to system section (William Jon McCann)
2771+- Link test program against common libs (Rodrigo Moya)
2772+
2773+Default applications:
2774+- Use URL handlers for browser and mailer applications (Rodrigo Moya)
2775+- Remove selection of media player (Rodrigo Moya)
2776+- Migrate to GSettings (Rodrigo Moya)
2777+- Fix run-time warning (Bastien Nocera)
2778+
2779+Display:
2780+- Reorganise according to mockups (Bastien Nocera)
2781+- Show the resolution in the canvas area (Bastien Nocera)
2782+- Remove excess cairo_save() call (Benjamin Otte)
2783+- Simplify the layout of the display panel (William Jon McCann)
2784+- Readd the checkbox to set primary display (William Jon McCann)
2785+- Remove the system-wide setting helper (William Jon McCann)
2786+- Make the canvas background color a bit more neutral (William Jon McCann)
2787+- Migrate to GSettings (Rodrigo Moya)
2788+- Port FooScrollArea to GtkScrollable iface (Bastien Nocera)
2789+- Change panel name to Displays (William Jon McCann)
2790+- Show aspect ratios with resolutions (Kees Cook)
2791+
2792+Keyboard:
2793+- Rename keybindings to keyboard (William Jon McCann)
2794+- Move general settings into keyboard panel (William Jon McCann)
2795+
2796+Mouse:
2797+- Use new GDK error trap API (Cosimo Cecchi)
2798+- Require libXInput (Bastien Nocera)
2799+- Migrate to GSettings (Rodrigo Moya)
2800+- Add motion acceleration and threshold UI for touchpad settings (Rodrigo Moya)
2801+- Don't expand Mouse notebook vertically (William Jon McCann)
2802+- Enable 2-finger scrolling through emulation (Chris Bagwell) (#625163)
2803+
2804+Network:
2805+- Fix for GtkCombo text changes (Bastien Nocera)
2806+- Remove 'has-separator' properties (Bastien Nocera)
2807+- Partially migrate to GSettings (Rodrigo Moya)
2808+
2809+Region:
2810+- Renamed from 'Keyboard' (William Jon McCann)
2811+- Migrate to GSettings (Sergey V. Udaltsov, Rodrigo Moya)
2812+- Remove calls to gtk_widget_hide_all() (Bastien Nocera)
2813+- Fix warnings with cell renderer changes (Bastien Nocera)
2814+- Don't expand vertically on general tab (William Jon McCann)
2815+- Remove a11y stuff (William Jon McCann)
2816+- Several renaming fixes (Yanko Kaneti)
2817+
2818+Shell:
2819+- Handle GtkSizeRequest removal (Bastien Nocera)
2820+- Make sure the shell doesn't show up in itself (Bastien Nocera)
2821+- Make it build and work against new GApplication (Bastien Nocera)
2822+- Fix warning in search renderer (Bastien Nocera)
2823+- Tighten up the spacing of the category views (William Jon McCann)
2824+- Do a better job of automatically sizing the window to fit contents (William Jon McCann)
2825+- Don't use window before it is realized (William Jon McCann)
2826+- Add a get_toplevel accessor to CcShell (Gerd Kohlberger) (#621940)
2827+
2828+Sound:
2829+- Initial import of sound panel (William Jon McCann)
2830+
2831+Universal access:
2832+- Use GSettings for GTK and icon theme settings (Rodrigo Moya)
2833+- Adjust for removal of GtkComboBoxEntry (Florian Müllner)
2834+- Move to system section (William Jon McCann)
2835+- Tweak the design of the panel (William Jon McCann)
2836+- Use the UI dir set in the Makefile.am (William Jon McCann)
2837+- Dial down the font size on Seeing a bit (William Jon McCann)
2838+
2839+User accounts:
2840+- Add user-accounts dialog (William Jon McCann)
2841+- Adapt for gtk_box_new() API changes (Yanko Kaneti)
2842+- Fix endless loop in load_url_handlers (Yanko Kaneti)
2843+
2844+Translations:
2845+- ca@valencia (Carles Ferrando)
2846+- es (Jorge González)
2847+- gl (Fran Diéguez)
2848+- he (Yaron Shahrabani)
2849+- ja (Yasumichi Akahoshi, Takayuki KUSANO)
2850+- ko (Changwoo Ryu)
2851+- nb (Kjartan Maraas)
2852+- pa (A S Alam)
2853+- sl (Andrej Žnidaršič, Matej Urbančič)
2854+- te (krishnababu k)
2855+- ug (Gheyret T.Kenji)
2856+
2857+===========================
2858+Version 2.91.0 (2010-10-04)
2859+===========================
2860+
2861+Common:
2862+- Remove unneeded dependency check for XCursor (Bastien Nocera)
2863+- Adapt to GtkObject removal in GTK3 (Javier Jardón)
2864+- Use gtk_widget_get_preferred_size() instead gtk_size_request_get_size() (Javier Jardón)
2865+- Use upstream gettext insstead the Glib one (Javier Jardón)
2866+- Update autotools configuration (Javier Jardón)
2867+
2868+Background:
2869+- Come up with 'Wallpapers' selected and displayed (Kalev Lember) (#630417)
2870+
2871+Datetime:
2872+- Add required includes to tz.h (Bastien Nocera)
2873+- Add test application for missing TZ pixmaps (Bastien Nocera) (#630261)
2874+- Fix automake warning (Bastien Nocera)
2875+
2876+Default applications:
2877+- Remove Opera from default browser choices (Bastien Nocera) (#627733)
2878+
2879+Keyboard:
2880+- Updated for the latest libgnomekbd API (Sergey V. Udaltsov)
2881+
2882+Mouse:
2883+- Rename to "Mouse and Touchpad" (Bastien Nocera)
2884+- Remove unneeded XCursor include (Bastien Nocera)
2885+
2886+Shell:
2887+- Make search entry single-iconed (Bastien Nocera)
2888+- Show settings without a panel in Other (Bastien Nocera) (#630998)
2889+- Drop font viewer (William Jon McCann)
2890+- Wait until the toplevel is realized before using it (William Jon McCann) (#631051)
2891+- Update for new GTK3 drawing APIs (William Jon McCann)
2892+- Fix .desktop file to work correctly in gnome-shell (William Jon McCann)
2893+
2894+Universal access:
2895+- Fix desktop file (Bastien Nocera)
2896+
2897+Translations:
2898+- ca (Joan Duran)
2899+- cz (Petr Kovar)
2900+- eu (Inaki Larranaga Murgoitio)
2901+- ro (Lucian Adrian Grijincu)
2902+
2903+-------------------------------------------------------------------------------
2904+gnome-control-center 2.90.1 (2010-09-22)
2905+
2906+- Add new background panel
2907+
2908+Date and Time:
2909+- Draw a label on the timezone map when clicked
2910+- Add Region and City selection
2911+- Fix a number of memory leaks
2912+
2913+Display:
2914+- Link display panel to dbus-glib
2915+- Add label to warn that "Same image in all monitors'
2916+ may limit the resolution options"
2917+- Don't ignore errors from pkexec when using "Make default"
2918+
2919+Default applications:
2920+- Fix possible crashers when themes are switched
2921+
2922+Shell:
2923+- Resize shell to the size of the panel when panel is opened
2924+- Allow shrinking the shell, but use a fixed width
2925+- Use icon names as per specification
2926+- Free menu directory contents list
2927+
2928+Font viewer:
2929+- Fix font preview not working
2930+
2931+General:
2932+- Loads of GTK3 deprecation work
2933+
2934+-------------------------------------------------------------------------------
2935+gnome-control-center 2.31.5 (2010-07-12)
2936+
2937+Date and Time:
2938+- Add application icon (Thomas Wood, Lapo Calamandrei)
2939+- Remove "seconds" spin button (Thomas Wood)
2940+
2941+Display:
2942+- Make sure the screen label is hidden when the panel is closed (Thomas Wood)
2943+
2944+Shell:
2945+- Fix panel activation in existing running instance (Thomas Wood)
2946+
2947+Universal Access:
2948+- Add size groups (Thomas Wood)
2949+
2950+libgnome-control-center:
2951+- Derive CcPanel from GtkBin, rather than GtkAlignment (Thomas Wood)
2952+
2953+General:
2954+- Don't build libwindow-settings (Thomas Wood)
2955+- Clean up configure.ac (Thomas Wood)
2956+- Remove capplets directory from build (Thomas Wood)
2957+- GVariant API adjustment: byte_array -> bytestring (Ryan Lortie)
2958+
2959+Translations:
2960+- es (Jorge González)
2961+- gl (Fran Diéguez)
2962+- zh_CN (甘露(Gan Lu))
2963+
2964+
2965+-------------------------------------------------------------------------------
2966+gnome-control-center 2.31.4.2 (2010-06-30)
2967+
2968+Date and Time:
2969+- Work around a cairo bug that prevents the map being display correctly
2970+ (Thomas Wood)
2971+- Install the UI files into the correct directory (Thomas Wood)
2972+
2973+General:
2974+- Make build work with GSEAL (Jonh Wendell)
2975+- Fix compile with recent GTK versions (Richard Hughes)
2976+
2977+Translations:
2978+- gl (Fran Diéguez)
2979+- he (Yaron Shahrabani)
2980+
2981+-------------------------------------------------------------------------------
2982+gnome-control-center 2.31.4.1 (2010-06-29)
2983+
2984+Date and Time:
2985+- Fix memory leak (Thomas Wood)
2986+- Fix .desktop file Exec and use X-GNOME-Settings-Panel identifier (Thomas Wood)
2987+- Make sure DBus is included in the cflags and linked libraries (Thomas Wood)
2988+- Prevent crash when DBus service is not available (Thomas Wood)
2989+
2990+-------------------------------------------------------------------------------
2991+gnome-control-center 2.31.4 (2010-06-29)
2992+
2993+General:
2994+- Updated to use GTK+ 3 (Rodrigo Moya, Richard Hughes, Bastien Nocera)
2995+
2996+Date and Time:
2997+- New panel for configuring date and time settings (Thomas Wood)
2998+
2999+Shell:
3000+- Switch to using GtkApplication rather than libunique (Richard Hughes)
3001+
3002+libgnome-control-center:
3003+- Remove redundant properties from CcPanel (Thomas Wood)
3004+
3005+Translations:
3006+- de (Mario Blättermann)
3007+- eo (Kristjan SCHMIDT)
3008+- es (Jorge González)
3009+- et (Ivar Smolin)
3010+- gl (Fran Diéguez)
3011+- hu (Gabor Kelemen)
3012+- id (Andika Triwidada)
3013+- nb (Kjartan Maraas)
3014+- pa (A S Alam)
3015+
3016+
3017+-------------------------------------------------------------------------------
3018+gnome-control-center 2.31.3 (2010-06-07)
3019+
3020+About Me:
3021+- Catch error messages from passwd (#620135) (Bin Li)
3022+
3023+Common:
3024+- Replace deprecated GTK+ symbols. (#572325) (Andre Klapper)
3025+
3026+Display:
3027+- Convert to a settings panel (Thomas Wood)
3028+
3029+Keyboard:
3030+- Change Print layout to Show layout (Sergey V. Udaltsov)
3031+
3032+Shell:
3033+- Ensure padding around each embedded settings panel (Thomas Wood)
3034+- Set the window icon and title when opening a panel (Thomas Wood)
3035+- Improve keyboard navigation (Matthias Clasen)
3036+
3037+Universal-Access:
3038+- Implement a new accessibility preferences panel
3039+ (Thomas Wood, William Jon McCann)
3040+
3041+General:
3042+- Make desktop file naming more consistent (Thomas Wood)
3043+- Add X-GNOME-Settings-Panel key to panel desktop files (Thomas Wood)
3044+- Make sure the Exec line is valid in panel desktop files (Thomas Wood)
3045+
3046+Translations:
3047+- es (Jorge González)
3048+- et (Ivar Smolin)
3049+- gl (Fran Diéguez)
3050+- he (Yaron Shahrabani)
3051+
3052+-------------------------------------------------------------------------------
3053+gnome-control-center 2.31.2 (2010-05-24)
3054+
3055+About Me:
3056+- Don't hang when new and old password are too similar (Milan Bouchet-Valat)
3057+ (#619354)
3058+
3059+Shell:
3060+- Add a new shell that supports embedded settings panels
3061+ (Thomas Wood, William Jon McCann)
3062+
3063+libgnome-control-center:
3064+- Add a new library that provides an API to create embedded settings panels for
3065+ the new shell (Thomas Wood, William Jon McCann)
3066+
3067+Mouse:
3068+- Convert to using the Panel API (Thomas Wood)
3069+
3070+Keyboard:
3071+- Convert to using the Panel API (Sergey V. Udaltsov)
3072+
3073+Network:
3074+- Convert to using the Panel API (Thomas Wood)
3075+
3076+Default Applications:
3077+- Convert to using the Panel API (Thomas Wood)
3078+
3079+Keybindings:
3080+- Convert to using the Panel API (Thomas Wood)
3081+
3082+Windows:
3083+- Disable from build (Thomas Wood)
3084+
3085+
3086+Translations:
3087+- sl (Andrej Žnidaršič)
3088+- gl (Fran Diéguez)
3089+- or (Manoj Kumar Giri)
3090+- en@shaw (Thomas Thurman)
3091+
3092+-------------------------------------------------------------------------------
3093+gnome-control-center 2.31.1 (2010-05-05)
3094+
3095+Common:
3096+- Use only single GTK+ includes (Javier Jardón) (#615292)
3097+- Remove GTK+ deprecated symbols (Javier Jardón) (#572325)
3098+
3099+About me:
3100+- Don't hang when new and old password only differ in case (Milan Bouchet-Valat)
3101+- Minor string updates (Jens Granseuer) (#615283)
3102+- Use changes-prevent and changes-allow icons from the icon-them instead of
3103+ the outdated lock-icons (Andreas Proschofsky) (#408585)
3104+- Use accessor functions instead direct access (Maxim Ermilov) (#597888)
3105+
3106+Display:
3107+- Add a "Make Default" button in gnome-display-properties, which is used to
3108+ set up a systemwide default RANDR configuration (Federico Mena Quintero)
3109+- Change icon name to preferences-desktop-display (Jens Granseuer) (#614912)
3110+
3111+Keyboard:
3112+- Added tooltips (Sergey Udaltsov) (#615521)
3113+- Use new libgnomekbd function for default group switcher (Sergey Udaltsov)
3114+ (#603806)
3115+- Proper response id for the help button (Sergey Udaltsov) (#616917)
3116+
3117+Shell:
3118+- Fix issue with g-c-c shell and YaST shell having same unique identifier (Scott Reeves)
3119+
3120+Typing break:
3121+- Add support for Ubuntu's app indicator (Travis B. Hartwell)
3122+
3123+Translations:
3124+- ar (Khaled Hosny)
3125+- ast (Xandru Armesto)
3126+- ca@valencia (Carles Ferrando)
3127+- crh (Reşat SABIQ)
3128+- de (Mario Blättermann)
3129+- es (Jorge González)
3130+- et (Mattias Põldaru)
3131+- fr (Laurent Coudeur)
3132+- gl (Fran Diéguez)
3133+- gu (Sweta Kothari)
3134+- he (Marios Zindilis)
3135+- hy (Norayr Chilingaryan)
3136+- id (Andika Triwidada)
3137+- kn (Shankar Prasad)
3138+- lv (Peteris Krisjanis)
3139+- ml (Ani Peter)
3140+- mr (Sandeep Shedmake)
3141+- ms (Ahmed Noor Kader Mustajir Md Eusoff)
3142+- nb (Kjartan Maraas)
3143+- oc (Yannig Marchegay)
3144+- or (Manoj Kumar Giri)
3145+- sl (Matej Urbančič)
3146+- zh_CN (Funda Wang)
3147+-------------------------------------------------------------------------------
3148+gnome-control-center 2.30.0 (2010-03-25)
3149+
3150+About me:
3151+- Fix global variable confusion (Michal Schmidt)
3152+- Fix remembering of data between runs (Michal Schmidt)
3153+
3154+Appearance:
3155+- Mark a string for translation (Gabor Kelemen) (#612015)
3156+- Fix GTK+ multi-threading (Matthias Clasen) (#610003)
3157+
3158+Display:
3159+- Don't show a tooltip while a monitor is being dragged (Federico Mena Quintero)
3160+
3161+Typing break:
3162+- Lock all the screens (Matthias Clasen) (#492974)
3163+
3164+Translations:
3165+- bg (Alexander Shopov)
3166+- bn (Jamil Ahmed)
3167+- ca (Joan Duran)
3168+- crh (Reşat SABIQ)
3169+- cz (Petr Kovar)
3170+- da (Ask H. Larsen)
3171+- de (Christian Kirbach)
3172+- en_GB (Bruce Cowan)
3173+- es (Jorge González)
3174+- et (Ivar Smolin, Mattias Põldaru)
3175+- eu (Inaki Larranaga Murgoitio)
3176+- fi (Tommi Vainikainen)
3177+- fr (Claude Paroz)
3178+- gl (Fran Diéguez)
3179+- gu (Sweta Kothari)
3180+- he (Thanos Lefteris, Kostas Papadimas)
3181+- hu (Gabor Kelemen)
3182+- it (Luca Ferretti)
3183+- ko (Changwoo Ryu)
3184+- lt (Žygimantas Beručka)
3185+- nn (Torstein Adolf Winterseth)
3186+- pa (A S Alam)
3187+- pl (Piotr Drąg)
3188+- pt (Duarte Loreto)
3189+- pt_BR (Og B. Maciel, Antonio Fernandes)
3190+- ro (Adi Roiban)
3191+- ru (Yuri Myasoedov, Юрий Козлов)
3192+- sl (Matej Urbančič)
3193+- sr (Miloš Popović)
3194+- sv (Daniel Nylander)
3195+- ta (vasudeven)
3196+- uk (Maxim V. Dziumanenko)
3197+- zh_HK (Chao-Hsiung Liao)
3198+- zh_TW (Chao-Hsiung Liao)
3199+-------------------------------------------------------------------------------
3200+gnome-control-center 2.29.92 (2010-03-08)
3201+
3202+Translations:
3203+- ar (Khaled Hosny)
3204+- en_GB (Bruce Cowan)
3205+- eu (Iñaki Larranaga Murgoitio)
3206+- fr (Claude Paroz)
3207+- gl (Fran Diéguez)
3208+- he (Liel Fridman)
3209+- hu (Gabor Kelemen)
3210+- ja (Takayuki KUSANO)
3211+- ko (Changwoo Ryu)
3212+- nb (Kjartan Maraas)
3213+- nn (Torstein Adolf Winterseth)
3214+- pl (Piotr Drąg)
3215+- pt_BR (Antonio Fernandes C. Neto)
3216+- ru (Leonid Kanter)
3217+- sv (Daniel Nylander)
3218+- zh_HK (Chao-Hsiung Liao)
3219+- zh_TW (Chao-Hsiung Liao)
3220+-------------------------------------------------------------------------------
3221+gnome-control-center 2.29.91 (2010-02-24)
3222+
3223+Appearance:
3224+ - Add 'span' as a style for backgrounds
3225+
3226+Display Properties:
3227+ - Now fits in 640x480 and has a better layout overall.
3228+ - Jst use "monitors" for wording, not a mixture of "monitor",
3229+ "display", "screen".
3230+ - Make the mouse cursor indicate when you can drag a monitor
3231+
3232+Translations:
3233+- ar (Khaled Hosny)
3234+- bg (Alexander Shopov)
3235+- ca (Joan Duran)
3236+- de (Mario Blättermann)
3237+- es (Jorge González)
3238+- gl (Fran Diéguez)
3239+- hu (Gabor Kelemen)
3240+- pl (Piotr Drąg)
3241+- pt_BR (Vladimir Melo)
3242+- ro (Lucian Adrian Grijincu)
3243+- sl (Matej Urbančič)
3244+- ta (vasudeven)
3245+- zh_HK & zh_TW (Chao-Hsiung Liao)
3246+-------------------------------------------------------------------------------
3247+gnome-control-center 2.29.90 (2010-02-08)
3248+
3249+About-me:
3250+- Fix hangs when 'passwd' outputs unexpected answers (Milan Bouchet-Valat)
3251+- Fix list of passwd error strings (Milan Bouchet-Valat)
3252+- Fix fingerprint name on 2nd page (Bastien Nocera)
3253+
3254+At-properties:
3255+- Add AutostartCondition to gnome-at-session.desktop (Martin Pitt) (#608138)
3256+
3257+Mouse:
3258+- Fix mnemonics conflicts on touchpad tab (Jens Granseuer) (#608057)
3259+
3260+Translations:
3261+- de (Mario Blättermann)
3262+- es (Jorge González)
3263+- et (Ivar Smolin)
3264+- nb (Kjartan Maraas)
3265+- pa (A S Alam)
3266+- pt_BR (Antonio Fernandes C. Neto)
3267+- sl (Matej Urbančič, Andrej Žnidaršič)
3268+-------------------------------------------------------------------------------
3269+gnome-control-center 2.29.6 (2010-01-26)
3270+
3271+About-me:
3272+- Add translator comments to 'Home' string (Claude Paroz) (#605944)
3273+
3274+Appearance:
3275+- Use GtkInfoBar rather than a copy of GeditMessageArea (Thomas Wood)
3276+
3277+Common:
3278+- Don't leak file descriptors when checking for colour schemes (Jens Granseuer) (#606155)
3279+
3280+Mouse:
3281+- Disable tapping only for touchpads without a left mouse button (Peter Hutterer)
3282+
3283+Translations:
3284+- bg (Alexander Shopov)
3285+- bn (Runa Bhattacharjee, Jamil Ahmed)
3286+- hu (Gabor Kelemen)
3287+- mr (Sandeep Shedmake)
3288+- nb (Kjartan Maraas)
3289+- sv (Daniel Nylander)
3290+- ta (vasudeven)
3291+- uk (Maxim V. Dziumanenko)
3292+-------------------------------------------------------------------------------
3293+gnome-control-center 2.29.4 (2009-12-24)
3294+
3295+General:
3296+- Drop obsolete check for HAL (#595832) (Jens Granseuer)
3297+- Use external libslab when available (Vincent Untz)
3298+- Add gthread-2.0 to common modules for linking (#600589) (Jens Granseuer)
3299+- Enable silent build rules (Thomas Wood)
3300+
3301+Common:
3302+- Fix all the keybindings showing up when using compiz (#600021) (Bastien
3303+ Nocera)
3304+- Fix leak (Jens Granseuer)
3305+- Fix warning (Jens Granseuer)
3306+
3307+About-me:
3308+- Fix crash when closing the window using the window button (#592348) (Jens
3309+ Granseuer)
3310+- Add missing PNG files (Bastien Nocera)
3311+
3312+Appearance:
3313+- Remove interface tab (#592756) (William Jon McCann)
3314+- Add OnlyShowIn=GNOME to the .desktop file (#594709) (Thomas Wood)
3315+- Update the background style option labels (#411048) (Thomas Wood)
3316+- Fix tooltip in the background chooser (#596369) (Matthias Clasen)
3317+- Add support for per-monitor backgrounds (#147808) (William Jon McCann)
3318+
3319+Default applications:
3320+- Update the exec arg when changing terminal (#597185) (Vincent Untz)
3321+- Be sure to add the gconf directories for monitoring (#597186) (Thomas Wood)
3322+- Return an empty string for the custom web item (Thomas Wood)
3323+
3324+Display:
3325+- Don't assert when the current output doesn't have a resolution set yet
3326+ (#593866) (Federico Mena Quintero)
3327+- Automatically turn on outputs which support Mirror Screens (#590823)
3328+ (Federico Mena Quintero)
3329+- Sensitize 'Mirror Screens' depending on whether mirror mode is actually
3330+ supported (Federico Mena Quintero)
3331+- Desensitize the on/off radio buttons if we are in Mirror Screens mode
3332+ (Federico Mena Quintero)
3333+- Show 'Mirror Screens' in the monitor label, not a random monitor's name
3334+ (Federico Mena Quintero)
3335+
3336+Font Viewer:
3337+- Use pango_language_get_sample_string for sample text (#595107) (Jens
3338+ Granseuer)
3339+- Expand the Copyright display to get rid of unnecessary scrollbar (Jens
3340+ Granseuer)
3341+- Don't use URI notation when installing fonts (#603732) (Jens Granseuer)
3342+
3343+Keybindings:
3344+- Fix broken logic in keybinding tree model (Robert Ancell)
3345+- Fix zombie bindings appearing after deleting custom shortcuts (#596351) (Jens
3346+ Granseuer)
3347+- Show shortcuts for the active window manager (#600531) (Wang Xin)
3348+- Remove sleep key entry (#170175) (Bastien Nocera)
3349+
3350+Keyboard:
3351+- Major UI reorganization (Sergey V. Udaltsov)
3352+- Fix mnemonic conflict in mousekeys tab (#586433) (Jens Granseuer)
3353+
3354+Mouse:
3355+- Disable two-finger scrolling/tapping based on touchpad capabilities. (Peter
3356+ Hutterer)
3357+
3358+Network:
3359+- Keep proxies in sync when "use same proxy" is selected (#589952) (Cyril
3360+ Roelandt)
3361+
3362+Typing break:
3363+- Increase delay for activating the postpone button to 5s (#597086) (Tim Waugh)
3364+- Reset timer after suspend (#430797) (Jens Granseuer)
3365+
3366+Windows:
3367+- Don't allow Ctrl+Click as window movement modifier (#409405) (Jens Granseuer)
3368+
3369+Translations:
3370+- ar (Khaled Hosny)
3371+- ca (Joan Duran)
3372+- ca@valencia (Carles Ferrando Garcia)
3373+- crh (Reşat SABIQ)
3374+- de (Christian Kirbach)
3375+- en@shaw (Thomas Thurman)
3376+- en_GB (Bruce Cowan)
3377+- es (Jorge González)
3378+- et (Ivar Smolin)
3379+- he (Yaron Shahrabani)
3380+- id (Andika Triwidada)
3381+- it (Luca Ferretti)
3382+- lt (Žygimantas Beručka)
3383+- nb (Kjartan Maraas)
3384+- nds (Nils-Christoph Fiedler)
3385+- pl (Tomasz Dominikowski)
3386+- ro (Adi Roiban)
3387+- ru (Alexandre Prokoudine)
3388+- sl (Matej Urbančič)
3389+- sv (Daniel Nylander)
3390+- ta (Dr.T.Vasudevan)
3391+- th (อาคม โชติพันธวานนท์)
3392+- zh_CN (Tao Wei)
3393+-------------------------------------------------------------------------------
3394+gnome-control-center 2.28.0 (2009-09-21)
3395+
3396+Appearance:
3397+- Add link buttons to get more themes/backgrounds online (William Jon McCann)
3398+ (#323323)
3399+- Add/remove buttons should be the same size (William Jon McCann) (#592510)
3400+- Make slideshows visually distinct (Matthias Clasen) (#591375)
3401+- Don't call gnome_wp_item_ensure_gnome_bg too early (Matthias Clasen)
3402+- Rename some widget ids to make GtkBuilder happy (Luca Ferretti)
3403+- Use XDG user and system data dirs to load backgrounds (William Jon McCann)
3404+- Fix compiler warnings (Jens Granseuer)
3405+- Make the font DPI spin button work again (Jens Granseuer) (#594342)
3406+- Show correct default layout (Michael Terry)
3407+- Update icon because the old one has been removed from g-i-t (Jens Granseuer)
3408+ (#594710)
3409+- Allow a window manager to inherit keybindings from another window manager
3410+ (Owen Taylor) (#594066)
3411+- Force cursor slide to 100 px, in order to use it without changing
3412+ the window width (Luca Ferretti)
3413+
3414+Common:
3415+- Drop check for libgnomeui (Jens Granseuer) (#592920)
3416+
3417+Translations:
3418+- ar (Khaled Hosny)
3419+- as (Amitakhya Phukan)
3420+- bg (Krasimir "Bfaf" Chonov, Alexander Shopov)
3421+- bn_IN (Runa Bhattacharjee)
3422+- br (Denis ARNAUD)
3423+- ca (Joan Duran)
3424+- cz (Petr Kovar)
3425+- da (Ask H. Larsen)
3426+- de (Wolfgang Stöggl)
3427+- el (Kostas Papadimas)
3428+- en_GB (Bruce Cowan)
3429+- es (Jorge González)
3430+- et (Ivar Smolin, Mattias Põldaru)
3431+- eu (Inaki Larranaga Murgoitio)
3432+- fi (Tommi Vainikainen)
3433+- fr (Bruno Brouard, Claude Paroz)
3434+- gl (Antón Méixome)
3435+- gu (Sweta Kothari)
3436+- he (Yaron Shahrabani)
3437+- hi (Rajesh Ranjan)
3438+- hu (Gabor Kelemen)
3439+- it (Luca Ferretti)
3440+- ja (Takayuki KUSANO )
3441+- kn (Shankar Prasad)
3442+- lt (Gintautas Miliauskas)
3443+- ml (Ani)
3444+- mr (Sandeep Shedmake)
3445+- nb (Kjartan Maraas)
3446+- or (Manoj Kumar Giri)
3447+- pa (A S Alam )
3448+- pl (Piotr Drąg)
3449+- pt (Duarte Loreto)
3450+- pt_BR (Krix Apolinário, Og Maciel, Djavan Fagundes)
3451+- ro (Lucian Adrian Grijincu)
3452+- sr (mpopovic)
3453+- sv (Daniel Nylander)
3454+- ta (ifelix)
3455+- te (krishnababu k)
3456+- tr (Baris Cicek)
3457+- uk (Maxim V. Dziumanenko)
3458+- zh_HK (Chao-Hsiung Liao)
3459+- zh_TW (Chao-Hsiung Liao)
3460+-------------------------------------------------------------------------------
3461+gnome-control-center 2.27.91 (2009-08-24)
3462+
3463+Appearance:
3464+- Use unique widget IDs (Jens Granseuer) (#592182)
3465+- Add workaround for glade-3 not working with vbox (William Jon McCann) (#584029)
3466+- Fix parentless modal dialogs in theme installer (William Jon McCann) (#592354)
3467+
3468+Common:
3469+- Add schemas file (William Jon McCann)
3470+- Fix distcheck (William Jon McCann)
3471+
3472+Display:
3473+- Fix dragging of rotate monitors (Matthias Clasen) (#578109)
3474+
3475+Font viewer:
3476+- Use preferences-desktop-font for the icon (Jens Granseuer) (#592642)
3477+- Fix filename after GTKBuilder migration (Claude Paroz)
3478+
3479+Mouse:
3480+- Keep touchpad UI in sync with GConf (Jens Granseuer) (#592425)
3481+
3482+Network:
3483+- Update the ignored hosts list when the location changes (Maxim Ermilov) (#581472)
3484+
3485+Shell:
3486+- Updated to latest libslab (Rodrigo Moya)
3487+
3488+Translations:
3489+- bn (Jamil Ahmed)
3490+- de (Christian Kirbach)
3491+- es (Jorge González)
3492+- et (Ivar Smolin)
3493+- gl (Antón Méixome)
3494+- it (Luca Ferretti)
3495+- ko (Changwoo Ryu)
3496+- nb (Kjartan Maraas)
3497+- pt_BR (Henrique P. Machado)
3498+- sv (Daniel Nylander)
3499+- zh_HK (Chao-Hsiung Liao)
3500+- zh_TW (Chao-Hsiung Liao)
3501+-------------------------------------------------------------------------------
3502+gnome-control-center 2.27.90 (2009-08-17)
3503+
3504+About-me:
3505+- Remove old code poking directly into the pwent (Matthias Clasen)
3506+- Port to PolicyKit-1.0 (Matthias Clasen)
3507+
3508+Appearance:
3509+- Fix crash when iterating through the tree model (Jens Granseuer) (#591392)
3510+- Make sure the underline in "Save _As..." is interpreted (Christian Hergert)
3511+- Attributes tag is not supported in GtkButtons (Claude Paroz) (#591656)
3512+
3513+Common:
3514+- Change error message reference about Bonobo to DBus (Rodrigo Moya)
3515+- Remove markup from translatable string (Claude Paroz) (#590933)
3516+- Fix compiler warnings (Jens Granseuer)
3517+
3518+Display:
3519+- Don't sort the outputs before creating the labeler (Federico Mena Quintero)
3520+- Remove dead code (Federico Mena Quintero)
3521+- Ensure that the output labels fit inside the monitor rectangles (Federico
3522+ Mena Quintero)
3523+
3524+Shell:
3525+- Remove libgnomeui usage (Andreas Proschofsky) (#586527)
3526+- Do not depend on libpanel-applet (Vincent Untz)
3527+- Fix requires in gnome-window-settings-2.0.pc (Vincent Untz)
3528+- Use GOption in the shell (Vincent Untz)
3529+- Fix error message with unknown option in shell (Vincent Untz)
3530+- Use libunique in the shell to have a single-instance shell (Vincent Untz)
3531+- Update to latest libslab, and do not install libslab on the system (Vincent
3532+ Untz)
3533+
3534+Translations:
3535+- ar (Khaled Hosny)
3536+- cs (Andre Klapper)
3537+- de (Christian Kirbach)
3538+- es (Jorge González)
3539+- et (Mattias Põldaru and Ivar Smolin)
3540+- fi (Tommi Vainikainen)
3541+- ga (Seán de Búrca)
3542+- gl (Antón Méixome)
3543+- he (Mark Krapivner)
3544+- hi (Rajesh Ranjan)
3545+- it (Luca Ferretti)
3546+- nb (Kjartan Maraas)
3547+- or (Manoj Kumar Giri)
3548+- sv (Daniel Nylander)
3549+-------------------------------------------------------------------------------
3550+gnome-control-center 2.27.5 (2009-07-28)
3551+
3552+Default applications:
3553+- Don't clear the custom browser command on startup (Jens Granseuer) (#590316)
3554+
3555+General:
3556+- Remove all libglade dependencies (Robert Ancell)
3557+- Remove markup from translatable strings in GTKBuilder files (Claude Paroz)
3558+ (#599759)
3559+
3560+Network:
3561+- Fix unparsed mnemonics (Felix Riemann) (#590364)
3562+
3563+Shell:
3564+- Removed deprecated dependencies from libslab (Federico Mena Quintero, Felix Riemann)
3565+- Adapted shell to new libslab API (Rodrigo Moya)
3566+- Remove libgnome and libgnomeui dependencies (Rodrigo Moya)
3567+
3568+Translations:
3569+- ar (Khaled Hosny)
3570+- br (Denis Arnaud)
3571+- et (Ivar Smolin)
3572+- fr (Claude Paroz)
3573+- ga (Seán de Búrca)
3574+- lt (Žygimantas Beručka)
3575+- nb (Kjartan Maraas)
3576+- pt_BR (Krix Apolinário)
3577+-------------------------------------------------------------------------------
3578+gnome-control-center 2.27.4.1 (2009-07-16)
3579+
3580+About me:
3581+- EXTRA_DIST fingerprint icons (Rodrigo Moya)
3582+
3583+Common:
3584+- Automatically generate .gitignore files with git.mk (Thomas Wood)
3585+
3586+Network:
3587+- Remove libglade dependency from gnome-network-properties (Felix Riemann)
3588+
3589+Translations:
3590+- gu (Sweta Kothari)
3591+-------------------------------------------------------------------------------
3592+gnome-control-center 2.27.4 (2009-07-15)
3593+
3594+About me:
3595+- New icons for fingerprint screen (Michael Langlie)
3596+
3597+Appearance:
3598+- Migrate to GtkBuilder (Thomas Wood)
3599+- Remove custom cell renderers (Thomas Wood)
3600+
3601+At-properties:
3602+- Remove libglade depency from at-properties capplet (Felix Riemann)
3603+
3604+Default applications:
3605+- Remove libglade dep from default-applications capplet (Felix Riemann)
3606+
3607+Display:
3608+- Remove libglade dependency from display-properties capplet (Felix Riemann)
3609+
3610+Keybindings:
3611+- Remove libglade dependency from keybindings capplet (Felix Riemann)
3612+
3613+Mouse:
3614+- Support touchpad configuration through device properties (Peter Hutterer)
3615+
3616+Shell:
3617+- Fix libslab for single includes in GTK+ (Thomas Wood)
3618+
3619+Typing break:
3620+- Use GtkUIManager to replace GtkItemFactory (Thomas Hindoe Paaboel Andersen)
3621+
3622+Windows:
3623+- Strip libglade dependency from gnome-window-properties (Felix Riemann)
3624+
3625+Translations:
3626+- es (Jorge González)
3627+- et (Ivar Smolin)
3628+- gu (Sweta Kothari)
3629+- uk (Maxim V. Dziumanenko)
3630+-------------------------------------------------------------------------------
3631+gnome-control-center 2.27.3 (2009-06-29)
3632+
3633+About me:
3634+- Initialize GThread subsystem (Vivian Zhang) (#583451)
3635+
3636+Appearance:
3637+- After removing an image set the cursor to the newly selected wallpaper so
3638+ that keyboard navigation works as expected (Jens Granseuer) (#575075)
3639+- Search GTK+ icon theme search path for icon themes (Jens Granseuer) (#575906)
3640+- Only delete the theme if the user pressed OK (Benjamin Berg) (#578694)
3641+- Close gtkrc files after use (Jens Granseuer) (#578835)
3642+- Fix theme engine detection on non-UNIX platform (Jens Granseuer) (#581156)
3643+- Don't unref NULL GConf entries (Jens Granseuer)
3644+- After removing an image set the cursor to the newly selected wallpaper (Jens
3645+ Granseuer) (#575075)
3646+
3647+Default applications:
3648+- Add Arora to list of browsers (Bastien Nocera)
3649+
3650+Display:
3651+- Pass a transient parent ID to the ApplyConfiguration callback so that it
3652+ can make its confirmation dialog a child of the parent (Federico Mena Quintero)
3653+ (#576006)
3654+- Simplify calls to dbus-glib which cannot fail (Federico Mena Quintero)
3655+- Ensure that there will be a backup file before committing (Federico Mena Quintero)
3656+ (#486093)
3657+- Make the monitor heading be explicitly black (Federico Mena Quintero) (#556050)
3658+- Fix the layout-outputs-horizontally helper (Federico Mena Quintero)
3659+- Use the timestamp of the Apply button to change the RANDR configuration (Federico
3660+ Mena Quintero)
3661+- Don't pop up a redundant error dialog (Federico Mena Quintero)
3662+
3663+Font viewer:
3664+- Safely printf strings (Christian Persch)
3665+- Interrupt thumbnailing at 30 s instead of 30 msecs (Jens Granseuer) (#584107)
3666+
3667+Keybindings:
3668+- Make activating a section header row expand or collapse the section as expected
3669+ instead of crashing (Jens Granseuer) (#577474)
3670+- Make the custom keybinding UI smoother (Matthias Clasen)
3671+- Don't needlessly write entries back to gconf on startup (Matthias Clasen) (#581986)
3672+
3673+Keyboard:
3674+- Dependency on libxklavier 4.0, optional load/display of extra layouts (Sergey V.
3675+ Udaltsov)
3676+
3677+Shell:
3678+- Fix libslab svn:external problem (Rodrigo Moya)
3679+
3680+Translations:
3681+- ar (Djihed Afifi)
3682+- ca (Gil Forcada)
3683+- cs (Petr Kovar)
3684+- crh (Reşat SABIQ)
3685+- de (Jürg Billeter, Andre Klapper)
3686+- es (Jorge Gonzalez Gonzalez)
3687+- et (Ivar Smolin, Mattias Põldaru)
3688+- fr (Bruno Brouard)
3689+- gr (Marios Zindilis, Nikos Charonitakis)
3690+- hi (Manoj Kumar Giri, Rajesh Ranjan)
3691+- hu (Gabor Kelemen)
3692+- it (miloc)
3693+- ja (Takeshi AIHANA)
3694+- kn (Shankar Prasad)
3695+- lv (Raivis Dejus)
3696+- nb (Kjartan Maraas)
3697+- or (Manoj Kumar Giri)
3698+- ru (Nickolay V. Shmyrev)
3699+- sl (Matej Urbančič)
3700+- sk (Marcel Telka)
3701+- sr@Latin (Miloš Popović)
3702+- vi (Nguyễn Thái Ngọc Duy)
3703+- zh_CN (M Zhang, Deng Xiyue)
3704+
3705+-------------------------------------------------------------------------------
3706+gnome-control-center 2.26.0 (2009-03-16)
3707+
3708+About me:
3709+- Fix warning when selecting a finger to enroll in the combo box
3710+ (Bastien Nocera) (#574974)
3711+
3712+Default applications:
3713+- Fix mnemonic conflicts (Jens Granseuer)
3714+
3715+Display:
3716+- Make the strings of the rotation dialog appear translated (Gabor Kelemen)
3717+ (#574693)
3718+- Fix crash when refreshing RANDR configuration (Federico Mena Quintero)
3719+ (#574865)
3720+
3721+Font viewer:
3722+- Stop the font thumbnailer eating all the CPU (Bastien Nocera) (#573795)
3723+
3724+Keybindings:
3725+- Fix mnemonics conflict on the custom shortcut window (Jens Granseuer)
3726+
3727+Typing break:
3728+- Revert string freeze breaker (Thomas H.P. Andersen) (#572325)
3729+
3730+Translations:
3731+- af (Friedel Wolff)
3732+- as (Amitakhya Phukan)
3733+- bg (Alexander Shopov)
3734+- bn_IN (Runa Bhattacharjee)
3735+- cs (Petr Kovar, Lucas Lommer)
3736+- de (Christian Kirbach, Hendrik Richter)
3737+- el (Jennie Petoumenou)
3738+- en_GB (Philip Withnall)
3739+- es (Jorge Gonzalez)
3740+- fi (Tommi Vainikainen)
3741+- gl (Ignacio Casal Quinteiro)
3742+- gu (Ankitkumar Patel)
3743+- he (Mark Krapivner, Yaron Sharabani)
3744+- hi (Rajesh Ranjan)
3745+- hu (Gabor Kelemen)
3746+- it (Milo Casagrande)
3747+- ja (Takeshi AIHANA)
3748+- lt (Gintautas Miliauskas)
3749+- mai (Rajesh Ranjan)
3750+- ml (Ani Peter)
3751+- mr (Sandeep Shedmake)
3752+- nl (Wouter Bolsterlee)
3753+- or (Manoj Kumar Giri)
3754+- pl (Tomasz Dominikowski)
3755+- pt (Duarte Loreto)
3756+- pt_BR (Andre Gondim)
3757+- ru (Nickolay V. Shmyrev)
3758+- sv (Daniel Nylander)
3759+- ta (I. Felix)
3760+- te (Krishnababu K)
3761+- th (Theppitak Karoonboonyanan)
3762+- tr (Baris Cicek)
3763+
3764+-------------------------------------------------------------------------------
3765+gnome-control-center 2.25.92 (2009-03-02)
3766+
3767+General:
3768+- remove lots of deprecated GDK/GTK+ calls (Thomas H.P. Andersen) (#572325)
3769+
3770+Appearance:
3771+- fix message markup appearing in post-install dialog (Jens Granseuer)
3772+ (#572453)
3773+
3774+Display:
3775+- don't block the GUI while changing RANDR configuration
3776+ (Federico Mena Quintero)
3777+- realign outputs after a resolution change (Federico Mena Quintero)
3778+- use black text for enabled monitors (Federico Mena Quintero)
3779+- change window title and menu entry to "Display"/"Display Preferences"
3780+ (Jens Granseuer) (#570907)
3781+
3782+Keybindings:
3783+- fix saving custom shortcut commands (Jens Granseuer) (#572501)
3784+- always show "<Unknown Action>" for shortcuts without a description
3785+ (Jens Granseuer) (#572808)
3786+
3787+Keyboard:
3788+- add visual bell settings (Matthias Clasen) (#564998)
3789+- fix initial layout preview (Matthias Clasen) (#550721)
3790+- restore help button in layout options (Sergey Udaltsov) (#556952)
3791+- remove non-existing icon from sound notifications button (Jens Granseuer)
3792+ (#570906)
3793+
3794+Font Viewer:
3795+- initialize type system to fix hang (Jonas Bonn) (#572189)
3796+
3797+Translations:
3798+- ast (Mikel González)
3799+- be@latin (Ihar Hrachyshka)
3800+- bg (Alexander Shopov)
3801+- ca (Gil Forcada)
3802+- da (Kenneth Nielsen)
3803+- en_GB (Philip Withnall)
3804+- es (Jorge Gonzalez)
3805+- et (Priit Laes)
3806+- eu (Inaki Larranaga Murgoitio)
3807+- fi (Ilkka Tuohela)
3808+- fr (Claude Paroz)
3809+- gu (Sweta Kothari)
3810+- he (Mark Krapivner)
3811+- hu (Gabor Kelemen)
3812+- it (Milo Casagrande)
3813+- ja (Takeshi Aihana)
3814+- ko (Changwoo Ryu)
3815+- nb (Kjartan Maraas)
3816+- pl (Tomasz Dominikowski)
3817+- pt (Duarte Loreto)
3818+- pt_BR (André Gondim, Jonh Wendell, Og Maciel)
3819+- ro (Jani Monoses)
3820+- sv (Daniel Nylander)
3821+- th (Theppitak Karoonboonyanan)
3822+- vi (Clytie Siddall)
3823+- zh_HK (Chao-Hsiung Liao)
3824+- zh_TW (Chao-Hsiung Liao)
3825+
3826+-------------------------------------------------------------------------------
3827+gnome-control-center 2.25.90 (2009-02-04)
3828+
3829+General:
3830+- Rename gnome-network-preferences to gnome-network-properties (Luca Ferretti)
3831+ (#554342)
3832+- Add optional libcanberra-gtk dependency
3833+
3834+About me:
3835+- Build fixes
3836+- Fix email addresses being generated by g-a-m always being saved as type
3837+ "OTHER" (Jens Granseuer) (#570113)
3838+
3839+Appearance:
3840+- Fix newly installed themes appearing twice in the GTK themes list if the
3841+ package contains themes for both GTK and metacity (Jens Granseuer) (#568595)
3842+- Use "Desktop Background" instead "Wallpaper" as per GDP glossary (Luca
3843+ Ferretti) (#569382)
3844+
3845+Common:
3846+- Add GnomeThemeElement parameter to the ThemeChangedCallback so that the
3847+ receiver can determine what part of the theme changed (Jens Granseuer)
3848+
3849+Default application:
3850+- Fix the https handler never being set (Bastien Nocera) (#568408)
3851+- Update the web entry with the correct command for the selected option instead
3852+ of always using the default (Jens Granseuer)
3853+
3854+Display:
3855+- Build fixes
3856+- Add On/Off radio buttons to turn on/off a monitor (Federico Mena Quintero)
3857+- Don't crash if we don't have an output (Jens Granseuer) (#569218)
3858+
3859+Keybindings:
3860+- Build fixes
3861+- Print a warning when a key doesn't have a schema, so no description (Bastien
3862+ Nocera)
3863+- Make Enter work as expected in the custom key shortcut edit dialogue (Bastien
3864+ Nocera)
3865+
3866+Keyboard:
3867+- Sort options by description (Sergey Udaltsov)
3868+- Hide help button in Options (Sergey Udaltsov) (#556952)
3869+- Allow setting a repeat delay of up to 2 seconds (Jens Granseuer) (#569612)
3870+
3871+Shell:
3872+- Use single GTK includes in slab (Magnus Boman) (#551850)
3873+- Compile with G*_DISABLE_DEPRECATED in slab (Magnus Boman) (#551850)
3874+
3875+Typing break:
3876+- Play a sound when the display is locked or unlocked (Maxim Ermilov) (#169473)
3877+
3878+Translations:
3879+- ca (Joan Duran)
3880+- el (nikosCharonitakis)
3881+- es (Jorge González)
3882+- fi (Timo Jyrinki)
3883+- he (Mark Krapivner)
3884+- it (Luca Ferretti)
3885+- ko (Young-Ho Cha)
3886+- lt (Vytautas Liuolia)
3887+- lv (Raivis Dejus)
3888+- mg (Thierry Randrianiriana)
3889+- mn (Badral)
3890+- nb (Kjartan Maraas)
3891+- nl (Wouter Bolsterlee)
3892+- or (Manoj Kumar Giri)
3893+- pa (Amanpreet Singh Alam)
3894+- pl (Tomasz Dominikowski)
3895+- pt_BR (Henrique P Machado)
3896+- ru (Nickolay V. Shmyrev)
3897+- sr (Данило Шеган)
3898+- sv (Daniel Nylander)
3899+- uk (Maxim V. Dziumanenko)
3900+- uz@cyrillic (Nurali Abdurahmonov)
3901+- uz (Nurali Abdurahmonov)
3902+- zh_CN (甘露(Gan Lu))
3903+- zh_HK (Chao-Hsiung Liao)
3904+- zh_TW (Chao-Hsiung Liao)
3905+
3906+-------------------------------------------------------------------------------
3907+gnome-control-center 2.25.3 (2008-12-18)
3908+
3909+General:
3910+- Remove sound capplet and documentation, it moved to gnome-media
3911+ (Bastien Nocera)
3912+
3913+About me:
3914+- Add support for fingerprint readers with more than one enrollment stage
3915+ (Bastien Nocera)
3916+
3917+Display:
3918+- Display errors when any happen (Federico Mena Quintero)
3919+- Slight UI changes (Federico Mena Quintero)
3920+- When a monitor is selected, update the monitor label to have the monitor's
3921+ name and colour so they know which one is being edited (Federico Mena Quintero)
3922+- Make the monitor on which the dialogue appears the default one on startup
3923+ (Federico Mena Quintero)
3924+- Fix monitors still overlapping when turning off "Mirror screens"
3925+ (Federico Mena Quintero)
3926+- Remove unneeded help button (Federico Mena Quintero)
3927+
3928+-------------------------------------------------------------------------------
3929+gnome-control-center 2.25.2 (2008-12-02)
3930+
3931+General:
3932+- Only include top-level headers for glib and GTK+ (Maxim Ermilov) (#561562)
3933+- Optionally check for PolicyKit (Bastien Nocera)
3934+- Don't try to delete directories twice (Jens Granseuer) (#562371)
3935+- Don't recognize "" as a valid engine for certain GTK themes (Jens Granseuer)
3936+ (#315286)
3937+
3938+About me:
3939+- Add support for enrolling fingerprints using the fprintd D-Bus service
3940+ (Bastien Nocera) (#561881)
3941+
3942+Appearance:
3943+- Don't initialize gettext and GTK twice (Jens Granseuer)
3944+- Add missing arg to capplet_init (Kjartan Maraas)
3945+- Use g_ascii_strcasecmp instead of the deprecated g_strcasecmp (Maxim Ermilov)
3946+ (#560424)
3947+- Really remove the temp dir when the transfer is cancelled (Jens Granseuer)
3948+- Fix leak (Jens Granseuer)
3949+
3950+Font viewer:
3951+- Remove gnome-vfs dependency (Saleem Abdulrasool) (#561319)
3952+
3953+Keybindings:
3954+- Respect the /desktop/gnome/keybindings/allowed_keys key (Matthias Clasen)
3955+
3956+Network:
3957+- Add support for network profiles (Maxim Ermilov) (#477040)
3958+
3959+Typing break:
3960+- Use g_object_unref instead of the deprecated gdk_window_unref (Maxim Ermilov)
3961+ (#561679)
3962+
3963+Shell:
3964+- Add libgnomeui dependency back (Kjartan Maraas)
3965+- Remove eel dependency (dmacks@netscape.org) (#561944)
3966+- Fix leak (Federico Mena Quintero)
3967+- Use the new GtkTooltip mechanism rather than the deprecated GtkTooltips
3968+ (Federico Mena Quintero)
3969+
3970+Translations:
3971+- es (Jorge Gonzalez)
3972+- it (Luca Ferretti)
3973+-------------------------------------------------------------------------------
3974+gnome-control-center 2.25.1 (2008-11-05)
3975+
3976+General:
3977+- resurrect gnome-font-viewer and gnome-thumbnail-font (Davyd Madeley)
3978+- reduce libgnome* usage (Søren Sandmann)
3979+- require GTK+ 2.13.1 (Jens Granseuer)
3980+- require gnome-desktop 2.25.1 (Jens Granseuer)
3981+- code cleanups (Jens Granseuer, Christian Persch, Kjartan Maraas, Bastien Nocera)
3982+
3983+Common:
3984+- use translated names for icon themes if available (Jens Granseuer) (#554272)
3985+- fix error handling when launching help (Jens Granseuer)
3986+
3987+Appearance:
3988+- connect the help buttons to the most appropriate sections in the user guide
3989+ (Matthias Clasen) (#554957)
3990+
3991+Default application:
3992+- add Listen to the list of media players (Julien Lavergne)
3993+
3994+Display:
3995+- show an error dialog instead of crashing when initialization fails due to
3996+ XRandR not being available (Matt Keenan) (#553762)
3997+- fix preview orientation when using left or right rotation (Jens Granseuer) (#555241)
3998+- use new clone mode API in gnome-desktop (Søren Sandmann)
3999+- XOR the old and the new regions instead of subtracting old from new (Søren
4000+ Sandmann) (#551566)
4001+
4002+Keybindings:
4003+- fix editability of group headings (Matthias Clasen) (#556967)
4004+- avoid duplicate custom keybindings (Matthias Clasen) (#556977)
4005+- add UI for adding and removing named custom shortcuts (Matthias Clasen) (#114796)
4006+
4007+Keyboard:
4008+- fix group sorting (Sergey Udaltsov)
4009+- update group expander highlighting dynamically (Sergey Udaltsov)
4010+- connect the stickykeys_two_key_off button (Jens Granseuer) (#556818)
4011+- remember sorted list of expanders in properties (Sergey Udaltsov)
4012+- scroll the options window when the keyboard focus moves out of the visible
4013+ part (Jens Granseuer) (#557944)
4014+- hide/show the "Default" column depending on the "layout per window" checkbox
4015+ (Sergey Udaltsov) (#555261)
4016+
4017+Sound:
4018+- make the filechooser default to a sensible directory (Bastien Nocera)
4019+
4020+Windows:
4021+- Use the right values for the h/v maximization titlebar doubleclick action
4022+ (Matthias Clasen) (#554962)
4023+
4024+Translations:
4025+- ast (Esbardu)
4026+- bg (Yavor Doganov)
4027+- ca@valencia (Robert Millan)
4028+- cs (Petr Kovar)
4029+- da (Ask Hjorth Larsen)
4030+- el (nikosCharonitakis)
4031+- et (Priit Laes)
4032+- fi (Timo Jyrinki)
4033+- he (Mark Krapivner)
4034+- hu (Gabor Kelemen)
4035+- nb (Kjartan Maraas)
4036+- nl (Wouter Bolsterlee)
4037+- pt_BR (Leonardo Ferreira Fontenelle)
4038+- sk (Pavol Šimo)
4039+- sr (Данило Шеган)
4040+- sv (Daniel Nylander)
4041+- th (Theppitak Karoonboonyanan)
4042+- uk (Maxim V. Dziumanenko)
4043+-------------------------------------------------------------------------------
4044+gnome-control-center 2.24.0.1 (2008-09-24)
4045+
4046+Appearance:
4047+- fix newly-introduced crash in theme tab (Jens Granseuer) (#553541)
4048+-------------------------------------------------------------------------------
4049+gnome-control-center 2.24.0 (2008-09-22)
4050+
4051+Accessibility:
4052+- improve tooltip wording (Wang Xin)
4053+
4054+Appearance:
4055+- when a hidden theme is selected, and therefore becomes visible,
4056+ create a thumbnail for it (Jens Granseuer) (#547301)
4057+- don't fail if the destination files already exist and the user tries
4058+ to overwrite them (Jens Granseuer) (#552671)
4059+- set GtkAdjustment page size to 0 to avoid roblems due to newly enforced
4060+ value boundaries in GTK+ 2.14. (Jens Granseuer ) (#551740)
4061+
4062+Common:
4063+- properly initialize the callback data (Jens Granseuer) (#550263)
4064+
4065+Default application:
4066+- don't advertise startup-notify. The script doesn't support it (Jens Granseuer)
4067+ (#550694)
4068+- use a11y icon instead of searchtool (Jens Granseuer) (#550742)
4069+
4070+Display:
4071+- Use "Mirror Screens" instead of "Cloned Output" in the display of monitors,
4072+ to be consistent with the corresponding checkbox from the Glade file.
4073+ (Federico Mena Quintero)
4074+- use theme colours for the background (Bruce Cowan) (#545117)
4075+
4076+Keybindings:
4077+- don't use the term "accelerator" in the UI (Jens Granseuer) (#547276)
4078+
4079+Keyboard:
4080+- chosing first variant by default (Sergey Udaltsov) (#550722)
4081+- using the fact that latest libxklavier returns descriptions in UTF-8,
4082+ no need to convert in 8-bit locales (Sergey Udaltsov)
4083+- set GtkAdjustment page size to 0 to avoid problems due to newly enforced
4084+ value boundaries in GTK+ 2.14. (Jens Granseuer) (#551740)
4085+
4086+Network:
4087+- set GtkAdjustment page size to 0 to avoid roblems due to newly enforced
4088+ value boundaries in GTK+ 2.14. (Jens Granseuer ) (#551740)
4089+
4090+Sound:
4091+- trying to print NULL strings crashes on Solaris (Brian Cameron) (#548586)
4092+- add context to event sound names (Claude Paroz ) (#549489)
4093+
4094+Translations:
4095+- ar (Djihed Afifi)
4096+- bg (Yavor Doganov)
4097+- bn_IN (Runa Bhattacharjee)
4098+- ca (Joan Duran)
4099+- cs (Petr Kovar)
4100+- da (Ask Hjorth Larsen)
4101+- de (Hendrik Richter)
4102+- dz (Dawa pemo)
4103+- el (Kostas Papadimas)
4104+- en_GB (David Lodge)
4105+- es (Jorge González)
4106+- et (Ivar Smolin)
4107+- eu (Iñaki Larrañaga Murgoitio)
4108+- fi (Timo Jyrinki)
4109+- fr (Claude Paroz)
4110+- ga (Seán de Búrca)
4111+- gl (Ignacio Casal Quinteiro)
4112+- gu (Sweta Kothari)
4113+- he (Mark Krapivner)
4114+- hr (Miroslav Sabljić)
4115+- hu (Gabor Kelemen)
4116+- it (Luca Ferretti)
4117+- ja (Takeshi AIHANA)
4118+- ko (Young-Ho Cha)
4119+- lt (Vytautas Liuolia)
4120+- mk (Arangel Angov)
4121+- ml (Ashik Salahudeen)
4122+- mr (Sandeep Shedmake)
4123+- nb (Kjartan Maraas)
4124+- nl (Reinout van Schouwen)
4125+- pl (Tomasz Dominikowski)
4126+- pt_BR (Leonardo Ferreira Fontenelle)
4127+- pt (Duarte Loreto)
4128+- ro (Dan Damian)
4129+- ru (Nickolay V. Shmyrev)
4130+- sq (Laurent Dhima)
4131+- sr (Данило Шеган)
4132+- sv (Daniel Nylander)
4133+- ta (Dr.T.Vasudevan)
4134+- th (Theppitak Karoonboonyanan)
4135+- tr (Baris Cicek)
4136+- vi (Clytie Siddall)
4137+- zh_CN (Yang Zhang)
4138+- zh_HK (Chao-Hsiung Liao)
4139+- zh_TW (Chao-Hsiung Liao)
4140+-------------------------------------------------------------------------------
4141+gnome-control-center 2.23.90 (2008-08-18)
4142+
4143+Appearance:
4144+- Use default icon for unknown themes (Jens Granseuer)
4145+- Remove help button (Jens Granseuer)
4146+
4147+Common:
4148+- Make sure we have a notification theme before trying to save it
4149+ (Jens Granseuer) (#547448)
4150+- Keep track of hidden themes (Jens Granseuer) (#547301)
4151+- Require gnome-desktop 2.23.90
4152+
4153+Display:
4154+- Draw rotated outputs rotated (Soren Sandmann)
4155+- Don't leak the application or the GladeXML (Jens Granseuer)
4156+- Replace all uses of g_print with g_debug (Jens Granseuer)
4157+- Fail gracefully if we cannot get a screen (Jens Granseuer)
4158+- Add sexy labels to identify monitors (Federico Mena Quintero)
4159+
4160+Shell:
4161+- Remove eel dependency from libslab (Federico Mena Quintero) (#524778)
4162+
4163+Sound:
4164+- Fix warning due to left-over developer code (Jens Granseuer) (#546583)
4165+- HIG fixes and improved wording (Bastien Nocera) (#545219)
4166+- Make the event sound preview button listen to "activate" signal so it
4167+ becomes accessible via keyboard (Matthias Clasen) (#547808)
4168+
4169+Translations:
4170+- ar (Khaled Hosny)
4171+- be@latin (Ihar Hrachyshka)
4172+- es (Jorge Gonzalez)
4173+- et (Ivar Smolin)
4174+- fi (Ilkka Tuohela)
4175+- ga (Sean de Burca)
4176+- gl (Ignacio Casal Quinteiro)
4177+- ja (Takeshi AIHANA)
4178+- he (Yair Hershkovitz)
4179+- nb (Kjartan Maraas)
4180+- pt (Duarte Loreto)
4181+- pt_BR (Djavan Fagundes)
4182+- th (Theppitak Karoonboonyanan)
4183+- zh_HK (Chao-Hsiung Liao)
4184+- zh_TW (Chao-Hsiung Liao)
4185+-------------------------------------------------------------------------------
4186+gnome-control-center 2.23.6 (2008-08-04)
4187+
4188+Appearance:
4189+- Make theme installation from GIO-supported sources work (including
4190+ drag and drop) (Jens Granseuer) (#545335)
4191+
4192+Default Applications:
4193+- Fix custom commands for mail default application (James Westby)
4194+
4195+Display:
4196+- Add a check box to turn on and off display icon (Soren Sandmann)
4197+- Draw rotated outputs rotated (Soren Sandmann)
4198+
4199+General:
4200+- Move directory deletion code from appearance capplet into common
4201+ code (Bastien Nocera)
4202+- Make the file transfer dialog work with GFiles instead of gchar
4203+ paths internally (Jens Granseuer)
4204+- Don't set notification theme to "standard" if the metatheme loaded
4205+ doesn't define one (Jens Granseuer) (#546036)
4206+
4207+Keybindings:
4208+- When trying to assign a shortcut that is already in use, ask the user
4209+ whether to reassign it instead of refusing to do anything (Denis
4210+ Washington) (#133318)
4211+
4212+Shell:
4213+- Don't do thumbnailing, let Nautilus do it (Federico Mena Quintero)
4214+- Fix a build warning (Cosimo Cecchi) (#544538)
4215+
4216+Sound:
4217+- Remove separate bell settings tab (Bastien Nocera)
4218+- Remove libsounds dependency (Bastien Nocera)
4219+- Add freedesktop sound theme support through libcanberra (Bastien Nocera)
4220+- Fix property passing (Lennart Poettering)
4221+- Plug some leaks (Jens Granseuer)
4222+- Add some filtering for OSS devices and create more useful device
4223+ descriptions (Alexander Schwenn) (#545275)
4224+- Added missing file to pass distcheck (Rodrigo Moya)
4225+
4226+Translations:
4227+- ar (Djihed Afifi)
4228+- es (Jorge Gonzalez)
4229+- gl (Ignacio Casal Quinteiro)
4230+- nb (Kjartan Maraas)
4231+- pt_BR (Leonardo Ferreira Fontenelle)
4232+- sv (Daniel Nylander)
4233+-------------------------------------------------------------------------------
4234+gnome-control-center 2.23.5 (2008-07-24)
4235+
4236+General:
4237+- Remove VFS methods code (Rodrigo Moya)
4238+- Intltool churn (Jens Granseuer, Soren Sandmann)
4239+- Use standard icon names from icon naming spec (Matthias Clasen,
4240+ #539339)
4241+
4242+Appearance Capplet:
4243+- Don't delete ~/.icons when deleting the last icon theme
4244+ (Jens Granseuer, #543763)
4245+- Add notification themes to the metatheme format (Matthias
4246+ Clasen, #533611)
4247+
4248+Display Capplet:
4249+- New RandR 1.2 based capplet with support for dual screens and stuff.
4250+ (Soren Sandmann, Federico Mena Quintero)
4251+
4252+Default Applications:
4253+- Use -x instead of -e as exec_flag for Terminator. (Jens
4254+ Granseuer, #544058).
4255+- Install the default apps list in the default-apps subdirectory (Jens Granseuer)
4256+- Make it possible for apps to install additional XML files to
4257+ extend the list of available applications (Aprotim Sanyal,
4258+ #527304).
4259+
4260+Mouse Capplet:
4261+- Decrease lower boundary of dwell delay to 0.2 (Gerd Kohlberger)
4262+
4263+Translations:
4264+- Remove pa.po from toplevel (Gerd Kohlberger)
4265+- es (Jorge Gonzalez)
4266+- gl (Ignacio Casal Quinteiro)
4267+- fr (Bruno Brouard, Claude Paroz)
4268+- he (Yair Hershkovitz)
4269+- be@latin (Ihar Hrachyshka)
4270+- th (Theppitak Karoonboonyanan)
4271+- oc (Yannig Marchegay)
4272+- nb (Kjartan Maraas)
4273+- et (Priit Laes)
4274+
4275+Typing Break:
4276+- Use a modal window (Andrey Gusev, #441786)
4277+- When postponing a break don't go right back to warn state,
4278+ but award some bonus time according to the already elapsed break time
4279+ (Andrey Gusev, #133295).
4280+-------------------------------------------------------------------------------
4281+gnome-control-center 2.23.4 (2008-06-16)
4282+
4283+default applications:
4284+- Convert to use GConfPropertyEditor and remove a lot of duplicated code in
4285+ the process (Thomas Wood)
4286+- Provide a Tango style application icon (Jakub Steiner, Thomas Wood) (#397312)
4287+
4288+typing break:
4289+- When postponing a voluntary break, go back to the state before taking the
4290+ break instead of going to warn state (Andrey Gusev) (#134595)
4291+
4292+general:
4293+- Increased gnome-desktop requirement (Rodrigo Moya)
4294+
4295+updated translations:
4296+- ar (Djihed Afifi)
4297+- es (Jorge Gonzalez)
4298+- hu (Gabor Kelemen)
4299+- nb (Kjartan Maraas)
4300+- th (Theppitak Karoonboonyanan)
4301+- zh_CN (Funda Wang)
4302+------------------------------------------------------------------------------
4303+gnome-control-center 2.23.3 (2008-06-04)
4304+
4305+appearance:
4306+- Remove the last traces of gnome-vfs (Lincoln de Sousa) (#524401)
4307+- Fix theme deletion (Jens Granseuer)
4308+- Update to match API changes in gnome-desktop (Soeren Sandmann)
4309+- Fix "zoom" mode (Soeren Sandmann)
4310+- Use URIs instead of paths for drag and drop (Soeren Sandmann)
4311+- Delay creation of the wallaper file chooser for increased startup
4312+ performance (Thomas Wood)
4313+
4314+default-applications:
4315+- Major refactoring to use GConfPropertyEditor and reduce code duplication
4316+ (Thomas Wood)
4317+
4318+keybindings:
4319+- Don't use deprecated GTK+ symbol (William Jon McCann)
4320+- Add support for editing custom keybindings (create/delete not yet
4321+ implemented) (Jens Granseuer)
4322+
4323+general:
4324+- Remove themus vfs-method (Thomas Wood)
4325+- Minor cleanup in capplet-util and gconf-property-editor (Thomas Wood,
4326+ Jens Granseuer)
4327+
4328+updated translations:
4329+- ar (Djihed Afifi)
4330+- gl (Ignacio Casal Quinteiro)
4331+- vi (Clytie Siddall)
4332+
4333+------------------------------------------------------------------------------
4334+gnome-control-center 2.23.2 (2008-05-17)
4335+
4336+about-me:
4337+- Fix image scaling on the photo button (Ben LeMasurier) (#309629)
4338+- Fix build on Solaris (Laszlo Peter) (#532893)
4339+- Properly handle errors when no icon is available (Jens Granseuer)
4340+- Fix handling of Home and Work email addresses (Jens Granseuer) (#317835)
4341+- Close a memory leak (Jens Granseuer)
4342+
4343+appearance:
4344+- Convert some more parts to gio (Lincoln de Sousa, Jens Granseuer)
4345+- Show errors for incomplete control themes (Jens Granseuer)
4346+- Add support for installing missing GTK+ theme engines via PackageKit
4347+ (Jens Granseuer) (#511065)
4348+
4349+keyboard:
4350+- Don't close the Keyboard Layout Options window when the Help button is
4351+ clicked (Thomas Wood) (#529772)
4352+- Access keyboard layouts by country or language (Sergey Udaltsov)
4353+
4354+network;
4355+- Drop gnome-vfs dependency (Jens Granseuer)
4356+
4357+sound:
4358+- Add support for OSS4 mixers (Tim-Phillip Mueller) (#529720)
4359+
4360+general:
4361+- libbackground is no longer needed (Soeren Sandmann)
4362+- Remove iso-codes dependency again (Sergey Udaltsov)
4363+- Require libxklavier 3.6 (Sergey Udaltsov)
4364+- Port theme handling code from gnome-vfs to gio (Jens Granseuer)
4365+
4366+updated translations:
4367+- es (Jorge Gonzalez)
4368+- fr (Stephane Raimbault)
4369+- gl (Ignacio Casal Quinteiro)
4370+- he (Yair Hershkovitz)
4371+- hu (Gabor Kelemen)
4372+- nb (Kjartan Maraas)
4373+- pt_BR (Leonardo Ferreira Fontenelle)
4374+
4375+------------------------------------------------------------------------------
4376+gnome-control-center 2.23.1
4377+
4378+about-me:
4379+- Launch the error dialog with the proper parent (Jens Granseuer)
4380+
4381+accessibility:
4382+- Add button to launch mouse accessibility properties (Patrick Wade) (#515078)
4383+- Don't show the "accessible login" button if gdmsetup is not available
4384+ (Matthias Clasen) (#526944)
4385+- Open the preferred applications dialog on the a11y page (Jens Granseuer)
4386+ (#528196)
4387+
4388+appearance:
4389+- Allow the user to revert a font change proposed by a metatheme (Patrick
4390+ Wade) (#519065)
4391+- Add a custom cell renderer for metatheme names to allow rounded corners
4392+ on the selection indicator (Thomas Wood) (#500276)
4393+- Replace gnome-vfs with gio (Lincoln de Souza) (#524401)
4394+- Show a warning message when the selected theme is incomplete (Jens Granseuer)
4395+
4396+default applications:
4397+- Add -p/--show-page to open the dialog on a specific page (Jens Granseuer)
4398+ (#528196)
4399+
4400+keybindings:
4401+- Fix mismatched modifier mapping between egg and GTK (Jens Granseuer)
4402+- Fix Esc and Backspace being bindable when Caps Lock is on (Bastien Nocera)
4403+ (#524813)
4404+- Get rid of unneeded sort model indirection (Jens Granseuer)
4405+
4406+keyboard:
4407+- Fix various string and layout issues (Jens Granseuer) (#521826)
4408+
4409+mouse:
4410+- Add support for starting the capplet on the appearance tab (Patrick Wade)
4411+ (#515078)
4412+- Remove unused custom widget (Gerd Kohlberger) (#527418)
4413+
4414+network:
4415+- Renamce "Advanced configuration" tab to "Ignored hosts" (Denis Washington)
4416+ (#314883)
4417+
4418+sound:
4419+- Don't mention esd (Jens Granseuer) (#523888)
4420+- Sort mixer devices alphabitically (Jens Granseuer) (#525530)
4421+
4422+themus:
4423+- Handle failed thumbnailing attempts properly (Jens Granseuer)
4424+
4425+windows:
4426+- Add "Maximize Vertically" and "Maximize Horizontally" to possible double-click
4427+ actions (Cosimo Cecchi) (#329503)
4428+- Require metacity <= 2.23.1 (Cosimo Cecchi)
4429+
4430+general:
4431+- Figure out where GTK+ expects its theme engines and make that info available
4432+ to interested capplets (Jens Granseuer)
4433+- Introduce dependency on iso-codes (Sergey Udaltsov)
4434+
4435+updated translations:
4436+- bg (Alexander Shopov)
4437+- en_GB (Philip Withnall)
4438+- es (Jorge Gonzalez)
4439+- et (Priit Laes)
4440+- he (Yair Hershkovitz)
4441+- hu (Gabor Kelemen)
4442+- it (Luca Ferretti)
4443+- ka (Vladimer Sichinava)
4444+- nb (Kjartan Maraas)
4445+- nn (Eskild Hustvedt)
4446+- ru (Yuri Kozlov)
4447+- te (Sunil Mohan Adapa)
4448+------------------------------------------------------------------------------
4449+gnome-control-center 2.22.1
4450+
4451+appearance:
4452+- Don't resize the font samples vertically when the window is resized
4453+ (Jens Granseuer) (#521823)
4454+- Fix warning when trying to drag an unselected item (Jens Granseuer)
4455+ (#523347)
4456+- Don't try to unref URIs if the theme package is invalid (Jens Granseuer)
4457+ (#524567)
4458+
4459+common:
4460+- Fix a crash when schemas are not properly installed (Jens Granseuer)
4461+ (#520744)
4462+- Fix error handling in the thumbnailer (Jens Granseuer) (#521009)
4463+- Actually check the cursor size before changing it in GConf (Jens Granseuer)
4464+
4465+keybindings:
4466+- Remove debugging output (Jens Granseuer)
4467+- Stop widget accelerators from activating while the user is entering
4468+ a new shortcut (Jens Granseuer) (#313228)
4469+- Fix category headers not appearing properly in the treeview when using
4470+ a non-UTF-8 locale (Bastien Nocera) (#513988)
4471+
4472+keyboard:
4473+- Don't crash when called for a drag with no selected items (Jens Granseuer)
4474+ (#523379)
4475+- Don't show the typing break tab if the typing monitor is not available
4476+ (Jens Granseuer) (#524034)
4477+
4478+sound:
4479+- Use new tango icon (Jaap A. Haitsma) (#523916)
4480+- Don't show modems in the device chooser (Jens Granseuer) (#523888)
4481+
4482+themus:
4483+- Handle failed thumbnailing attempts properly (Jens Granseuer)
4484+
4485+typing-break:
4486+- New Tango-style icons (David Prieto) (#523965)
4487+- Replace custom stop icon with gtk-stop stock icon (Jens Granseuer)
4488+
4489+updated translations:
4490+- en_GB (Philip Withnall)
4491+- et (Priit Laes)
4492+- he (Yair Hershkovitz)
4493+- hu (Gabor Kelemen)
4494+- it (Luca Ferretti)
4495+- ja (Takeshi AIHANA)
4496+- ru (Yuri Kozlov)
4497+- te (Sunil Mohan Adapa)
4498+- tr (Baris Cicek)
4499+- vi (Nguyen Thaii Ngoc Duy)
4500+------------------------------------------------------------------------------
4501+gnome-control-center 2.22.0
4502+
4503+about-me:
4504+- Fix misspelling of "palindrome" (Jens Granseuer) (#519398)
4505+
4506+common:
4507+- Port to GIO (Jens Granseuer)
4508+
4509+keyboard:
4510+- Fix leaks and remove unnecessary casts (Jens Granseuer)
4511+
4512+mouse:
4513+- Make the mouse orientation radio button usable with both mouse buttons
4514+ (Denis Washington)
4515+
4516+updated translations:
4517+- ar (Djihed Afifi)
4518+- as (Amitakhya Phukan)
4519+- bn_IN (Runa Bhattacharjee)
4520+- da (Kenneth Nielsen)
4521+- de (Hendrik Richter)
4522+- el (Kostas Papadimas)
4523+- en_GB (Philip Withnall)
4524+- es (Jorge Gonzalez)
4525+- et (Priit Laes)
4526+- fi (Matthias Clasen)
4527+- fr (Stephane Raimbault)
4528+- hi (Rajesh Ranjan)
4529+- hu (Gabor Kelemen)
4530+- it (Luca Ferretti)
4531+- ja (Takeshi AIHANA)
4532+- lt (Gintautas Miliauskas)
4533+- mr (Rahul Bhalerao)
4534+- pt_BR (Leonardo Ferreira Fontenelle)
4535+- uk (Maxim Dziumanenko)
4536+- zh_HK (Chao-Hsiung Liao)
4537+- zh_TW (Chao-Hsiung Liao)
4538+------------------------------------------------------------------------------
4539+gnome-control-center 2.21.92
4540+
4541+about-me:
4542+
4543+- Fix widget tab order (Jens Granseuer) (bug #339936)
4544+- Don't distribute the .desktop.in file (Jens Granseuer)
4545+- Port to gio (Jens Granseuer)
4546+
4547+appearance:
4548+- always apply the current GConf settings to the initially selected wallpaper so
4549+ that we don't modify the settings if GConf state and the definition in
4550+ backgrounds.xml are not identical (Jens Granseuer) (#516746)
4551+- don't try to set shading and options in GConf when we're dealing with a
4552+ read-only source (Jens Granseuer) (#516328)
4553+
4554+common:
4555+- Handle broken pipe if thumbnailer crashes (Thomas Wood) (#516413)
4556+- Fix a small leak in the file transfer dialog (Jens Granseuer)
4557+- Use new Metacity function to render rounded metacity borders correctly
4558+ (Thomas Wood) (#460018)
4559+
4560+default-applications:
4561+- use '...' syntax instead of $(...) for better portability (Willie Walker)
4562+ (#517938)
4563+
4564+display:
4565+- Escape strange hostnames that we want to use as GConf keys (see bug #517259
4566+ for a similar issue in gnome-settings-daemon) (Jens Granseuer)
4567+
4568+general:
4569+- Increase required metacity version to 2.21.21 (Thomas Wood)
4570+- Revert removal of FONTILUS and THEMUS substitution that occurred in r8452.
4571+ Fixes distcheck. (Thomas Wood)
4572+- remove obsolete checks (Jens Granseuer)
4573+- add gio-2.0 to general capplet flags for now; this part needs cleaning up in
4574+ the next cycle (Jens Granseuer)
4575+- Add check for LIBSOUNDS. (Kjartan Maraas) (#515956)
4576+
4577+updated translations:
4578+- be@latin (Alaksandar Navicki)
4579+- ca (Joan Duran)
4580+- el (NikosCharonitakis)
4581+- eu (Iñaki Larrañaga Murgoitio)
4582+- fi (Ilkka Tuohela)
4583+- fr (Claude Paroz)
4584+- gl (Ignacio Casal Quinteiro)
4585+- it (Luca Ferretti)
4586+- ja (Takeshi AIHANA)
4587+- kn (Shankar Prasad)
4588+- ko (Young-Ho Cha)
4589+- mk (Arangel Angov)
4590+- nb (Kjartan Maraas)
4591+- ne (Narayan Kumar Magar)
4592+- nl (Reinout van Schouwen)
4593+- nn (Åsmund Skjæveland)
4594+- oc (Yannig Marchegay (Kokoyaya))
4595+- pl (Tomasz Dominikowski)
4596+- pt_BR (Jonh Wendell)
4597+- pt (Duarte Loreto)
4598+- sk (Pavol ¿imo)
4599+- sv (Daniel Nylander)
4600+
4601+------------------------------------------------------------------------------
4602+gnome-control-center 2.21.91
4603+
4604+appearance:
4605+- Add a comment for translators (Jens Granseuer) (#514598)
4606+- Make sure we're done with the dialog before we destroy it (Jens Granseuer)
4607+ (#515414)
4608+- Remove useless (with GIO-based Nautilus) 'Go to fonts folder' button
4609+ (Matthias Clasen) (#511306)
4610+
4611+at-properties:
4612+- Move capplet to main menu (Luca Ferretti) (#515075)
4613+
4614+default applications:
4615+- Support --new-tab/--new-window for Iceweasel (Sven Arvidsson) (#322795)
4616+- Improve name and description for the visual AT autostarter (Jens Granseuer)
4617+ (#515197)
4618+- Add support for Terminator console (Nicolas Valcarcel) (#515366)
4619+- Add support for Konsole (Jens Granseuer) (#515386)
4620+
4621+keybindings:
4622+- Move Launch Calculator to Desktop group and sort all launch_app keybing
4623+ together (Luca Ferretti) (#513867)
4624+
4625+keyboard:
4626+- Don't mark padding strings as translatable (Jens Granseuer) (#514598)
4627+
4628+libbackground:
4629+- Use LIBBACKGROUND_{CFLAGS,...} instead of CAPPLET_... so we can use libbackground
4630+ in gnome-settings-daemon too (Jens Granseuer)
4631+- Don't pass a GError to the gconf_client*() calls since we don't use it anyway
4632+ (Jens Granseuer) (#510421)
4633+
4634+libwindow-settings:
4635+- Expose missing metacity double-click actions (Jens Granseuer) (#416541)
4636+
4637+mouse:
4638+- Set up the proper scale widgets to GtkSizeGroup in both tabs (Luca Ferretti)
4639+- Fix HIG compliance for spacing, borders, padding, alignment and sentence label
4640+ (Luca Ferretti) (#510147)
4641+
4642+sound:
4643+- Use the libsounds.la now that libsounds uses libtool (Jens Granseuer)
4644+ (#515252)
4645+
4646+shell:
4647+- Add missing full stops in the long description (Kjartan Maraas)
4648+- Specify libtool versioning info (Federico Mena Quintero)
4649+
4650+network:
4651+- Don't mark padding strings as translatable (Jens Granseuer) (#514598)
4652+
4653+themus:
4654+- Don't leak the ATK relation set (Jens Granseuer) (#509240)
4655+
4656+typing break:
4657+- Add a comment for translators (Jens Granseuer) (#514598)
4658+
4659+general:
4660+- Remove some cruft from the configure script and give libbackground its own
4661+ settings (Jens Granseuer)
4662+
4663+updated translations:
4664+- ar (Djihed Afifi)
4665+- as (Amitakhya Phukan)
4666+- be@latin (Ihar Hrachyshka)
4667+- es (Jorge Gonzalez)
4668+- et (Priit Laes)
4669+- eu (Inaki Larranaga Murgoitio)
4670+- gl (Ignacio Casal Quinteiro)
4671+- he (Yair Hershkovitz)
4672+- it (Luca Ferretti)
4673+- mk (Arangel Angov)
4674+- nb (Kjartan Maraas)
4675+- oc (Yannig Marchegay)
4676+- pt (Duarte Loreto)
4677+- pt_BR (Leonardo Ferreira Fontenelle)
4678+- sv (Daniel Nylander)
4679+- th (Theppitak Karoonboonyanan)
4680+- tr (Baris Cicek)
4681+- zh_CN (Funda Wang)
4682+- zh_HK (Chao-Hsiung Liao)
4683+- zh_TW (Chao-Hsiung Liao)
4684+------------------------------------------------------------------------------
4685+gnome-control-center 2.21.90
4686+
4687+appearance:
4688+- Update list model when the background changes (Soren Sandmann)
4689+- Deal correctly with GnomeBG structs (Soren Sandmann)
4690+
4691+help:
4692+- Updated to reflect the changes to the mouse capplet (Denis Washington)
4693+- Fixed XML header (Denis Washington)
4694+
4695+keyboard:
4696+- Don't mark stock labels as translatable (Denis Washington)
4697+- Remove obsolete icons (Jens Granseuer)
4698+
4699+mouse:
4700+- Add translation context to some labels (Denis Washington) (#509417)
4701+- Remove left-over callback that was causing the capplet to set a label
4702+ on a NULL widget (Jens Granseuer) (#510425)
4703+- Fix HIG compliance (Luca Ferretti) (#510136)
4704+- Add some comments for translators (Luca Ferretti)
4705+
4706+sound:
4707+- Set the play button to insensitive if "No Sound" is selected (THomas
4708+ Wood) (#353828)
4709+
4710+common:
4711+- Disabled schemas directory from the build (Rodrigo Moya)
4712+- Determine correct Nautilus extension dir via pkg-config (Damien Carberry)
4713+
4714+updated translations:
4715+- cs (Petr Kovar)
4716+- de (Andre Klapper)
4717+- el (Kostas Papadimas)
4718+- es (Jorge Gonzalez)
4719+- et (Priit Laes)
4720+- eu (Inaki Larranaga Murgoitio)
4721+- fr (Stephane Raimbault)
4722+- he (Yair Hershkovitz)
4723+- it (Luca Ferretti)
4724+- nb (Kjartan Maraas)
4725+- oc (Yannig Marchegay)
4726+- sv (Daniel Nylander)
4727+- th (Theppitak Karoonboonyanan)
4728+- tr (Gil Forcada)
4729+------------------------------------------------------------------------------
4730+gnome-control-center 2.21.5
4731+
4732+appearance:
4733+- Read WindowTitleFont and DocumentsFont from meta-theme and use to set
4734+ the value for /apps/metacity/general/titlebar_font and
4735+ /desktop/gnome/interface/document_font_name GConf keys (Luca Ferretti)
4736+ (#504250)
4737+- Make error dialogs more compliant with the HIG (Thomas Wood) (#400968)
4738+- Update list model when the background changes (Soren Sandmann)
4739+
4740+at-properties:
4741+- Spawn the a11y tab of the keyboard capplet instead of at-properties.
4742+
4743+keyboard:
4744+- Merge all a11y options into the keyboard capplet (Denis Washington)
4745+- Move 'type to test settings' entry beneath to make it easily accessible
4746+ from all tabs (Denis Washington)
4747+
4748+mouse:
4749+- Integrate with mousetweaks (Gerd Kohlberger, Denis Washington) (#503547)
4750+
4751+settings daemon:
4752+- Moved to a separate SVN module (William Jon McCann)
4753+
4754+themus/fontilus:
4755+- Install nautilus extensions in the right spot (Matthias Clasen) (#505364)
4756+
4757+updated translations:
4758+- be@latin (Ihar Hrachyshka)
4759+- es (Jorge Gonzalez)
4760+- et (Priit Laes)
4761+- eu (Inaki Larranaga Murgoitio)
4762+- ga (Sean de Burca)
4763+- it (Luca Ferretti)
4764+- nb (Kjartan Maraas)
4765+- nn (Eskild Hustvedt)
4766+- oc (Yannig Marchegay)
4767+- pt (Duarte Loreto)
4768+- pt_BR (Leonardo Ferreira Fontenelle)
4769+- sk (Claude Paroz)
4770+- sv (Daniel Nylander)
4771+- vi (Clytie Siddall)
4772+- zh_CN (Funda Wang)
4773+------------------------------------------------------------------------------
4774+gnome-control-center 2.21.4
4775+
4776+about-me:
4777+- Add a translation hint (Jens Granseuer)
4778+- Don't mark empty and padding strings for translation (Jens Granseuer)
4779+ (bug #502087)
4780+- Remove non-functional Help button (Matthias Clasen) (bug #497803)
4781+
4782+accessibility:
4783+- Don't mark padding strings for translation and add translation comments for
4784+ the pixel order strings (Jens Granseuer) (bug #502087)
4785+- Enable the preferred applications button (Chris Jones) (bug #499332)
4786+
4787+appearance:
4788+- Free metacity theme after use (Jens Granseuer)
4789+- Don't mark padding string as translatable (Jens Granseuer) (bug #502087)
4790+- Make "Open" the default action for the file choosers (Jens Granseuer)
4791+ (bug #500091)
4792+- Fix .desktop to be valid (Frederic Crozat) (bug #434956)
4793+- Fix detection of image mimetype (Frederic Crozat) (bug #498980)
4794+- Add shortcut for /usr/share/backgrounds to background file chooser and also
4795+ consider it when setting the initial directory (Jens Granseuer) (bug #497807)
4796+
4797+default applications:
4798+- Add support for Midori web browser (Jakub Rusinek) (bug #500274)
4799+- Don't list the oudated evolution versions nor the text web browsers
4800+ (Sebastien Bacher) (bug #499327)
4801+
4802+keyboard:
4803+- Implement layout printing (Sergey Udaltsov) (bug #502961)
4804+- Don't mark padding strings and stock items for translation (Jens Granseuer)
4805+ (bug #502087)
4806+
4807+mouse:
4808+- Don't mark padding string as translatable (Jens Granseuer) (bug #502087)
4809+
4810+network:
4811+- Add 48x48 PNG icon version (Andreas Nilsson) (bug #503035)
4812+
4813+settings daemon:
4814+- Prefer beagle and tracker to gnome-search-tool (Jens Granseuer)
4815+- Use new setting from libgnome to make toolbar icon size setting work
4816+ (Jens Granseuer) (bug #401030)
4817+- Launch Nautilus with --no-desktop for the home key so we don't mess up the
4818+ desktop for people using something else to manage the background (Jens
4819+ Granseuer) (bug #500085)
4820+- Move display settings here from gnome-session (Dan Winship, Lucas Rocha)
4821+ (bug #434982)
4822+- Allow key bindings using Super and Meta combinations (Bastien Nocera) (bug #165343)
4823+
4824+window:
4825+- Add a comment for translators (Jens Granseuer) (bug #502087)
4826+
4827+common:
4828+- Don't even try to open NULL filenames, and don't leak filenames when
4829+ detecting recursions (Jens Granseuer)
4830+- Printing NULL strings crashes on Solaris so don't do that (Brian Cameron) (bug #501391)
4831+
4832+updated translations:
4833+- be@latin (Ihar Hrachyshka)
4834+- el (Kostas Papadimas)
4835+- es (Jorge Gonzalez)
4836+- gl (Ignacio Casal Quinteiro)
4837+- ml (Ani Peter)
4838+- nb (Kjartan Maraas)
4839+- oc (Yannig Marchegay)
4840+- ru (Nickolay V. Shmyrev)
4841+- sl (Matej Urbancic)
4842+- sv (Daniel Nylander)
4843+
4844+------------------------------------------------------------------------------
4845+gnome-control-center 2.21.2
4846+
4847+about-me:
4848+- Add another string to the list of recognized error returns from passwd
4849+ (Jens Granseuer)
4850+- Don't get confused when the user does not have a password set and passwd
4851+ immediately asks for the new one (Jens Granseuer) (#336872)
4852+
4853+appearance:
4854+- Fix build without libXcursor (Joel Pfaff)
4855+- Be more careful when reading background information from GConf and
4856+ make sure we don't choke on NULL values later on (Jens Granseuer)
4857+ (#492903)
4858+
4859+keyboard:
4860+- Fix warnings and don't use deprecated signal API from GTK (Kjartan
4861+ Maraas)
4862+- Move layout options to separate popup (Sergey Udaltsov)
4863+- Rename first tab to "General" (Jens Granseuer)
4864+- Replace text entry and "Choose.." button for keyboard model with a
4865+ single chooser button (Denis Washington)
4866+- Don't include keyboard model description in Glade file (Jens Granseuer)
4867+
4868+localization:
4869+- Added (very basic skeleton of) localization capplet (Rodrigo Moya,
4870+ Denis Washington)
4871+
4872+shell:
4873+- Remove reference to non-existing background.desktop (Scott Reeves)
4874+
4875+settings daemon:
4876+- Make composited media popup window sizes scale with the screen size (Jens
4877+ Granseuer)
4878+
4879+common:
4880+- Remove more redundant info from the theme changed callback (Jens Granseuer)
4881+
4882+updated translations:
4883+- be@latin (Ihar Hrachyshka)
4884+- es (Jorge Gonzalez)
4885+- fi (Ilkka Tuohela)
4886+- nb (Kjartan Maraas)
4887+- sl (Matej Urbancic)
4888+- sv (Daniel Nylander)
4889+------------------------------------------------------------------------------
4890+gnome-control-center 2.21.1
4891+
4892+appearance:
4893+- Unify "invalid theme" error messages and be a bit more verbose
4894+ (Jens Granseuer)
4895+- Reword the "theme engine" error message (Jens Granseuer) (#435680)
4896+- Add support for dragging images from the background list (Jens Granseuer)
4897+ (#150544)
4898+- Make theme sorting case insensitive (Jens Granseuer) (#481224)
4899+- Fix crash if we fail to convert a filename to UTF-8 (Jens Granseuer)
4900+- Use NoDisplay=true instead of OnlyShowIn=; (Jens Granseuer) (#420154)
4901+- Return a new theme instead of munging whatever got passed in (Jens Granseuer)
4902+- Take cursor size into account when comparing themes (Denis Washington)
4903+- Watch cursor theme/size GConf keys for changes (Denis Washington)
4904+- Move cursor size widget initialization to Glade, to allow the slider to
4905+ be updated properly on startup (Jens Granseuer) (#490103)
4906+- Make the cursor themes delete button works (Jens Granseuer)
4907+- If the parent directory is empty after deleting a theme, delete the
4908+ parent directory too (Jens Granseuer)
4909+- Update cursor size GConf value when the theme changes (Jens Granseuer)
4910+- Reduce number of XCURSOR ifdefs and get rid of the special treatment for
4911+ the default cursor theme (Jens Granseuer)
4912+- Add support for live cursor theme updates (Jens Granseuer)
4913+- Read gettext macro that accidentally got stripped (Jens Granseuer)
4914+- Prevent lots of thumbs from being created with the color scheme of the
4915+ currently active theme (Jens Granseuer) (#460023)
4916+- Actually remove theme data from the hash when the theme gets deleted
4917+ (Jens Granseuer)
4918+- Fix the cursor size only being updated if the cursor theme changed too
4919+ (Denis Washington)
4920+- Watch /usr/share/cursors/xorg-x11 for cursor themes (Denis Washington)
4921+- Teach the installer to recognize cursor themes and icon themes with
4922+ cursors (Jens Granseuer)
4923+- Check whether there are multiple themes to install up front (Jens Granseuer)
4924+
4925+at-properties:
4926+- Don't use 'Preferences' word for application name (Luca Ferretti) (#484351)
4927+
4928+default applications:
4929+- Make the accelerators for the A11Y tools page unique (Patrick Wade)
4930+ (#474308)
4931+- Replace mail and multimedia icon names with Tangoified versions (Michael
4932+ Monreal) (#470386)
4933+- Use standard xdg autostart directory instead of GNOME one (Stephane
4934+ Loeuillet) (#481740)
4935+- Replace obsolete 'orca -m' command with new 'orca -e magnifier' (Jens
4936+ Granseuer) (#489973)
4937+
4938+display:
4939+- Code cleanup and fix a few leaks (Jens Granseuer)
4940+- fix string capitalization (Jens Granseuer)
4941+
4942+fontilus:
4943+- Drop "GNOME" from the menu item name as recommended by the HIG (Jens
4944+ Granseuer) (#474742)
4945+
4946+settings daemon:
4947+- Dropped unneeded DBus server (Sergey Udaltsov)
4948+- No more "configuration changed" warning (Sergey Udaltsov) (#358048)
4949+- Gradually fade out the OSD when composited (Iain Holmes) (#490593)
4950+
4951+shell:
4952+- Remove part of the long description for cc_actions_list (Jens Granseuer)
4953+ (#426229)
4954+
4955+general:
4956+- Desktop file fixes (Stephane Loeuillet) (#481740)
4957+- Add more default keybindings for otherwise unbound keys (Bastien Nocera)
4958+ (#487935)
4959+- Remove compatibility hack for libxklavier <= 3.2 (Jens Granseuer)
4960+- Fix Bugzilla component (Jens Granseuer)
4961+- Add support for calculator key (Sebastien Bacher)
4962+
4963+updated translations:
4964+- ar (Djihed Afifi)
4965+- be@latin (Ihar Hrachyshka)
4966+- bg (Alexander Shopov)
4967+- es (Jorge Gonzalez)
4968+- et (Priit Laes)
4969+- fi (Ilkka Tuohela)
4970+- gl (Ignacio Casal Quinteiro)
4971+- nb (Kjartan Maraas)
4972+- sl (Matej Urbancic)
4973+------------------------------------------------------------------------------
4974+gnome-control-center 2.20.3
4975+
4976+about-me:
4977+- Don't get confused when the user does not have a password set and passwd
4978+ immediately asks for the new one (Jens Granseuer) (#336872)
4979+
4980+appearance:
4981+- Revert fix for #420154 (Jens Granseuer) (#486811)
4982+- Use NoDisplay=true instead of OnlyShowIn=; for the theme installer desktop
4983+ file (Jens Granseuer)
4984+- Move some more of the cursor widget initialization to Glade, to allow the
4985+ slider to be updated properly on startup (Jens Granseuer) (#490103)
4986+- Try even harder to not let essential keys become NULL (Jens Granseuer)
4987+ (#487257)
4988+- Make the cursor themes delete button work (Jens Granseuer)
4989+- Fix setting cursor size when doing fuzzy matches (Jens Granseuer)
4990+
4991+default applications:
4992+- Replace obsolete "orca -m" command by new "orca -e magnifier" (Jens Granseuer)
4993+ (#489973)
4994+
4995+general:
4996+- Add more default keybindings for otherwise unbound keys (Bastien Nocera)
4997+ (#487935)
4998+- Actually remove theme data from the hash when the theme gets deleted (Jens
4999+ Granseuer) (#484797)
5000+
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches