[Touch-packages] [Bug 1556078] Re: Playlist requires QtMultimedia 5.6 but documentation says 5.4

2016-05-17 Thread Michael Hall
** Package changed: ubuntu-ui-toolkit (Ubuntu) => developer-ubuntu-com -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1556078 Title: Playlist requires

[Touch-packages] [Bug 1582258] [NEW] Capslock light doesn't come on when activated

2016-05-16 Thread Michael Hall
Public bug reported: Only in Unity 8, when the capslock key is on the indicator light for it is not illuminated, which makes it impossible to know if it is on when typing in a password. ** Affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Tags: avengers -- You

[Touch-packages] [Bug 1579775] Re: Refresh keyboard shortcuts not working in Unity 8

2016-05-12 Thread Michael Hall
Nothing happens when pressing either shortcut ** Changed in: webbrowser-app (Ubuntu) Status: Incomplete => New ** Tags added: avengers -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.

[Touch-packages] [Bug 1581066] [NEW] [desktop] Display doesn't dim or turn off on inactivity

2016-05-12 Thread Michael Hall
Public bug reported: When leaving my laptop idle, the screen stays at a constant brightness forever. I have System Settings configured to "Lock when idle" after 2 minutes, but that doesn't happen. Adjusting the screen brightness manually doesn't do anything. Expectation: Screen dims after a

[Touch-packages] [Bug 1581063] [NEW] Session doesn't lock when resuming from suspend

2016-05-12 Thread Michael Hall
Public bug reported: Unity 8 doesn't lock the session when suspending/resuming a laptop. Expectation: When a password is required for login, the screen should lock after a suspend Actual: Laptop resumes from suspend into Unity 8, bypassing the welcome/lock screen ** Affects: unity8 (Ubuntu)

[Touch-packages] [Bug 1579817] [NEW] Hangouts tab is killed to free memory

2016-05-09 Thread Michael Hall
Public bug reported: The browser will kill non-focused tab processes when it needs to free up memory, which is usually fine, but when I have a hangout tab (or any video-conference, music streaming, etc) tab open I want to be able to navigate to other tabs without those being killed. Could tabs

[Touch-packages] [Bug 1579775] [NEW] Refresh keyboard shortcuts not working in Unity 8

2016-05-09 Thread Michael Hall
Public bug reported: Neither the F5 nor Ctrl+R keyboard shortcuts for refreshing a page work under a Unity 8 session. They both work under Unity 7. Other shortcuts, such at Ctrl+T and Ctrl+W, work fine under Unity 8. Nothing appears in when pressing F5 or Ctrl+R ~/.cache/upstart

[Touch-packages] [Bug 1563440] [NEW] Add ContentHub text import option to text field context menu

2016-03-29 Thread Michael Hall
Public bug reported: It would be nice to have an "Import" option to a text field's context menu, next to cut/copy/paste, that will open a ContentPeerPicker for apps that can share Text. Currently you can open another app, and copy text from it if it supports copying, then paste it into the text

[Touch-packages] [Bug 1557475] Re: Online documentation is missing "List all members link"

2016-03-15 Thread Michael Hall
: (unassigned) => Michael Hall (mhall119) ** Changed in: developer-ubuntu-com Status: New => Confirmed ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is s

[Touch-packages] [Bug 1534673] [NEW] [AdaptivePageLayout] Add function to clear higher columns of pages

2016-01-15 Thread Michael Hall
Public bug reported: Please add a function that will allow the developer to remove pages from any higher-numbered columns than itself. This is similar to removePages(targetPage) except that it does not remove the targetPage or any pages in it's column. Suggestion: removeChildPages(targetPage)

[Touch-packages] [Bug 1534674] [NEW] [AdaptivePageLayout] Add function to return the top Page of a PageColumn

2016-01-15 Thread Michael Hall
Public bug reported: Add a function that will return a reference to the top Page object in a specific PageColumn. Suggestion: getPageInColumn(int columnIndex) Use Case: In uReadIt I have at most a 3-column layout. I would like a user action on an item in the first column to add a Page to the

[Touch-packages] [Bug 1534681] [NEW] [AdaptivePageLayout] Add signal for when a page is added

2016-01-15 Thread Michael Hall
Public bug reported: Add a signal for when a page is added to the AdaptivePageLayout that incudes the page and column index as parameters Suggestion: pageAdded(page, columnIndex) Use Case: In uReadIt I want to respond to an ArticlePage being added to the 2nd column by adding a CommentsPage to

[Touch-packages] [Bug 1534684] [NEW] [AdaptivePageLayout] Only reserve space for columns with a Page in them

2016-01-15 Thread Michael Hall
Public bug reported: When you have a PageColumnsLayout and one PageColumn has fillWidth: true, that column should be able to consume the space of any other column that does not have a Page in it, even if it has set minimumWidth or preferredWith Use Case: uReadIt will use up to 3 columns if

[Touch-packages] [Bug 1534877] [NEW] [AdaptivePageLayout] Allow adding a Page on the stack of the next column

2016-01-15 Thread Michael Hall
Public bug reported: Add a new function to add a page on top of any existing page in the next column Suggestion: appendPageToNextColumn(page, sourcePage, properties) or pushPageToNextColumn(page, sourcePage, properties) Use Case: uReadIt uses the URL Dispatcher API to open links to Reddit

[Touch-packages] [Bug 1510144] [NEW] desktop mousewheel scrolling is erratic

2015-10-26 Thread Michael Hall
Public bug reported: When scrolling web pages on the desktop using the scrollwheel (or two- finger scrolling on a trackpad) the page will often jump up or down the page before performing the scroll in the size and direction of the scroll event. My guess is that the scroll position isn't being

[Touch-packages] [Bug 1510146] [NEW] missing tooltips

2015-10-26 Thread Michael Hall
Public bug reported: When mouseover on an image or link, there is no tooltip to display the "title" attribute text ** Affects: webbrowser-app (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1506508] [NEW] Browser crash on Wily, Unity 7 desktop

2015-10-15 Thread Michael Hall
Public bug reported: Console output: Failed to open BO for returned DRI2 buffer (1366x744, dri2 back buffer, named 113). This is likely a bug in the X Server that will lead to a crash soon. Segmentation fault (core dumped) ** Affects: webbrowser-app (Ubuntu) Importance: Undecided

[Touch-packages] [Bug 1506508] Re: Browser crash on Wily, Unity 7 desktop

2015-10-15 Thread Michael Hall
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1506508 Title: Browser crash on Wily, Unity 7 desktop Status in

[Touch-packages] [Bug 1499819] [NEW] Add keyboard shortcut for alt+# tab switching

2015-09-25 Thread Michael Hall
Public bug reported: Add keyboard shortcuts to go directly to a tab by number, like Chrome and Firefox do ** Affects: webbrowser-app (Ubuntu) Importance: Wishlist Status: New ** Branch linked: lp:~mhall119/webbrowser-app/alt-num-shortcut -- You received this bug notification

[Touch-packages] [Bug 1481631] Re: Feedback Package name is missing

2015-08-05 Thread Michael Hall
The problem is in the docs source in the package qtfeedback5-doc-html, once it is fixed there and uploaded into the vivid archive it will appear on the devportal ** Also affects: qtfeedback-opensource-src (Ubuntu) Importance: Undecided Status: New -- You received this bug notification

[Touch-packages] [Bug 1456328] Re: Need a development framework on Vivid overlay

2015-06-29 Thread Michael Hall
We have decided on the following framework names for the current development cycle: ubuntu-sdk-15.10-dev1 ubuntu-sdk-15.10-qml-dev1 ubuntu-sdk-15.10-html-dev1 ubuntu-sdk-15.10-papi-dev1 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1449068] [NEW] Accessing Camera API in QML doesn't require the camera policy group

2015-04-27 Thread Michael Hall
Public bug reported: I wrote an app that uses the QML Camera API to display a live video feed from the device's camera in my app's UI. I would have assumed that this would require adding the camera policy group and would give the user the ability to deny access if they chose, but neither was the

[Touch-packages] [Bug 1447113] [NEW] Page.theme property introduced in 1.2 conflicts with app properties

2015-04-22 Thread Michael Hall
Public bug reported: My app uses Ubuntu.Components 1.1 and one of my Page sub-classes has it's own 'theme' property. When I upgraded my device (mako) to the latest daily release it brought in the new header styles, which introduced a new 'theme' property on Page. Because this new property is

[Touch-packages] [Bug 1443424] [NEW] Header blocks key press events from reaching it's Page

2015-04-13 Thread Michael Hall
Public bug reported: The Header component added to a Page in a PageStack will prevent key press events from reaching the underlying Page when it is the component that has keyboard focus. 08:35 zsombi_ mhall119: key events should also go to non-focused items... 08:36 zsombi_ mhall119: they