[Bug 1620173] Re: Qt5 5.6 regression: conversion from QVariant to QString is broken

2017-04-11 Thread Timo Jyrinki
** Changed in: qtbase-opensource-src (Ubuntu) Assignee: Timo Jyrinki (timo-jyrinki) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1620173 Title: Qt5 5.6 regression: conversion f

[Bug 1620173] Re: Qt5 5.6 regression: conversion from QVariant to QString is broken

2016-09-14 Thread Timo Jyrinki
Unfortunately fixing this would be causing true regressions in at least ktexteditor and pyqt5: https://requests.ci- train.ubuntu.com/static/britney/landing-1920/yakkety/excuses.html https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-yakkety-ci-tr

[Bug 1620173] Re: Qt5 5.6 regression: conversion from QVariant to QString is broken

2016-09-08 Thread Timo Jyrinki
Also https://codereview.qt-project.org/#/c/139057/ is needed. Next time, full debdiff with working and rebased patches please :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1620173 Title: Qt5 5.6

[Bug 1620173] Re: Qt5 5.6 regression: conversion from QVariant to QString is broken

2016-09-07 Thread Mathieu Pellerin
Timo, yes sorry, you've got the proper link :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1620173 Title: Qt5 5.6 regression: conversion from QVariant to QString is broken To manage notifications

[Bug 1620173] Re: Qt5 5.6 regression: conversion from QVariant to QString is broken

2016-09-07 Thread Timo Jyrinki
The patches do not apply to 5.6 as is, although it doesn't look too complicated failing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1620173 Title: Qt5 5.6 regression: conversion from QVariant to

[Bug 1620173] Re: Qt5 5.6 regression: conversion from QVariant to QString is broken

2016-09-07 Thread Timo Jyrinki
I think you meant https://codereview.qt-project.org/#/c/104737/32/ for patch 1 :D -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1620173 Title: Qt5 5.6 regression: conversion from QVariant to QString

[Bug 1620173] Re: Qt5 5.6 regression: conversion from QVariant to QString is broken

2016-09-05 Thread Timo Jyrinki
Thanks for the report and finding both of the commits! ** Changed in: qtbase-opensource-src (Ubuntu) Assignee: (unassigned) => Timo Jyrinki (timo-jyrinki) ** Changed in: qtbase-opensource-src (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a m

[Bug 1620173] Re: Qt5 5.6 regression: conversion from QVariant to QString is broken

2016-09-05 Thread Mathieu Pellerin
Ok, while trying to create a debdiff (with the help of Simon Q on IRC, thanks :) ), I realized the above is effectively part 2, and part 1 is this commit: Part 1: https://codereview.qt-project.org/#/c/127924/12//ALL,unified Part 2: https://codereview.qt-project.org/#/c/127924/12//ALL,unified (same

[Bug 1620173] Re: Qt5 5.6 regression: conversion from QVariant to QString is broken

2016-09-04 Thread Mathieu Pellerin
** Description changed: A regression was introduced in Qt5 5.5 - fixed in 5.7 - whereas conversion from QVariant to QString is broken for double and float values (you can see more details on this here: https://bugreports.qt.io/browse/QTBUG-47192). The patch fixing this issue is the fo