--- ubuntu-system-settings-0.1+13.10.20130821.orig/debian/ubuntu-system-settings.install +++ ubuntu-system-settings-0.1+13.10.20130821/debian/ubuntu-system-settings.install @@ -0,0 +1,6 @@ +usr/bin +usr/lib/*/ubuntu-system-settings +usr/share/applications +usr/share/glib-2.0 +usr/share/locale +usr/share/ubuntu/settings/system --- ubuntu-system-settings-0.1+13.10.20130821.orig/debian/libsystemsettings1.install +++ ubuntu-system-settings-0.1+13.10.20130821/debian/libsystemsettings1.install @@ -0,0 +1 @@ +usr/lib/*/libSystemSettings.so.* --- ubuntu-system-settings-0.1+13.10.20130821.orig/debian/copyright +++ ubuntu-system-settings-0.1+13.10.20130821/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.20130821.orig/debian/control +++ ubuntu-system-settings-0.1+13.10.20130821/debian/control @@ -0,0 +1,73 @@ +Source: ubuntu-system-settings +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: dbus-test-runner, + debhelper (>= 9), + gdb, + libaccountsservice-dev, + libandroid-properties-dev, + libglib2.0-dev, + libofono-qt-dev, + libtimezonemap1-dev (>= 0.4.0.1), + libupower-glib-dev, + 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: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + accountsservice, + gsettings-desktop-schemas, + gsettings-ubuntu-touch-schemas (>= 0.0.1+13.10.20130730), + powerd | gnome-settings-daemon, + qtdeclarative5-folderlistmodel-plugin, + qtdeclarative5-qtmultimedia-plugin, + qtdeclarative5-gsettings1.0 (>=0.0+13.10.20130717), + qtdeclarative5-systeminfo-plugin, + qtdeclarative5-ubuntu-ui-toolkit-plugin (>= 0.1.46+13.10.20130710), + whoopsie-preferences (>= 0.9), + libsystemsettings1 (= ${binary:Version}), + system-image-dbus (>= 0.9), +Recommends: ubuntu-mobile-icons, + ubuntu-system-settings-online-accounts, +Conflicts: ubuntu-system-settings-example +Description: System Settings application for Ubuntu Touch + This package contains the System Settings application used on the + Ubuntu Touch images, it's designed for phones, tablets and convergent + devices. + +Package: libsystemsettings1 +Section: libs +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends} +Description: System Settings Library for Ubuntu Touch + This package contains the System Settings application used on the + Ubuntu Touch images, it's designed for phones, tablets and convergent + devices. + +Package: libsystemsettings-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libsystemsettings1 (= ${binary:Version}), +Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends} +Description: System Settings for Ubuntu Touch - development files + This package contains the System Settings application used on the + Ubuntu Touch images, it's designed for phones, tablets and convergent + devices. --- ubuntu-system-settings-0.1+13.10.20130821.orig/debian/libsystemsettings-dev.install +++ ubuntu-system-settings-0.1+13.10.20130821/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.20130821.orig/debian/compat +++ ubuntu-system-settings-0.1+13.10.20130821/debian/compat @@ -0,0 +1 @@ +9 --- ubuntu-system-settings-0.1+13.10.20130821.orig/debian/rules +++ ubuntu-system-settings-0.1+13.10.20130821/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +include /usr/share/dpkg/buildflags.mk + +override_dh_auto_configure: + dh_auto_configure -- LIBDIR="/usr/lib/$(DEB_HOST_MULTIARCH)" + +override_dh_install: + dh_install --fail-missing + +%: + dh $@ --- ubuntu-system-settings-0.1+13.10.20130821.orig/debian/changelog +++ ubuntu-system-settings-0.1+13.10.20130821/debian/changelog @@ -0,0 +1,899 @@ +ubuntu-system-settings (0.1+13.10.20130821-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * battery: display the last full charge. + + [ Iain Lane ] + * Only display the battery panel if the system actually has a battery. + * background: don't update gsettings/accountsservice for now (until + the content picker arrives). (LP: #1214452) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 267 + + -- Ubuntu daily release Wed, 21 Aug 2013 08:07:06 +0000 + +ubuntu-system-settings (0.1+13.10.20130820-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * don't install the a11y plugin, it's not planned for 13.10. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 262 + + -- Ubuntu daily release Tue, 20 Aug 2013 14:34:56 +0000 + +ubuntu-system-settings (0.1+13.10.20130813.1-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Implement most of the cellular panel. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 256 + + -- Ubuntu daily release Tue, 13 Aug 2013 18:52:53 +0000 + +ubuntu-system-settings (0.1+13.10.20130813-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * battery: get battery id and charge history from upower, display it + in the graph. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 254 + + -- Ubuntu daily release Tue, 13 Aug 2013 03:14:46 +0000 + +ubuntu-system-settings (0.1+13.10.20130812-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * battery: add a cpp backend, use it to check if powerd is running, if + it's running use it, if not fallback to gnome-settings-daemon. That + should let us handle both touch and desktop without manual hacks. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 252 + + -- Ubuntu daily release Mon, 12 Aug 2013 14:35:58 +0000 + +ubuntu-system-settings (0.1+13.10.20130809.1-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * battery: clean up a bit, update info dynamically, add placeholde for + a charge graph. + * Depends on powerd | gnome-settings-daemon. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 247 + + -- Ubuntu daily release Fri, 09 Aug 2013 16:16:18 +0000 + +ubuntu-system-settings (0.1+13.10.20130809-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * battery: add new panel, mostly UI (with some backend work). + + [ Ubuntu daily release ] + * Automatic snapshot from revision 244 + + -- Ubuntu daily release Fri, 09 Aug 2013 07:02:03 +0000 + +ubuntu-system-settings (0.1+13.10.20130808.2-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * depends on qtdeclarative5-folderlistmodel-plugin. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 241 + + -- Ubuntu daily release Thu, 08 Aug 2013 09:28:34 +0000 + +ubuntu-system-settings (0.1+13.10.20130807-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * revert the previous temporary hack. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 238 + + -- Ubuntu daily release Wed, 07 Aug 2013 07:01:52 +0000 + +ubuntu-system-settings (0.1+13.10.20130806.2-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * plugin_module_dir in SystemsSettings.pc should use libdir . + + [ Sebastien Bacher ] + * background: update title of the background selector to match the + spec. + * drop keyboard, it's part of language&text. + * sound: improve display's name. + * don't fail build on broken tests to workaround armhf/libhybris + issues. + + [ Timo Jyrinki ] + * Enable Multi-Arch for the libraries (LP: #1208347) Also change back + to arch 'any' instead of listing archs. (LP: #1208347) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 236 + + -- Ubuntu daily release Tue, 06 Aug 2013 16:57:30 +0000 + +ubuntu-system-settings (0.1+13.10.20130805-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * sound: split out helper function in a new source so we can reuse it. + * sound: - clean some leftover options - some small refactoring - use + gsettings to read/store the sound effects. + + [ Iain Lane ] + * Write location of private module dir in pkg-config file Also, change + the location to be alongside the binary plugins and independent of + the Qt installation dir. . + + [ Alberto Mardegan ] + * Write location of private module dir in pkg-config file Also, change + the location to be alongside the binary plugins and independent of + the Qt installation dir. . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 227 + + -- Ubuntu daily release Mon, 05 Aug 2013 07:02:10 +0000 + +ubuntu-system-settings (0.1+13.10.20130804-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * sound: split out helper function in a new source so we can reuse it. + * sound: - clean some leftover options - some small refactoring - use + gsettings to read/store the sound effects. + + [ Iain Lane ] + * Write location of private module dir in pkg-config file Also, change + the location to be alongside the binary plugins and independent of + the Qt installation dir. . + + [ Alberto Mardegan ] + * Write location of private module dir in pkg-config file Also, change + the location to be alongside the binary plugins and independent of + the Qt installation dir. . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 227 + + -- Ubuntu daily release Sun, 04 Aug 2013 07:01:57 +0000 + +ubuntu-system-settings (0.1+13.10.20130802.1-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * sound: get the silent mode's status from gsettings. + * sound: drop alerts sound, following the design update. + + [ Jeremy Bicha ] + * Rename 'Call diversion' to 'Call forwarding' (LP: #1205480). (LP: + #1205480) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 222 + + -- Ubuntu daily release Fri, 02 Aug 2013 08:36:42 +0000 + +ubuntu-system-settings (0.1+13.10.20130731-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Use ofono-qt to get SIM Services and populate the Services and + ServiceInfo packages. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 216 + + -- Ubuntu daily release Wed, 31 Jul 2013 13:19:52 +0000 + +ubuntu-system-settings (0.1+13.10.20130730.5-0ubuntu1) saucy; urgency=low + + [ Didier Roche ] + * fix typos and we get the size in bytes, not Kb from the daemon. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 213 + + -- Ubuntu daily release Tue, 30 Jul 2013 18:08:18 +0000 + +ubuntu-system-settings (0.1+13.10.20130730.4-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * about: we have an update panel, connect the 'check for update' + button to it. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 211 + + -- Ubuntu daily release Tue, 30 Jul 2013 16:46:49 +0000 + +ubuntu-system-settings (0.1+13.10.20130730.3-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * security: add dash privacy control. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 209 + + -- Ubuntu daily release Tue, 30 Jul 2013 13:12:41 +0000 + +ubuntu-system-settings (0.1+13.10.20130730.1-0ubuntu1) saucy; urgency=low + + [ Loïc Minier ] + * Use system bus instead of session bus for OS updates. + + [ Sebastien Bacher ] + * phone: add a subpage for service details. + + [ Didier Roche ] + * * use a list instead of hardcoded data. Try to have a little bit + more beautiful result, but it seems there is a bug in the sdk * + replace the activity indicator for downloading by an infinite + progress indicator * listen to system dbus as well as the daemon is + listening to it. + + [ Evan Dandrea ] + * Add a link off to the privacy policy from the diagnostics page. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 207 + + -- Ubuntu daily release Tue, 30 Jul 2013 10:01:39 +0000 + +ubuntu-system-settings (0.1+13.10.20130730-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * licenses: replace custom backend by folderlistmodel use. + + [ Iain Lane ] + * timedate: Retrieve and populate the list of locations in a worker + thread. + + [ Evan Dandrea ] + * Enable automatic error reporting when error reporting is enabled. + + [ Alberto Mardegan ] + * Support launching individual panels, with options - Let plugin + options be specified from the command line - Quit if the requested + plugin does not exist - Do not open the System Settings page when a + plugin is launched . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 202 + + -- Ubuntu daily release Tue, 30 Jul 2013 07:01:55 +0000 + +ubuntu-system-settings (0.1+13.10.20130729-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * about: read update date from the device. + * phone: get the actual carrier name, add the services screen. + + [ Iain Lane ] + * timedate: Implement some design & improve speed a bit. + * Bind the GSettings keys in gsettings-ubuntu-touch-schemas. + + [ Didier Roche ] + * 0.1 version of system update status panel. Will work with the mock + system-settings. Enable to check for updates, handles failures, + cancellation and reboot request. (LP: #1201801) + + [ Evan Dandrea ] + * Add a diagnostics page to system settings for controlling crash + reporting. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 196 + + -- Ubuntu daily release Mon, 29 Jul 2013 07:01:58 +0000 + +ubuntu-system-settings (0.1+13.10.20130726-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * about: show 'never' as update date if there is none. + * Initial language panel UI. + + [ William Hua ] + * Initial language panel UI. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 187 + + -- Ubuntu daily release Fri, 26 Jul 2013 07:01:50 +0000 + +ubuntu-system-settings (0.1+13.10.20130725-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * phone: start the ui work, add the main page and most of the subpages + for call diversion and call waiting (we are going to need a keypad + widget to use to be able to add some of the features though). + * sound: updated to reflect the recent design update - list new UI + elements for message received/keyboard sound/lock sound - show the + stop playing button only on the ringtone screen - disable the button + when sound is not playing. + * storage: store sorting preferences to gsettings. + + [ Iain Lane ] + * Initial implementaion of Time & Date panel. + * phone: start the ui work, add the main page and most of the subpages + for call diversion and call waiting (we are going to need a keypad + widget to use to be able to add some of the features though). + + [ Didier Roche ] + * ignore the local setting from qtcreator. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 183 + + -- Ubuntu daily release Thu, 25 Jul 2013 07:01:54 +0000 + +ubuntu-system-settings (0.1+13.10.20130723-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * storage: get the real disk's free space information. + + [ Iain Lane ] + * Add a GSettings schema for system-settings to store its own state. + Make background use this and set keys as appropriate. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 174 + + -- Ubuntu daily release Tue, 23 Jul 2013 07:01:51 +0000 + +ubuntu-system-settings (0.1+13.10.20130720-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * settings: share the "list item with checkbox on the left" widget + since it's going to be used in different panels. We need this until + https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1197058 is fixed + in the toolkit (or the design need to change to put those on the + right...). + * storage: update to reflect the design changes, some code + improvements - list the new categories from design (movies, audio, + pictures, other files) - create a new widget for the legend items - + update the bar widget to use the real values rather than fixed ones + (The datas are still mostly faked for the moment though) . + * update the translations' template. + * really move the custom check item to its new location. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 170 + + -- Ubuntu daily release Sat, 20 Jul 2013 07:01:51 +0000 + +ubuntu-system-settings (0.1+13.10.20130719-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Use QtSystemInfo to display Carrier and network data modes in use. . + + [ Sebastien Bacher ] + * sound: list the alert sounds. + * system: rotate with the device. + * sound: list 'stop playing' button, rework a bit the scrolling to + keep the button out of it (since it's supposed to always be on + screen according to the design document). + * sound: implement play/stop for sound effects. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 164 + + -- Ubuntu daily release Fri, 19 Jul 2013 07:01:36 +0000 + +ubuntu-system-settings (0.1+13.10.20130718-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * sound: enable scrolling on the sounds' list. + * sound: display display sound warning in the sounds list. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 156 + + -- Ubuntu daily release Thu, 18 Jul 2013 07:01:40 +0000 + +ubuntu-system-settings (0.1+13.10.20130717.1-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Updated for the GSettings API break . + + [ Sebastien Bacher ] + * sound: display the sounds names in a nicer way. + + [ Iain Lane ] + * sound: display the sounds names in a nicer way. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 153 + + -- Ubuntu daily release Wed, 17 Jul 2013 16:55:59 +0000 + +ubuntu-system-settings (0.1+13.10.20130717-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Set the flickable for the ItemPage to properly handle scrolling + below the header . + + [ Sebastien Bacher ] + * update the translations template since we got new ui elements. + * sound: list the installed sound files from a known directory. + + [ Iain Lane ] + * Initial implementation of the cellular UI. + * Small tweaks to the license page: make scrolling work correctly so + it doesn't hide the header & go a bit faster so the large list can + be navigated. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 149 + + -- Ubuntu daily release Wed, 17 Jul 2013 07:01:38 +0000 + +ubuntu-system-settings (0.1+13.10.20130716-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * Tweak the flickable behaviour to make the scrolling consistant with + the other applications, but still avoid scrolling if there is no + need for it See https://launchpad.net/bugs/1201394 for the details. + (LP: #1201394) + * storage: the design says to use zero decimal for kilobytes values, + do that. + * storage: translate the units. + * about: display N/A when there is no IMEI information. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 143 + + -- Ubuntu daily release Tue, 16 Jul 2013 07:01:48 +0000 + +ubuntu-system-settings (0.1+13.10.20130713-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * license: implement the "software licenses" section subpanel The + current approch is to list all the packages installing a copyright + and build a model from that. When selecting one of them in the list + we go to a new page which displays the content of the copyright. + That might need some tweaking later to include licences from the + container . + * about: improve a bit the format of the vendor header. + * reset: use singlecontrol items, the margin issue has been resolved. + * sound: implement the silent mode warning The UI is there but not + plugged to the system yet, you need to manually set the variable to + see it. . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 137 + + -- Ubuntu daily release Sat, 13 Jul 2013 07:01:47 +0000 + +ubuntu-system-settings (0.1+13.10.20130712-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * Use SingleControl again, the toolkit margin issues have been fixed. + * get device informations from libhybris, as a fallback, until + qtsystems works on the touch image (it currently tries to read /sys + informations that are not available on the device). + + [ Iain Lane ] + * Sort plugins according to their priority. + * background: Explicitly set the fallback if we get an empty string + back from the dbus call. + * sound: Allow clicking on the whole ListItem to toggle the CheckBox. + * Don't try to load or allow navigation into plugins with no + pageComponent. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 131 + + -- Ubuntu daily release Fri, 12 Jul 2013 07:01:49 +0000 + +ubuntu-system-settings (0.1+13.10.20130711-0ubuntu1) saucy; urgency=low + + [ Iain Lane ] + * background: Remove custom UbuntuSwappableImage and use + CrossFadeImage from the ui-toolkit. + * Support passing plugin names directly on the commandline. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 123 + + -- Ubuntu daily release Thu, 11 Jul 2013 07:01:47 +0000 + +ubuntu-system-settings (0.1+13.10.20130710-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * translation: update the translations again, some strings changed. We + are going to turn on autoimport then to avoid those manual commits + in the futur. + * storage: use a rectangle so we can have a border around the bar + Tweak some of the margins and vertical spaces as well to look a bit + better and be aligned on other elements . + * Since we have a readme let's put some informations in it. + * debian: slightly improved description, sort the build-depends. + * settings: translate the panel names in the system settings grid + view. + * storage: implement apps sorting. + * background: fix name inconsistency. + * settings: use the correct translation domain. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 119 + + -- Ubuntu daily release Wed, 10 Jul 2013 07:11:23 +0000 + +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