[Touch-packages] [Bug 1500118] [NEW] ListItem feature request: Signal at end of live drag

2015-09-26 Thread Robert Schroll
Public bug reported: When a ListItem is dragged, it emits "Started" and "Moving" events. But if each "Moving" event is accepted, as happens in a live drag case, no "Dropped" event will be emitted when the item is finally dropped. One should be added. The "to" and "from" parameters could both

[Touch-packages] [Bug 1498138] [NEW] z-order weirdness when dragging ListItems

2015-09-21 Thread Robert Schroll
Public bug reported: ListItems in a ListView start off with a z of 1. When you start dragging them, they get a z of 2. This causes two bits of weirdness: 1) Section headers in the ListView also have a z of 2. (See http://doc.qt.io/qt-5/qml-qtquick-listview.html#section-prop) This causes

[Touch-packages] [Bug 1498143] [NEW] Separator missing when last ListItem dragged into middle of ListView

2015-09-21 Thread Robert Schroll
Public bug reported: By default, there is a separator at the bottom of all but the last ListItem in a ListView. If drag-and-drop reordering is allowed, that last item can be moved into the middle of the list. It does not gain a separator in this case, resulting in two items without a separator

[Touch-packages] [Bug 1462489] Re: Allow apps to keep the screen on

2015-08-10 Thread Robert Schroll
It should be working on Nexus 4, 7 and 10 It's not working on my Nexus 7, but presumably that's because the flo devel channel hasn't seen an update since April. Has it been abandoned again? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1467937] [NEW] File input not supported in HTML5 container

2015-06-23 Thread Robert Schroll
Public bug reported: Triggering a input type=file in the HTML5 launcher does not open a file picker and results in the error, Content requested a file picker, but the application hasn't provided one. In contrast, the browser launches a Content Hub peer picker, accepts a content import, and turns

[Touch-packages] [Bug 1444178] Re: Crash when creating a page with sections

2015-04-17 Thread Robert Schroll
I just flashed my device with devel r2, and now I can no longer reproduce the crash. Don't know if you want to close this as fixed or not. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Touch-packages] [Bug 1444178] Re: Crash when creating a page with sections

2015-04-15 Thread Robert Schroll
Isn't that a bit old? For which device? It was, until yesterday, the newest devel image available for flo. But r2 just came out, so I upgraded to test, and aa-clickhook is broken. I'll let you know when I've figured out how to work around that one. FWIW, I am unable to reproduce the crash on a

[Touch-packages] [Bug 1444347] Re: /usr/bin/aa-clickhook:ImportError:/usr/bin/aa-clickhook@14:/usr/lib/python3/dist-packages/apparmor/click.py@15:/usr/lib/python3.4/ctypes/__init__.py@7

2015-04-15 Thread Robert Schroll
This appears to be the problem I encountered after upgrading from devel r1 to devel r2. The full traceback follows: Fatal error: /tmp/com.ubuntu.developer.rschroll.beru_1.0.0_armhf.click failed to install. WARNING:root:Signature check failed, but installing anyway as requested Traceback (most

[Touch-packages] [Bug 1444347] Re: /usr/bin/aa-clickhook:ImportError:/usr/bin/aa-clickhook@14:/usr/lib/python3/dist-packages/apparmor/click.py@15:/usr/lib/python3.4/ctypes/__init__.py@7

2015-04-15 Thread Robert Schroll
objdump doesn't exist on the device, so I copied the python3.4 binary over to my desktop. Running that command doesn't produce any output. (Just objdump -T alone does, so I assume it's working but producing nothing that grep matches.) FWIW, it looks like the only use for ctypes in click.py is to

[Touch-packages] [Bug 1444347] Re: /usr/bin/aa-clickhook:ImportError:/usr/bin/aa-clickhook@14:/usr/lib/python3/dist-packages/apparmor/click.py@15:/usr/lib/python3.4/ctypes/__init__.py@7

2015-04-15 Thread Robert Schroll
phablet@ubuntu-phablet:~$ system-image-cli -i current build number: 2 device name: flo channel: devel alias: ubuntu-touch/vivid last update: 2015-04-15 03:04:31 version version: 2 version ubuntu: 20150413 version device: 20150210 version custom: 20150413 phablet@ubuntu-phablet:~$ md5sum

[Touch-packages] [Bug 1444178] [NEW] Crash when creating a page with sections

2015-04-14 Thread Robert Schroll
Public bug reported: See https://github.com/rschroll/beru/tree/section-crash for a test case. This creates a page with a GridView and populates the gridview with images loaded in from a javascript file. (This is to stand in for loading from a database in the original.) This crashes most of the

[Touch-packages] [Bug 1429687] Re: Cannot import two files with the same name to ContentStore.App

2015-03-20 Thread Robert Schroll
Just to check my understanding, this change will cause an error when trying to import a file with the same name as one that already exists. Thus, there will be no way to import such a file while using a ContentScope. Correct? -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1394480] Re: Need a mechanism to load more query results

2014-11-22 Thread Robert Schroll
For the record, I've implemented a workaround to provide a Load more button at the bottom of the list of results. It specially crafts a query that the scope will use to load the next group of results. There are many problems with this approach (confusing queries displayed, departments disappear

[Touch-packages] [Bug 1394454] [NEW] Documentation for service_type in OnlineAccountClient is misleading

2014-11-19 Thread Robert Schroll
Public bug reported: The documentation for the service_type argument in the OnlineAccountClient is, 'The type of service (E.g. sharing).' But in examples of .service files, the service type is specified using the a reverse-domain-name-esque string. The documentation should be updated to reflect

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

2014-11-19 Thread Robert Schroll
Public bug reported: There is currently a 100 ms timeout between keypresses and query submission. This is rather short and ends up submitting many queries while the user is still typing a delay of ~300 ms would eliminate many of these submissions while still being barely noticeable. See this

[Touch-packages] [Bug 1394479] [NEW] Add ability to place text in emblem position

2014-11-19 Thread Robert Schroll
Public bug reported: Category renders will display an image as the emblem at the right end of the title. It should be possible to place text there instead of or in addition to the image. Thus, the emblem should be have like the attributes. Example use case: The Gmail scope displays the time of

[Touch-packages] [Bug 1394480] [NEW] Need a mechanism to load more query results

2014-11-19 Thread Robert Schroll
Public bug reported: Many APIs return only partial results to a query, along with a token for requesting further results. There should be a way for scopes to request those results when the user has viewed all of the current results. The obvious trigger would be when the user pulls up at the

[Touch-packages] [Bug 1393470] Re: Service cache doesn't update as services change

2014-11-18 Thread Robert Schroll
Note that this can cause confusion for apps that ship with a .service file. A fix may not take effect, or a breakage may not be noticed, since the old, working configuration persisted. (This latter case bit me.) -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1335761] Re: [Dash] Activating a preview with a scope URI for the current scope doesn't send you back to the results view

2014-11-07 Thread Robert Schroll
I have a simple scope that seems to exhibit the same problem: https://code.launchpad.net/~rschroll/+junk/multiples -- 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/1335761

[Touch-packages] [Bug 1384349] [NEW] apparmor denies app-specific download dorectpry

2014-10-22 Thread Robert Schroll
Public bug reported: Oct 22 13:32:41 ubuntu-phablet kernel: [ 9393.918517] type=1400 audit(1413999161.373:361): apparmor=DENIED operation=open profile=com.ubuntu.developer.rschroll.beru_beru_0.9.8 name=/home/phablet/.local/share/ubuntu-download-