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

  • gnome-control-center (1:3.6.3-0ubuntu45.2) saucy-proposed; urgency=low
    
      * debian/patches/sanitize_ssid_convert_utf8.patch: make sure we properly
        convert the SSID to UTF-8 where possible; using nm_utils_ssid_to_utf8(),
        rather than nm_utils_escape_ssid() which isn't meant to be used that way.
        (LP: #1198315)
     -- Mathieu Trudel-Lapierre <email address hidden>   Tue, 19 Nov 2013 17:41:12 -0500
  • gnome-control-center (1:3.6.3-0ubuntu45.1) saucy; urgency=low
    
      [ Iain Lane ]
      * 0001-rfkill-glib-Don-t-use-g_assert_not_reached-in-type_t.patch:
        Cherry-pick 90f49a4d5dd646b8fce10f61a9231db4973a907b from upstream.
        rfkill-glib: Don't use g_assert_not_reached in type_to_string. New kernel
        versions can add new RFKILL types, we should not crash here, just say that
        we don't know what the switch is. (LP: #1209092)
    
      [ William Hua ]
      * debian/patches/input-sources-text-entry.patch:
        - Next group and double modifier input-source switching (LP: #1218322)
     -- Iain Lane <email address hidden>   Thu, 31 Oct 2013 00:29:53 +0000
  • gnome-control-center (1:3.6.3-0ubuntu45) saucy; urgency=low
    
      [ Iain Lane ]
      * debian/patches/97_unity_power_ui.patch: Don't crash if indicator-power
        isn't installed. When deciding whether to display/not display the
        indicator-power options, use the presence of indicator-power instead of
        just checking if Unity is the DE in use. (LP: #1195481)
      * debian/control.in: Build-Depend on glib >= 2.31.2 for
        g_settings_schema_source_ref.
    
      [ William Hua ]
      * debian/patches/input-sources-text-entry.patch:
        - support modifier-only input-source switching (lp: #1218322)
     -- Iain Lane <email address hidden>   Fri, 18 Oct 2013 12:47:01 +0100
  • gnome-control-center (1:3.6.3-0ubuntu44) saucy; urgency=low
    
      * debian/patches/git_add_printer_crash.patch:
        - Fix crash when adding a printer (LP: #1155825)
     -- Robert Ancell <email address hidden>   Wed, 16 Oct 2013 15:51:53 +1300
  • gnome-control-center (1:3.6.3-0ubuntu43) saucy; urgency=low
    
      * debian/patches/unity_no_zoom_controls.patch: hide the zoom controls under
        Unity. The upstream code only shows them when gnome-shell is running,
        but unity takes the dbus namespace for other compat reasons which leads
        to have the option even if there is no zoom backend (lp: #1205893)
     -- Sebastien Bacher <email address hidden>   Tue, 08 Oct 2013 16:05:32 +0200
  • gnome-control-center (1:3.6.3-0ubuntu41) saucy; urgency=low
    
      * debian/patches/git_drop_ibus_engine_whitelist.patch,
        debian/patches/git_show_per_window_input_settings.patch,
        debian/patches/input-sources-text-entry.patch,
        debian/patches/series:
        - restore the unity specific's entry, it was dropped by error during the
          cyle. This way we don't have a duplicated language icon in
          the settings' grid. Clean up some warnings in the code as well
          Thanks William Hua (lp: #188251)
     -- Sebastien Bacher <email address hidden>   Wed, 02 Oct 2013 17:09:43 +0200
  • gnome-control-center (1:3.6.3-0ubuntu40) saucy; urgency=low
    
      * debian/patches/ubuntu_update_translations_template.patch
        - rename the patch, move it at the end of the series,
          lists missing sources (lp: #1233067)
    
      [ Tim Lunn ]
      * debian/patches: ubuntu_update_lock_and_power_settings.patch: Fix
        type mismatch in idle-delay setting (LP: #1228939)
     -- Sebastien Bacher <email address hidden>   Mon, 30 Sep 2013 16:30:03 +0200
  • gnome-control-center (1:3.6.3-0ubuntu39) saucy; urgency=low
    
      * debian/patches/input-sources-text-entry.patch:
        - Revert to upstream panel if indicator-keyboard schema is missing.
          (lp: #1229367)
     -- William Hua <email address hidden>   Tue, 24 Sep 2013 16:58:18 -0400
  • gnome-control-center (1:3.6.3-0ubuntu38) saucy; urgency=low
    
      * debian/patches/57_use_nonsymbolic_keyboard_icon.patch:
        Dropped, no longer needed (LP: #862027)
     -- Jeremy Bicha <email address hidden>   Thu, 19 Sep 2013 15:14:51 -0400
  • gnome-control-center (1:3.6.3-0ubuntu37) saucy; urgency=low
    
      * git_drop_ibus_engine_whitelist.patch:
        - Don't limit available ibus methods to a whitelist (LP: #1225086)
     -- Jeremy Bicha <email address hidden>   Sat, 14 Sep 2013 11:18:38 -0400
  • gnome-control-center (1:3.6.3-0ubuntu36) saucy; urgency=low
    
      * git_hide_unavailable_layout_settings_button.patch:
        - Only show layout settings button when it's usable
          (i.e. for certain ibus input methods) since it's too confusing
          to have the button visible but insensitive
      * git_show_per_window_input_settings.patch:
        - Show separate-layout-per-window option for GNOME too
      * git_restore_mouse_speed.patch:
        - Restore mouse & touchpad pointer speed (LP: #1186666)
     -- Jeremy Bicha <email address hidden>   Wed, 11 Sep 2013 11:11:08 -0400
  • gnome-control-center (1:3.6.3-0ubuntu35) saucy; urgency=low
    
      [ Tim Lunn ]
      * debian/patches:
        - git_power_gsd_proxies.patch,
          git patch to use correct interface for dbus proxy.
        - ubuntu_update_lock_and_power_settings.patch,
          update for changed gsettings keys
        - 11_power-configure_lid_action.patch, remove hibernate lid action
          this is no longer available with change to logind
        - input-sources-text-entry.patch: update for moved gsettings key
        - git_region_update_input_switch.patch,
          git_keyboard_update_input_switch.patch: added for moved keys
      * debian/control.in: Bump b-d on gsettings-desktop-schemas for the moved keys
    
      [ Jeremy Bicha ]
      * debian/control.in: Bump minimum gnome-settings-daemon to 3.8.4
      * debian/patches/git_rename_natural_scrolling.patch:
        - Use 'natural scrolling' name instead of 'Content sticks to fingers'
     -- Tim Lunn <email address hidden>   Mon, 09 Sep 2013 23:30:49 +1000
  • gnome-control-center (1:3.6.3-0ubuntu34) saucy; urgency=low
    
      * debian/patches:
        - git-background-remove-unused-widget.patch
        - git-background-lock-screen.patch: Allow setting a different background
          for the GNOME Shell lock screen (LP: #1219188)
     -- Tim Lunn <email address hidden>   Mon, 09 Sep 2013 11:17:34 +1000
  • gnome-control-center (1:3.6.3-0ubuntu33) saucy; urgency=low
    
      [ Jeremy Bicha ]
      * Restore 57_use_nonsymbolic_keyboard_icon.patch, the ubuntu-themes
        merge proposal wasn't accepted yet
    
      [ Tim Lunn ]
      * debian/patches/git_shell_use_view_style_class.patch: git patch to
        fix mismatched backgrounds (LP: #1218102)
     -- Tim Lunn <email address hidden>   Thu, 29 Aug 2013 19:23:56 +1000
  • gnome-control-center (1:3.6.3-0ubuntu32) saucy; urgency=low
    
      * debian/libgnome-control-center1.symbols:
        - list new symbol from the unity menu change
    
      [ Jeremy Bicha ]
      * debian/rules:
        - Don't disable cheese webcam integration
      * debian/patches/57_use_nonsymbolic_keyboard_icon.patch:
        Dropped, no longer needed (LP: #862027)
    
        [ Aron Xu ]
        * Move ibus from Depends to Recommends.
    
        [ Andrea Azzarone ]
        * debian/patches/unity_menus.patch:
          - updated menus under unity (lp: #1131664)
     -- Sebastien Bacher <email address hidden>   Thu, 29 Aug 2013 18:17:00 +0200
  • gnome-control-center (1:3.6.3-0ubuntu31) saucy; urgency=low
    
      [ Jeremy Bicha ]
      * debian/control.in:
        - Build-depend on cheese for webcam integration in User Accounts panel
          (LP: #853994)
        - Don't build-depend on gnome-doc-utils
        - Depend on minimum gnome-settings-daemon built with ibus
      * debian/patches/git-rename-bluetooth-panel.patch:
        - Rename the bluetooth panel to its 3.8 filename so that the
          Bluetooth Settings link in GNOME Shell 3.8 works
    
      [ William Hua ]
      * debian/control.in:
        - Add IBus (build) dependency.
      * debian/rules:
        - Enable IBus.
      * debian/patches/revert_new_ibus_keyboard_use.patch:
      * debian/patches/10_keyboard_layout_on_unity.patch:
        - Drop patches, use input sources panel.
      * debian/patches/rename_screenshot_media_keys.patch:
        - Since Ubuntu's gnome-screenshot doesn't save to the Pictures directory
          automatically, don't say that it does in Keyboard>Shortcuts
      * debian/patches/input-sources-text-entry.patch:
        - Implement text entry panel by modifying input sources panel.
    
      [ Tim Lunn ]
      * debian/patches/git-fix-background-panel-crash.patch:
        git patch to fix crash after selecting new background in gnome
        background panel (LP: #1196196)
     -- William Hua <email address hidden>   Wed, 21 Aug 2013 11:24:36 -0400
  • gnome-control-center (1:3.6.3-0ubuntu30) saucy; urgency=low
    
      * debian/compat: bump to 9
      * debian/*.install: fix install paths for arched /usr/lib
      * debian/source_gnome-control-center.py: fix apport hook for new libdirs
      * debian/patches/zz_add_fallback_panels_dir.patch: add a patch to look in
        the old panel dir for compatibility with existing packages
      * debian/rules: set the correct --libdir (work around apparent cdbs issue)
     -- Ryan Lortie <email address hidden>   Mon, 08 Jul 2013 10:13:49 -0400
  • gnome-control-center (1:3.6.3-0ubuntu29) saucy; urgency=low
    
      * debian/UbuntuLogo.png:
        - updated logo for 13.10 (lp: #1188208), Thanks Xi Zhu!
     -- Sebastien Bacher <email address hidden>   Mon, 17 Jun 2013 15:35:17 +0200
  • gnome-control-center (1:3.6.3-0ubuntu28) saucy; urgency=low
    
      * debian/patches/git_new_goa_build.patch:
        - update for the api change in the new gnome-online-account, fix the build
     -- Sebastien Bacher <email address hidden>   Fri, 14 Jun 2013 11:31:15 +0200
  • gnome-control-center (1:3.6.3-0ubuntu27) saucy; urgency=low
    
      * Rebuild for gnome-desktop 3.8 transition (LP: #1184812)
        - debian/patches/git_move_rr_labeler.patch
     -- Tim Lunn <email address hidden>   Tue, 28 May 2013 10:23:39 +1000
  • gnome-control-center (1:3.6.3-0ubuntu26) saucy; urgency=low
    
      * debian/patches/git_no_glxinfo.patch:
        updated to fix details panel crash on vbox glx driver (LP: #1179659)
     -- Tim Lunn <email address hidden>   Mon, 27 May 2013 09:53:26 +0200
  • gnome-control-center (1:3.6.3-0ubuntu25) saucy; urgency=low
    
      * Switch to logind for session tracking.
     -- Martin Pitt <email address hidden>   Mon, 29 Apr 2013 10:24:33 -0700
  • gnome-control-center (1:3.6.3-0ubuntu24) raring; urgency=low
    
      * debian/patches/92_ubuntu_system_proxy.patch:
        - restore the "set system proxy" patch that got commented earlier in
          the cycle, because it needed to be refactored for the new version.
      * debian/control.in: Recommends ubuntu-system-service for proxy support
     -- Sebastien Bacher <email address hidden>   Tue, 16 Apr 2013 16:30:42 +0200