lp:~nataliabidart/ubuntu/precise/ubuntuone-control-panel/fix-963538

Created by Natalia Bidart and last modified
Get this branch:
bzr branch lp:~nataliabidart/ubuntu/precise/ubuntuone-control-panel/fix-963538
Only Natalia Bidart can upload to this branch. If you are Natalia Bidart please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Natalia Bidart
Status:
Merged

Recent revisions

48. By Natalia Bidart

Adding bug number to the chageloig entry.

47. By Natalia Bidart

Attaching bug #963538.

46. By Natalia Bidart

* debian/control:
  - Adding missing dependency on python-dirspec for
    python-ubuntuone-control-panel.

45. By Natalia Bidart

* New upstream release:
  - Added the app name from ubuntu one to be used in the webclient
    so that it is shown in the sso ui (LP: #952880).
  - Added 'Computer to cloud' page to the wizard
    (part of LP: #933697).
  - Tweaked the title of the aforementioned page (LP: #888521).
  - Added 'Cloud to computer' page to the initial wizard
    (part of LP: #933697).
  - Added a confirmation dialog to quit the wizard
    (part of LP: #933697).
  - Implemented a method to list the user's default folders in
    every platform (part of LP: #933697).
  - Apply new specification for tabbing navigation and tabbing style
    (LP: #942020).
  - Make the "Explore" buttons for folders be disabled (style-wise)
    when the folder is not synched (LP: #949035).
  - Removed first line from the man page for the qt control panel
    so is detected as such and installed (LP: #948970).
  - Added several tweaks to the UI stylesheet to avoid 'movements'
    when focusing a button, and to remove the ugly border from the
    twitter and facebook buttons.
  - Enable platform-specific styling (LP: #953318).
  - Arranged Tab ordering in folders tab according to guidelines
    (LP: #950073).
  - Enabled Qt translation engine so standard dialogs are translated
    (LP: #951651).
  - Switched to the native file chooser on Linux (LP: #947711).
  - Fixed --alert and --switch-to tabname and updated --help and
    manpage accordingly (LP: #940465).
  - Don't hard-code the font sizes (LP: #942025, LP: #953062).
* Removed patches which were included upstream.
* debian/watch:
  - Updated url to fetch tarball from latest milestone.
* debian/control:
  - Bumped dependency versions on ubuntu-sso-client and ubuntuone-client to
    2.99.91.

44. By Martin Pitt

debian/control: Fix dependencies: python-gobject → python-gi.

43. By Natalia Bidart

* New upstream release:
  [ Natalia B. Bidart <email address hidden> ]
    - Changed the initial signin page so both login and register options
      are shown, and when clicked, the user is presented with either the Qt
      login dialog, or the Qt registration dialog (LP: #933576).
    - 'Apply these settings' button should be at the bottom right corner
      in the Settings tab (LP: #944120).
    - No more strings coming up from the Designer ui files (LP: #938626).
    - Make gettext return unicode so we can format strings
      with unicode variables (LP: #937809).
  [ Roberto Alsina <email address hidden> ]
    - Added a barebones manpage for ubuntuone-control-panel-qt
      (LP: #933021).
    - Preserved the scrollbar position when clearing/filling the folder
      list (LP: #942355).
    - Added keyboard shortcuts for quitting the control panel
      (LP: #900753).
    - Cleanup the ubuntuone-control-panel-qt script moving all logic into
      the main module (LP: #938102).
    - Parse Qt options correctly (LP: #910834).
    - Migrated to argparse when parsin command line options.
  [ Rodney Dawes <email address hidden> ]
    - Remove the GTK+ 2.x control panel (LP: #934270).
    - Pass ubuntuone-installer as app name to QApplication to avoid
      duplication (LP: #939691).
* debian/control:
  - Bumped dependencies on ubuntu-sso-client to 2.99.90, on
    ubuntuone-client to 2.99.90, and on ubuntuone-installer to 2.99.90.
  - Converted ubuntuone-control-panel-gtk into a transitional package that
    depends on ubuntuone-control-panel-qt.
  - Made ubuntuone-control-panel suggests ubuntuone-control-panel-gui
    instead of recommending it, to avid seeding the Qt control panel to the
    default install.
  - Updated Standards-Version to 3.9.3.
* debian/ubuntuone-control-panel-qt.install:
  - Install the new manpage provided by upstream.
* debian/patches/fix-948970.patch:
  - Apply patch from upstream to have the new manpage being detected by
    disutils-extra and thus it gets installed in the expected location
    (LP: #948970).
* debian/watch:
  - Updated to fetch latest milestone.
* Removed debian/ubuntuone-control-panel-gtk.install since
  ubuntuone-control-panel-gtk is now a transitional package.
* Removed patches which were included upstream.

42. By dobey

* debian/patches/fix-939691.patch:
  - Set appname arg for QApplication to avoid duplication. (LP: #939691)

41. By Natalia Bidart

* New upstream release:
  - Control Panel shows quota in red with more accuracy depending on the
    free space (LP: #901314).
  - The Qt UI will make the file sync button inactive while a (re-) connection
    is in progress (LP: #878867).
  - Center the Qt UI main window when openning it (LP: #934173).
* debian/control:
  - added a new binary package ubuntuone-control-panel-common providing
    common files and images for the frontend packages.
  - ubuntuone-control-panel-qt and ubuntuone-control-panel-gtk now depend on
    ubuntuone-control-panel-common.
  - bumping dependencies on ubuntu-sso-client to 2.99.5 and on
    ubuntuone-client to 2.99.4.
* debian/patches/fix-937809-938626.patch:
  - Make gettext return unicode so we can format strings with unicode
    variables (LP: #937809).
  - No more strings coming up from the Designer ui files to ensure those get
    listed for translation (LP: #938626).
* debian/ubuntuone-control-panel-common.install: new binary package listing
  files used by both the Qt and the GTK+ UIs.
* debian/watch: updated milestone to 2.99.5.

40. By Natalia Bidart

* New upstream release:
  - Replaced custom webclient with the one from ubuntu-sso-client
    (LP: #926311).
  - Avoid TypeError when fetching credentials in the GTK+ OverviewPanel
    (LP: #927743).
* debian/control:
  - no longer use cdbs, use pure dh instead.
  - updated ubuntu-sso-client dependencies to 2.99.4.
  - added dependencies on the new ubuntu-sso-client binary packages.
  - added a new binary package ubuntuone-control-panel-qt for the Qt
    frontent, which provides the virtual package ubuntuone-control-panel-gui.
  - added missing dependency on python-dbus for ubuntuone-control-panel-gtk.
  - python-ubuntuone-control-panel no longer depends on Soup bindings,
    nor on python-oauth, nor on python-twisted-web.
* debian/python-ubuntuone-control-panel.install: no longer install the
  removed python package web_client.
* debian/rules: no longer use cdbs, use pure dh instead.
* debian/ubuntuone-control-panel-qt.install: Qt frontend installation files.
* debian/watch: updated milestone to 2.99.4.

39. By Natalia Bidart

* New upstream release.
* debian/watch: updated to latest milestone.
* debian/control: updating ubuntu-sso-client and ubuntuone-client depends
  version to 2.99.3.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/precise/ubuntuone-control-panel
This branch contains Public information 
Everyone can see this information.

Subscribers