-
ubuntuone-control-panel (3.0.1-0ubuntu1) precise-proposed; urgency=low
* New upstream release.
- Restore window properly when minimized to tray. (LP: #865688)
- Make CalculateSize use bytes in os.walk. (LP: #959447)
- Avoid obstruction of spin button hilights. (LP: #966283)
- Fix external link buttons for RTL locales. (LP: #983665)
- Avoid launching duplicate instances. (LP: #987909)
- File sync status reports disabled while syncdaemon is IDLE. (LP: #995146)
* debian/watch:
- Update the watch file to use the stable-3-0 series
-- Rodney Dawes <email address hidden> Tue, 22 May 2012 14:31:30 -0400
-
ubuntuone-control-panel (3.0.0-0ubuntu1) precise; urgency=low
* New upstream release.
- Loading overlay text is too big. (LP: #973689)
- Error after removing current device. (LP: #973830)
* debian/watch:
- Update watch file for new release.
-- Rodney Dawes <email address hidden> Wed, 11 Apr 2012 14:08:12 -0400
-
ubuntuone-control-panel (2.99.92-0ubuntu1) precise; urgency=low
* New upstream release:
- Using limit_bandwidth attribute to properly process the info dict
for preferences (LP: #944256).
- Handle errors from backend on the signin wizard page (LP: #945078).
- Avoid the 'show/hide details' button to grow when focused (LP: #961348).
- Modified stylesheet to use the new colours from brand, and to also ease
the reading of white text (LP: #956077).
- Fixed the gap tab outlines (LP: #822629).
- Remove custom path validation and use the one provided by syncdaemon
(LP: #824252).
- Make use of the new feature from syncdaemon where 'refresh_volumes'
returns a deferred that gets fired when the server info is ready
(LP: #851810).
- Ensured that Folders' tree view has proper texts in the columns to
have proper column widths (LP: #965175).
- Forced white background (LP: #961346).
* debian/control:
- Bumped dependency versions on ubuntu-sso-client and ubuntuone-client to
2.99.92.
* debian/watch:
- Updated url to fetch tarball from latest milestone.
-- Natalia Bidart (nessita) <email address hidden> Wed, 04 Apr 2012 13:03:50 -0300
-
ubuntuone-control-panel (2.99.91-0ubuntu2) precise; urgency=low
* debian/control:
- Adding missing dependency on python-dirspec for
python-ubuntuone-control-panel (LP: #963538).
-- Natalia Bidart (nessita) <email address hidden> Mon, 26 Mar 2012 13:45:58 -0300
-
ubuntuone-control-panel (2.99.91-0ubuntu1) precise; urgency=low
* 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.
-- Natalia Bidart (nessita) <email address hidden> Wed, 21 Mar 2012 14:11:29 -0300
-
ubuntuone-control-panel (2.99.90-0ubuntu2) precise; urgency=low
* debian/control: Fix dependencies: python-gobject → python-gi.
-- Martin Pitt <email address hidden> Tue, 13 Mar 2012 19:39:32 +0100
-
ubuntuone-control-panel (2.99.90-0ubuntu1) precise; urgency=low
* 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.
-- Natalia Bidart (nessita) <email address hidden> Wed, 07 Mar 2012 17:37:47 -0300
-
ubuntuone-control-panel (2.99.5-0ubuntu2) precise; urgency=low
* debian/patches/fix-939691.patch:
- Set appname arg for QApplication to avoid duplication. (LP: #939691)
-- Rodney Dawes <email address hidden> Thu, 23 Feb 2012 15:43:21 -0500
-
ubuntuone-control-panel (2.99.5-0ubuntu1) precise; urgency=low
* 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.
-- Natalia Bidart (nessita) <email address hidden> Wed, 22 Feb 2012 17:29:31 -0300
-
ubuntuone-control-panel (2.99.4-0ubuntu1) precise; urgency=low
* 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.
-- Natalia Bidart (nessita) <email address hidden> Wed, 15 Feb 2012 14:57:02 -0300
-
ubuntuone-control-panel (2.99.3-0ubuntu1) precise; urgency=low
* New upstream release.
* debian/watch: updated to latest milestone.
* debian/control: updating ubuntu-sso-client and ubuntuone-client depends
version to 2.99.3.
-- Natalia Bidart (nessita) <email address hidden> Fri, 03 Feb 2012 17:32:58 -0300
-
ubuntuone-control-panel (2.99.2-0ubuntu1) precise; urgency=low
* New upstream release.
* debian/watch: updated to latest active milestone.
* debian/control: updating ubuntu-sso-client and ubuntuone-client depends
version to 2.99.2.
-- Natalia Bidart (nessita) <email address hidden> Thu, 19 Jan 2012 11:05:02 +0100
-
ubuntuone-control-panel (2.99.1-0ubuntu1) precise; urgency=low
* New upstream release.
* debian/control: update ubuntu-sso-client and ubuntuone-client dependencies
to 2.99.1.
* debian/watch: download from latest milestone.
-- Natalia Bidart (nessita) <email address hidden> Tue, 03 Jan 2012 16:04:20 -0300
-
ubuntuone-control-panel (2.99.0-0ubuntu1) precise; urgency=low
[ Natalia Bidart (nessita) ]
* New upstream release.
* debian/watch: updated url to download the latest stable-3-0 tarball.
* debian/control:
- updated versions for dependencies (ubuntuone-client and
ubuntu-sso-client).
- update Standards-Version to 3.9.2.
[ Ken VanDine ]
* debian/python-ubuntuone-control-panel.install
- install the ubuntuone.controlpanel.utils modules
-- Ken VanDine <email address hidden> Fri, 23 Dec 2011 16:04:21 -0500
-
ubuntuone-control-panel (2.0.0-0ubuntu1) oneiric; urgency=low
* New upstream release:
[ Alejandro J. Cura <email address hidden>]
- Do not throw a webclient error when closing
(LP: #845105).
[ Natalia B. Bidart <email address hidden> ]
- Removed all code related to Bookmarks (LP: #850142).
- Replaces references to "Evolution" by "Thunderbird" (LP: #849494).
[ Rodney Dawes <email address hidden> ]
- Don't install a .desktop file for control panel
(part of LP: #838778).
- Point the indicator/Unity API at the installer .desktop file
(part of LP: #838778).
- Set the WMCLASS so Unity will fall back properly
(part of LP: #838778).
- Fix a few grammar mistakes (LP: #835093).
- Don't show the "Get NGB free!" label on "Join now" button at all
(LP: #819955).
* debian/control:
- ubuntuone-control-panel-gtk depends now on ubuntuone-installer >= 2.0.0.
- require ubuntuone-client >= 2.0.0.
- require ubuntu-sso-client >= 1.4.0.
- no longer install a .desktop file (will be installed by ubuntuone-installer).
-- Natalia Bidart (nessita) <email address hidden> Mon, 26 Sep 2011 14:55:15 -0300