[Touch-packages] [Bug 1485887] Re: ClickStore preview refreshes completely when pressing Install or the installation finishes

2016-03-23 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu) Status: New => In Progress ** Changed in: unity-scopes-shell (Ubuntu) Importance: Undecided => High ** Changed in: unity-scopes-shell (Ubuntu) Assignee: (unassigned) => Pawel Stolowski (stolowski) ** Changed in: unity

[Touch-packages] [Bug 1553090] Re: Binding loops in implicitWidth with OTA 10 landing

2016-03-23 Thread Pawel Stolowski
I see a lot (hundreds) of these warnings in the unity8-dash.log with current rc-proposed when using scopes, e.g when hitting orange "Ubuntu Store" card in the Apps scope. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1542216] Re: Documentation is missing audio-card and conciergeMode

2016-03-04 Thread Pawel Stolowski
Proposed a branch with docs for inline playback. Concierge mode is currently implemented using a special flag which disables ubuntu shape and therefore we don't want to promote it (can easily be abused and break consistency across scopes); we may implement something more robust in the future. --

[Touch-packages] [Bug 1542216] Re: Documentation is missing audio-card and conciergeMode

2016-03-04 Thread Pawel Stolowski
** Branch linked: lp:~stolowski/unity-scopes-api/inline-playback-doc ** Changed in: unity-scopes-api (Ubuntu) Importance: Undecided => High ** Changed in: unity-scopes-api (Ubuntu) Assignee: (unassigned) => Pawel Stolowski (stolowski) -- You received this bug notification becau

[Touch-packages] [Bug 1541967] Re: Need to remove horizontal swiping between previews

2016-03-01 Thread Pawel Stolowski
** Branch unlinked: lp:~cimi/unity8/bug-1541967 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-api in Ubuntu. https://bugs.launchpad.net/bugs/1541967 Title: Need to remove horizontal swiping between previews Status

[Touch-packages] [Bug 1549799] [NEW] Annotation class should be removed from scopes API

2016-02-25 Thread Pawel Stolowski
Public bug reported: The Annotation class (in experimental namespace) should be removed from the API. It was implemented for the old designs and doesn't seem to be applicable to anything recent anymore. ** Affects: unity-scopes-api (Ubuntu) Importance: Medium Status: Confirmed **

[Touch-packages] [Bug 1419829] Re: [Scope] location settings are enabled by default

2016-02-22 Thread Pawel Stolowski
Currently blocked on https://bugs.launchpad.net/trust-store/+bug/1547573 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1419829 Title: [Scope] location settings

[Touch-packages] [Bug 1539446] Re: Today scope hangs-on after OTA9 update

2016-02-18 Thread Pawel Stolowski
Hi Kyle, the fix I made with https://bugs.launchpad.net/+branch/~stolowski/unity-scopes-shell/model- update-crashfix is currently in silo 80 waiting for QA testing. It has been confirmed to fix crashes with two other scopes (which were producing duplicated results). -- You received this bug

[Touch-packages] [Bug 1546733] Re: Update of today screen messes up scopes layout.

2016-02-18 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in Ubuntu. https://bugs.launchpad.net/bugs/1546733 Title: Update of today

[Touch-packages] [Bug 1546364] Re: Links not detected in scopes

2016-02-18 Thread Pawel Stolowski
Right. Including unity8. In the Qt world something like this is normally achieved by having a QLabel with rich-text allowed (allowing a small subset of HTML tags), but this may open a can of worms... -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1546364] Re: Links not detected in scopes

2016-02-18 Thread Pawel Stolowski
** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-api in Ubuntu. https://bugs.launchpad.net/bugs/1546364 Title: Links not detected in

[Touch-packages] [Bug 1496981] Re: Wishlist: Preview widget type queues audio tracks

2016-02-16 Thread Pawel Stolowski
It's going to work that way once silo 45 with inline playback improvements lands. From now on previews will transparently use media- hub playlist, meaining all songs from the preview will be played. No change in scopes code needed ** Changed in: unity-scopes-api (Ubuntu) Status: Triaged =>

[Touch-packages] [Bug 1539446] Re: Today scope hangs-on after OTA9 update

2016-02-15 Thread Pawel Stolowski
I've found a case where dash is guaranteed to crash if scope pushes at least 2 results with same content (uri, icon, title... all attributes are the same). I'm working on a fix for such case in lp:~stolowski/unity-scopes-shell/model-update-crashfix. Is it possible Today scope does that? Note,

[Touch-packages] [Bug 1545801] [NEW] scopes-client limits the number of results to 10

2016-02-15 Thread Pawel Stolowski
. ** Affects: unity-scopes-api (Ubuntu) Importance: Medium Assignee: Pawel Stolowski (stolowski) Status: Confirmed ** Changed in: unity-scopes-api (Ubuntu) Importance: Undecided => Medium ** Changed in: unity-scopes-api (Ubuntu) Status: New => Confirmed ** C

[Touch-packages] [Bug 1541967] Re: Need to remove horizontal swiping between previews

2016-02-11 Thread Pawel Stolowski
** Changed in: unity-api (Ubuntu) Status: Confirmed => In Progress ** Changed in: unity-scopes-shell (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-api in

[Touch-packages] [Bug 1419829] Re: [Scope] location settings are enabled by default

2016-02-11 Thread Pawel Stolowski
** Branch linked: lp:~phablet-team/media-hub/add-unity8-exception ** Branch linked: lp:~stolowski/unity-scopes-shell/location-changes ** Changed in: unity-scopes-shell (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1446216] Re: [Dash] CategoryHeaderBackground is not implemented

2016-02-11 Thread Pawel Stolowski
To clarify, this is about updating the documentation regarding scope .ini files (the tutorial) and ScopeConfig, i.e. https://developer.ubuntu.com/api/scopes/cpp/sdk-15.04.1/index/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1538703] Re: Playlist next/prev controls only available when player is in foreground

2016-02-09 Thread Pawel Stolowski
Shell plugin only exposes the list of songs from scopes to unity8 and doesn't control any aspects of the playback (is not involved at all in fact). All the playback state is controlled by unity8 - meda-hub - sound-indicator. Marking invalid in unity-scopes-shell ** Changed in: unity-scopes-shell

[Touch-packages] [Bug 1541967] Re: Need to remove horizontal swiping between previews

2016-02-09 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu) Assignee: (unassigned) => Pawel Stolowski (stolowski) ** Also affects: unity-api (Ubuntu) Importance: Undecided Status: New ** Changed in: unity-api (Ubuntu) Assignee: (unassigned) => Pawel Stolowski (stolowski) ** Changed in:

[Touch-packages] [Bug 1542140] Re: scope doesn't handle exception during start()

2016-02-05 Thread Pawel Stolowski
I think this is basically the same problem as the one I reported 2 years ago: https://bugs.launchpad.net/ubuntu/+source/unity-scope- mediascanner/+bug/1288170 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1540876] Re: Not all results recieved when there is a lot of them (>=3000?)

2016-02-05 Thread Pawel Stolowski
Here is the branch https://code.launchpad.net/~stolowski/unity-scopes- shell/diff-updates-performance/+merge/284928 which adds a few tests for 2000 results (which works fine). After increasing them to do 3000 you should hopefuly see failures. -- You received this bug notification because you are

[Touch-packages] [Bug 1532358] Re: flaky autopkgtests cause migration issues

2016-02-05 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu) Status: In Progress => Triaged -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in Ubuntu. https://bugs.launchpad.net/bugs/1532358 Title: flaky

[Touch-packages] [Bug 1439172] Re: unity-scope-scopes should be removed from the image

2016-02-04 Thread Pawel Stolowski
New => Confirmed ** Changed in: unity-scopes-shell (Ubuntu) Assignee: (unassigned) => Pawel Stolowski (stolowski) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-touch-meta in Ubuntu. https://bugs.launchpad

[Touch-packages] [Bug 1532358] Re: flaky autopkgtests cause migration issues

2016-02-04 Thread Pawel Stolowski
I can easily reproduce this failure on a slow VM (cpu cap of 10% of my host cpu) and I see where it fails, but after spending a few hours debugging it I got nowhere close to an explanation or a fix. May be a race. It's definately not a click scope fault, the problem is either in scope-harness or

[Touch-packages] [Bug 1539661] Re: Inline playback should play all songs from current category, rather than from album of given song

2016-02-03 Thread Pawel Stolowski
** Branch linked: lp:~stolowski/unity-scope-mediascanner/inlineplayback- songs-in-view -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1539661 Title:

[Touch-packages] [Bug 1540876] Re: Not all results recieved when there is a lot of them (>=3000?)

2016-02-02 Thread Pawel Stolowski
michi, can we count the number of pushes on the sender, and carry this number with finished message? or isn't 'finished' a real message? Finished is a real message. I’m not sure I follow your reasoning. Can you explain? We count the number of pushes from the sender. Easy. Then what? Send it

[Touch-packages] [Bug 1540876] [NEW] Not all results recieved when there is a lot of them (>=3000?)

2016-02-02 Thread Pawel Stolowski
Public bug reported: It looks like ZMQ high water-mark limits the number of results that can succesfuly be received by a client to something around 2000; this may depend on the result size and delays between pushes though. With 3000 results in my test code I was receiving approximately 1900, the

[Touch-packages] [Bug 1539068] Re: My Music scope no longer shows "get started!"

2016-01-29 Thread Pawel Stolowski
Yeah, as discussed on standup, this was specifically designed that way by Design team. The rationale was as you suspected - there is no way for user to "create" music, so there is no sensible action we could link the card to (we could surely show a dummy card which doesn't accept user input -

[Touch-packages] [Bug 1537132] Re: Result activation should wiggle scope progess bar

2016-01-29 Thread Pawel Stolowski
** Branch linked: lp:~stolowski/unity-api/activation-progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in Ubuntu. https://bugs.launchpad.net/bugs/1537132 Title: Result activation should wiggle

[Touch-packages] [Bug 1537132] Re: Result activation should wiggle scope progess bar

2016-01-29 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu) Status: Confirmed => In Progress ** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Albert Astals Cid (aacid) -- You received this bug notification because

[Touch-packages] [Bug 1537132] Re: Result activation should wiggle scope progess bar

2016-01-29 Thread Pawel Stolowski
** Branch linked: lp:~stolowski/unity-scopes-shell/activation-progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in Ubuntu. https://bugs.launchpad.net/bugs/1537132 Title: Result activation should

[Touch-packages] [Bug 1539661] Re: Inline playback should play all songs from current category, rather than from album of given song

2016-01-29 Thread Pawel Stolowski
** Description changed: - Currently, inline playback creates a temporary playlists with all songs from the + Currently, inline playback creates a temporary playlists with all songs from the *same* album as currently played song. This means the playlist is not related to the songs currently

[Touch-packages] [Bug 1539661] [NEW] Inline playback should play all songs from current category, rather than from album of given song

2016-01-29 Thread Pawel Stolowski
Status: New ** Affects: unity-scope-mediascanner (Ubuntu) Importance: High Assignee: Pawel Stolowski (stolowski) Status: New ** Changed in: unity-scope-mediascanner (Ubuntu) Assignee: (unassigned) => Pawel Stolowski (stolowski) ** Changed in: unity-scope-mediascan

[Touch-packages] [Bug 1539137] [NEW] Results model updates performance is poor with hundreds of results

2016-01-28 Thread Pawel Stolowski
. ** Affects: unity-scopes-shell (Ubuntu) Importance: High Assignee: Pawel Stolowski (stolowski) Status: Confirmed ** Summary changed: - Results model updates performance is poor + Results model updates performance is poor with hundreds of results ** Changed in: unity-scopes-shell

[Touch-packages] [Bug 1539068] Re: My Music scope no longer shows "get started!"

2016-01-28 Thread Pawel Stolowski
Looks like category renderer definition broke: [2016-01-28 12:38:26.986081] ERROR: mediascanner-music: QueryBase::run(): unity::InvalidArgumentException: CategoryRenderer(): invalid JSON definition: unity::ResourceException: Failed to parse json string: * Line 16, Column 5 Missing '}' or

[Touch-packages] [Bug 1539068] Re: My Music scope no longer shows "get started!"

2016-01-28 Thread Pawel Stolowski
** Changed in: unity-scope-mediascanner (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1539068 Title: My Music

[Touch-packages] [Bug 1533993] Re: Cannot in-line playback the online tracks from main view of music scope

2016-01-28 Thread Pawel Stolowski
That's correct. The card used by soundcloud scope doesn't support playback controls. Looking at the wireframes of Music design, the proposed solution is to use the same soundcards as local music (a change in soundcloud scope in such case). I'm not sure if this is still desired, asking for design

[Touch-packages] [Bug 1539070] Re: My Music cardinality incorrect in Music aggregator

2016-01-28 Thread Pawel Stolowski
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1539070 Title:

[Touch-packages] [Bug 1539068] Re: My Music scope no longer shows "get started!"

2016-01-28 Thread Pawel Stolowski
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1539068 Title:

[Touch-packages] [Bug 1539070] Re: My Music cardinality incorrect in Music aggregator

2016-01-28 Thread Pawel Stolowski
** Changed in: unity-scope-mediascanner (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1539070 Title: My Music

[Touch-packages] [Bug 1539068] Re: My Music scope no longer shows "get started!"

2016-01-28 Thread Pawel Stolowski
** Changed in: unity-scope-mediascanner (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1539068 Title: My

[Touch-packages] [Bug 1532358] Re: flaky autopkgtests cause migration issues

2016-01-26 Thread Pawel Stolowski
** Changed in: unity-scope-click (Ubuntu) Assignee: (unassigned) => Pawel Stolowski (stolowski) ** Changed in: unity-scope-click (Ubuntu) Status: Confirmed => In Progress ** Changed in: unity-scopes-shell (Ubuntu) Status: Confirmed => In Progress -- You received

[Touch-packages] [Bug 1536372] Re: Previews don't support two columns layout

2016-01-26 Thread Pawel Stolowski
** Branch linked: lp:~stolowski/unity-scope-click/two-columns-layout -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-api in Ubuntu. https://bugs.launchpad.net/bugs/1536372 Title: Previews don't support two

[Touch-packages] [Bug 1537112] [NEW] Preview widgets may not get displayed if scope makes a mistake in layout definition

2016-01-22 Thread Pawel Stolowski
Public bug reported: >From a quick look at PreviewModel::addWidgetToColumnModel method it seems like the implementation is prone to errors in column layout definitions: if scope pushes more widgets than defined in the layout, they are likely to be ignored and not inserted into the widget model. I

[Touch-packages] [Bug 1536372] Re: Previews don't support two columns layout

2016-01-22 Thread Pawel Stolowski
@Victor it's implemented but was never actually truly used and in fact I can already see a bug in smartscopesproxy that will break it when remote scope returns category layouts. Will be easy to fix. Adding unity- scopes-api to the bug report. ** Also affects: unity-scopes-api (Ubuntu)

[Touch-packages] [Bug 1536665] Re: Remove Phone and Messaging apps from favorites

2016-01-21 Thread Pawel Stolowski
The list of favorited apps can be configured via gsettings key $ gsettings get com.canonical.Unity.ClickScope core-apps This key is currently an empty array of strings, in which case the Apps scope uses the following defaults: "dialer-app", "messaging-app", "address-book-app",

[Touch-packages] [Bug 1534541] Re: Dash doesn't accept input (appears frozen) after youtube scope auth

2016-01-20 Thread Pawel Stolowski
** Also affects: ubuntu-system-settings-online-accounts (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-system-settings- online-accounts in Ubuntu.

[Touch-packages] [Bug 1535377] Re: /usr/bin/unity8-dash:11:std::__shared_count:std::__shared_ptr:std::shared_ptr:ResultsMap::rebuild:scopes_ng::ResultsModel::addUpdateResults

2016-01-18 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu) Status: New => Triaged ** Changed in: unity-scopes-shell (Ubuntu) Assignee: (unassigned) => Pawel Stolowski (stolowski) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subs

[Touch-packages] [Bug 1534541] Re: Dash doesn't accept input (appears frozen) after youtube scope auth

2016-01-18 Thread Pawel Stolowski
** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Attachment added: "The list of processes running on the phone when it happens" https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1534541/+attachment/4551987/+files/ps.txt -- You received this bug

[Touch-packages] [Bug 1532358] Re: flaky autopkgtests cause migration issues

2016-01-18 Thread Pawel Stolowski
** Also affects: unity-scopes-shell (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in Ubuntu. https://bugs.launchpad.net/bugs/1532358 Title: flaky

[Touch-packages] [Bug 1534541] Re: Dash doesn't accept input (appears frozen) after youtube scope auth

2016-01-18 Thread Pawel Stolowski
** Attachment added: "Another backtrace, with more symbols" https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1534541/+attachment/4552033/+files/dashfreeze2.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1534541] Re: Dash doesn't accept input (appears frozen) after youtube scope auth

2016-01-18 Thread Pawel Stolowski
** Attachment added: "unity8 log" https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1534541/+attachment/4552034/+files/unity8.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1532358] Re: flaky autopkgtests cause migration issues

2016-01-18 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu) Status: New => Confirmed ** Changed in: unity-scopes-shell (Ubuntu) Importance: Undecided => High ** Changed in: unity-scopes-shell (Ubuntu) Assignee: (unassigned) => Pawel Stolowski (stolowski) -- You received this bug not

[Touch-packages] [Bug 1533930] Re: Duplicate artist in artist view

2016-01-17 Thread Pawel Stolowski
Ignoring capitalization seems reasonable to me. This however should be implemented by mediascanner2 and do not require any client-side logic. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu.

[Touch-packages] [Bug 1517830] Re: In landscape mode the music listing jumps when touched

2016-01-17 Thread Pawel Stolowski
Absolutely, music scope is not guilty here. ** Changed in: unity-scope-mediascanner (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu.

[Touch-packages] [Bug 1534541] [NEW] Dash doesn't accept input (appears frozen) after youtube scope auth

2016-01-15 Thread Pawel Stolowski
Public bug reported: 1. Make sure youtube scope is not favorited. 2. Remove Google account from Accounts settings. 3. Open youtube scope via Manage Dash 4. Hit the orange 'Log-in to..' button 5. Authenticate with google. 6. Wait till youtube results are refreshed. The dash appears frozen now. It

[Touch-packages] [Bug 1534541] Re: Dash doesn't accept input (appears frozen) after scope auth

2016-01-15 Thread Pawel Stolowski
** Attachment added: "Backtrace of all threads" https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1534541/+attachment/4550404/+files/dashfreeze.txt ** Changed in: unity-scopes-shell (Ubuntu) Importance: Undecided => Critical ** Summary changed: - Dash doesn't accept input

[Touch-packages] [Bug 1534541] Re: Dash doesn't accept input (appears frozen) after youtube scope auth

2016-01-15 Thread Pawel Stolowski
** Description changed: 1. Make sure youtube scope is not favorited. 2. Remove Google account from Accounts settings. 3. Open youtube scope via Manage Dash 4. Hit the orange 'Log-in to..' button 5. Authenticate with google. 6. Wait till youtube results are refreshed. The dash

[Touch-packages] [Bug 1534541] Re: Dash doesn't accept input (appears frozen) after youtube scope auth

2016-01-15 Thread Pawel Stolowski
Some more observations / remarks: - I cannot reproduce it with Facebook scope (which uses similiar auth scenario - i.e. a special card in the scope search results, as opposed to authentication from a preview). - I cannot reproduce it with Ubuntu Store scope (which uses different auth scenario

[Touch-packages] [Bug 1362056] Re: Results should be invalidated on settings changes

2016-01-15 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu) Status: Confirmed => Fix Released ** Changed in: hundredpapercuts Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in

[Touch-packages] [Bug 1376258] Re: No way to notify a scope to refresh when the data has been updated (like events)

2016-01-15 Thread Pawel Stolowski
ntu) Assignee: (unassigned) => Pawel Stolowski (stolowski) ** Changed in: unity-scopes-shell (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in Ubun

[Touch-packages] [Bug 1394455] Re: 100ms timeout for query submission too brief

2016-01-15 Thread Pawel Stolowski
This was recently explored by Design team as part of various minor UI improvements and based on that research, the delay was increased to 700ms, therefore closing this bug. ** Changed in: unity-scopes-shell (Ubuntu) Status: Confirmed => Fix Released ** Changed in: unity8 (Ubuntu)

[Touch-packages] [Bug 1423050] Re: App preview buttons appear before they can be clicked

2016-01-15 Thread Pawel Stolowski
I cannot reproduce it either, apps can be opened immediately when the button appears. ** Changed in: unity-scope-click (Ubuntu) Status: New => Invalid ** Changed in: unity-scopes-shell (Ubuntu) Status: New => Incomplete ** Changed in: unity8 (Ubuntu) Status: New =>

[Touch-packages] [Bug 1440815] Re: Test Harness failure message for mismatched widget count not very helpful

2016-01-15 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu) Status: New => Incomplete ** Changed in: unity-scopes-shell (Ubuntu) Status: Incomplete => Triaged ** Changed in: unity-scopes-shell (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a

[Touch-packages] [Bug 1459260] Re: Settings screen uses the word "Display" 15 times

2016-01-15 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in Ubuntu. https://bugs.launchpad.net/bugs/1459260 Title: Settings screen uses

[Touch-packages] [Bug 1446536] Re: Scope disappears from bottom edge on update

2016-01-15 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in Ubuntu. https://bugs.launchpad.net/bugs/1446536 Title: Scope

[Touch-packages] [Bug 1521269] Re: [scopes] Certain built in remote scopes cannot be hidden

2016-01-15 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu) Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-api in Ubuntu. https://bugs.launchpad.net/bugs/1521269 Title: [scopes] Certain

[Touch-packages] [Bug 1471914] Re: Scope search queries don't persist departments

2016-01-15 Thread Pawel Stolowski
shell (Ubuntu) Assignee: (unassigned) => Pawel Stolowski (stolowski) ** Changed in: unity-scopes-shell (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-she

[Touch-packages] [Bug 1518583] Re: [Ubuntu Store Scope] "show all" only shows first 100 results

2016-01-15 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu) Status: New => Triaged ** Changed in: unity-scopes-shell (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in

[Touch-packages] [Bug 1467886] Re: expandable widget cannot collapse widgets to the number defined by "collapsed-widgets"

2016-01-15 Thread Pawel Stolowski
** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Changed in: unity-scopes-shell (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in

[Touch-packages] [Bug 1448889] Re: Launch launcher will dismiss Ubuntu Store scope sometimes

2016-01-15 Thread Pawel Stolowski
** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Changed in: unity-scopes-shell (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell

[Touch-packages] [Bug 1436928] Re: Music stops playing when on background

2016-01-14 Thread Pawel Stolowski
This is not the case anymore, Media Hub now takes control over playback even if scope becomes inactive. ** Changed in: unity-scope-mediascanner (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1358767] Re: [Local music] Artist name in preview should be put in title and not description

2016-01-14 Thread Pawel Stolowski
Note, we don't have previews for artist cards (they are disabled by design). The screenshot Michi attached is a result for search (canned query) for selected artist, not a preview. The current card is also "by design". It uses title for artist name and description is reserved for artist

[Touch-packages] [Bug 1439172] Re: unity-scope-scopes should be removed from the image

2016-01-14 Thread Pawel Stolowski
Adding unity8 to this bug report, as it recommends unity-scope-scopes in debian/control ** Also affects: unity8 Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-touch-meta in

[Touch-packages] [Bug 1480828] Re: Play preview button doesn´t work again after fully played before

2016-01-14 Thread Pawel Stolowski
All playback aspects including button states and progress bar are fully handled on unity8 side (and driven by MediaHub), so marking invalid for mediascanner-scope. ** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Changed in: unity-scope-mediascanner (Ubuntu)

[Touch-packages] [Bug 1472236] Re: "Nothing here yet" is not translated

2016-01-13 Thread Pawel Stolowski
Yes.. It falled through cracks and now we missed current OTA window (new translatable string). Will land it soon after OTA9. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu.

[Touch-packages] [Bug 1533562] [NEW] Test bug

2016-01-13 Thread Pawel Stolowski
Public bug reported: This is a test of bug reporting notifications ** Affects: thumbnailer (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu.

[Touch-packages] [Bug 1494796] Re: /usr/lib/arm-linux-gnueabihf/unity-scopes/smartscopesproxy:smartscopesproxy: src/lib_json/json_value.cpp:1177: const Json::Value& Json::Value::operator[](const char*

2016-01-04 Thread Pawel Stolowski
** Changed in: unity-scopes-api (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-api in Ubuntu. https://bugs.launchpad.net/bugs/1494796 Title:

[Touch-packages] [Bug 1511063] Re: Scopes freeze after few times slide on Bq 4.5

2015-12-02 Thread Pawel Stolowski
I've asked to unpublish this scope from the store for now, fgallina took care of that. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in Ubuntu. https://bugs.launchpad.net/bugs/1511063 Title: Scopes

[Touch-packages] [Bug 1511063] Re: Scopes freeze after few times slide on Bq 4.5

2015-11-30 Thread Pawel Stolowski
Ok, the real problem is this scope has debug mode enabled in the ini file: ScopeRunner=./qtc_device_debughelper.py scope com.ubuntu.developer.boghison.mixcloud_mixcloudscope /usr/lib/arm-linux-gnueabihf/unity-scopes/scoperunner '' %S DebugMode=true which pretty much disables all the timeouts

[Touch-packages] [Bug 1511063] Re: Scopes freeze after few times slide on Bq 4.5

2015-11-30 Thread Pawel Stolowski
Looking at ScopeImpl.cpp I'm not sure how search can throw (btw, Scope.h docstrings don't mention throwing an exception). As far as I understand the code, search catches all exceptions and just calls ro->finished(CompletionDetails(CompletionDetails::Error, e.what())) on error. But this doesn't

[Touch-packages] [Bug 1511063] Re: Scopes freeze after few times slide on Bq 4.5

2015-11-27 Thread Pawel Stolowski
** Changed in: unity8 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in Ubuntu. https://bugs.launchpad.net/bugs/1511063 Title: Scopes freeze after few times slide

[Touch-packages] [Bug 1511063] Re: Scopes freeze after few times slide on Bq 4.5

2015-11-27 Thread Pawel Stolowski
Ok, this scope locks the dash up even when not favorited and just opened via Manage Dash. Moreover, it even locks up a commandline scopes-client (for libunity-scopes-cli package): $ scopes-client com.ubuntu.developer.boghison.mixcloud_mixcloudscope "" It looks like we are not as resistant to

[Touch-packages] [Bug 1511063] Re: Scopes freeze after few times slide on Bq 4.5

2015-11-27 Thread Pawel Stolowski
Ok, mixcloud scope seems to be released in completely broken state, its ini file has this: ScopeRunner=./qtc_device_debughelper.py scope com.ubuntu.developer.boghison.mixcloud_mixcloudscope /usr/lib/arm-linux- gnueabihf/unity-scopes/scoperunner '' %S So it's not even really running in the

[Touch-packages] [Bug 1518028] Re: [Scopes] Carousel showing pictures that were deleted

2015-11-24 Thread Pawel Stolowski
** Changed in: unity8 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1518028 Title: [Scopes] Carousel showing pictures that were

[Touch-packages] [Bug 1518028] Re: [Scopes] Carousel showing pictures that were deleted

2015-11-23 Thread Pawel Stolowski
Sergio, is this issue reproducible for you, or was it a one time thing? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1518028 Title: [Scopes] Carousel showing pictures

[Touch-packages] [Bug 1518028] Re: [Scopes] Carousel showing pictures that were deleted

2015-11-20 Thread Pawel Stolowski
Hmm, still no luck with reproducing, just tried with OTA-8 image and #184, using your pictures you attached. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1518028 Title:

[Touch-packages] [Bug 1518028] Re: [Scopes] Carousel showing pictures that were deleted

2015-11-20 Thread Pawel Stolowski
Hi Sergio, I have no luck in reproducing it, I'm on image #182 on krillin (rc-proposed). What is the image you're using? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1474944] Re: Settings "Display results from SCOPE" is not translated

2015-10-30 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu) Status: In Progress => Fix Released ** Changed in: canonical-devices-system-image Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1474944] Re: Settings "Display results from SCOPE" is not translated

2015-10-29 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in Ubuntu. https://bugs.launchpad.net/bugs/1474944 Title: Settings

[Touch-packages] [Bug 1474944] Re: Settings "Display results from SCOPE" is not translated

2015-10-28 Thread Pawel Stolowski
** Branch linked: lp:~stolowski/unity-scopes-shell/init-gettext -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in Ubuntu. https://bugs.launchpad.net/bugs/1474944 Title: Settings "Display results from

[Touch-packages] [Bug 1238979] Re: [Scopes] Scope result models are cleared on updates

2015-10-21 Thread Pawel Stolowski
Michi, yes, you're right, I discussed this with Albert, the thumbnailer is not involved here. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-api in Ubuntu. https://bugs.launchpad.net/bugs/1238979 Title:

[Touch-packages] [Bug 1507941] [NEW] Memory leak if category IDs are unique on every search

2015-10-20 Thread Pawel Stolowski
actually do - these scopes will be fixed (https://bugs.launchpad.net/scope-aggregator/+bug/1507666) but shell plugin should also be smater and remove unused categories. ** Affects: unity-scopes-shell (Ubuntu) Importance: High Assignee: Pawel Stolowski (stolowski) Status: New ** Changed

[Touch-packages] [Bug 1507941] Re: Memory leak if category IDs are unique on every search

2015-10-20 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in Ubuntu. https://bugs.launchpad.net/bugs/1507941 Title: Memory leak if

[Touch-packages] [Bug 1238979] Re: [Scopes] Scope result models are cleared on updates

2015-10-20 Thread Pawel Stolowski
Yeah, as discussed on IRC, the problem with missing icons is not new and is unrelated to changes in this MP - could be a timeout when fetching the icons from network, not sure (michi?). I suggest we consider the case of 'no results' separately and not try to mix it with the improvements from

[Touch-packages] [Bug 1496736] Re: currentSource of Playlist gets set to empty

2015-10-20 Thread Pawel Stolowski
For me, following the steps from comment #4 resulted in a dash freeze (not crash), with music was still playing in the background. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtmultimedia-opensource- src in Ubuntu.

[Touch-packages] [Bug 1238979] Re: [Scopes] Scope result models are cleared on updates

2015-10-19 Thread Pawel Stolowski
** Branch linked: lp:~aacid/unity8/dash_reset_instead_of_fatal -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1238979 Title: [Scopes] Scope result models are cleared on

[Touch-packages] [Bug 1389257] Re: Getting package versions via dpkg-query on startup is very expensive

2015-10-16 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in Ubuntu. https://bugs.launchpad.net/bugs/1389257 Title: Getting

[Touch-packages] [Bug 1238979] Re: [Scopes] Scope result models are cleared on updates

2015-10-12 Thread Pawel Stolowski
I've linked a new MP - diff-updates branch - which IMHO improves current dash interactions *a lot* It gets rid of results model clearing and instead only updates the model as results arrive, after a small delay (to have a chance of accumulating some results). Now, whether we should still

[Touch-packages] [Bug 1238979] Re: [Scopes] Scope result models are cleared on updates

2015-10-12 Thread Pawel Stolowski
** Branch linked: lp:~stolowski/unity-scopes-shell/diff-updates -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1238979 Title: [Scopes] Scope result models are cleared on

<    1   2   3   4   5   >