--- dialer-app-0.1+14.04.20140415.orig/debian/changelog +++ dialer-app-0.1+14.04.20140415/debian/changelog @@ -0,0 +1,449 @@ +dialer-app (0.1+14.04.20140415-0ubuntu1) trusty; urgency=low + + [ Gustavo Pichorim Boiko ] + * Do not wait for the telepathy stuff to get ready to process the + command line arguments. This ensures that the dialpad view is not + visible when calling using the argument tel:/// (LP: + #1286358) + + -- Ubuntu daily release Tue, 15 Apr 2014 19:51:41 +0000 + +dialer-app (0.1+14.04.20140411-0ubuntu1) trusty; urgency=low + + [ Gustavo Pichorim Boiko ] + * Make it possible to start a new call while already in a call. (LP: + #1306203) + + -- Ubuntu daily release Fri, 11 Apr 2014 12:49:15 +0000 + +dialer-app (0.1+14.04.20140410-0ubuntu1) trusty; urgency=low + + [ Dimitri John Ledkov ] + * Invoke magic 199 callback via dbus, instead of scripts to reliably + quiesce the error. (LP: #1287628) (LP: #1287628) + + -- Ubuntu daily release Thu, 10 Apr 2014 19:43:15 +0000 + +dialer-app (0.1+14.04.20140407-0ubuntu1) trusty; urgency=low + + [ Tiago Salem Herrmann ] + * Add initial USSD support (LP: #1195398) + + -- Ubuntu daily release Mon, 07 Apr 2014 23:08:51 +0000 + +dialer-app (0.1+14.04.20140402-0ubuntu1) trusty; urgency=low + + [ Gustavo Pichorim Boiko ] + * Add a better UI (not final yet) for multi-calls and make it possible + to create and manage conference calls. + + -- Ubuntu daily release Wed, 02 Apr 2014 00:50:11 +0000 + +dialer-app (0.1+14.04.20140325-0ubuntu1) trusty; urgency=low + + [ Gustavo Pichorim Boiko ] + * Make sure the telepathy-ofono account is using the correct modem + before running the tests. + + -- Ubuntu daily release Tue, 25 Mar 2014 05:35:33 +0000 + +dialer-app (0.1+14.04.20140319-0ubuntu1) trusty; urgency=low + + [ Gustavo Pichorim Boiko ] + * do not filter by accountId. specify accountId when calling back from + call log . + + [ Tiago Salem Herrmann ] + * do not filter by accountId. specify accountId when calling back from + call log . + + -- Ubuntu daily release Wed, 19 Mar 2014 02:43:36 +0000 + +dialer-app (0.1+14.04.20140306-0ubuntu1) trusty; urgency=low + + * New rebuild forced + + -- Ubuntu daily release Thu, 06 Mar 2014 08:17:54 +0000 + +dialer-app (0.1+14.04.20140228-0ubuntu1) trusty; urgency=low + + [ Gustavo Pichorim Boiko ] + * Improve the live call view behavior by addressing the following + points: Start in the live call directly when there is an existing + call (to avoid showing the dialpad for a short time before loading + the live call view). Merge the voicemail view into the live call + one. This addresses a problem that when you were on a voicemail call + and got another call, there was no way to switch between them. (LP: + #1277763) + + [ chris.gagnon ] + * use page object pattern, so maintaining code and finding bugs are + easier to find. + + -- Ubuntu daily release Fri, 28 Feb 2014 14:54:29 +0000 + +dialer-app (0.1+14.04.20140226-0ubuntu1) trusty; urgency=low + + [ chris.gagnon ] + * Use wait_select_single when getting HistoryDelegate0 instead of + select_single, to fix a couple flaky tests (LP: #1284316) + + -- Ubuntu daily release Wed, 26 Feb 2014 21:27:58 +0000 + +dialer-app (0.1+14.04.20140221-0ubuntu1) trusty; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Omer Akram ] + * fix failing test due to change in messaging-app (LP: #1282981) + + -- Ubuntu daily release Fri, 21 Feb 2014 20:07:19 +0000 + +dialer-app (0.1+14.04.20140219-0ubuntu1) trusty; urgency=low + + [ Omer Akram ] + * autopilot: add tests for inter-app integration per design spec + * change autopilot tests to create reusable helpers to be consumed by + ubuntu-integration-tests + + -- Ubuntu daily release Wed, 19 Feb 2014 22:30:50 +0000 + +dialer-app (0.1+14.04.20140218-0ubuntu1) trusty; urgency=low + + [ Gustavo Pichorim Boiko ] + * Make it possible to override the default contact manager. This is + particularly useful for running tests, when the memory backend can + be used. + + -- Ubuntu daily release Tue, 18 Feb 2014 21:38:48 +0000 + +dialer-app (0.1+14.04.20140213-0ubuntu1) trusty; urgency=low + + [ Ted Gould ] + * Add a file to configure the URL for URL dispatcher. + + [ Gustavo Pichorim Boiko ] + * Truncate the contact name on call log if it doesn't fit. (LP: + #1268965) + + [ Dimitri John Ledkov ] + * Change dbus-x11 depenendcy to dbus, as only `dbus-send' is used, not + `dbus-launch'. This helps to reduce amount of X11 libraries on the + image. + + -- Ubuntu daily release Thu, 13 Feb 2014 00:10:42 +0000 + +dialer-app (0.1+14.04.20140210-0ubuntu1) trusty; urgency=low + + [ Gustavo Pichorim Boiko ] + * Make the test + dialer_app.tests.test_calls.TestCalls.test_outgoing_answer_local_han + gup more robust by using Eventually() to compare the page title. + (LP: #1278519) + + -- Ubuntu daily release Mon, 10 Feb 2014 18:02:16 +0000 + +dialer-app (0.1+14.04.20140130-0ubuntu1) trusty; urgency=low + + [ Bill Filler ] + * o not pass the phone number as a parameter when pushing the live + call view for an outgoing call. The correct value will be taken from + the callManager. This fixes the problem of the header not updating + when switching between multiple calls. Re-add try catch around + autopilot test as the underlying mir/shell crash has not been fixed + + [ Martin Pitt ] + * tests: Drop expected crash for LP#1240400, it's fixed now. (LP: + #1240400) + + [ Gustavo Pichorim Boiko ] + * Implement support for switching calls. + * Fix a typo in the default avatar setting on history page. + * Fix the call duration parsing by using Qt.formatTime() to split + hours, minutes and seconds. (LP: #1242772) + * o not pass the phone number as a parameter when pushing the live + call view for an outgoing call. The correct value will be taken from + the callManager. This fixes the problem of the header not updating + when switching between multiple calls. Re-add try catch around + autopilot test as the underlying mir/shell crash has not been fixed + + [ Omer Akram ] + * Load testability driver if QT_LOAD_TESTABILITY is in the + environment. + + [ Dimitri John Ledkov ] + * Drop executing qmake, to query a variable, which is then not used. + Adjust dependency on any:arch python, fixes cross-compilation. + build-dependency installation. + + -- Ubuntu daily release Thu, 30 Jan 2014 17:06:44 +0000 + +dialer-app (0.1+14.04.20131209-0ubuntu1) trusty; urgency=low + + [ Martin Pitt ] + * Add a README.testing to explain what the tests do and how to run + them. + * Drop connected_tests, they are essentially empty and superseded by + the dialer_app phonesim tests. + + [ Gustavo Pichorim Boiko ] + * Handle unknown and private numbers. + + [ Leo Arias ] + * Fix pep8 errors. (LP: #1250270) + * Fixed static errors detected by pyflakes. (LP: #1250275) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 82 + + -- Ubuntu daily release Mon, 09 Dec 2013 04:18:47 +0000 + +dialer-app (0.1+14.04.20131107-0ubuntu1) trusty; urgency=low + + [ Gustavo Pichorim Boiko ] + * Fix autopilot tests to work with autopilot 1.4. (LP: #1248553) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 76 + + -- Ubuntu daily release Thu, 07 Nov 2013 05:24:17 +0000 + +dialer-app (0.1+14.04.20131104.1-0ubuntu1) trusty; urgency=low + + [ Martin Pitt ] + * Add ofono-phonesim-autostart dependency to -autopilot to enable CI + phonesim tests, and fix some missing dependencies and test setup. + (LP: #1240519) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 74 + + -- Ubuntu daily release Mon, 04 Nov 2013 19:23:32 +0000 + +dialer-app (0.1+14.04.20131029.1-0ubuntu1) trusty; urgency=low + + [ Bill Filler ] + * make all expandable items full opaque. close expandable items when + the app becomes inactive + + [ Łukasz 'sil2100' Zemczak ] + * add missing autopilot dependency + + [ Ubuntu daily release ] + * Automatic snapshot from revision 72 + + -- Ubuntu daily release Tue, 29 Oct 2013 12:41:11 +0000 + +dialer-app (0.1+13.10.20131015.2-0ubuntu1) saucy; urgency=low + + [ Gustavo Pichorim Boiko ] + * Limit the size of images in memory. + + [ Omer Akram ] + * disable the hold button and dim it a bit as the functionality is not + in place yet. Also dim the contact button in the live call panel + since that does nothing as well. + + [ Renato Araujo Oliveira Filho ] + * Make sure that the item ask for confirmation before get deleted. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 69 + + -- Ubuntu daily release Tue, 15 Oct 2013 20:24:10 +0000 + +dialer-app (0.1+13.10.20131011-0ubuntu1) saucy; urgency=low + + [ Martin Pitt ] + * Add some incoming/outgoing call tests, using ofono-phonesim. + + [ Gustavo Pichorim Boiko ] + * Add a screenshot of the dialer-app. + * Update the dialer-app to the latest designs, containing the + following changes: Remove extra background from the smart dialing + results. Move the numbers a little bit down in the dialpad view. + Update the call log to the latest designs. Fix the multiselection + mark positioning. + * Change the dialer-app to use the new URL dispatcher mechanism. (LP: + #1230404) + * Refine the design of the call log view. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 65 + + -- Ubuntu daily release Fri, 11 Oct 2013 08:47:20 +0000 + +dialer-app (0.1+13.10.20131004.1-0ubuntu1) saucy; urgency=low + + [ Dennis O'Flaherty ] + * Format date properly so friendlyDay() can return the right string. + (LP: #1229139) + + [ Ugo Riboni ] + * Update the pot file and a translation. (LP: #1232374) + + [ Gustavo Pichorim Boiko ] + * Update the designs of the dialer-app fixing the following issues: - + Remove the bottom divider (between the keypad and the call button) + to have more space for the smart dialing results. - Make the keypad + a little darker - Put the results of the smart dialing inside the + lighter area (where the numbers are) - Make the keypad buttons + shrink when pressed instead of going darker. + + [ Renato Araujo Oliveira Filho ] + * Fixed avatar scale on live call page. + + [ Tiago Salem Herrmann ] + * Replace the current contact/phone number by the dtmf string on the + live call view. (LP: #1225060) + * Prevent the new contact dialog from becoming unresponsive. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 59 + + -- Ubuntu daily release Fri, 04 Oct 2013 07:23:26 +0000 + +dialer-app (0.1+13.10.20131001.4-0ubuntu1) saucy; urgency=low + + [ Tiago Hillebrandt ] + * Empty KeyPad entry after start call. + + [ Gustavo Pichorim Boiko ] + * Update some icons to use the theme instead of the local assets. Also + set the backspace icon to be white when there is text to erase. (LP: + #1226157) + * Make the text center aligned in the dialer input field. - Change the + cursor delegate to use the correct color. (LP: #1229202, #1222902) + * Limit the number of digits to 20 and scale the font down when the + numbers don't fit on the screen. (LP: #1082054) + + [ Tiago Salem Herrmann ] + * Push views to the pagestack even before the telepathy channel is + created. (LP: #1218311) + * Add support for expansive delegates on call log view. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 52 + + -- Ubuntu daily release Tue, 01 Oct 2013 21:20:44 +0000 + +dialer-app (0.1+13.10.20130926.1-0ubuntu1) saucy; urgency=low + + [ Gustavo Pichorim Boiko ] + * Add a timeline indicator in the call log view. (LP: #1213990) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 45 + + -- Ubuntu daily release Thu, 26 Sep 2013 08:46:09 +0000 + +dialer-app (0.1+13.10.20130925-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Adding single instance marker to the desktop file. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 43 + + -- Ubuntu daily release Wed, 25 Sep 2013 06:35:25 +0000 + +dialer-app (0.1+13.10.20130919.3-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 41 + + -- Ubuntu daily release Thu, 19 Sep 2013 15:47:12 +0000 + +dialer-app (0.1+13.10.20130917-0ubuntu1) saucy; urgency=low + + [ Gustavo Pichorim Boiko ] + * Add a basic implementation of the smart lookup dialer. + + [ Tiago Salem Herrmann ] + * invoke popups also on pressAndHold. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 39 + + -- Ubuntu daily release Tue, 17 Sep 2013 12:57:23 +0000 + +dialer-app (0.1+13.10.20130830.2-0ubuntu1) saucy; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * Fix dependencies for the autopilot packages - ubuntu-ui-toolkit- + autopilot was missing (fixes LP: #1218794). (LP: #1218794) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 36 + + -- Ubuntu daily release Fri, 30 Aug 2013 13:26:45 +0000 + +dialer-app (0.1+13.10.20130829-0ubuntu1) saucy; urgency=low + + [ Tiago Salem Herrmann ] + * fix delegate size in history page fix avatar size in history page. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 33 + + -- Ubuntu daily release Thu, 29 Aug 2013 03:20:41 +0000 + +dialer-app (0.1+13.10.20130828.1-0ubuntu1) saucy; urgency=low + + [ Tiago Salem Herrmann ] + * update visual design. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 31 + + -- Ubuntu daily release Wed, 28 Aug 2013 11:48:46 +0000 + +dialer-app (0.1+13.10.20130827-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * update the depends, some of the binaries got renamed when entering + the ubuntu archive. Let the old names, as an alternative, for the + transition, those can be dropped later. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 29 + + -- Ubuntu daily release Tue, 27 Aug 2013 11:18:02 +0000 + +dialer-app (0.1+13.10.20130826.2-0ubuntu1) saucy; urgency=low + + [ Gustavo Pichorim Boiko ] + * Disable automatic rotation in the dialer-app. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 27 + + -- Ubuntu daily release Mon, 26 Aug 2013 19:14:40 +0000 + +dialer-app (0.1+13.10.20130826-0ubuntu1) saucy; urgency=low + + [ Gustavo Pichorim Boiko ] + * Use the correct application icon. + * Add some autopilot tests for the dialer-app. + + [ Tiago Salem Herrmann ] + * disable observer when app becomes inactive. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 25 + + -- Ubuntu daily release Mon, 26 Aug 2013 02:36:24 +0000 + +dialer-app (0.1+13.10.20130823.1-0ubuntu1) saucy; urgency=low + + [ Tiago Salem Herrmann ] + * Initial release + + [ Łukasz 'sil2100' Zemczak ] + * Modifications related to compliance with our packaging standards + * Automatic snapshot from revision 20 (bootstrap) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 21 + + -- Ubuntu daily release Fri, 23 Aug 2013 07:16:48 +0000 --- dialer-app-0.1+14.04.20140415.orig/debian/compat +++ dialer-app-0.1+14.04.20140415/debian/compat @@ -0,0 +1 @@ +9 --- dialer-app-0.1+14.04.20140415.orig/debian/control +++ dialer-app-0.1+14.04.20140415/debian/control @@ -0,0 +1,51 @@ +Source: dialer-app +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: cmake, + debhelper (>= 9), + dh-translations, + pkg-config, + python:any, + qt5-default, + qtbase5-dev (>= 5.0), + qtdeclarative5-dev (>= 5.0), +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/dialer-app +# If you aren't a member of ~phablet-team but need to upload packaging changes, +# just go ahead. ~phablet-team will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~phablet-team/dialer-app/trunk +Vcs-Browser: https://bazaar.launchpad.net/~phablet-team/dialer-app/trunk/files + +Package: dialer-app +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + qtdeclarative5-ubuntu-history0.1 | qtdeclarative5-ubuntu-history-plugin, + qtdeclarative5-ubuntu-telephony0.1 | qtdeclarative5-ubuntu-telephony-plugin, + qtdeclarative5-ubuntu-ui-toolkit-plugin | qt-components-ubuntu, + qtdeclarative5-ubuntu-contacts0.1, qtdeclarative5-qtcontacts-plugin, +Recommends: unity8 (>= 7.81.0~), +Description: Dialer application for Ubuntu + An application to make phone calls + +Package: dialer-app-autopilot +Architecture: all +Section: debug +Depends: ${misc:Depends}, + autopilot-qt5, + dbus, + libqt5test5, + libqt5widgets5, + dialer-app (>= ${binary:Version}), + ofono-scripts, + python-autopilot, + ubuntu-ui-toolkit-autopilot, + ofono-phonesim-autostart, + messaging-app, + address-book-app, +Description: autopilot tests for dialer-app + This package contains the autopilot tests for dialer-app. + . + These tests run against the ofono phone simulator (pulled in through + ofono-phonesim-autostart). --- dialer-app-0.1+14.04.20140415.orig/debian/copyright +++ dialer-app-0.1+14.04.20140415/debian/copyright @@ -0,0 +1,33 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: dialer-app +Source: https://launchpad.net/dialer-app + +Files: * +Copyright: 2012, 2013 Canonical Ltd. +License: GPL-3 + +Files: src/qml/assets/* +Copyright: 2012, 2013 Canonical Ltd. +License: CC-BY-SA-3.0 + +License: GPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, version 3 of the License. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the full text of the GNU General Public License + version 3 can be found in the file /usr/share/common-licenses/GPL-3. + +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. --- dialer-app-0.1+14.04.20140415.orig/debian/dialer-app-autopilot.install +++ dialer-app-0.1+14.04.20140415/debian/dialer-app-autopilot.install @@ -0,0 +1 @@ +usr/lib/python*/dist-packages/dialer_app/* --- dialer-app-0.1+14.04.20140415.orig/debian/dialer-app.install +++ dialer-app-0.1+14.04.20140415/debian/dialer-app.install @@ -0,0 +1,10 @@ +usr/share/applications/dialer-app*.desktop +usr/share/url-dispatcher/urls +usr/share/locale/*/LC_MESSAGES/dialer-app.mo +usr/share/dialer-app/*.qml +usr/share/dialer-app/LiveCallPage +usr/share/dialer-app/HistoryPage +usr/share/dialer-app/DialerPage +usr/share/dialer-app/ContactsPage +usr/share/dialer-app/assets +usr/bin/*dialer-app* --- dialer-app-0.1+14.04.20140415.orig/debian/rules +++ dialer-app-0.1+14.04.20140415/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --parallel --fail-missing --with translations + +override_dh_auto_configure: + dh_auto_configure -- -DCMAKE_BUILD_TYPE=Debug + +override_dh_auto_test: + make -C obj-$(DEB_HOST_GNU_TYPE) test + +override_dh_translations: + # Override dh_translations to work around http://pad.lv/1183262. + # Unfortunately, the default build directory is not exposed + # (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601774). + $(MAKE) -C obj-$(DEB_HOST_GNU_TYPE) dialer-app.pot --- dialer-app-0.1+14.04.20140415.orig/debian/source/format +++ dialer-app-0.1+14.04.20140415/debian/source/format @@ -0,0 +1 @@ +1.0