--- ubuntu-system-settings-0.1+13.10.20130709.orig/debian/ubuntu-system-settings.install +++ ubuntu-system-settings-0.1+13.10.20130709/debian/ubuntu-system-settings.install @@ -0,0 +1,5 @@ +usr/bin +usr/lib/*/ubuntu-system-settings +usr/share/applications +usr/share/locale +usr/share/settings/system --- ubuntu-system-settings-0.1+13.10.20130709.orig/debian/libsystemsettings1.install +++ ubuntu-system-settings-0.1+13.10.20130709/debian/libsystemsettings1.install @@ -0,0 +1 @@ +usr/lib/libSystemSettings.so.* --- ubuntu-system-settings-0.1+13.10.20130709.orig/debian/copyright +++ ubuntu-system-settings-0.1+13.10.20130709/debian/copyright @@ -0,0 +1,24 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ubuntu-system-settings +Upstream-Contact: Alberto Mardegan +Source: https://launchpad.net/ubuntu-system-settings + +Files: * +Copyright: 2013 Canonical Ltd. +License: GPL-3 + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plugins/background/aeg.jpg +Copyright: 2012 Tauno Erik +License: CC-BY-SA-3.0 + +Files: plugins/background/darkeningclockwork.jpg +Copyright: 2013 Matt Katzenberger +License: CC-BY-SA-3.0 + +License: CC-BY-SA-3.0 + This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 + Unported License. To view a copy of this license, visit + http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative + Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. --- ubuntu-system-settings-0.1+13.10.20130709.orig/debian/control +++ ubuntu-system-settings-0.1+13.10.20130709/debian/control @@ -0,0 +1,51 @@ +Source: ubuntu-system-settings +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: dbus-test-runner, + debhelper (>= 9), + gdb, + pkg-config, + qt5-default, + qtbase5-dev, + qtdeclarative5-dev, + xvfb, + libandroid-properties-dev, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/ubuntu-system-settings +# If you aren't a member of ~system-settings-touch but need to upload packaging +# changes, just go ahead. ~system-settings-touch will notice and sync up the +# code again. +Vcs-Bzr: https://code.launchpad.net/~system-settings-touch/ubuntu-system-settings/trunk + +Package: ubuntu-system-settings +Architecture: i386 amd64 armhf +Depends: ${misc:Depends}, + ${shlibs:Depends}, + gsettings-desktop-schemas, + qtdeclarative5-gsettings1.0, + qtdeclarative5-systeminfo-plugin, + qtdeclarative5-ubuntu-ui-toolkit-plugin, + libsystemsettings1 (= ${binary:Version}), +Recommends: ubuntu-mobile-icons, + ubuntu-system-settings-online-accounts, +Conflicts: ubuntu-system-settings-example +Description: System Settings application for Ubuntu Touch + System Settings for Ubuntu Touch. + +Package: libsystemsettings1 +Section: libs +Architecture: i386 amd64 armhf +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: System Settings Library for Ubuntu Touch + System Settings for Ubuntu Touch. + +Package: libsystemsettings-dev +Section: libdevel +Architecture: i386 amd64 armhf +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libsystemsettings1 (= ${binary:Version}), +Description: System Settings for Ubuntu Touch - development files + System Settings for Ubuntu Touch. --- ubuntu-system-settings-0.1+13.10.20130709.orig/debian/libsystemsettings-dev.install +++ ubuntu-system-settings-0.1+13.10.20130709/debian/libsystemsettings-dev.install @@ -0,0 +1,3 @@ +usr/include +usr/lib/libSystemSettings.so +usr/lib/pkgconfig/SystemSettings.pc --- ubuntu-system-settings-0.1+13.10.20130709.orig/debian/compat +++ ubuntu-system-settings-0.1+13.10.20130709/debian/compat @@ -0,0 +1 @@ +9 --- ubuntu-system-settings-0.1+13.10.20130709.orig/debian/rules +++ ubuntu-system-settings-0.1+13.10.20130709/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +override_dh_install: + dh_install --fail-missing + +%: + dh $@ --- ubuntu-system-settings-0.1+13.10.20130709.orig/debian/changelog +++ ubuntu-system-settings-0.1+13.10.20130709/debian/changelog @@ -0,0 +1,373 @@ +ubuntu-system-settings (0.1+13.10.20130709-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * Updated translation template. + * about: when it's possible, use qtsystem to get the device + informations. + * updated translations from launchpad. + * storage: use a valueselector rather than a custom widget. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 110 + + -- Ubuntu daily release Tue, 09 Jul 2013 07:01:45 +0000 + +ubuntu-system-settings (0.1+13.10.20130708-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * storage: use qtsystems to get the disk space informations. + * storage: use ubuntu colors. + * about: get real serial number. + * storage: add buttons to sort the applications' list. + * about: use 'N/A' if there is no serial number. + * about: get the manufacturer/model from the device. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 105 + + -- Ubuntu daily release Mon, 08 Jul 2013 07:01:07 +0000 + +ubuntu-system-settings (0.1+13.10.20130705-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * about: collect system version informations from a plugin Since we + can't access files on disk from qml, we need to do it with some cpp + code. The backend is going to be used to collect some other + informations later as well. . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 98 + + -- Ubuntu daily release Fri, 05 Jul 2013 07:01:04 +0000 + +ubuntu-system-settings (0.1+13.10.20130704-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * sound: set extra strings as translatable. + * storage: add the list of installed softwares (built with fake datas) + The list is built from a xml model. We provide a static list for + testing, the idea is to make click packages generate a similar index + (through trigger or similar) later. + + [ Iain Lane ] + * Hit accountsservice over D-Bus to get the "welcome" image. + * Install the private library(ies) into + /usr/lib/$DEB_HOST_MULTIARCH/ubuntu-system-settings and add this to + the import path. This means that the modules aren't exposed to the + public. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 96 + + -- Ubuntu daily release Thu, 04 Jul 2013 07:01:05 +0000 + +ubuntu-system-settings (0.1+13.10.20130703-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * about: simply the code for the custom vendor-infos' entry. + * sound: implement the mainpage of the interface. + * sound: rename, use the singular form for consistency. + * refresh the translations' template. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 91 + + -- Ubuntu daily release Wed, 03 Jul 2013 07:01:05 +0000 + +ubuntu-system-settings (0.1+13.10.20130702-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * added bluetooth, cellular, and wifi plugins . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 86 + + -- Ubuntu daily release Tue, 02 Jul 2013 07:01:54 +0000 + +ubuntu-system-settings (0.1+13.10.20130628.1-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Updated string for the orientation plugin to match the design . + * Updated the color in the gps icon to match the others . + * Added stub plugins for system-update, security-privacy,time-date, + brightness, phone, keyboard, accessibility, and language. Also set + priorities and form-factor where appropriate. + * make the main window flickable . + * Ensure contentHeight is set properly and cleaned up the plugins to + be consistent. Changed boundsBehavior on the flickables to keep them + from being draggable when the content is smaller than what is + displayed. + + [ Sebastien Bacher ] + * don't install the example plugin, it's useful as source example, not + so much installed (especially since we have other working plugins). + + [ Iain Lane ] + * Add simple GPS toggle. + * Read the user's background from GSettings. + * reset: Add confirmation alerts. + * Make category order match design: Network, Personal, System. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 84 + + -- Ubuntu daily release Fri, 28 Jun 2013 19:40:43 +0000 + +ubuntu-system-settings (0.1+13.10.20130628-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * Use Base items for buttons, instead of SingleControl ones (until bug + #1194844 is fixed in the ui toolkit). That should give us correct + margins for those items. (LP: #1194844) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 73 + + -- Ubuntu daily release Fri, 28 Jun 2013 07:01:06 +0000 + +ubuntu-system-settings (0.1daily13.06.25-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * about: use standard items for sections, rather than headers. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 71 + + -- Ubuntu daily release Tue, 25 Jun 2013 07:01:05 +0000 + +ubuntu-system-settings (0.1daily13.06.24-0ubuntu1) saucy; urgency=low + + [ Iain Lane ] + * Add initial implemention of appearance/background panel. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 69 + + -- Ubuntu daily release Mon, 24 Jun 2013 07:01:03 +0000 + +ubuntu-system-settings (0.1daily13.06.21-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Added a recommends for ubuntu-system-settings-online-accounts . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 67 + + -- Ubuntu daily release Fri, 21 Jun 2013 07:01:02 +0000 + +ubuntu-system-settings (0.1daily13.06.19-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * don't wrap icons with an UbuntuShape . + * Use svg versions of the plugin icons and set the proper color . + + [ Sebastien Bacher ] + * about: start work on the "storage" subpanel, that's a rough first + version of the UI that will need tweaking and improvement but at + least that's a base to build one. + * settings: don't use frames around the plugin icons. + * settings: use an icon from the mobile theme This way the launcher + will have an icon on the touch image (which is the primary target + for that code) . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 65 + + -- Ubuntu daily release Wed, 19 Jun 2013 07:01:04 +0000 + +ubuntu-system-settings (0.1daily13.06.18-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * setResizeMode, fixes sizing issues on the device . + + [ Sebastien Bacher ] + * reset: use ListItem.SingleControl standard widgets for the buttons. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 59 + + -- Ubuntu daily release Tue, 18 Jun 2013 07:01:05 +0000 + +ubuntu-system-settings (0.1daily13.06.17-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Dropped the OnlyShowIn=Unity from the desktop file, unity8 doesn't + show it . + * about: Use text and unicode to create the Ubuntu logo . + + [ Sebastien Bacher ] + * setings: set up for translations Use "ubuntu-system-settings" for + the domain, better to namespace to avoid name conflicts since all + the translation are installed in the same directory. The po.pro will + make the translation be compiled and installed on build, there is + also a "make pot" target to refresh the template. This commit also + includes a first translation (fr.po) which was used to test that + things are working correctly. . + * settings: use the string capitalization style recommended by design + Set some strings, like the vendor or model inforations, as not + translatables since those should be local specific. + * settings: make the plugin names translatable. + * settings: update some icons with copies from design, we will replace + those by theme icons once they are polished and included in the + theme use a standard icon for the airplane-mode since it's already + in theme . + * settings: set the theme to ubuntu-mobile, until lp#1098578 is fixed, + (toolkit not respecting the theme in use), recommends ubuntu-mobile- + icons as well since we use icons shipped there. (LP: #1098578) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 56 + + -- Ubuntu daily release Mon, 17 Jun 2013 07:01:58 +0000 + +ubuntu-system-settings (0.1daily13.06.14-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * about: set an icon url rather than defining an image. + * orientation-lock: add new plugin for orientation locking. + * settings: slightly improve the category title The titles should + start by a uppercase, be translatable, and be placed between + horizontal lines. + * reset: add new plugin for settings reset . + * settings: tweak a bit the UI to be closer from the mockup, we are + still having only a few panels available and are missing nice icons + but otherwise it's getting there. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 48 + + -- Ubuntu daily release Fri, 14 Jun 2013 07:01:54 +0000 + +ubuntu-system-settings (0.1daily13.06.13-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * * Wrap the icons with an UbuntuShape, this makes it look more + consistent with the shell icons. * Added a leftMargin in the + CategoryGrid so the section titles aren't right against the edge * + Make flight-mode a ListItem.Standard to be more consistent with the + about plugin. + + [ Sebastien Bacher ] + * settings: split the category grids from the settings in a new + component Use the new component to list the 3 categories from the + design, tweak a bit the UI to add category labels and some spacing . + * about: tweak the UI to address mpt's review comments - use standard + header items rather than custom - use a singlecontrol item for the + button - tweak spacing of the first entry - fix a typo in one of the + strings. + * flight-mode: use an url rather than an image for the entry The image + doesn't scale right for some reason, it's also easier to do it this + way. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 42 + + -- Ubuntu daily release Thu, 13 Jun 2013 07:01:53 +0000 + +ubuntu-system-settings (0.1daily13.06.11-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * [shell] give a bit of extra height, the geometry is closer from a + device this way and it also makes testing easier (no need to scroll + to see the bottom of the panels). + * Update the about plugin UI, that's a first rought implementation + following the design on + https://wiki.ubuntu.com/AboutThisDevice#Phone. The panel doesn't do + much yet but that's a start. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 37 + + -- Ubuntu daily release Tue, 11 Jun 2013 07:01:57 +0000 + +ubuntu-system-settings (0.1daily13.06.10-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 34 + + -- Ubuntu daily release Mon, 10 Jun 2013 07:01:49 +0000 + +ubuntu-system-settings (0.1daily13.06.09-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 33 + + -- Ubuntu daily release Sun, 09 Jun 2013 07:01:50 +0000 + +ubuntu-system-settings (0.1daily13.06.08.1-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 32 + + -- Ubuntu daily release Sat, 08 Jun 2013 07:01:49 +0000 + +ubuntu-system-settings (0.1daily13.06.08-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 31 + + -- Ubuntu daily release Sat, 08 Jun 2013 04:50:02 +0000 + +ubuntu-system-settings (0.1daily13.06.07-0ubuntu1) saucy; urgency=low + + [ Alberto Mardegan ] + * Skeleton implementation of the About plugin. + * Create ItemPage component, let plugins use it This component renders + a page with a default title (the item's name), and provide a + property to make the plugin object accessible from within the item + page. . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 30 + + -- Ubuntu daily release Fri, 07 Jun 2013 15:57:25 +0000 + +ubuntu-system-settings (0.1daily13.05.30ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ Alberto Mardegan ] + * Don't hardcode prefix in pkg-config file. + * Skeleton implementation of the About plugin. + * Create ItemPage component, let plugins use it This component renders + a page with a default title (the item's name), and provide a + property to make the plugin object accessible from within the item + page. . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 29 (ubuntu-unity/next) + + -- Ubuntu daily release Thu, 30 May 2013 18:20:27 +0000 + +ubuntu-system-settings (0.1daily13.05.23-0ubuntu1) saucy; urgency=low + + [ Alberto Mardegan ] + * Initial release. + + [ Ken VanDine ] + * Split package up into application, plugin and libs + + [ Alberto Mardegan ] + * Add a few files + * Add main window stub + * Introduce the PluginManager class + * Change directory structure: add libSystemSettings + * Add PluginBase + * Implement plugin loading + * Test plugin loading + * PluginBase->ItemBase Too many "plugin" in the project. + * Add ItemModel class + * Export pageComponent and entryComponent to QML + * Move Plugin client code to src/ + * Default entry component + * Working icons for testing + * Add example plugin + * Fix stack navigation + * Removed unused method + * Fix unit tests + * packaging cleanup + * Install libSystemSettings in /usr/lib/system-settings/ + * Allow loading items before and after the item grid + * Install flight-mode plugin + * Install pkg-config file + * Add missing file, update .bzrignore + * Update from trunk + + [ Ubuntu daily release ] + * Automatic snapshot from revision 25 + + -- Ubuntu daily release Thu, 23 May 2013 07:01:10 +0000