[Ubuntu-apps-bugs] [Bug 1460995] [NEW] [Phone app] / [adressbook] Wrong entries displayed in recent calls

2015-06-02 Thread march
Public bug reported:

When opening recent calls within phone app wrong informations are shown.

Contacts name is displayed correctly but when I've dialed work and home
all entries show the latest dialed number.

Tried to call Tux at 9 am @ home and tried to call Tux @ home a few
minutes later only displays Tux@home in list. If you choose one entry
the correct number will appear. If recent calls is opened again all
entries are presented the way it should be.

Expected: Tux @home and Tux @work are shown on my list.


b Aquaris 14.10 (r22)

** Affects: address-book-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to address-book-app in Ubuntu.
https://bugs.launchpad.net/bugs/1460995

Title:
  [Phone app] / [adressbook] Wrong entries displayed in recent calls

Status in address-book-app package in Ubuntu:
  New

Bug description:
  When opening recent calls within phone app wrong informations are
  shown.

  Contacts name is displayed correctly but when I've dialed work and
  home all entries show the latest dialed number.

  Tried to call Tux at 9 am @ home and tried to call Tux @ home a few
  minutes later only displays Tux@home in list. If you choose one entry
  the correct number will appear. If recent calls is opened again all
  entries are presented the way it should be.

  Expected: Tux @home and Tux @work are shown on my list.

  
  b Aquaris 14.10 (r22)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/address-book-app/+bug/1460995/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1461180] [NEW] segfault when opening menu in landscape oritentation

2015-06-02 Thread Sebastien Bacher
Public bug reported:

Using the vivid based ota candidate for bq
- open a photo in the gallery
- rotate the device to be in landscape
- click on the top-right menu

- the menu is displayed with the wrong orientation, then rotate then
gallery closes

** Affects: gallery-app (Ubuntu)
 Importance: High
 Status: New

** Changed in: gallery-app (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to gallery-app in Ubuntu.
https://bugs.launchpad.net/bugs/1461180

Title:
  segfault when opening menu in landscape oritentation

Status in gallery-app package in Ubuntu:
  New

Bug description:
  Using the vivid based ota candidate for bq
  - open a photo in the gallery
  - rotate the device to be in landscape
  - click on the top-right menu

  - the menu is displayed with the wrong orientation, then rotate then
  gallery closes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1461180/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1458963] Re: Favicons are saved to disk in private browsing mode

2015-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+15.10.20150602-0ubuntu1

---
webbrowser-app (0.23+15.10.20150602-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Olivier Tilloy ]
  * Actually clear the network cache by deleting the correct set of
files in the correct directory. (LP: #1459956)
  * Bump build dependency on liboxideqt-qmlplugin to 1.6 to fix unit
tests.
  * Do not cache favicons on disk when browsing in private mode. (LP:
#1458963)
  * Do not try to remove a file that doesn’t exist.
  * Pass plain strings to the worker script instead of RegExps. (LP:
#1445673)
  * Remove the upstreamcomponents folder, and use components from the
UITK instead. Add autopilot tests for the new tab view.
  * Update translation template.
  * Updated icon. (LP: #1457424)

  [ Riccardo Padovani ]
  * New tab view refactoring. (LP: #1371248, #1444023, #1351157,
#1389605, #1442190)
  * New tab view refactoring. (LP: #1371248, #1444023, #1351157,
#1389605, #1442190)

 -- CI Train Bot ci-train-...@canonical.com  Tue, 02 Jun 2015 14:26:50
+

** Changed in: webbrowser-app (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1458963

Title:
  Favicons are saved to disk in private browsing mode

Status in Oxide Webview:
  Triaged
Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Currently, Oxide provides a http URL for the favicon via WebView.icon
  and the browser uses this URL to download the image via Qt's network
  stack. As well as displaying this in the addressbar, it also writes it
  to disk.

  There's a couple of problems here:

  1) The favicon is written to disk even in private browsing mode.
  2) I'm not too sure about this, but downloading using Qt's network stack 
potentially leaves a cache footprint. In any case, we don't audit its 
suitability for use with private browsing.

  The first part will need to be fixed in the browser.

  For the second part, I think that Oxide should do the actual network
  transaction to fetch the favicon. We can provide an implementation of
  QQmlImageProvider and make WebView.icon a image: URL. The browser
  should still be able to use this URL to access and write the icons to
  disk (I assume this is for displaying history), but it would do this
  by requesting the QImage from Oxide's image provider, using
  QQmlEngine::imageProvider() rather than doing the network transaction
  itself.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1458963/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1445673] Re: Shouldn't be able to pass QObjects to WebContextDelegateWorker

2015-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+15.10.20150602-0ubuntu1

---
webbrowser-app (0.23+15.10.20150602-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Olivier Tilloy ]
  * Actually clear the network cache by deleting the correct set of
files in the correct directory. (LP: #1459956)
  * Bump build dependency on liboxideqt-qmlplugin to 1.6 to fix unit
tests.
  * Do not cache favicons on disk when browsing in private mode. (LP:
#1458963)
  * Do not try to remove a file that doesn’t exist.
  * Pass plain strings to the worker script instead of RegExps. (LP:
#1445673)
  * Remove the upstreamcomponents folder, and use components from the
UITK instead. Add autopilot tests for the new tab view.
  * Update translation template.
  * Updated icon. (LP: #1457424)

  [ Riccardo Padovani ]
  * New tab view refactoring. (LP: #1371248, #1444023, #1351157,
#1389605, #1442190)
  * New tab view refactoring. (LP: #1371248, #1444023, #1351157,
#1389605, #1442190)

 -- CI Train Bot ci-train-...@canonical.com  Tue, 02 Jun 2015 14:26:50
+

** Changed in: webbrowser-app (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1445673

Title:
  Shouldn't be able to pass QObjects to WebContextDelegateWorker

Status in Oxide Webview:
  Triaged
Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Calling WebContextDelegateWorker::sendMessage allows the caller to
  pass a QObject in to the script running on another thread. This isn't
  safe, and we shouldn't allow this in the API at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1445673/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1444023] Re: new tab view empty when restoring an empty tab

2015-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+15.10.20150602-0ubuntu1

---
webbrowser-app (0.23+15.10.20150602-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Olivier Tilloy ]
  * Actually clear the network cache by deleting the correct set of
files in the correct directory. (LP: #1459956)
  * Bump build dependency on liboxideqt-qmlplugin to 1.6 to fix unit
tests.
  * Do not cache favicons on disk when browsing in private mode. (LP:
#1458963)
  * Do not try to remove a file that doesn’t exist.
  * Pass plain strings to the worker script instead of RegExps. (LP:
#1445673)
  * Remove the upstreamcomponents folder, and use components from the
UITK instead. Add autopilot tests for the new tab view.
  * Update translation template.
  * Updated icon. (LP: #1457424)

  [ Riccardo Padovani ]
  * New tab view refactoring. (LP: #1371248, #1444023, #1351157,
#1389605, #1442190)
  * New tab view refactoring. (LP: #1371248, #1444023, #1351157,
#1389605, #1442190)

 -- CI Train Bot ci-train-...@canonical.com  Tue, 02 Jun 2015 14:26:50
+

** Changed in: webbrowser-app (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1444023

Title:
  new tab view empty when restoring an empty tab

Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce:

   1) Pull the bottom edge hint up to open the tabs view, then tap the New 
Tab button
   2) Verify that you get the new tab view that displays bookmarks and top sites
   3) Close the browser
   4) Open the browser again

  Expected result: the new tab view is opened

  Current result: a blank tab is restored, but the new tab view isn’t
  there

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1444023/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1442190] Re: Deleting a bookmark from the new tab view doesn’t display the next one in the list

2015-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+15.10.20150602-0ubuntu1

---
webbrowser-app (0.23+15.10.20150602-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Olivier Tilloy ]
  * Actually clear the network cache by deleting the correct set of
files in the correct directory. (LP: #1459956)
  * Bump build dependency on liboxideqt-qmlplugin to 1.6 to fix unit
tests.
  * Do not cache favicons on disk when browsing in private mode. (LP:
#1458963)
  * Do not try to remove a file that doesn’t exist.
  * Pass plain strings to the worker script instead of RegExps. (LP:
#1445673)
  * Remove the upstreamcomponents folder, and use components from the
UITK instead. Add autopilot tests for the new tab view.
  * Update translation template.
  * Updated icon. (LP: #1457424)

  [ Riccardo Padovani ]
  * New tab view refactoring. (LP: #1371248, #1444023, #1351157,
#1389605, #1442190)
  * New tab view refactoring. (LP: #1371248, #1444023, #1351157,
#1389605, #1442190)

 -- CI Train Bot ci-train-...@canonical.com  Tue, 02 Jun 2015 14:26:50
+

** Changed in: webbrowser-app (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1442190

Title:
  Deleting a bookmark from the new tab view doesn’t display the next one
  in the list

Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  If a user has more than 5 bookmarks and opens a new tab, the first 5 
bookmarks are displayed, followed by a See More button.
  Swiping one of the visible bookmarks to the right to remove it correctly 
deletes it, but the view isn’t refilled with the next bookmark that was 
previously hidden, it remains with 4 bookmarks, even though there are more to 
show.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1442190/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1459956] Re: Settings Clear Cache doesn’t actually clear the cache

2015-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+15.10.20150602-0ubuntu1

---
webbrowser-app (0.23+15.10.20150602-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Olivier Tilloy ]
  * Actually clear the network cache by deleting the correct set of
files in the correct directory. (LP: #1459956)
  * Bump build dependency on liboxideqt-qmlplugin to 1.6 to fix unit
tests.
  * Do not cache favicons on disk when browsing in private mode. (LP:
#1458963)
  * Do not try to remove a file that doesn’t exist.
  * Pass plain strings to the worker script instead of RegExps. (LP:
#1445673)
  * Remove the upstreamcomponents folder, and use components from the
UITK instead. Add autopilot tests for the new tab view.
  * Update translation template.
  * Updated icon. (LP: #1457424)

  [ Riccardo Padovani ]
  * New tab view refactoring. (LP: #1371248, #1444023, #1351157,
#1389605, #1442190)
  * New tab view refactoring. (LP: #1371248, #1444023, #1351157,
#1389605, #1442190)

 -- CI Train Bot ci-train-...@canonical.com  Tue, 02 Jun 2015 14:26:50
+

** Changed in: webbrowser-app (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1459956

Title:
  Settings  Clear Cache doesn’t actually clear the cache

Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Oxide 1.7 switched to the simple cache backend for its network cache
  (see bug #1430349). Since then the Clear Cache functionality in the
  privacy settings screen doesn’t work any longer, as it’s trying to
  delete the wrong set of files in the wrong directory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1459956/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1389605] Re: Bookmarks section header in new tab view not updated when a bookmark is added/removed

2015-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+15.10.20150602-0ubuntu1

---
webbrowser-app (0.23+15.10.20150602-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Olivier Tilloy ]
  * Actually clear the network cache by deleting the correct set of
files in the correct directory. (LP: #1459956)
  * Bump build dependency on liboxideqt-qmlplugin to 1.6 to fix unit
tests.
  * Do not cache favicons on disk when browsing in private mode. (LP:
#1458963)
  * Do not try to remove a file that doesn’t exist.
  * Pass plain strings to the worker script instead of RegExps. (LP:
#1445673)
  * Remove the upstreamcomponents folder, and use components from the
UITK instead. Add autopilot tests for the new tab view.
  * Update translation template.
  * Updated icon. (LP: #1457424)

  [ Riccardo Padovani ]
  * New tab view refactoring. (LP: #1371248, #1444023, #1351157,
#1389605, #1442190)
  * New tab view refactoring. (LP: #1371248, #1444023, #1351157,
#1389605, #1442190)

 -- CI Train Bot ci-train-...@canonical.com  Tue, 02 Jun 2015 14:26:50
+

** Changed in: webbrowser-app (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1389605

Title:
  Bookmarks section header in new tab view not updated when a bookmark
  is added/removed

Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  There are two issues in one:

  1. if a user has only one bookmark, she creates a new tab, the new tab
  view is displayed, if she then switches to another open tab that has
  this bookmark page open and unstars it from the address bar, and
  switches back to the new tab view, the bookmark has disappeared, but
  the bookmarks section header is still there, empty

  2. if a user has no bookmarks, she creates a new tab, the new tab view
  is displayed (with no bookmarks section), if she then switches to
  another open tab and stars it, then switches back to the new tab view,
  there is no bookmarks section displayed.

  Those two issues boil down to the static nature of the sectionsModel in 
NewTabView.qml.
  Instead of conditionally populating the model when the view is instantiated, 
the model should always contain the two sections, but the delegate in charge of 
displaying the sections should be visible only if the corresponding sub-model 
is not empty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1389605/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1457424] Re: Please update icon (May 2015)

2015-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+15.10.20150602-0ubuntu1

---
webbrowser-app (0.23+15.10.20150602-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Olivier Tilloy ]
  * Actually clear the network cache by deleting the correct set of
files in the correct directory. (LP: #1459956)
  * Bump build dependency on liboxideqt-qmlplugin to 1.6 to fix unit
tests.
  * Do not cache favicons on disk when browsing in private mode. (LP:
#1458963)
  * Do not try to remove a file that doesn’t exist.
  * Pass plain strings to the worker script instead of RegExps. (LP:
#1445673)
  * Remove the upstreamcomponents folder, and use components from the
UITK instead. Add autopilot tests for the new tab view.
  * Update translation template.
  * Updated icon. (LP: #1457424)

  [ Riccardo Padovani ]
  * New tab view refactoring. (LP: #1371248, #1444023, #1351157,
#1389605, #1442190)
  * New tab view refactoring. (LP: #1371248, #1444023, #1351157,
#1389605, #1442190)

 -- CI Train Bot ci-train-...@canonical.com  Tue, 02 Jun 2015 14:26:50
+

** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to address-book-app in Ubuntu.
https://bugs.launchpad.net/bugs/1457424

Title:
  Please update icon (May 2015)

Status in Address Book App:
  In Progress
Status in Camera App:
  New
Status in the base for Ubuntu mobile products:
  New
Status in Dekko:
  Fix Committed
Status in Gallery App:
  New
Status in Media Player App:
  New
Status in Music application for Ubuntu devices:
  Fix Committed
Status in Ubuntu Notes app:
  Fix Committed
Status in Default calculator application for Ubuntu devices:
  Fix Committed
Status in Calendar application for Ubuntu devices:
  Fix Committed
Status in Clock application for Ubuntu devices:
  Fix Committed
Status in RSS Feed Reader application for Ubuntu devices:
  Fix Committed
Status in Themes for Ubuntu:
  Triaged
Status in Weather application for Ubuntu devices:
  Fix Committed
Status in Web Browser App:
  In Progress
Status in address-book-app package in Ubuntu:
  Confirmed
Status in dialer-app package in Ubuntu:
  Confirmed
Status in qtcreator-plugin-ubuntu package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  New icons are available. Please update app to new icon. Note the icon
  inside the app will need updating as well as the icon in the store
  (when uploaded).

  256x256 and 512x512 Icons attached in zip file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1457424/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1445673] Re: Shouldn't be able to pass QObjects to WebContextDelegateWorker

2015-06-02 Thread Olivier Tilloy
** Changed in: webbrowser-app
   Status: In Progress = Fix Released

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) = Olivier Tilloy (osomon)

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1445673

Title:
  Shouldn't be able to pass QObjects to WebContextDelegateWorker

Status in Oxide Webview:
  Triaged
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Calling WebContextDelegateWorker::sendMessage allows the caller to
  pass a QObject in to the script running on another thread. This isn't
  safe, and we shouldn't allow this in the API at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1445673/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1457424] Re: Please update icon (May 2015)

2015-06-02 Thread Olivier Tilloy
** Changed in: webbrowser-app
   Status: In Progress = Fix Released

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) = Olivier Tilloy (osomon)

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to address-book-app in Ubuntu.
https://bugs.launchpad.net/bugs/1457424

Title:
  Please update icon (May 2015)

Status in Address Book App:
  In Progress
Status in Camera App:
  New
Status in the base for Ubuntu mobile products:
  New
Status in Dekko:
  Fix Committed
Status in Gallery App:
  New
Status in Media Player App:
  New
Status in Music application for Ubuntu devices:
  Fix Committed
Status in Ubuntu Notes app:
  Fix Committed
Status in Default calculator application for Ubuntu devices:
  Fix Committed
Status in Calendar application for Ubuntu devices:
  Fix Committed
Status in Clock application for Ubuntu devices:
  Fix Committed
Status in RSS Feed Reader application for Ubuntu devices:
  Fix Committed
Status in Themes for Ubuntu:
  Triaged
Status in Weather application for Ubuntu devices:
  Fix Committed
Status in Web Browser App:
  Fix Released
Status in address-book-app package in Ubuntu:
  Confirmed
Status in dialer-app package in Ubuntu:
  Confirmed
Status in qtcreator-plugin-ubuntu package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  New icons are available. Please update app to new icon. Note the icon
  inside the app will need updating as well as the icon in the store
  (when uploaded).

  256x256 and 512x512 Icons attached in zip file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1457424/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1371248] Re: [Browser] No home button to take you back to the default home page

2015-06-02 Thread Olivier Tilloy
** Changed in: webbrowser-app
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1371248

Title:
  [Browser] No home button to take you back to the default home page

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  STEPS:
  1. Open the browser on a fresh flash
  2. Note the home page
  3. Browse to planet.ubuntu.com
  4. Close the browser
  5. Open the browser
  6. Try and get back to the original home page.

  EXPECTATION:
  Every browser has a home button, it may or may not be used on mobiles but at 
some point you might want to go back to that page.

  ACTUAL:
  Once you close the browser the history registers the home page but after a 
while that would disappear then you would be left with no reference of it.

  -- SOLUTION --
  Add a default bookmark in the New Tab screen
  http://start.ubuntu.com/current/?sourceid=hp
  Title=Ubuntu Start page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1371248/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1351157] Re: [browser] Update visual design of the new tab page

2015-06-02 Thread Olivier Tilloy
** Changed in: webbrowser-app
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1351157

Title:
  [browser] Update visual design of the new tab page

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Confirmed

Bug description:
  The visual design of the new tab page doesn’t fully match the visual spec:
   - the see more / see less actions for bookmarks should be in the section 
header
   - the layout should be different when in landscape mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1351157/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1442190] Re: Deleting a bookmark from the new tab view doesn’t display the next one in the list

2015-06-02 Thread Olivier Tilloy
** Changed in: webbrowser-app
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1442190

Title:
  Deleting a bookmark from the new tab view doesn’t display the next one
  in the list

Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  If a user has more than 5 bookmarks and opens a new tab, the first 5 
bookmarks are displayed, followed by a See More button.
  Swiping one of the visible bookmarks to the right to remove it correctly 
deletes it, but the view isn’t refilled with the next bookmark that was 
previously hidden, it remains with 4 bookmarks, even though there are more to 
show.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1442190/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1389605] Re: Bookmarks section header in new tab view not updated when a bookmark is added/removed

2015-06-02 Thread Olivier Tilloy
** Changed in: webbrowser-app
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1389605

Title:
  Bookmarks section header in new tab view not updated when a bookmark
  is added/removed

Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  There are two issues in one:

  1. if a user has only one bookmark, she creates a new tab, the new tab
  view is displayed, if she then switches to another open tab that has
  this bookmark page open and unstars it from the address bar, and
  switches back to the new tab view, the bookmark has disappeared, but
  the bookmarks section header is still there, empty

  2. if a user has no bookmarks, she creates a new tab, the new tab view
  is displayed (with no bookmarks section), if she then switches to
  another open tab and stars it, then switches back to the new tab view,
  there is no bookmarks section displayed.

  Those two issues boil down to the static nature of the sectionsModel in 
NewTabView.qml.
  Instead of conditionally populating the model when the view is instantiated, 
the model should always contain the two sections, but the delegate in charge of 
displaying the sections should be visible only if the corresponding sub-model 
is not empty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1389605/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1444023] Re: new tab view empty when restoring an empty tab

2015-06-02 Thread Olivier Tilloy
** Changed in: webbrowser-app
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1444023

Title:
  new tab view empty when restoring an empty tab

Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce:

   1) Pull the bottom edge hint up to open the tabs view, then tap the New 
Tab button
   2) Verify that you get the new tab view that displays bookmarks and top sites
   3) Close the browser
   4) Open the browser again

  Expected result: the new tab view is opened

  Current result: a blank tab is restored, but the new tab view isn’t
  there

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1444023/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1461048] [NEW] Contacts Groups missing : As I know, we cannot send sms to group of contact like in android mobiles. It's ennoying to have to select each time the same contact..

2015-06-02 Thread Yak
Public bug reported:

Hello everybody,

I would like to send message to a contact group each time I want. It's
already implemented in android phones and when we organise some events
like party or something, it's ennoying to select each time the same
contacts.

And I tried to do it in another way : searching a word which link contacts 
between them, but when I try to select all, it cancel the search... :(
It could be good for me if we could select directly the complete or part of a 
search.

For information, I'm on the aquaris E4.5 ubuntu version.

Thanks to your help and see you later,

yakaar

** Affects: messaging-app (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: contacts group mass message

** Summary changed:

- Contacts-group missing : As I know, we cannot send sms to group of contact 
like in android mobiles. It's ennoying to have to select each time the same 
contact...
+ Contacts Groups missing : As I know, we cannot send sms to group of contact 
like in android mobiles. It's ennoying to have to select each time the same 
contact...

** Description changed:

  Hello everybody,
  
  I would like to send message to a contact group each time I want. It's
  already implemented in android phones and when we organise some events
  like party or something, it's ennoying to select each time the same
  contacts.
  
- And I tried to do it in another way : searching a word which link
- contacts between them, but when I try to select all, it cancel the
- search... :(
+ And I tried to do it in another way : searching a word which link contacts 
between them, but when I try to select all, it cancel the search... :(
+ It could be good for me if we could select directly the complete or part of a 
search.
  
  For information, I'm on the aquaris E4.5 ubuntu version.
  
  Thanks to your help and see you later,
  
  yakaar

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to messaging-app in Ubuntu.
https://bugs.launchpad.net/bugs/1461048

Title:
  Contacts Groups missing : As I know, we cannot send sms to group of
  contact like in android mobiles. It's ennoying to have to select each
  time the same contact...

Status in messaging-app package in Ubuntu:
  New

Bug description:
  Hello everybody,

  I would like to send message to a contact group each time I want. It's
  already implemented in android phones and when we organise some events
  like party or something, it's ennoying to select each time the same
  contacts.

  And I tried to do it in another way : searching a word which link contacts 
between them, but when I try to select all, it cancel the search... :(
  It could be good for me if we could select directly the complete or part of a 
search.

  For information, I'm on the aquaris E4.5 ubuntu version.

  Thanks to your help and see you later,

  yakaar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1461048/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1328915] Re: [address-book]Go back to contact app when SMS is created from Contact

2015-06-02 Thread Renato Araujo Oliveira Filho
Marked as invalid on address-book since this is not an address-book-app
problem. The fix need to be implemented on messaging app.

** Changed in: address-book-app (Ubuntu)
   Status: New = Invalid

** Changed in: address-book-app (Ubuntu Vivid)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to address-book-app in Ubuntu.
https://bugs.launchpad.net/bugs/1328915

Title:
  [address-book]Go back to contact app when SMS is created from Contact

Status in the base for Ubuntu mobile products:
  New
Status in Ubuntu UX bugs:
  Fix Committed
Status in address-book-app package in Ubuntu:
  Invalid
Status in messaging-app package in Ubuntu:
  Confirmed
Status in address-book-app source package in Vivid:
  Invalid
Status in messaging-app source package in Vivid:
  New

Bug description:
  Mako build 77

  TEST CASE:
  1. Open the addressbook app
  2. Tap a contact with a mobile phone to open the details page
  3. Tap the 'message' icon at the end of the 'phone' line
   Verify that the compose window opens
  4. Hide OSK,and reveal the menu from the bottom edge
  5. Press the back button
   Verify that the addressbook app is active

  ACTUAL RESULT
  Messaging app is active and on the list of messages

  EXPECTED RESULT
  User goes back to the address book app.

  -UX comment-

  Please follow the EXPECTED RESULT recommendation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1328915/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp