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

Subscribers

People subscribed via source and target branches