[Touch-packages] [Bug 1673461] Re: [regression] BorderImage no longer displays

2017-03-20 Thread Adnane Belmadiaf
*** This bug is a duplicate of bug 1671449 ***
https://bugs.launchpad.net/bugs/1671449

Dup of bug 1671449

** This bug has been marked a duplicate of bug 1671449
   Unity8 window shadows have gone missing

-- 
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/1673461

Title:
  [regression] BorderImage no longer displays

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  BorderImages no longer display at all with the latest UITK release.
  This can be reproduced with the following simple QML and the attached
  png/sci files:

  import QtQuick 2.2
  import Ubuntu.Components 1.3

  MainView {

  width: units.gu(20)
  height: units.gu(20)

  Rectangle {
  color: "black"
  anchors.fill: parent

  BorderImage {
  anchors.fill: parent
  source: "magnified_key.sci"
  }
  }

  }

  This appears to have been introduced in revision 1000.1114.3, if the
  above is tested with revision 1000.1114.2 it displays correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1673461/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1673461] Re: [regression] BorderImage no longer displays

2017-03-20 Thread Adnane Belmadiaf
I believe the regression was fixed here https://bazaar.launchpad.net
/~ubuntu-sdk-team/ubuntu-ui-toolkit/staging/revision/2185

-- 
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/1673461

Title:
  [regression] BorderImage no longer displays

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  BorderImages no longer display at all with the latest UITK release.
  This can be reproduced with the following simple QML and the attached
  png/sci files:

  import QtQuick 2.2
  import Ubuntu.Components 1.3

  MainView {

  width: units.gu(20)
  height: units.gu(20)

  Rectangle {
  color: "black"
  anchors.fill: parent

  BorderImage {
  anchors.fill: parent
  source: "magnified_key.sci"
  }
  }

  }

  This appears to have been introduced in revision 1000.1114.3, if the
  above is tested with revision 1000.1114.2 it displays correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1673461/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1248134] Re: Selector uses colour in property names instead of color

2017-02-26 Thread Adnane Belmadiaf
I have seen a few places where colour is used instead of color, maybe
add a check to apicheck to warn against using British vs American
words(colour vs color, center vs centre).

-- 
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/1248134

Title:
  Selector uses colour in property names instead of color

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Also the documentation uses British spelling ("utilised") instead of
  American that we use in other places.

  I propose to update the documentation, and to add *Color properties
  that replace the *Colour properties which will be marked as
  deprecated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1248134/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1228922] Re: Provide a property to make a ListView header "sticky"

2017-02-25 Thread Adnane Belmadiaf
It was part of Qt Quick 2.4

-- 
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/1228922

Title:
  Provide a property to make a ListView header "sticky"

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  BlackBerry Cascades (their Qml toolkit) provides a
  "ListHeaderMode.Sticky" property  that would be very welcome in the
  Ubuntu Toolkit. I'll let their docs describe it:

  "We also use the headerMode property to customize the behavior of the
  header items in the list. By using ListHeaderMode.Sticky, when the
  list scrolls and a header reaches the top of the visible area, the
  header stays there (or "sticks") as the list continues to scroll,
  until a new header reaches the top."

  
http://developer.blackberry.com/native/documentation/cascades/ui/lists/lists_create_main_ui.html

  The Unity8 Dash seems to have an internal component that works in a
  similar fashion. Maybe it could be generalized:

  http://bazaar.launchpad.net/~unity-
  team/unity8/trunk/files/head:/plugins/ListViewWithPageHeader/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1228922/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1228922] Re: Provide a property to make a ListView header "sticky"

2017-02-25 Thread Adnane Belmadiaf
It was part of Qt 2.4

-- 
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/1228922

Title:
  Provide a property to make a ListView header "sticky"

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  BlackBerry Cascades (their Qml toolkit) provides a
  "ListHeaderMode.Sticky" property  that would be very welcome in the
  Ubuntu Toolkit. I'll let their docs describe it:

  "We also use the headerMode property to customize the behavior of the
  header items in the list. By using ListHeaderMode.Sticky, when the
  list scrolls and a header reaches the top of the visible area, the
  header stays there (or "sticks") as the list continues to scroll,
  until a new header reaches the top."

  
http://developer.blackberry.com/native/documentation/cascades/ui/lists/lists_create_main_ui.html

  The Unity8 Dash seems to have an internal component that works in a
  similar fashion. Maybe it could be generalized:

  http://bazaar.launchpad.net/~unity-
  team/unity8/trunk/files/head:/plugins/ListViewWithPageHeader/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1228922/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1228922] Re: Provide a property to make a ListView header "sticky"

2017-02-25 Thread Adnane Belmadiaf
This is already possible with ListView, you can even do more complex
stuff with it, attaching a full demo that explain the usage.

Can someone mark this as invalid ?

** Attachment added: "Main.qml"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1228922/+attachment/4826775/+files/Main.qml

-- 
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/1228922

Title:
  Provide a property to make a ListView header "sticky"

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  BlackBerry Cascades (their Qml toolkit) provides a
  "ListHeaderMode.Sticky" property  that would be very welcome in the
  Ubuntu Toolkit. I'll let their docs describe it:

  "We also use the headerMode property to customize the behavior of the
  header items in the list. By using ListHeaderMode.Sticky, when the
  list scrolls and a header reaches the top of the visible area, the
  header stays there (or "sticks") as the list continues to scroll,
  until a new header reaches the top."

  
http://developer.blackberry.com/native/documentation/cascades/ui/lists/lists_create_main_ui.html

  The Unity8 Dash seems to have an internal component that works in a
  similar fashion. Maybe it could be generalized:

  http://bazaar.launchpad.net/~unity-
  team/unity8/trunk/files/head:/plugins/ListViewWithPageHeader/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1228922/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1333228] Re: [sdk] Clicking on checkbox label should toggle the checkbox

2017-02-25 Thread Adnane Belmadiaf
@mpt can you please share the specification ?

-- 
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/1333228

Title:
  [sdk] Clicking on checkbox label should toggle the checkbox

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged
Status in unity8 package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu RTM:
  New

Bug description:
  For instance, take the "Connec to " pop-up dialog. When I touch 
the:
  [   ] Show password
  checkbox *label*, I'd expect the checkbox to toggle. I shouldn't need to have 
to exactly touch the checkbox box, which is a small area.

   (currently Canonical-only link): “As with a
  switch or radio button, when a checkbox has a label, it should be
  clickable/tappable together with the checkbox itself.”

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1333228/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1333228] Re: [sdk] Clicking on checkbox label should toggle the checkbox

2017-02-25 Thread Adnane Belmadiaf
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Adnane Belmadiaf (daker)

-- 
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/1333228

Title:
  [sdk] Clicking on checkbox label should toggle the checkbox

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged
Status in unity8 package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu RTM:
  New

Bug description:
  For instance, take the "Connec to " pop-up dialog. When I touch 
the:
  [   ] Show password
  checkbox *label*, I'd expect the checkbox to toggle. I shouldn't need to have 
to exactly touch the checkbox box, which is a small area.

  <https://goo.gl/rKtjAI> (currently Canonical-only link): “As with a
  switch or radio button, when a checkbox has a label, it should be
  clickable/tappable together with the checkbox itself.”

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1333228/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1323238] Re: Checkbox text Property is not working

2017-02-24 Thread Adnane Belmadiaf
*** This bug is a duplicate of bug 1333228 ***
https://bugs.launchpad.net/bugs/1333228

Dup of bug 1333228

** This bug has been marked a duplicate of bug 1333228
   [sdk] Clicking on checkbox label should toggle the checkbox

-- 
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/1323238

Title:
  Checkbox text Property is not working

Status in Ubuntu UI Toolkit:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Trying setting up text property for the textbox , which should show
  text next to the checkbox.

  Code
CheckBox{
  id:testChkBox
  text: "Testing"
  }

  Expected Result :- It should show the checkbox and text next to it

  Actual Result :- It just render checkbox not the text.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1323238/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1427663] Re: No padding on right side of Header

2017-02-23 Thread Adnane Belmadiaf
I guess this is has been fixed with the new redesign.

-- 
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/1427663

Title:
  No padding on right side of Header

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  When there's text at the right edge of the Header there's no padding/
  spacing/ margin at all, which is especially visible with a RTL locale
  such as Hebrew.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1427663/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1667157] Re: Toolkit doesn't change the layout when using an RTL language

2017-02-22 Thread Adnane Belmadiaf
** Description changed:

  Passing LANGUAGE="ar_MA.utf8" LANG="ar_MA.utf8" to the toolkit gallery
  doesn't change the layout direction, adding some debug statements gives
  me :
  
  QGuiApplication::layoutDirection() :  Qt::LayoutDirection(LeftToRight)
  QLocale::system().name() :  "ar_MA"
  
- The RTL locale gets loaded and the strings got translated but the layout
- is still Qt::LayoutDirection(LeftToRight)
- 
  Forcing the RTL layout in src/UbuntuToolkit/ucapplication.cpp makes the
- layoutDirection to change to Qt::LayoutDirection(RightToLeft) :
+ layoutDirection change to Qt::LayoutDirection(RightToLeft) :
  
  QGuiApplication::setLayoutDirection(Qt::RightToLeft);
  
  after that i get the correct value :
  
  QGuiApplication::layoutDirection() :  Qt::LayoutDirection(RightToLeft)
  QLocale::system().name() :  "ar_MA"

-- 
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/1667157

Title:
  Toolkit doesn't change the layout when using an RTL language

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Passing LANGUAGE="ar_MA.utf8" LANG="ar_MA.utf8" to the toolkit gallery
  doesn't change the layout direction, adding some debug statements
  gives me :

  QGuiApplication::layoutDirection() :  Qt::LayoutDirection(LeftToRight)
  QLocale::system().name() :  "ar_MA"

  Forcing the RTL layout in src/UbuntuToolkit/ucapplication.cpp makes
  the layoutDirection change to Qt::LayoutDirection(RightToLeft) :

  QGuiApplication::setLayoutDirection(Qt::RightToLeft);

  after that i get the correct value :

  QGuiApplication::layoutDirection() :  Qt::LayoutDirection(RightToLeft)
  QLocale::system().name() :  "ar_MA"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1667157/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1667165] [NEW] APL gets incorrectly layouted in RTL

2017-02-22 Thread Adnane Belmadiaf
Public bug reported:

Follow the change in bug 1667157, the launch the Toolkit gallery, see
screenshot.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Capture du 2017-02-22 23-55-14.png"
   
https://bugs.launchpad.net/bugs/1667165/+attachment/4824870/+files/Capture%20du%202017-02-22%2023-55-14.png

-- 
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/1667165

Title:
  APL gets incorrectly layouted in RTL

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Follow the change in bug 1667157, the launch the Toolkit gallery, see
  screenshot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1667165/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1667157] Re: Toolkit doesn't change the layout when using an RTL language

2017-02-22 Thread Adnane Belmadiaf
** Description changed:

  Passing LANGUAGE="ar_MA.utf8" LANG="ar_MA.utf8" to the toolkit gallery
  doesn't change the layout direction, adding some debug statements gives
  me :
  
  QGuiApplication::layoutDirection() :  Qt::LayoutDirection(LeftToRight)
  QLocale::system().name() :  "ar_MA"
+ 
+ The RTL locale gets loaded and the strings got translated but the layout
+ is still Qt::LayoutDirection(LeftToRight)
  
  Forcing the RTL layout in src/UbuntuToolkit/ucapplication.cpp makes the
  layoutDirection to change to Qt::LayoutDirection(RightToLeft) :
  
  QGuiApplication::setLayoutDirection(Qt::RightToLeft);
  
  after that i get the correct value :
  
  QGuiApplication::layoutDirection() :  Qt::LayoutDirection(RightToLeft)
  QLocale::system().name() :  "ar_MA"

-- 
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/1667157

Title:
  Toolkit doesn't change the layout when using an RTL language

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Passing LANGUAGE="ar_MA.utf8" LANG="ar_MA.utf8" to the toolkit gallery
  doesn't change the layout direction, adding some debug statements
  gives me :

  QGuiApplication::layoutDirection() :  Qt::LayoutDirection(LeftToRight)
  QLocale::system().name() :  "ar_MA"

  The RTL locale gets loaded and the strings got translated but the
  layout is still Qt::LayoutDirection(LeftToRight)

  Forcing the RTL layout in src/UbuntuToolkit/ucapplication.cpp makes
  the layoutDirection to change to Qt::LayoutDirection(RightToLeft) :

  QGuiApplication::setLayoutDirection(Qt::RightToLeft);

  after that i get the correct value :

  QGuiApplication::layoutDirection() :  Qt::LayoutDirection(RightToLeft)
  QLocale::system().name() :  "ar_MA"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1667157/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1667157] [NEW] Toolkit doesn't change the layout when using an RTL language

2017-02-22 Thread Adnane Belmadiaf
Public bug reported:

Passing LANGUAGE="ar_MA.utf8" LANG="ar_MA.utf8" to the toolkit gallery
doesn't change the layout direction, adding some debug statements gives
me :

QGuiApplication::layoutDirection() :  Qt::LayoutDirection(LeftToRight)
QLocale::system().name() :  "ar_MA"

Forcing the RTL layout in src/UbuntuToolkit/ucapplication.cpp makes the
layoutDirection to change to Qt::LayoutDirection(RightToLeft) :

QGuiApplication::setLayoutDirection(Qt::RightToLeft);

after that i get the correct value :

QGuiApplication::layoutDirection() :  Qt::LayoutDirection(RightToLeft)
QLocale::system().name() :  "ar_MA"

** Affects: ubuntu-ui-toolkit (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-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1667157

Title:
  Toolkit doesn't change the layout when using an RTL language

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Passing LANGUAGE="ar_MA.utf8" LANG="ar_MA.utf8" to the toolkit gallery
  doesn't change the layout direction, adding some debug statements
  gives me :

  QGuiApplication::layoutDirection() :  Qt::LayoutDirection(LeftToRight)
  QLocale::system().name() :  "ar_MA"

  Forcing the RTL layout in src/UbuntuToolkit/ucapplication.cpp makes
  the layoutDirection to change to Qt::LayoutDirection(RightToLeft) :

  QGuiApplication::setLayoutDirection(Qt::RightToLeft);

  after that i get the correct value :

  QGuiApplication::layoutDirection() :  Qt::LayoutDirection(RightToLeft)
  QLocale::system().name() :  "ar_MA"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1667157/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1666869] [NEW] QGuiApplication::layoutDirection() is always Qt::LeftToRight

2017-02-22 Thread Adnane Belmadiaf
Public bug reported:

While working on fixing the iconprovider to load -rtl icons i saw that
QGuiApplication::layoutDirection() is always Qt::LeftToRight and never
changes even if the gallery layout changes to RTL, i think the layout
changes are only applied to the elements rather that application.

** Affects: ubuntu-ui-toolkit (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-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1666869

Title:
  QGuiApplication::layoutDirection() is always Qt::LeftToRight

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  While working on fixing the iconprovider to load -rtl icons i saw that
  QGuiApplication::layoutDirection() is always Qt::LeftToRight and never
  changes even if the gallery layout changes to RTL, i think the layout
  changes are only applied to the elements rather that application.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1666869/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1660399] Re: Infinite ProgressBar should be more visual

2017-02-21 Thread Adnane Belmadiaf
I just saw that the trunk version has a visual bouncing bar rather than
the blinking text which solves the issue

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged => Invalid

** Changed in: ubuntu-ux
   Status: New => Invalid

-- 
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/1660399

Title:
  Infinite ProgressBar should be more visual

Status in Ubuntu UX:
  Invalid
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  a ProgressBar with the following declaration doesn't show any
  indication, i think the indication should be visual or when
  indeterminate is true showProgressPercentage should be locked to true

  ProgressBar {
  id: loading
  height: units.dp(3)
  showProgressPercentage: false
  indeterminate: true
  width: parent.width
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1660399/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1665938] Re: Pagestack backAction should point to the right in RTL

2017-02-21 Thread Adnane Belmadiaf
Bug 107 for the "back-rtl" icon

-- 
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/1665938

Title:
  Pagestack backAction should point to the right in RTL

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  The PageStack backAction should point to the right rather than the
  left when in RTL mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665938/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1630872] Re: Clear text (x) does not clear the first suggested but not committed word

2017-02-20 Thread Adnane Belmadiaf
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Christian Dywan (kalikiana) => Adnane Belmadiaf (daker)

-- 
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/1630872

Title:
  Clear text (x) does not clear the first suggested but not committed
  word

Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged

Bug description:
  When the "Word suggestions" option in the "Language & Text" settings then the 
(x) clear button does not clear the first not committed word from the text 
input.
  It seems that the suggested word is not yet in the text innut but only in the 
input method and the clear button does not clear the input method.
  After the first word is committed, the second suggestion is cleared if you 
clear the content.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1630872/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1630872] Re: Clear text (x) does not clear the first suggested but not committed word

2017-02-20 Thread Adnane Belmadiaf
This has been fixed in Qt 5.7 by introducing a clear method
http://doc.qt.io/qt-5/qml-qtquick-textinput.html#clear-method

-- 
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/1630872

Title:
  Clear text (x) does not clear the first suggested but not committed
  word

Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged

Bug description:
  When the "Word suggestions" option in the "Language & Text" settings then the 
(x) clear button does not clear the first not committed word from the text 
input.
  It seems that the suggested word is not yet in the text innut but only in the 
input method and the clear button does not clear the input method.
  After the first word is committed, the second suggestion is cleared if you 
clear the content.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1630872/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1665938] Re: Pagestack backAction should point to the right in RTL

2017-02-20 Thread Adnane Belmadiaf
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Adnane Belmadiaf (daker)

-- 
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/1665938

Title:
  Pagestack backAction should point to the right in RTL

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  The PageStack backAction should point to the right rather than the
  left when in RTL mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665938/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1665944] Re: ListItem title/subtitle should be aligned to the right in RTL mode

2017-02-18 Thread Adnane Belmadiaf
** Tags added: rtl

-- 
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/1665944

Title:
  ListItem title/subtitle should be aligned to the right in RTL mode

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  see the title

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665944/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1665944] Re: ListItem title/subtitle should be aligned to the right in RTL mode

2017-02-18 Thread Adnane Belmadiaf
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Adnane Belmadiaf (daker)

-- 
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/1665944

Title:
  ListItem title/subtitle should be aligned to the right in RTL mode

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  see the title

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665944/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1665944] [NEW] ListItem title/subtitle should be aligned to the right in RTL mode

2017-02-18 Thread Adnane Belmadiaf
Public bug reported:

see the title

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Assignee: Adnane Belmadiaf (daker)
 Status: New

-- 
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/1665944

Title:
  ListItem title/subtitle should be aligned to the right in RTL mode

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  see the title

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665944/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1665942] Re: PageHeader title should be aligned to the right in RTL mode

2017-02-18 Thread Adnane Belmadiaf
Test file with arabic title

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Adnane Belmadiaf (daker)

** Attachment added: "Main.qml"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665942/+attachment/4821756/+files/Main.qml

-- 
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/1665942

Title:
  PageHeader title should be aligned to the right in RTL mode

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  PageHeader title is always left aligned & correctly ellipsised

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665942/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1665942] [NEW] PageHeader title should be aligned to the right in RTL mode

2017-02-18 Thread Adnane Belmadiaf
Public bug reported:

PageHeader title is always left aligned & correctly ellipsised

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: rtl

** Tags added: rtl

-- 
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/1665942

Title:
  PageHeader title should be aligned to the right in RTL mode

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  PageHeader title is always left aligned & correctly ellipsised

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665942/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1665938] [NEW] Pagestack backAction should point to the right in RTL

2017-02-18 Thread Adnane Belmadiaf
Public bug reported:

The PageStack backAction should point to the right rather than the left
when in RTL mode.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: rtl

** Summary changed:

- Pagestack backbutton should point to the 
+ Pagestack backAction should point to the right in RTL

** Tags added: rtl

-- 
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/1665938

Title:
  Pagestack backAction should point to the right in RTL

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The PageStack backAction should point to the right rather than the
  left when in RTL mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665938/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1341559] Re: OptionSelector should have a count property like all the other model views

2017-02-18 Thread Adnane Belmadiaf
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Adnane Belmadiaf (daker)

-- 
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/1341559

Title:
  OptionSelector should have a count property like all the other model
  views

Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged

Bug description:
  I think this component should have a count option to know how many
  children are present, as ListView has.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1341559/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1241509] Re: Option selector down and arrow icons gray in Suru themes

2017-02-18 Thread Adnane Belmadiaf
This has been fixed.

-- 
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/1241509

Title:
  Option selector down and arrow icons gray in Suru themes

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  The new OptionSelector displays the down and tick icons in gray even
  while using the Suru themes. Screenshot can be seen at
  http://imgur.com/yfRrLxf. These icons need to be white.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1241509/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1663924] Re: filterCaseSensitivity doesn't work when used in SortFilterModel

2017-02-16 Thread Adnane Belmadiaf
I can confirm that using new RegExp("^" + searchTerms, "i") solves the
issue, maybe we can add that to the docs ?

-- 
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/1663924

Title:
  filterCaseSensitivity doesn't work when used in SortFilterModel

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  SortFilterModel does support sortCaseSensitivity but not
  filterCaseSensitivity or it doesn't work, demo attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1663924/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1661743] Re: XmlListModel with xml string triggers AppArmor denials

2017-02-16 Thread Adnane Belmadiaf
@jdstrand the issue is not with apparmor but with XmlListModel trying to
make a request(or access NM) while i am only using `xml` prop, the
content provided as string so no network calls should be made i think.

https://doc.qt.io/qt-5/qml-qtquick-xmllistmodel-xmllistmodel.html#xml-
prop

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtdeclarative-opensource-
src in Ubuntu.
https://bugs.launchpad.net/bugs/1661743

Title:
  XmlListModel with xml string triggers AppArmor denials

Status in qtdeclarative-opensource-src package in Ubuntu:
  Confirmed

Bug description:
  XmlListModel with xml string triggers AppArmor denials, when the xml
  prop is set no network call should be made since the source is a just
  a string not a url and no source prop is set

  import QtQuick 2.4
  import Ubuntu.Components 1.3
  import Ubuntu.Components.ListItems 1.3 as ListItem

  import QtQuick.XmlListModel 2.0

  import "servers_list.js" as Servers

  MainView {
  objectName: "mainView"
  applicationName: "demo.daker"

  width: units.gu(50)
  height: units.gu(75)

  automaticOrientation: true
  implicitWidth: units.gu(90)
  implicitHeight: units.gu(71)

  ListItem.ItemSelector {
  id: srvSelector
  model: XmlListModel {
  id: srvModel
  xml: Servers.list
  query: "/servers/server"
  XmlRole { name: "hostname"; query: "host/string()" }
  XmlRole { name: "port"; query: "port/string()" }
  }
  containerHeight: srvSelector.itemHeight * 4

  delegate: OptionSelectorDelegate {
  text: hostname + ":" + port;
  }
  }
  }

  # servers_list.js
  .pragma library

  
  var list = '' +
  '80google.com' +
  '80facebook.com' +
  '80twitter.com';

  AppArmor denials :

  QNetworkManagerInterface::QNetworkManagerInterface(QObject*) propsReply "An 
AppArmor policy prevents this sender from sending this message to this 
recipient; type="method_call", sender=":1.3076" (uid=32011 pid=4922 
comm="/usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene demo") 
interface="org.freedesktop.DBus.Properties" member="GetAll" error 
name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" 
(uid=0 pid=1705 comm="NetworkManager ")"
  QNetworkManagerInterface::QNetworkManagerInterface(QObject*) nmReply "An 
AppArmor policy prevents this sender from sending this message to this 
recipient; type="method_call", sender=":1.3076" (uid=32011 pid=4922 
comm="/usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene demo") 
interface="org.freedesktop.NetworkManager" member="GetDevices" error 
name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" 
(uid=0 pid=1705 comm="NetworkManager ")"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1661743/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1486940] Re: Example for UbuntuListView mix versions and doesn't work

2017-02-15 Thread Adnane Belmadiaf
The 15.04.6 are using the latest version, but the second example doesn't
work missing XmlListModel import

-- 
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/1486940

Title:
  Example for UbuntuListView mix versions and doesn't work

Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged

Bug description:
  The UbuntuListView example on wily contains 2 examples:
  - the first one exercise the 1.3 Ubuntu SDK version (import Ubuntu.Components 
1.3)
  - the second one exercise the 1.2 Ubuntu SDK version. (import 
Ubuntu.Components 1.2)

  This is confusing to the developers, only one version import should be
  shown (another bug is opened so that it matches the imports version on
  which you press F1).

  In addition to this, the second example doesn't work:
  import QtQuick 2.4
  import Ubuntu.Components 1.2
  import Ubuntu.Components.ListItems 1.0

  UbuntuListView {
  width: units.gu(40)
  height: units.gu(71)
  model: XmlListModel {
  source: "http://feeds.reuters.com/reuters/topNews;
  query: "/rss/channel/item"
  XmlRole { name: "title"; query: "title/string()" }
  }
  // let refresh control know when the refresh gets completed
  pullToRefresh {
  enable: true
  refreshing: model.status === XmlListModel.Loading
  onRefresh: model.reload()
  }
  delegate: ListItem.Standard {
  width: ListView.view.width
  height: units.gu(5)
  text: modelData
  onClicked: {
  ListView.view.model.reload();
  }
  }
  }

  It misses some import for QtQuick.XmlListModel 2.0. When fixing this, running 
it in wily, it then triggers an error: 
  ListItem.Standard - ListItem is not a namespace.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1486940/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1664758] [NEW] UbuntuListView leading/trailing Actions looks disabled on SuruDark

2017-02-14 Thread Adnane Belmadiaf
Public bug reported:

See screenshot

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Capture du 2017-02-14 23-08-08.png"
   
https://bugs.launchpad.net/bugs/1664758/+attachment/4819057/+files/Capture%20du%202017-02-14%2023-08-08.png

-- 
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/1664758

Title:
  UbuntuListView leading/trailing Actions looks disabled on SuruDark

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  See screenshot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1664758/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1495471] Re: ListItems.Subtitled subText not visible on SuruDark

2017-02-14 Thread Adnane Belmadiaf
I can confirm what zsombi said, ListItemLayout are correctly themed on
SuruDark

-- 
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/1495471

Title:
  ListItems.Subtitled subText not visible on SuruDark

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  As the title says. See attached qml file for an example.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1495471/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1660390] Re: Truncate PageHeader subtitle with ellipsis

2017-02-13 Thread Adnane Belmadiaf
** Attachment removed: "Capture du 2017-01-30 17:04:52.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660390/+attachment/4810975/+files/Capture%20du%202017-01-30%2017%3A04%3A52.jpg

-- 
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/1660390

Title:
  Truncate PageHeader subtitle with ellipsis

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  See screenshot & qml test

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1663924] [NEW] filterCaseSensitivity doesn't work when used in SortFilterModel

2017-02-11 Thread Adnane Belmadiaf
Public bug reported:

SortFilterModel does support sortCaseSensitivity but not
filterCaseSensitivity or it doesn't work, demo attached.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Main.qml"
   https://bugs.launchpad.net/bugs/1663924/+attachment/4817105/+files/Main.qml

** Attachment removed: "Main.qml"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1663924/+attachment/4817105/+files/Main.qml

-- 
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/1663924

Title:
  filterCaseSensitivity doesn't work when used in SortFilterModel

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  SortFilterModel does support sortCaseSensitivity but not
  filterCaseSensitivity or it doesn't work, demo attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1663924/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1663924] Re: filterCaseSensitivity doesn't work when used in SortFilterModel

2017-02-11 Thread Adnane Belmadiaf
** Attachment added: "Main.qml"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1663924/+attachment/4817106/+files/Main.qml

-- 
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/1663924

Title:
  filterCaseSensitivity doesn't work when used in SortFilterModel

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  SortFilterModel does support sortCaseSensitivity but not
  filterCaseSensitivity or it doesn't work, demo attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1663924/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1630872] Re: Clear text (x) does not clear the first suggested but not committed word

2017-02-10 Thread Adnane Belmadiaf
Maybe this is related bug 1661890

-- 
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/1630872

Title:
  Clear text (x) does not clear the first suggested but not committed
  word

Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged

Bug description:
  When the "Word suggestions" option in the "Language & Text" settings then the 
(x) clear button does not clear the first not committed word from the text 
input.
  It seems that the suggested word is not yet in the text innut but only in the 
input method and the clear button does not clear the input method.
  After the first word is committed, the second suggestion is cleared if you 
clear the content.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1630872/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1661890] Re: TextField in a Dialog returns nothing if prediction is enabled

2017-02-10 Thread Adnane Belmadiaf
** Summary changed:

- TextField in a a Dialog returns nothing if prediction is enabled
+ TextField in a Dialog returns nothing if prediction is enabled

-- 
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/1661890

Title:
  TextField in a Dialog returns nothing if prediction is enabled

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  TextField in a Dialog returns nothing if prediction is enabled,
  TextField return its content correctly when used alone, demo attached.

  using : OTA14

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1661890/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1661890] Re: TextField in a a Dialog returns nothing if prediction is enabled

2017-02-09 Thread Adnane Belmadiaf
** Project changed: ubuntu-sdk-ide => ubuntu-ui-toolkit

** Project changed: ubuntu-ui-toolkit => ubuntu-ui-toolkit (Ubuntu)

-- 
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/1661890

Title:
  TextField in a a Dialog returns nothing if prediction is enabled

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  TextField in a Dialog returns nothing if prediction is enabled,
  TextField return its content correctly when used alone, demo attached.

  using : OTA14

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1661890/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1661743] Re: XmlListModel with xml string triggers AppArmor denials

2017-02-09 Thread Adnane Belmadiaf
** Project changed: ubuntu-sdk-ide => ubuntu-ui-toolkit

** Project changed: ubuntu-ui-toolkit => ubuntu-ui-toolkit (Ubuntu)

-- 
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/1661743

Title:
  XmlListModel with xml string triggers AppArmor denials

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  XmlListModel with xml string triggers AppArmor denials, when the xml
  prop is set no network call should be made since the source is a just
  a string not a url and no source prop is set

  import QtQuick 2.4
  import Ubuntu.Components 1.3
  import Ubuntu.Components.ListItems 1.3 as ListItem

  import QtQuick.XmlListModel 2.0

  import "servers_list.js" as Servers

  MainView {
  objectName: "mainView"
  applicationName: "demo.daker"

  width: units.gu(50)
  height: units.gu(75)

  automaticOrientation: true
  implicitWidth: units.gu(90)
  implicitHeight: units.gu(71)

  ListItem.ItemSelector {
  id: srvSelector
  model: XmlListModel {
  id: srvModel
  xml: Servers.list
  query: "/servers/server"
  XmlRole { name: "hostname"; query: "host/string()" }
  XmlRole { name: "port"; query: "port/string()" }
  }
  containerHeight: srvSelector.itemHeight * 4

  delegate: OptionSelectorDelegate {
  text: hostname + ":" + port;
  }
  }
  }

  # servers_list.js
  .pragma library

  
  var list = '' +
  '80google.com' +
  '80facebook.com' +
  '80twitter.com';

  AppArmor denials :

  QNetworkManagerInterface::QNetworkManagerInterface(QObject*) propsReply "An 
AppArmor policy prevents this sender from sending this message to this 
recipient; type="method_call", sender=":1.3076" (uid=32011 pid=4922 
comm="/usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene demo") 
interface="org.freedesktop.DBus.Properties" member="GetAll" error 
name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" 
(uid=0 pid=1705 comm="NetworkManager ")"
  QNetworkManagerInterface::QNetworkManagerInterface(QObject*) nmReply "An 
AppArmor policy prevents this sender from sending this message to this 
recipient; type="method_call", sender=":1.3076" (uid=32011 pid=4922 
comm="/usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene demo") 
interface="org.freedesktop.NetworkManager" member="GetDevices" error 
name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" 
(uid=0 pid=1705 comm="NetworkManager ")"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1661743/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1663223] Re: UbuntuListView trailing elements don't follow the splitter in APL

2017-02-09 Thread Adnane Belmadiaf
Removing the Rectangle with SlotsLayout.position: SlotsLayout.Trailing;
makes things work as excepted, so i think this is a bug with
SlotsLayout.Trailing

-- 
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/1663223

Title:
  UbuntuListView trailing elements don't follow the splitter in APL

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  - Open the qml demo
  - Drag the first item to show the leadingActions
  - Restore the item to hide the leadingActions
  - Drag the splitter to increase the size the primary page

  Demo : https://paste.ubuntu.com/23960245/
  Video attached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1663223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1663223] [NEW] UbuntuListView trailing elements don't follow the splitter in APL

2017-02-09 Thread Adnane Belmadiaf
Public bug reported:

- Open the qml demo
- Drag the first item to show the leadingActions
- Restore the item to hide the leadingActions
- Drag the splitter to increase the size the primary page

Demo : https://paste.ubuntu.com/23960245/
Video attached

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "out.ogv"
   https://bugs.launchpad.net/bugs/1663223/+attachment/4815834/+files/out.ogv

-- 
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/1663223

Title:
  UbuntuListView trailing elements don't follow the splitter in APL

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  - Open the qml demo
  - Drag the first item to show the leadingActions
  - Restore the item to hide the leadingActions
  - Drag the splitter to increase the size the primary page

  Demo : https://paste.ubuntu.com/23960245/
  Video attached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1663223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1660604] Re: Wrong import statement for Menu/MenuGroup

2017-02-07 Thread Adnane Belmadiaf
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress => Fix Committed

-- 
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/1660604

Title:
  Wrong import statement for Menu/MenuGroup

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed

Bug description:
  The docs says that the import statement for Menu/MenuGroup is "import
  Ubuntu.Components 1.3", the correct import is "import
  Ubuntu.Components.Labs 1.0"

  https://developer.ubuntu.com/api/apps/qml/sdk-15.04.6/Ubuntu.Components.Menu/
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.6/Ubuntu.Components.MenuGroup/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660604/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1660604] Re: Wrong import statement for Menu/MenuGroup

2017-01-31 Thread Adnane Belmadiaf
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Adnane Belmadiaf (daker)

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => In Progress

-- 
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/1660604

Title:
  Wrong import statement for Menu/MenuGroup

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  The docs says that the import statement for Menu/MenuGroup is "import
  Ubuntu.Components 1.3", the correct import is "import
  Ubuntu.Components.Labs 1.0"

  https://developer.ubuntu.com/api/apps/qml/sdk-15.04.6/Ubuntu.Components.Menu/
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.6/Ubuntu.Components.MenuGroup/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660604/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1660604] [NEW] Wrong import statement for Menu/MenuGroup

2017-01-31 Thread Adnane Belmadiaf
Public bug reported:

The docs says that the import statement for Menu/MenuGroup is "import
Ubuntu.Components 1.3", the correct import is "import
Ubuntu.Components.Labs 1.0"

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.6/Ubuntu.Components.Menu/
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.6/Ubuntu.Components.MenuGroup/

** Affects: ubuntu-ui-toolkit (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-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1660604

Title:
  Wrong import statement for Menu/MenuGroup

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The docs says that the import statement for Menu/MenuGroup is "import
  Ubuntu.Components 1.3", the correct import is "import
  Ubuntu.Components.Labs 1.0"

  https://developer.ubuntu.com/api/apps/qml/sdk-15.04.6/Ubuntu.Components.Menu/
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.6/Ubuntu.Components.MenuGroup/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660604/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1660399] [NEW] Infinite ProgressBar should be have a more visual

2017-01-30 Thread Adnane Belmadiaf
Public bug reported:

a ProgressBar with the following declaration doesn't show any
indication, i think the indication should be visual or when
indeterminate is true showProgressPercentage should be locked to true

ProgressBar {
id: loading
height: units.dp(3)
showProgressPercentage: false
indeterminate: true
width: parent.width
}

** Affects: ubuntu-ui-toolkit (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-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1660399

Title:
  Infinite ProgressBar should be have a more visual

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  a ProgressBar with the following declaration doesn't show any
  indication, i think the indication should be visual or when
  indeterminate is true showProgressPercentage should be locked to true

  ProgressBar {
  id: loading
  height: units.dp(3)
  showProgressPercentage: false
  indeterminate: true
  width: parent.width
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660399/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1660390] Re: Truncate PageHeader subtitle with ellipsis

2017-01-30 Thread Adnane Belmadiaf
** Attachment added: "test.qml"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660390/+attachment/4810976/+files/test.qml

-- 
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/1660390

Title:
  Truncate PageHeader subtitle with ellipsis

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  See screenshot & qml test

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1660390] Re: Truncate PageHeader subtitle with ellipsis

2017-01-30 Thread Adnane Belmadiaf
** Attachment added: "Capture du 2017-01-30 17:04:52.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660390/+attachment/4810975/+files/Capture%20du%202017-01-30%2017%3A04%3A52.jpg

-- 
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/1660390

Title:
  Truncate PageHeader subtitle with ellipsis

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  See screenshot & qml test

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1660390] [NEW] Truncate PageHeader subtitle with ellipsis

2017-01-30 Thread Adnane Belmadiaf
Public bug reported:

See screenshot & qml test

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Capture du 2017-01-30 17:04:52.jpg"
   
https://bugs.launchpad.net/bugs/1660390/+attachment/4810974/+files/Capture%20du%202017-01-30%2017%3A04%3A52.jpg

-- 
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/1660390

Title:
  Truncate PageHeader subtitle with ellipsis

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  See screenshot & qml test

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1658121] [NEW] TextArea: QtQuick.TextEdit append is not exposed

2017-01-20 Thread Adnane Belmadiaf
Public bug reported:

TextArea doesn't expose "append" as QtQuick.TextEdit does.

** Affects: ubuntu-ui-toolkit (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-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1658121

Title:
  TextArea: QtQuick.TextEdit append is not exposed

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  TextArea doesn't expose "append" as QtQuick.TextEdit does.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1658121/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1655402] Re: Exit fullscreen brings the tabs listing view

2017-01-16 Thread Adnane Belmadiaf
I am on OTA-14 and this is what i am seeing

** Attachment added: "20170116_200106.mp4"
   
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1655402/+attachment/4805140/+files/20170116_200106.mp4

-- 
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/1655402

Title:
  Exit fullscreen brings the tabs listing view

Status in Ubuntu UX:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Actually to exit the fullscreen mode you need to pull up, but this
  gesture also brings the tabs listing view, so i think the right
  gesture is pull down which make the browser-app exist fullscreen mode
  and the user will start pulling the notification bar which i think the
  correct behavior for him.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1655402/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1655402] Re: Exit fullscreen brings the tabs listing view

2017-01-10 Thread Adnane Belmadiaf
Yeah i mean even right now if you pull down it makes the browser exist
the fullscreen mode only compared to the pull up gesture.

-- 
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/1655402

Title:
  Exit fullscreen brings the tabs listing view

Status in Ubuntu UX:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Actually to exit the fullscreen mode you need to pull up, but this
  gesture also brings the tabs listing view, so i think the right
  gesture is pull down which make the browser-app exist fullscreen mode
  and the user will start pulling the notification bar which i think the
  correct behavior for him.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1655402/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1655402] Re: Exit fullscreen brings the tabs listing view

2017-01-10 Thread Adnane Belmadiaf
** Description changed:

  Actually to exit the fullscreen mode you need to pull up, but this
  gesture also brings the tabs listing view, so i think the right gesture
- is pull down which make the browser-app exists fullscreen mode and the
+ is pull down which make the browser-app exist fullscreen mode and the
  user will start pulling the notification bar which i think the correct
  behavior for him.

-- 
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/1655402

Title:
  Exit fullscreen brings the tabs listing view

Status in Ubuntu UX:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Actually to exit the fullscreen mode you need to pull up, but this
  gesture also brings the tabs listing view, so i think the right
  gesture is pull down which make the browser-app exist fullscreen mode
  and the user will start pulling the notification bar which i think the
  correct behavior for him.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1655402/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1655402] [NEW] Exit fullscreen brings the tabs listing view

2017-01-10 Thread Adnane Belmadiaf
Public bug reported:

Actually to exit the fullscreen mode you need to pull up, but this
gesture also brings the tabs listing view, so i think the right gesture
is pull down which make the browser-app exists fullscreen mode and the
user will start pulling the notification bar which i think the correct
behavior for him.

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/1655402

Title:
  Exit fullscreen brings the tabs listing view

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Actually to exit the fullscreen mode you need to pull up, but this
  gesture also brings the tabs listing view, so i think the right
  gesture is pull down which make the browser-app exists fullscreen mode
  and the user will start pulling the notification bar which i think the
  correct behavior for him.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1655402/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1297420] Re: Audio playback level is lower than native apps.

2017-01-10 Thread Adnane Belmadiaf
I can confirm this issue in OTA-14

-- 
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/1297420

Title:
  Audio playback level is lower than native apps.

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  Go to Scopes scope
  Tap grooveshark
  Tap a song (I chose Get Lucky by Daft Punk)
  Click "Play in Grooveshark"
  Click "Play" button in the browser. 
  Note the audio level is much lower than the native music app.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: webbrowser-app 0.23+14.04.20140319-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: armhf
  Date: Tue Mar 25 17:16:25 2014
  InstallationDate: Installed on 2014-03-25 (0 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf 
(20140325.3)
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   SHELL=/bin/bash
  SourcePackage: webbrowser-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1297420/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1627698] [NEW] Caret position not taken into account when word prediction is enabled

2016-09-26 Thread Adnane Belmadiaf
Public bug reported:

Steps :

1- Enable word prediction
2- Open the webbrowser-app
3- Type "ubuntu" in the search field(not the addressbar, also note that the 
word is underlined)
4- Move the caret to the beginning of the word, then type "k"

What should happen :
- The finale word should be "kubuntu"

Result :
- You get "ubuntuk"

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/1627698

Title:
  Caret position not taken into account when word prediction is enabled

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Steps :

  1- Enable word prediction
  2- Open the webbrowser-app
  3- Type "ubuntu" in the search field(not the addressbar, also note that the 
word is underlined)
  4- Move the caret to the beginning of the word, then type "k"

  What should happen :
  - The finale word should be "kubuntu"

  Result :
  - You get "ubuntuk"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1627698/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1338180] Re: iframe doesn't display anything when a load fails

2015-10-08 Thread Adnane Belmadiaf
i guess it's also a matter of i18n the error page content, handling the
size of assets depending on the screen, i think this is how it's done in
Chrome/ium

https://chromium.googlesource.com/chromium/src/+/master/chrome/renderer/resources/neterror.html
https://chromium.googlesource.com/chromium/src/+/master/chrome/renderer/resources/neterror.js

-- 
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/1338180

Title:
  iframe doesn't display anything when a load fails

Status in Oxide:
  New
Status in webbrowser-app:
  Invalid
Status in webbrowser-app package in Ubuntu:
  Confirmed
Status in webbrowser-app package in Ubuntu RTM:
  Confirmed

Bug description:
  Ex : http://jsfiddle.net/zHR89/

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1338180/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1301842] Re: lockscreen re-locks after unlocking if wallpaper chaged in the backgroud

2015-02-01 Thread Adnane Belmadiaf
Sorry for the late reply, i am not able to reproduce it anymore

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1301842

Title:
  lockscreen re-locks after unlocking if wallpaper chaged in the
  backgroud

Status in Unity:
  Incomplete
Status in Unity 7.2 series:
  Incomplete
Status in unity package in Ubuntu:
  Incomplete

Bug description:
  Lockscreen re-locks if rotating wallpaper changes in the background
  before unlocking .

  1. set to community wallpaper xml file which rotates wappers automatically
  2. Lock the screen and return after 10 mins
  3, unlock the screen using password
  4. After a few seconds, the screen will re-lock with the latest changed 
wallpaper in the background

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1301842/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1381806] [NEW] webapp-container: unrecognized option

2014-10-15 Thread Adnane Belmadiaf
Public bug reported:

While launching the gmail app i saw those 3 lines :

webapp-container: unrecognized option '--store-session-cookies'
webapp-container: unrecognized option '--accountProvider=google'
webapp-container: unrecognized option 
'--webappUrlPatterns=https?://mail.google.*/*,https?://accounts.google.*/*,https?://accounts.google.co.*/*,https?://www.go

Someone also had this issue using QTC :

Debug-helper Executing 
/usr/bin/ubuntu-html5-app-launcher['/usr/bin/ubuntu-html5-app-launcher', '$@', 
'--www=www', '--inspector']
/usr/bin/ubuntu-html5-app-launcher: unrecognized option '--www=www'
/usr/bin/ubuntu-html5-app-launcher: unrecognized option '--inspector'
Ignoring argument:  $@

http://irclogs.ubuntu.com/2014/10/13/%23ubuntu-app-devel.html#t15:32

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: webbrowser-app 0.23+14.10.20141006-0ubuntu1
Uname: Linux 3.4.0-5-mako armv7l
ApportVersion: 2.14.7-0ubuntu5
Architecture: armhf
Date: Wed Oct 15 23:43:37 2014
InstallationDate: Installed on 2014-10-08 (7 days ago)
InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20141008-100505)
SourcePackage: webbrowser-app
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug armhf utopic

-- 
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/1381806

Title:
  webapp-container: unrecognized option

Status in “webbrowser-app” package in Ubuntu:
  New

Bug description:
  While launching the gmail app i saw those 3 lines :

  webapp-container: unrecognized option '--store-session-cookies'
  webapp-container: unrecognized option '--accountProvider=google'
  webapp-container: unrecognized option 
'--webappUrlPatterns=https?://mail.google.*/*,https?://accounts.google.*/*,https?://accounts.google.co.*/*,https?://www.go

  Someone also had this issue using QTC :

  Debug-helper Executing 
/usr/bin/ubuntu-html5-app-launcher['/usr/bin/ubuntu-html5-app-launcher', '$@', 
'--www=www', '--inspector']
  /usr/bin/ubuntu-html5-app-launcher: unrecognized option '--www=www'
  /usr/bin/ubuntu-html5-app-launcher: unrecognized option '--inspector'
  Ignoring argument:  $@

  http://irclogs.ubuntu.com/2014/10/13/%23ubuntu-app-devel.html#t15:32

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: webbrowser-app 0.23+14.10.20141006-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.7-0ubuntu5
  Architecture: armhf
  Date: Wed Oct 15 23:43:37 2014
  InstallationDate: Installed on 2014-10-08 (7 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20141008-100505)
  SourcePackage: webbrowser-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1381806/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1375491] [NEW] Store scope change the layout after opening the app preview

2014-09-29 Thread Adnane Belmadiaf
Public bug reported:

- Open the apps scope
- Long tape on any app to get the preview
- Hit the back button

What to expect :
The layout should stay the same

What do i get :
The layout change to the old way once you hit the back button

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity8 8.00+14.10.20140926-0ubuntu1
Uname: Linux 3.4.0-5-mako armv7l
ApportVersion: 2.14.7-0ubuntu2
Architecture: armhf
Date: Mon Sep 29 23:22:09 2014
InstallationDate: Installed on 2014-09-29 (0 days ago)
InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140929-020204)
SourcePackage: unity8
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: unity8 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug armhf utopic

** Attachment added: store-before.png
   
https://bugs.launchpad.net/bugs/1375491/+attachment/4219660/+files/store-before.png

-- 
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/1375491

Title:
  Store scope change the layout after opening the app preview

Status in “unity8” package in Ubuntu:
  New

Bug description:
  - Open the apps scope
  - Long tape on any app to get the preview
  - Hit the back button

  What to expect :
  The layout should stay the same

  What do i get :
  The layout change to the old way once you hit the back button

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 8.00+14.10.20140926-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: armhf
  Date: Mon Sep 29 23:22:09 2014
  InstallationDate: Installed on 2014-09-29 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140929-020204)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1375491/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1375491] Re: Store scope change the layout after opening the app preview

2014-09-29 Thread Adnane Belmadiaf
** Attachment added: store-after.png
   
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1375491/+attachment/4219666/+files/store-after.png

-- 
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/1375491

Title:
  Store scope change the layout after opening the app preview

Status in “unity8” package in Ubuntu:
  New

Bug description:
  - Open the apps scope
  - Long tape on any app to get the preview
  - Hit the back button

  What to expect :
  The layout should stay the same

  What do i get :
  The layout change to the old way once you hit the back button

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 8.00+14.10.20140926-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: armhf
  Date: Mon Sep 29 23:22:09 2014
  InstallationDate: Installed on 2014-09-29 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140929-020204)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1375491/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1374548] [NEW] Manage scopes view overlaps the scope preview

2014-09-26 Thread Adnane Belmadiaf
Public bug reported:

Steps to reproduce the issue :

- Pull up to reveal the Manage Scopes view
- Tape on All
- Long Tape on Applications Scope to get the preview
- Tape on the Search button
- Pull up again to reveal the Manage Scopes view

see screenshot.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity8 8.00+14.10.20140918.3-0ubuntu1
Uname: Linux 3.4.0-5-mako armv7l
ApportVersion: 2.14.7-0ubuntu2
Architecture: armhf
Date: Fri Sep 26 17:54:07 2014
InstallationDate: Installed on 2014-09-26 (0 days ago)
InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140926-020204)
SourcePackage: unity8
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: unity8 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug armhf utopic

** Attachment added: scope.png
   https://bugs.launchpad.net/bugs/1374548/+attachment/4216342/+files/scope.png

-- 
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/1374548

Title:
  Manage scopes view overlaps the scope preview

Status in “unity8” package in Ubuntu:
  New

Bug description:
  Steps to reproduce the issue :

  - Pull up to reveal the Manage Scopes view
  - Tape on All
  - Long Tape on Applications Scope to get the preview
  - Tape on the Search button
  - Pull up again to reveal the Manage Scopes view

  see screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 8.00+14.10.20140918.3-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: armhf
  Date: Fri Sep 26 17:54:07 2014
  InstallationDate: Installed on 2014-09-26 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140926-020204)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1374548/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1356837] Re: Click store shows apps to install but they're already installed

2014-08-14 Thread Adnane Belmadiaf
$ tail -f ~/.cache/upstart/scope-registry.log
[...]
2014-08-14 20:28:30,757 - WARNING - Can't parse 'click list' output:  
** (process:15096): WARNING **: user.vala:742: Failed to parse manifest in 
/opt/click.ubuntu.com/com.ubuntu.developer.kumarasinghe.youtune-player/0.1.1/.click/info/com.ubuntu.developer.kumarasinghe.youtune-player.manifest:
 JSON data must be UTF-8 encoded

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scope-click in
Ubuntu.
https://bugs.launchpad.net/bugs/1356837

Title:
  Click store shows apps to install but they're already installed

Status in “unity-scope-click” package in Ubuntu:
  Triaged

Bug description:
  phablet@ubuntu-phablet:~$ click list | grep terminal
  com.ubuntu.terminal   0.5.106

  Yet, see screenshot.

  Even if I click Install and exit the store and come back it's still
  available to install.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1356837/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1350401] Re: Incorrect time after NITZ operation made by the operator

2014-07-31 Thread Adnane Belmadiaf
Noticed that just after a reboot, the GMT+1 time is displayed for a few
seconds on the indicator/greeter then it switch to GMT time

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1350401

Title:
  Incorrect time after NITZ operation made by the operator

Status in “indicator-datetime” package in Ubuntu:
  New

Bug description:
  On 29/07/2014 their was a major issue with time in Morocco, where the
  operator changed the time over the GSM network from GMT to GMT+1(DST)
  by mistake

  After the update the clock  the u-s-s shows the correct time(with
  GMT+1) but the indicator-datetime  the greeter still shows the GMT
  time

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: indicator-datetime 13.10.0+14.10.20140725-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.5-0ubuntu1
  Architecture: armhf
  Date: Wed Jul 30 15:57:10 2014
  InstallationDate: Installed on 2014-07-30 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140730-120006)
  SourcePackage: indicator-datetime
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1350401/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1350401] [NEW] Incorrect time after NITZ operation made by the operator

2014-07-30 Thread Adnane Belmadiaf
Public bug reported:

On 29/07/2014 their was a major issue with time in Morocco, where the
operator changed the time over the GSM network from GMT to GMT+1(DST) by
mistake

After the update the clock  the u-s-s shows the correct time(with
GMT+1) but the indicator-datetime  the greeter still shows the GMT time

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: indicator-datetime 13.10.0+14.10.20140725-0ubuntu1
Uname: Linux 3.4.0-5-mako armv7l
ApportVersion: 2.14.5-0ubuntu1
Architecture: armhf
Date: Wed Jul 30 15:57:10 2014
InstallationDate: Installed on 2014-07-30 (0 days ago)
InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140730-120006)
SourcePackage: indicator-datetime
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: indicator-datetime (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug armhf utopic

** Attachment added: overview.png
   
https://bugs.launchpad.net/bugs/1350401/+attachment/4165868/+files/overview.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1350401

Title:
  Incorrect time after NITZ operation made by the operator

Status in “indicator-datetime” package in Ubuntu:
  New

Bug description:
  On 29/07/2014 their was a major issue with time in Morocco, where the
  operator changed the time over the GSM network from GMT to GMT+1(DST)
  by mistake

  After the update the clock  the u-s-s shows the correct time(with
  GMT+1) but the indicator-datetime  the greeter still shows the GMT
  time

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: indicator-datetime 13.10.0+14.10.20140725-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.5-0ubuntu1
  Architecture: armhf
  Date: Wed Jul 30 15:57:10 2014
  InstallationDate: Installed on 2014-07-30 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140730-120006)
  SourcePackage: indicator-datetime
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1350401/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1350401] Re: Incorrect time after NITZ operation made by the operator

2014-07-30 Thread Adnane Belmadiaf
** Attachment added: uss.png
   
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1350401/+attachment/4165872/+files/uss.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1350401

Title:
  Incorrect time after NITZ operation made by the operator

Status in “indicator-datetime” package in Ubuntu:
  New

Bug description:
  On 29/07/2014 their was a major issue with time in Morocco, where the
  operator changed the time over the GSM network from GMT to GMT+1(DST)
  by mistake

  After the update the clock  the u-s-s shows the correct time(with
  GMT+1) but the indicator-datetime  the greeter still shows the GMT
  time

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: indicator-datetime 13.10.0+14.10.20140725-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.5-0ubuntu1
  Architecture: armhf
  Date: Wed Jul 30 15:57:10 2014
  InstallationDate: Installed on 2014-07-30 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140730-120006)
  SourcePackage: indicator-datetime
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1350401/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1350401] Re: Incorrect time after NITZ operation made by the operator

2014-07-30 Thread Adnane Belmadiaf
** Attachment added: terminal.png
   
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1350401/+attachment/4165873/+files/terminal.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1350401

Title:
  Incorrect time after NITZ operation made by the operator

Status in “indicator-datetime” package in Ubuntu:
  New

Bug description:
  On 29/07/2014 their was a major issue with time in Morocco, where the
  operator changed the time over the GSM network from GMT to GMT+1(DST)
  by mistake

  After the update the clock  the u-s-s shows the correct time(with
  GMT+1) but the indicator-datetime  the greeter still shows the GMT
  time

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: indicator-datetime 13.10.0+14.10.20140725-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.5-0ubuntu1
  Architecture: armhf
  Date: Wed Jul 30 15:57:10 2014
  InstallationDate: Installed on 2014-07-30 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140730-120006)
  SourcePackage: indicator-datetime
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1350401/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1350401] Re: Incorrect time after NITZ operation made by the operator

2014-07-30 Thread Adnane Belmadiaf
** Attachment added: clock.png
   
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1350401/+attachment/4165871/+files/clock.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1350401

Title:
  Incorrect time after NITZ operation made by the operator

Status in “indicator-datetime” package in Ubuntu:
  New

Bug description:
  On 29/07/2014 their was a major issue with time in Morocco, where the
  operator changed the time over the GSM network from GMT to GMT+1(DST)
  by mistake

  After the update the clock  the u-s-s shows the correct time(with
  GMT+1) but the indicator-datetime  the greeter still shows the GMT
  time

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: indicator-datetime 13.10.0+14.10.20140725-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.5-0ubuntu1
  Architecture: armhf
  Date: Wed Jul 30 15:57:10 2014
  InstallationDate: Installed on 2014-07-30 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140730-120006)
  SourcePackage: indicator-datetime
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1350401/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1350401] Re: Incorrect time after NITZ operation made by the operator

2014-07-30 Thread Adnane Belmadiaf
** Attachment added: greeter.png
   
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1350401/+attachment/4165874/+files/greeter.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1350401

Title:
  Incorrect time after NITZ operation made by the operator

Status in “indicator-datetime” package in Ubuntu:
  New

Bug description:
  On 29/07/2014 their was a major issue with time in Morocco, where the
  operator changed the time over the GSM network from GMT to GMT+1(DST)
  by mistake

  After the update the clock  the u-s-s shows the correct time(with
  GMT+1) but the indicator-datetime  the greeter still shows the GMT
  time

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: indicator-datetime 13.10.0+14.10.20140725-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.5-0ubuntu1
  Architecture: armhf
  Date: Wed Jul 30 15:57:10 2014
  InstallationDate: Installed on 2014-07-30 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140730-120006)
  SourcePackage: indicator-datetime
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1350401/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp