[Bug 1202403] Re: [PageStack] PageStack hide ListView section header

2013-11-18 Thread Tim Peeters
There are a few related issues here, so I will fix this in the same MR as I fix the bug that I linked above. ** Changed in: ubuntu-ui-toolkit Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1223600] Re: Hide toolbar when user interacts with tabs header

2013-11-12 Thread Tim Peeters
This bug https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1223600 needs to be fixed first in order to make the desired toolbar behavior easy to implement. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1219023] Re: New tabs display behavior and animations

2013-11-12 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1219023 Title: New tabs display behavior and animations To manage notifica

[Bug 1223600] Re: Hide toolbar when user interacts with tabs header

2013-11-11 Thread Tim Peeters
** Changed in: ubuntu-ux Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223600 Title: Hide toolbar when user interacts with tabs header To manage notificat

[Bug 1223600] Re: Hide toolbar when user interacts with tabs header

2013-11-11 Thread Tim Peeters
Should the toolbar close when the user touches the tab area to activate the tabbar, or also when the tabbar is already opened (initially) and the user touches it, for example to switch tabs? I am asking because when switching tabs, chances are high that the toolbar will need to open again to show t

[Bug 1182734] Re: Slide out toolbar should be displayed by default on the desktop (swiping is difficult)

2013-11-11 Thread Tim Peeters
** Tags added: toolbar -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182734 Title: Slide out toolbar should be displayed by default on the desktop (swiping is difficult) To manage notifications

[Bug 1202403] Re: [PageStack] PageStack hide ListView section header

2013-11-11 Thread Tim Peeters
It is a different bug than the one mentioned in my previous comment. I will address them separately. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1202403 Title: [PageStack] PageStack hide ListView

[Bug 1227783] Re: Black backround image -CrossFadeImage does not set the sourceSize for the images

2013-11-10 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu Saucy) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1227783 Title: Black backround image -CrossFadeImage does no

[Bug 1249386] Re: Cannot anchor Page children to the page

2013-11-10 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249386 Title: Cannot anchor Page children to the page To manage

[Bug 1249386] Re: Cannot anchor Page children to the page

2013-11-08 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249386 Title: Cannot anchor Page children to the page To manage notificat

[Bug 1249386] Re: Cannot anchor Page children to the page

2013-11-08 Thread Tim Peeters
Simpler test program to reproduce the bug: import QtQuick 2.0 import Ubuntu.Components 0.1 MainView { width: units.gu(20) height: units.gu(40) Page { id: page Rectangle { color: "red" anchors.fill: page } } } -- You received this

[Bug 1249386] Re: Cannot anchor Page children to the page

2013-11-08 Thread Tim Peeters
** Summary changed: - Elements not displayed since update + Cannot anchor Page children to the page -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249386 Title: Cannot anchor Page children to the p

[Bug 1249386] Re: Elements not displayed since update

2013-11-08 Thread Tim Peeters
So instead of the current construction in Page, we can set the z-value of the MouseArea. Also need to add a regression test. ** Changed in: ubuntu-ui-toolkit Assignee: Florian Boucault (fboucault) => Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Flor

[Bug 1249386] Re: Elements not displayed since update

2013-11-08 Thread Tim Peeters
FYI, we use the same construction in MainView, Tabs, Toolbar, Dialog, Popover, Sheet, all list items. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249386 Title: Elements not displayed since update

[Bug 1249386] Re: Elements not displayed since update

2013-11-08 Thread Tim Peeters
In 819, internally the Page adds a container to which the contents is added. This was done to have a MouseArea on top of that area (and only that area, not over toolbar or header) to detect apps clicks. So in the app code, it should anchor to parent.bottom, not soundspage.bottom. -- You received

[Bug 1182734] Re: Slide out toolbar should be displayed by default on the desktop (swiping is difficult)

2013-11-07 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Importance: Critical => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182734 Title: Slide out toolbar should be displayed by default on the desktop (swipi

[Bug 1223604] Re: Close tabbar and toolbar when user interacts with app contents

2013-11-07 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223604 Title: Close tabbar and toolbar when user interacts with app conte

[Bug 1207369] Re: Automatically reveal toolbar when switching pages

2013-11-07 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1207369 Title: Automatically reveal toolbar when switching pages To manag

[Bug 1223597] Re: Tab bar must be activated initially

2013-11-07 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223597 Title: Tab bar must be activated initially To manage notification

[Bug 1227783] Re: Black backround image -CrossFadeImage does not set the sourceSize for the images

2013-11-07 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1227783 Title: Black backround image -CrossFadeImage does not set the sour

[Bug 1248646] Re: API break: ItemSelector.expanded changed to read-only

2013-11-06 Thread Tim Peeters
If we still want to improve the API, we need to deprecate properties first and keep them around for a while. As we discussed before that is difficult in this case, but let's just get this bug fixed now and we can discuss afterwards. ** Changed in: ubuntu-ui-toolkit Assignee: (unassigned) => N

[Bug 1248646] Re: API break: ItemSelector.enabled changed to read-only

2013-11-06 Thread Tim Peeters
Nic, please make a small MR that fixes the issues. Don't include it in your large upcoming MR because that one will take too long to review, and it is clearer if separate bugfixes are in separate MRs. ** Summary changed: - API break: ItemSelector.enabled changed to read-only + API break: ItemSel

[Bug 1223597] Re: Tab bar must be activated initially

2013-11-04 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223597 Title: Tab bar must be activated initially To manage noti

[Bug 1182734] Re: Slide out toolbar should be displayed by default on the desktop (swiping is difficult)

2013-11-04 Thread Tim Peeters
Screen height may not be the best solution. Screen height (in pixels) may be larger on a phone than on a laptop. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182734 Title: Slide out toolbar should

[Bug 1240875] Re: Need to reboot the phone to have it pick up a new language setting

2013-11-01 Thread Tim Peeters
note that when this change goes in https://code.launchpad.net/~kalikiana /ubuntu-ui-toolkit/xdglocale/+merge/188359 not just LANGUAGE matters, but any gettext settings. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 1240875] Re: Need to reboot the phone to have it pick up a new language setting

2013-11-01 Thread Tim Peeters
I remember if the i18n.language value changes in the app, it updates the translations in the app immediately. I don't know what the system settings changes though. Maybe only an environment variable of which the change is not picked up by the apps? . -- You received this bug notification becaus

[Bug 1202403] Re: [PageStack] PageStack hide ListView section header

2013-10-24 Thread Tim Peeters
is this bug the same as this one? https://bugs.launchpad.net/ubuntu-ui- toolkit/+bug/1202277 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1202403 Title: [PageStack] PageStack hide ListView section

[Bug 1207369] Re: Automatically reveal toolbar when switching pages

2013-10-22 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1207369 Title: Automatically reveal toolbar when switching pages

[Bug 1182734] Re: Slide out toolbar should be displayed by default on the desktop (swiping is difficult)

2013-10-18 Thread Tim Peeters
.. ** Changed in: ubuntu-ui-toolkit Assignee: (unassigned) => Tim Peeters (tpeeters) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182734 Title: Slide out toolbar should be displayed by default

[Bug 1182734] Re: Slide out toolbar should be displayed by default on the desktop (swiping is difficult)

2013-10-17 Thread Tim Peeters
** Changed in: ubuntu-ux Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182734 Title: Slide out toolbar should be displayed by default on the desktop (swi

[Bug 1227783] Re: Black backround image -CrossFadeImage does not set the sourceSize for the images

2013-10-17 Thread Tim Peeters
the patch for this is ready already a long time but we cannot get it in trunk until this bug is fixed: https://bugs.launchpad.net/ubuntu-ui- toolkit/+bug/1239646 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1223597] Re: Tab bar must be activated initially

2013-09-25 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Importance: Critical => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223597 Title: Tab bar must be activated initially To manage notifications about this

[Bug 1207369] Re: Automatically reveal toolbar when switching pages

2013-09-25 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Importance: Critical => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1207369 Title: Automatically reveal toolbar when switching pages To manage notificatio

[Bug 1223604] Re: Close tabbar and toolbar when user interacts with app contents

2013-09-25 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Importance: Critical => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223604 Title: Close tabbar and toolbar when user interacts with app contents To manag

[Bug 1227783] Re: Black backround image -CrossFadeImage does not set the sourceSize for the images

2013-09-25 Thread Tim Peeters
I propose an update to the CrossFadeImage API where sourceSize can be set by the application. If sourceSize is not set, and the image is too large, it will still appear as black. Setting the sourceSize to something smaller than the maximum texture size will show the image. This is the same behavio

[Bug 1227783] Re: Black backround image -CrossFadeImage does not set the sourceSize for the images

2013-09-24 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: New => Confirmed ** Changed in: ubuntu-ui-toolkit Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1227783 Title:

[Bug 1227783] Re: Black backround image -CrossFadeImage does not set the sourceSize for the images

2013-09-24 Thread Tim Peeters
This also shows black instead of the image and doesn't use any UITK components: Rectangle { color: "green" width: 600 height: 600 Image { id: crossFader anchors { fill: parent margins: 20 } source: "/home/tim/Pictures/very_la

[Bug 1227783] Re: Black backround image -CrossFadeImage does not set the sourceSize for the images

2013-09-24 Thread Tim Peeters
ok if I replace in the eabove the IMG_7001.jpg and IMG_7003.jpg with two 10.000*10.000 images (single color, created in GIMP), then the image stays black. ** Attachment added: "very_large_orange.png" https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1227783/+attachment/3837794/+files/very_larg

[Bug 1227783] Re: Black backround image -CrossFadeImage does not set the sourceSize for the images

2013-09-24 Thread Tim Peeters
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1227783 Title: Black backround image -CrossFadeImage does not set the sourceSize for the images To manage notifications about this bug go to: https://

[Bug 1227783] Re: Black backround image -CrossFadeImage does not set the sourceSize for the images

2013-09-24 Thread Tim Peeters
** Attachment added: "very_large_blue.png" https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1227783/+attachment/3837797/+files/very_large_blue.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/122

[Bug 1227783] Re: Black backround image -CrossFadeImage does not set the sourceSize for the images

2013-09-24 Thread Tim Peeters
I wrote a small test-program (it does not reproduce the bug on my laptop, perhaps the images are too small): import QtQuick 2.0 import Ubuntu.Components 0.1 Rectangle { color: "green" width: 600 height: 600 CrossFadeImage { id: crossFader anchors { fi

[Bug 1227783] Re: Black backround image -CrossFadeImage does not set the sourceSize for the images

2013-09-23 Thread Tim Peeters
is there a small test program to reproduce the issue? ** Changed in: ubuntu-ui-toolkit Assignee: (unassigned) => Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubunt

[Bug 1223600] Re: Hide toolbar when user interacts with tabs header

2013-09-18 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: In Progress => Confirmed ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1223606] Re: Close tabbar on toolbar interaction

2013-09-18 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: In Progress => Confirmed ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1223604] Re: Close tabbar and toolbar when user interacts with app contents

2013-09-17 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223604 Title: Close tabbar and toolbar when user interacts with app contents To

[Bug 1223606] Re: Close tabbar on toolbar interaction

2013-09-17 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Confirmed => In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1223600] Re: Hide toolbar when user interacts with tabs header

2013-09-17 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress ** Changed in: ubuntu-ui-toolkit Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1223604] Re: Close tabbar and toolbar when user interacts with app contents

2013-09-13 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress ** Changed in: ubuntu-ui-toolkit Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1223606] Re: Close tabbar on toolbar interaction

2013-09-11 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Invalid => In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1223604] Re: Close tabbar and toolbar when user interacts with app contents

2013-09-11 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223604 Title: Close tabbar and toolbar when user interacts with app contents To manag

[Bug 1223604] Re: Close tabbar and toolbar when user interacts with app contents

2013-09-11 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223604 Title: Close tabbar and toolbar when user interacts with app contents

[Bug 1223600] Re: Hide toolbar when user interacts with tabs header

2013-09-11 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223600 Title: Hide toolbar when user interacts with tabs header To manage no

[Bug 1223597] Re: Tab bar must be activated initially

2013-09-11 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223597 Title: Tab bar must be activated initially To manage notifications

[Bug 1207369] Re: Automatically reveal toolbar when switching pages

2013-09-11 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Fix Released => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1207369 Title: Automatically reveal toolbar when switching pages T

[Bug 1223597] Re: Tab bar must be activated initially

2013-09-11 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223597 Title: Tab bar must be activated initially To manage notifications abo

[Bug 1223597] Re: Tab bar must be activated initially

2013-09-11 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Importance: Undecided => Critical ** Changed in: ubuntu-ui-toolkit Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223597 Title: T

[Bug 1223600] Re: Hide toolbar when user interacts with tabs header

2013-09-11 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223600 Title: Hide

[Bug 1223606] Re: Close tabbar on toolbar interaction

2013-09-11 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: New => Confirmed ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Invalid ** Changed in: ubuntu-ui-toolkit Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1182734] Re: Slide out toolbar should be displayed by default on the desktop (swiping is difficult)

2013-09-03 Thread Tim Peeters
** Changed in: ubuntu-ux Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182734 Title: Slide out toolbar should be displayed by default on the desktop (swi

[Bug 1207369] Re: Automatically reveal toolbar when switching pages

2013-09-03 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1207369 Title: Automatically reveal toolbar when switching pages To manage

[Bug 1182734] Re: Slide out toolbar should be displayed by default on the desktop (swiping is difficult)

2013-08-30 Thread Tim Peeters
Vesa where are the exact specifications when the toolbar should be "locked" opened, and when we have auto-show/hide? I think there are only specs available for touch. ** Changed in: ubuntu-ui-toolkit Status: Confirmed => Incomplete -- You received this bug notification because you are a m

[Bug 1205094] Re: Popovers under SuruGradient theme are white-on-white

2013-08-30 Thread Tim Peeters
A quick fix was committed, but the real issue is that the same text color for list items does not work on the background (dark) and popover (white background) at the same time. I think a good solution would be that for dark themes, the popovers should also have a dark background. This is something

[Bug 1202245] Re: ToolbarButton can't be disabled

2013-08-30 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1202245 Title: ToolbarButton can't be disabled To manage notifications ab

[Bug 1203685] Re: Need a "alwaysActive" property in the tabs control

2013-08-30 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1203685 Title: Need a "alwaysActive" property in the tabs control To mana

[Bug 1187850] Re: Page stack header within a tab should be displayed instead of tabs

2013-08-30 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed => Fix Released ** Changed in: ubuntu-ux Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/118785

[Bug 1179569] Re: [panel] Unintentional swipes can close Panel (need threshold)

2013-08-30 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1179569 Title: [panel] Unintentional swipes can close Panel (need threshol

[Bug 1204121] Re: Need a "animateTabBar" property in the tabs control

2013-08-30 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1204121 Title: Need a "animateTabBar" property in the tabs control To man

[Bug 1207369] Re: Automatically reveal toolbar when switching pages

2013-08-21 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1207369 Title: Automatically reveal toolbar when switching pages To manage noti

[Bug 1207369] Re: Automatically reveal toolbar when switching pages

2013-08-21 Thread Tim Peeters
** Tags added: toolbar ** Description changed: The toolbar should automatically become visible when it has new buttons for the user. After some time or after certain interactions, the toolbar must hide again. Additional feedback from design would be appreciated. --

[Bug 1207369] Re: Automatically reveal toolbar when switching pages

2013-08-21 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1207369 Title: Automatically reveal toolbar when switching pages To manage not

[Bug 1187850] Re: Page stack header within a tab should be displayed instead of tabs

2013-08-14 Thread Tim Peeters
** Branch unlinked: lp:~tpeeters/ubuntu-ui-toolkit/fix1187850 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1187850 Title: Page stack header within a tab should be displayed instead of tabs To mana

[Bug 1187850] Re: Page stack header within a tab should be displayed instead of tabs

2013-08-14 Thread Tim Peeters
what you are reporting now is a new bug. See https://bugs.launchpad.net /ubuntu-ui-toolkit/+bug/1209403 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1187850 Title: Page stack header within a tab sh

[Bug 1207647] Re: gallery-app autopilot test failures - 'NoneType' object has no attribute 'width'

2013-08-05 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Assignee: (unassigned) => Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1187850] Re: Page stack header within a tab should be displayed instead of tabs

2013-07-25 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1187850 Title: Page stack header within a tab should be displayed in

[Bug 1187850] Re: Page stack header within a tab should be displayed instead of tabs

2013-07-24 Thread Tim Peeters
** Tags added: tabs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1187850 Title: Page stack header within a tab should be displayed instead of tabs To manage notifications about this bug go to: htt

[Bug 1201452] Re: [pageStack] PageStack does not save page state

2013-07-24 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201452 Title: [pageStack] PageStack does not save page state To manage n

[Bug 1192673] Re: Unable to hide toolbar with recent toolbar API change

2013-07-24 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1192673 Title: Unable to hide toolbar with recent toolbar API change To m

[Bug 1192591] Re: header does not hide in fullscreen view

2013-07-24 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1192591 Title: header does not hide in fullscreen view To manage notifica

[Bug 1187869] Re: Unified Action API

2013-07-24 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1187869 Title: Unified Action API To manage notifications about this bug

[Bug 1201822] Re: autopilot test UbuntuUiToolkit.tests.gallery.test_gallery.GenericTests.test_buttons is unstable

2013-07-24 Thread Tim Peeters
is this related? https://jenkins.qa.ubuntu.com/job/generic-mediumtests- saucy/1464/? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201822 Title: autopilot test UbuntuUiToolkit.tests.gallery.test_

[Bug 1187850] Re: Page stack header within a tab should be displayed instead of tabs

2013-07-18 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Importance: High => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1187850 Title: Page stack header within a tab should be displayed instead of tabs To m

[Bug 1187869] Re: Unified Action API

2013-07-18 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1187869 Title: Unified Action API To manage notifications about this bug

[Bug 1187850] Re: Page stack header within a tab should be displayed instead of tabs

2013-07-17 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1187850 Title: Page stack header within a tab should be displayed instead of ta

[Bug 1201094] Re: App content visible behind tab header

2013-07-16 Thread Tim Peeters
I noticed when running the code attached to this bug https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1201452 and commenting-out the title of ListItem, that the contents of the page is still cropped away where the header should be, even though there is no header visible when the title of the activ

[Bug 1201094] Re: App content visible behind tab header

2013-07-16 Thread Tim Peeters
There were some changes to the clipping of app contents which was needed to support gradient backgrounds. The changes are in r621 of the UITK and my first guess is that this bug is related to that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1187850] Re: Page stack header within a tab should be displayed instead of tabs

2013-06-14 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: New => Confirmed ** Changed in: ubuntu-ui-toolkit Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1187850 Title: Page

[Bug 1167881] Re: [SDK] The scrollbar should be applied automatically whenever there is content out of view

2013-04-11 Thread Tim Peeters
Do you want to see them without touching? So they are always visible? "whenever there is content out-of-view" is a big thing. Do you also want it, for example, in the gallery in Event view when there are a lot of photos for a single day? Then you would get a lot of horizontal scrollbars there (i

[Bug 1163687] Re: Impossible to insert diacritics, driving Good Spelling fans insane

2013-04-08 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Assignee: Zoltan Balogh (bzoltan) => Zsombor Egri (zsombi) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1163687 Title: Impossible to insert diacritics, driving

[Bug 974455] Re: Lenovo u300s 't' key sends "Hiragana-Katana"

2013-04-05 Thread Tim Peeters
I haven't had the problem since half a year, but I don't know if I was lucky or it is really solved. Still, I keep a windows partition only in for when this problem returns (the lenovo bios-flashing software does not work on linux) that I would like to get rid of when I can be sure the problem is f

[Bug 1015480] Re: webcam not found (no device found)

2013-01-10 Thread Tim Peeters
I am running 12.10 by the way. I think it also worked fine in 12.04, but I cannot 100% guarantee that my memory is correct. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1015480 Title: webcam not fo

[Bug 1015480] Re: webcam not found (no device found)

2013-01-10 Thread Tim Peeters
I have an U300s and the webcam works fine for me (currently in Quantal). Do you have an other OS besides Ubuntu installed to see whether this may be a hardware problem? Also Fn+F9 completely enables/disables the webcam hardware, perhaps you did that without knowing? Tim. -- You received this

[Bug 1008268] Re: Custom keyboard shortcuts stop working after reboot

2012-11-20 Thread Tim Peeters
I set the following keyboards shortcuts in System Settings: Keyboard > Shortcuts >Windows: Toggle maximization state = Alt+Control+X Keyboard > Shortcuts > Navigation Switch to workspace 1 = Alt+Control+1 Switch to workspace 2 = Alt+Control+2 Switch to workspace 3 = Alt+Control+3 Switch to worksp

[Bug 974455] Re: Lenovo u300s 't' key sends "Hiragana-Katana"

2012-10-16 Thread Tim Peeters
My problem got solved by using WinFlash to upgrade my bios from 56CN38WW to 56CN43WW, for now... Let's see when it comes back. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/974455 Title: Lenovo u300

[Bug 974455] Re: Lenovo u300s 't' key sends "Hiragana-Katana"

2012-10-16 Thread Tim Peeters
I cannot fix the problem by making changes in the bios and rebooting. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/974455 Title: Lenovo u300s 't' key sends "Hiragana-Katana" To manage notification

[Bug 974455] Re: Lenovo u300s 't' key sends "Hiragana-Katana"

2012-10-16 Thread Tim Peeters
Now my Delete key got mapped to F5 :s Not convenient at all. I thought the problem was not occurring any more, but I realize that it always happens when I travel. It happened after I opened the laptop and it came back from standby, and my wireless network was switched off before I closed it. I wi

[Bug 974455] Re: Lenovo u300s 't' key sends "Hiragana-Katana"

2012-08-22 Thread Tim Peeters
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/974455 Title: Lenovo u300s 't' key sends "Hiragana-Katana" To manage notifications

[Bug 974455] Re: Lenovo u300s 't' key sends "Hiragana-Katana"

2012-08-01 Thread Tim Peeters
Moisés, which kernel are you running? Can you post the output of 'uname -a'? If you have the kernel that Brad Figg requested to test with or newer, the status of this bug report can be changed from Incomplete to Confirmed. I have a new kernel, but I didn't have the issue for a while now so I canno

[Bug 974455] Re: Lenovo u300s 't' key sends "Hiragana-Katana"

2012-07-18 Thread Tim Peeters
No, I am not planning to return the system for a refund. I bought it when I was in Malaysia for two months (its a lot cheaper there, but I knew I was taking a risk with warranty), and now I am (back) in Netherlands and I doubt that I have rights to any warranty at all. I think they don't even sell

[Bug 974455] Re: Lenovo u300s 't' key sends "Hiragana-Katana"

2012-07-06 Thread Tim Peeters
Tijn, you were asking for the manufacturing date. Mine is 11/12/06, not the same week but it is the same month. I have the U300s version with an i5 CPU. I can happily report that I haven't had the keyboard issues for a while now. I still didn't figure out why I had them before, or why I don't hav

[Bug 974455] Re: Lenovo u300s 't' key sends "Hiragana-Katana"

2012-04-08 Thread Tim Peeters
Yes, this sounds very weird but I have almost the same problem. I use US keyboard layout (I bought the U300s in Malaysia), and after a few weeks suddenly my 't' key did not work anymore. Maybe it was mapped to another key also, but I did not check at the time. I thought it was a hardware problem a

<    6   7   8   9   10   11   12   >