Change logs for gnome-control-center source package in Quantal

  • gnome-control-center (1:3.4.2-0ubuntu19.1) quantal; urgency=low
    
      * Added debian/patches/remove-manual-proxy-in-auto.patch to also remove
        the manual proxy setting when in AUTO mode. (LP: #1100587)
     -- Margarita Manterola <email address hidden>   Tue, 05 Feb 2013 12:27:20 +0100
  • gnome-control-center (1:3.4.2-0ubuntu19) quantal; urgency=low
    
      * debian/patches/clutter_init.patch:
        - dropped, don't use clutter for quantal, it was added because
          ubuntu-online-accounts experimented with animation but they stopped,
          not using clutter will workaround GL drivers issues (lp: #1058946)
     -- Sebastien Bacher <email address hidden>   Tue, 09 Oct 2012 17:03:35 +0200
  • gnome-control-center (1:3.4.2-0ubuntu18) quantal; urgency=low
    
      * debian/patches/04_new_appearance_settings.patch:
        - don't crash in the appearance capplet if the overlay scrollbars
          are not installed.
     -- Didier Roche <email address hidden>   Wed, 03 Oct 2012 18:38:40 +0200
  • gnome-control-center (1:3.4.2-0ubuntu17) quantal; urgency=low
    
      * debian/patches/04_new_appearance_settings.patch,
        debian/patches/63_normal_scrollbar_in_a11y.patch:
        - Use the current overlay-scrollbar gsettings key (lp: #1058936)
      * debian/patches/97_unity_power_ui.patch:
        - hide indicator setting under GNOME sessions (lp: #1059369)
    
      [ Didier Roche ]
      * debian/patches/04_new_appearance_settings.patch:
        - remove an unity-2d key which was unconditionnaly set (even if schema not
          installed), provoking a warning.
     -- Sebastien Bacher <email address hidden>   Tue, 02 Oct 2012 19:26:48 +0200
  • gnome-control-center (1:3.4.2-0ubuntu16) quantal; urgency=low
    
      * debian/patches/git_unmute_sound_event.patch:
        - "sound: Make sure the event sound stream stays unmuted" (lp: #986692)
     -- Sebastien Bacher <email address hidden>   Fri, 28 Sep 2012 20:01:25 +0200
  • gnome-control-center (1:3.4.2-0ubuntu15) quantal; urgency=low
    
      * debian/patches/git_fix_big_editable_labels.patch:
        - Cherrypick from git to fix unconstrained font growth (LP: #1041756)
      * debian/control.in:
        - Bump gtk+3.0 build-deps to 3.5.13 for gtk_entry_set_attributes().
     -- Jason Conti <email address hidden>   Sat, 08 Sep 2012 17:51:05 -0400
  • gnome-control-center (1:3.4.2-0ubuntu14) quantal; urgency=low
    
      * debian/patches/power_cancellable_fixes.patch:
        - Fix a possible crash in the power panel (LP: #929378)
     -- Michael Terry <email address hidden>   Thu, 06 Sep 2012 17:29:43 -0400
  • gnome-control-center (1:3.4.2-0ubuntu13) quantal; urgency=low
    
      * debian/control.in:
        - don't Build-Depends on libgconf2
        - Recommends libcanberra-pulse (lp: #1004973)
      * debian/patches/58_ubuntu_icon_views_redesign.patch:
        - updated geometry to avoid scrolling by default by adding space to
          display an extra icon row
      * debian/patches/62_update_translations_template.patch:
        - stop listing deprecated source
      * debian/patches/96_sound_nua_panel.patch:
        - stop using gconf there
      * debian/patches/git_update_mimetypes.patch:
        - "set related mime types when changing preferred apps" (lp: #876897)
      * debian/gnome-control-center.postinst:
        - drop old transitional code
     -- Sebastien Bacher <email address hidden>   Tue, 28 Aug 2012 18:24:53 +0200
  • gnome-control-center (1:3.4.2-0ubuntu12) quantal; urgency=low
    
      * 64_restore_terminal_keyboard_shortcut.patch:
        - The "Launch terminal" keyboard shortcut was dropped in the
          gconf>gsettings switch. Bring it back. (LP: #1010558, LP: #1040081)
      * debian/control.in:
        - Bump minimum gnome-settings-daemon to get the schema needed
          by the above patch
     -- Jeremy Bicha <email address hidden>   Sun, 26 Aug 2012 12:48:31 -0400
  • gnome-control-center (1:3.4.2-0ubuntu11) quantal; urgency=low
    
      * debian/control.in:
        - updated clutter requirement to match the configure version
      * debian/patches/96_sound_nua_panel.patch:
        - drop hacks and merge upstream changes for mouse scrolling (lp: #953757)
      * debian/patches/git_sound_sliders.patch:
        - "sound: Fix mouse scrolls on sliders"
      * debian/patches/git_update_keyring_password.patch
      * debian/source_gnome-control-center.py:
        - updated for python3, thanks Edward Donovan (lp: #1013171)
      * debian/UbuntuLogo.png:
        - updated logo for 12.10 (lp: #1035501)
     -- Sebastien Bacher <email address hidden>   Fri, 24 Aug 2012 18:57:15 +0200
  • gnome-control-center (1:3.4.2-0ubuntu10) quantal-proposed; urgency=low
    
      * debian/patches/clutter_init.patch
        - added missing include for config.h to get the HAVE_CLUTTER defines
     -- Ken VanDine <email address hidden>   Thu, 23 Aug 2012 16:09:35 -0400
  • gnome-control-center (1:3.4.2-0ubuntu9) quantal-proposed; urgency=low
    
      * debian/control.in:
        - updated gnome-settings-daemon requirement to the gsettings version
    
      [ Didier Roche ]
      * debian/patches/51_unity_options_in_display_panel.patch,
        debian/patches/04_new_appearance_settings.patch,
        debian/control: (LP: #1035261)
        - unity/compiz gconf -> gsettings transition
        - support now metacity - gsettings version
        - declare appropriates breaks
      * debian/patches/revert_git_datetime_port.patch
        - refresh for above patches
      * debian/patches/revert_git_stop_using_gconf.patch,
        debian/patches/revert_ua_gsettings.patch,
        debian/patches/revert_git_keyboard_gsettings.patch:
        - removed now as we are using gsettings everywhere, apart from the
          ua patch
      * debian/patches/54_enable_alt_tap_in_shortcut.patch:
        - transition the patch to gsettings to support alt-tap with it.
        - move it upper to the stack as it doesn't dep on the gconf revert
          patches anymore.
      * debian/patches/51_ubuntu_system_keyboard.patch:
        - removed from the vcs, doesn't apply to any existing file, was never
          referenced in the changelog, seems just a leftover
      * debian/patches/new_translations_hack.patch:
        - removed, not of use anymore
    
      [ Ken VanDine ]
      * debian/patches/clutter_init.patch
        - added --with-clutter to optionally initiallize clutter-gtk, needed
          for gnome-control-center-signon
      * debian/rules
        - build with --with-clutter
      * debian/control
        - added build depends for libclutter-gtk-1.0-dev
     -- Sebastien Bacher <email address hidden>   Thu, 23 Aug 2012 17:09:34 +0200
  • gnome-control-center (1:3.4.2-0ubuntu8) quantal; urgency=low
    
      * debian/patches/git_new_bluetooth_api.patch:
        - updated to gnome-bluetooth api changes
     -- Sebastien Bacher <email address hidden>   Fri, 10 Aug 2012 11:43:58 +0200
  • gnome-control-center (1:3.4.2-0ubuntu7) quantal; urgency=low
    
      * debian/control:
        - updated goa requirement
      * debian/patches/no_preferred_mode_in_clone.patch:
        - "Do not add preferred mode to drop down in clone mode."
          (lp: #1033864)
      * debian/patches/build_new_cups.patch:
        - patch from https://bugzilla.gnome.org/show_bug.cgi?id=679759,
          build with cups 1.6
     -- Sebastien Bacher <email address hidden>   Tue, 07 Aug 2012 18:00:01 +0200
  • gnome-control-center (1:3.4.2-0ubuntu6) quantal; urgency=low
    
      [ David Henningsson ]
      * debian/patches/96_sound_nua_panel.patch:
        - update, including profiles get,set rewrite (lp: #1015073)
    
      [ Iain Lane ]
      * Add Build-Depends on libxkbfile-dev
     -- Sebastien Bacher <email address hidden>   Mon, 25 Jun 2012 16:49:37 +0200
  • gnome-control-center (1:3.4.2-0ubuntu5) quantal; urgency=low
    
      * debian/patches/51_unity_options_in_display_panel.patch:
        - updated for the new gnome-desktop as well (lp: #1011056)
     -- Sebastien Bacher <email address hidden>   Tue, 12 Jun 2012 21:48:18 +0200
  • gnome-control-center (1:3.4.2-0ubuntu4) quantal; urgency=low
    
      * debian/control.in, debian/patches/git_gnome_desktop_update.patch:
        update to the new gnome-desktop version (lp: #1011056)
     -- Sebastien Bacher <email address hidden>   Mon, 11 Jun 2012 11:34:48 +0200
  • gnome-control-center (1:3.4.2-0ubuntu3) quantal; urgency=low
    
      * Rebuild for the libgnome-desktop SOVER bump.
     -- Adam Conrad <email address hidden>   Thu, 07 Jun 2012 15:58:01 -0600
  • gnome-control-center (1:3.4.2-0ubuntu2) quantal; urgency=low
    
      * debian/patches/96_sound_nua_panel.patch:
        Fix segfault on selecting bluetooth input (LP: #1004384)
     -- David Henningsson <email address hidden>   Fri, 25 May 2012 12:08:05 +0200
  • gnome-control-center (1:3.4.2-0ubuntu1) quantal; urgency=low
    
      * New upstream release
     -- Robert Ancell <email address hidden>   Tue, 22 May 2012 12:10:45 +1200
  • gnome-control-center (1:3.4.1-0ubuntu4) quantal; urgency=low
    
      * debian/control:
        - gnome-control-center breaks/replaces gnome-bluetooth (configuration applet
          moved into the control center) (LP: #1000709)
      * debian/patches/00git_online_accounts_layout.part:
      * debian/patches/00git_online_accounts_gtkgrid.patch:
        - Use new GNOME online accounts API
     -- Robert Ancell <email address hidden>   Fri, 18 May 2012 14:55:36 +1200
  • gnome-control-center (1:3.4.1-0ubuntu3) quantal; urgency=low
    
      * debian/control:
        - Build-depend on libgnome-bluetooth-dev so the Bluetooth panel is compiled
     -- Robert Ancell <email address hidden>   Thu, 17 May 2012 11:58:43 +1200
  • gnome-control-center (1:3.4.1-0ubuntu2) precise-proposed; urgency=low
    
      * debian/patches/deal_with_null_ssid.patch: don't try to dereference ssid when
        it's NULL (i.e. for non-broadcasting APs). (LP: #908670, #912948)
    
      [ Conor Curran & David Henningsson ]
      * debian/patches/96_sound_nua_panel.patch:
        - updated version including fixes for
        - "moving running input stream fails" (lp: #984637)
        - "peak detection on input tab doubles up on level"(lp: #987626)
        - "SIGSEGV in gvc_mixer_ui_device_get_description()" (lp: #982495)
     -- Mathieu Trudel-Lapierre <email address hidden>   Fri, 27 Apr 2012 12:04:53 -0400
  • gnome-control-center (1:3.4.1-0ubuntu1) precise-proposed; urgency=low
    
      [ Sebastien Bacher ]
      * debian/patches/git_wacom_translations.patch:
        - updated, list the source files in POTFILES.in as well
    
      [ Martin Pitt ]
      * New upstream bug fix release:
        - Fix translation of the rotation drop-down
        - Make controls insensitive when a user is not selected
        - Fix alignment of the "Map to Monitor..." button
        - Use PrinterAddOption method to set media size
        - Updated translations
      * Drop patches applied upstream:
        - accounts_handle_system_user.patch
        - git_rotation_translation.patch
     -- Martin Pitt <email address hidden>   Mon, 16 Apr 2012 17:09:05 +0200