[Ubuntu-sdk-bugs] [Bug 1555797] [NEW] Theme loads MainViewStyle 1.2 when MainView has a dark backgroundColor set.

2016-03-10 Thread Tim Peeters
Public bug reported: I applied this patch .cpp in order to see which theme files are loaded: === modified file 'src/Ubuntu/Components/plugin/uctheme.cpp' --- src/Ubuntu/Components/plugin/uctheme.cpp2016-03-07 15:51:52 + +++ src/Ubuntu/Components/plugin/uctheme.cpp2016-03-10 20:02:57

[Ubuntu-sdk-bugs] [Bug 1364653] Re: Daily Recurring Events need refresh to appear when created from DayView

2016-03-10 Thread Renato Araujo Oliveira Filho
** No longer affects: qtorganizer5-eds (Ubuntu) -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtorganizer5-eds in Ubuntu. https://bugs.launchpad.net/bugs/1364653 Title: Daily Recurring Events need refresh to appear when

[Ubuntu-sdk-bugs] [Bug 1555751] [NEW] Some apps require a restart after switching to/from Wifi/Cellular to reconnect to the network

2016-03-10 Thread Andrew Hayzen
: 258 version ubuntu: 20160310 version device: 20160304.2 version custom: 20160201-5-vivid ** Affects: canonical-devices-system-image Importance: Undecided Status: New ** Affects: qtbase-opensource-src (Ubuntu) Importance: Undecided Status: New ** Also affects: canonical

[Ubuntu-sdk-bugs] [Bug 1356779] Re: [SDK] MainView.backgroundColor is not usable any more

2016-03-10 Thread Zsombor Egri
** No longer affects: ubuntu-ui-toolkit (Ubuntu Vivid) ** No longer affects: ubuntu-ui-toolkit (Ubuntu RTM) -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1356779

[Ubuntu-sdk-bugs] [Bug 1520778] Re: No way to get rid of header divider without Page component

2016-03-10 Thread Tim Peeters
This is solved. The code below shows no divider: import QtQuick 2.4 import Ubuntu.Components 1.3 MainView { width: units.gu(100) height: units.gu(70) Rectangle { anchors.fill: parent color: "red" opacity: 0.2 border.width: units.gu(1) } } **

[Ubuntu-sdk-bugs] [Bug 1513003] Re: AdaptivePageLayout doesn't allow hiding a Page header

2016-03-10 Thread Tim Peeters
With the new PageHeader, it is possible to show/hide the header for each column individually. See the introduction here: https://developer.ubuntu.com/en/blog/2016/02/24/pageheader-tutorial/ Example code to show/hide the header: import QtQuick 2.4 import Ubuntu.Components 1.3 MainView {

[Ubuntu-sdk-bugs] [Bug 1473326] Re: Page Header flickering when dragging with Ubuntu.Components 1.3

2016-03-10 Thread Tim Peeters
timp, haven't seen it in ages. I'd say close it closing the bug. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Ubuntu-sdk-bugs] [Bug 1364653] Re: Daily Recurring Events need refresh to appear when created from DayView

2016-03-10 Thread Renato Araujo Oliveira Filho
** Also affects: qtpim-opensource-src (Ubuntu) Importance: Undecided Status: New ** Changed in: qtpim-opensource-src (Ubuntu) Status: New => In Progress ** Changed in: qtpim-opensource-src (Ubuntu) Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho) **

[Ubuntu-sdk-bugs] [Bug 1400312] Re: On desktop, windowed mode should be the default

2016-03-10 Thread Michał Sawicz
** Changed in: unity8 (Ubuntu) Status: New => Fix Released ** Changed in: qtdeclarative-opensource-src (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtdeclarative-opensource-src in

[Ubuntu-sdk-bugs] [Bug 1443424] Re: Header blocks key press events from reaching it's Page

2016-03-10 Thread Tim Peeters
We have a new PageHeader component, that will be used as a child of the Page, so there is no longer a need to forward the keys from the header to the Page. See https://developer.ubuntu.com/en/blog/2016/02/24 /pageheader-tutorial/ for a quick introduction how to use the PageHeader. ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1555612] [NEW] package libpugixml1 is not installable on ubuntu 15.10

2016-03-10 Thread Ivan Gagis
Public bug reported: Package libpugixml1 seems to be obsoleted by libpugixml1v5 and is not installable. So, cannot run binaries which are linked against libpugixml1. $ sudo apt-get install libpugixml1 Reading package lists... Done Building dependency tree Reading state information...

[Ubuntu-sdk-bugs] [Bug 1376502] Re: Header not correctly displayed under certain conditions.

2016-03-10 Thread Tim Peeters
timp, hey, I think this bug isn't reproducible anymore, at least on messaging-app I'm closing the bug. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is

[Ubuntu-sdk-bugs] [Bug 1416408] Re: Dialog shouldn't allow interactions with page behind it

2016-03-10 Thread Tim Peeters
I tested the sample app on the device, and the bug no longer exists. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Ubuntu-sdk-bugs] [Bug 1416450] Re: [regression] Tab switcher doesn't work if a text field is focused

2016-03-10 Thread Tim Peeters
I tested this on mako and the bug no longer exists. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Ubuntu-sdk-bugs] [Bug 1408015] Re: [sdk][UX] Confirmation in the header bar confusing

2016-03-10 Thread Tim Peeters
This was cleared up by design. Cancel/confirm headers now look very different from headers with a back button. See, for example, the "Extending the header" example on https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1408015 Closing the bug for UITK. ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1408643] Re: Header divider is invisible on very dark backgrounds

2016-03-10 Thread Tim Peeters
This is fixed with the new header and new theming with palette. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Ubuntu-sdk-bugs] [Bug 1389115] Re: ItemSelector ticks are not visible in dark themes

2016-03-10 Thread Tim Peeters
Fixed. With the dark theme, the checkmarks are now white on a black background. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit

[Ubuntu-sdk-bugs] [Bug 1345775] Re: Adding PropertyChanges to PageHeadState overwrites previous PropertyChanges

2016-03-10 Thread Tim Peeters
PageHeadState is now deprecated. Instead, a different Page.header can be set. See https://developer.ubuntu.com/en/blog/2016/02/24/pageheader- tutorial/ ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member

[Ubuntu-sdk-bugs] [Bug 1318017] Re: Flickable contents appear in a wrong position

2016-03-10 Thread Tim Peeters
This bug is no longer valid. Was fixed a while ago. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Ubuntu-sdk-bugs] [Bug 1555542] [NEW] No standard way to get an app’s name and icon

2016-03-10 Thread Matthew Paul Thomas
Public bug reported: Several different pieces of the system have implemented their own functions for getting the display name and icon of an app. Examples: * Dash Apps scope * App permission prompts trust-store src/core/trust/mir/click_desktop_entry_app_info_resolver.cpp * System Settings

[Ubuntu-sdk-bugs] [Bug 1555527] Re: UITK: raised and overlay do not have a pressed value in palette

2016-03-10 Thread Albert Astals Cid
** Also affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** Changed in: unity8 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Ubuntu-sdk-bugs] [Bug 1541148] Re: ListItem calls onClicked handler even when press is cancelled

2016-03-10 Thread Jean-Baptiste Lallement
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Status: New => Fix Committed ** Changed in: canonical-devices-system-image Importance: Undecided => High ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1542099] Re: don't change window title to name of settings panel

2016-03-10 Thread Zoltan Balogh
** No longer affects: ubuntu-system-settings (Ubuntu) -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1542099 Title: don't change window title to name of settings