--- ubuntu-system-settings-0.1daily13.06.18.orig/debian/ubuntu-system-settings.install +++ ubuntu-system-settings-0.1daily13.06.18/debian/ubuntu-system-settings.install @@ -0,0 +1,13 @@ +usr/bin +usr/share/applications +usr/share/locale +usr/share/settings/system/about.settings +usr/share/settings/system/flight-mode.settings +usr/share/settings/system/reset.settings +usr/share/settings/system/orientation-lock.settings +usr/share/settings/system/icons +usr/share/settings/system/qml-plugins/SystemSettings +usr/share/settings/system/qml-plugins/about +usr/share/settings/system/qml-plugins/flight-mode +usr/share/settings/system/qml-plugins/orientation-lock +usr/share/settings/system/qml-plugins/reset --- ubuntu-system-settings-0.1daily13.06.18.orig/debian/libsystemsettings1.install +++ ubuntu-system-settings-0.1daily13.06.18/debian/libsystemsettings1.install @@ -0,0 +1 @@ +usr/lib/libSystemSettings.so.* --- ubuntu-system-settings-0.1daily13.06.18.orig/debian/copyright +++ ubuntu-system-settings-0.1daily13.06.18/debian/copyright @@ -0,0 +1,10 @@ +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'. --- ubuntu-system-settings-0.1daily13.06.18.orig/debian/ubuntu-system-settings-example.install +++ ubuntu-system-settings-0.1daily13.06.18/debian/ubuntu-system-settings-example.install @@ -0,0 +1,2 @@ +usr/lib/system-settings/libexample-plugin.so +usr/share/settings/system/example.settings --- ubuntu-system-settings-0.1daily13.06.18.orig/debian/control +++ ubuntu-system-settings-0.1daily13.06.18/debian/control @@ -0,0 +1,55 @@ +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, +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}, + qtdeclarative5-ubuntu-ui-toolkit-plugin, + libsystemsettings1 (= ${binary:Version}), +Recommends: ubuntu-mobile-icons +Description: System Settings application for Ubuntu Touch + System Settings for Ubuntu Touch. + +Package: ubuntu-system-settings-example +Section: libs +Architecture: i386 amd64 armhf +Depends: ${misc:Depends}, + ${shlibs:Depends}, + ubuntu-system-settings (= ${binary:Version}), + libsystemsettings1 (= ${binary:Version}), +Description: System Settings Example plugin for Ubuntu Touch + Example plugin for Ubuntu System Settings + +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.1daily13.06.18.orig/debian/libsystemsettings-dev.install +++ ubuntu-system-settings-0.1daily13.06.18/debian/libsystemsettings-dev.install @@ -0,0 +1,3 @@ +usr/include +usr/lib/libSystemSettings.so +usr/lib/pkgconfig/SystemSettings.pc --- ubuntu-system-settings-0.1daily13.06.18.orig/debian/compat +++ ubuntu-system-settings-0.1daily13.06.18/debian/compat @@ -0,0 +1 @@ +9 --- ubuntu-system-settings-0.1daily13.06.18.orig/debian/rules +++ ubuntu-system-settings-0.1daily13.06.18/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.1daily13.06.18.orig/debian/changelog +++ ubuntu-system-settings-0.1daily13.06.18/debian/changelog @@ -0,0 +1,196 @@ +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