[Bug 1626445] Re: lttng shouldn't be enabled out of the box/ incompatible with snappy confinement

2016-09-22 Thread Loïc Molinari
I've checked again and the toolkit doesn't link to liblttng-ust, it just dlopens it when UC_METRICS_LOGGING=lttng is set. We don't see libumlttng.so in the maps so that means UC_METRICS_LOGGING is not set in the dekko case. That said, I've seen that libubuntu-app-launch (at least) links to

[Bug 1619483] Re: [Qt-5.6 distropatch] Fix GCC -Wsuggest-override warning on Q_OBJECT

2016-09-07 Thread Loïc Molinari
https://codereview.qt-project.org/#/c/169969/ has been approved. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1619483 Title: [Qt-5.6 distropatch] Fix GCC -Wsuggest-override warning on Q_OBJECT To

[Bug 1619483] Re: [Qt-5.6 distropatch] Fix GCC -Wsuggest-override warning on Q_OBJECT

2016-09-01 Thread Loïc Molinari
** Summary changed: - Fix GCC -Wsuggest-override warning on Q_OBJECT + [Qt-5.6 distropatch] Fix GCC -Wsuggest-override warning on Q_OBJECT -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1619483

[Bug 1619483] [NEW] Fix GCC -Wsuggest-override warning on Q_OBJECT

2016-09-01 Thread Loïc Molinari
Public bug reported: The C++11 override keyword cannot be used in the Q_OBJECT macro. Qt 5.6 disables the equivalent for clang but not for GCC. The required patches are [1] and [2]. I've just proposed the latter one upstream because there was an error in the former patch. [1]

[Bug 1580792] Re: Unity8 on Intel Atoms performs poorly

2016-05-26 Thread Loïc Molinari
Looking at the i915 bug report, it seems like the distance field text rendering shader in Qt has too much instructions (in its HQ version) and exceeds the number of texture indirections, would be interesting to check if the distance field UbuntuShape shader has the same issue. It would also be

[Bug 1549455] Re: Unity8-dash on Intel Pineview graphics crashes and restarts continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, mEglContext) == EGL_TRUE"]

2016-05-09 Thread Loïc Molinari
Not related to the assertion but I got a Netbook with such a chip and it was easily falling back to slow GPU/driver pathes. I remember for instance transcendental functions in pixel shaders (sin, cos, etc) taking ~1 sec to complete. So we could be hitting such an issue. Last time I checked QtQuick

[Bug 1546984] Re: Performance monitor dangling window pointer crash

2016-02-18 Thread Loïc Molinari
Stacktrace is: http://pastebin.ubuntu.com/15101787/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1546984 Title: Performance monitor dangling window pointer crash To manage notifications about

[Bug 1546986] Re: Performance monitor dangling timer pointer crash

2016-02-18 Thread Loïc Molinari
** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- perf-monitor-dangling-timer-pointer-fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1546986 Title: Performance monitor

[Bug 1546986] [NEW] Performance monitor dangling timer pointer crash

2016-02-18 Thread Loïc Molinari
Public bug reported: Performance monitor sometimes crashes with a NULL QElapsedTimer pointer dereference. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Critical Status: In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1546984] [NEW] Performance monitor dangling window pointer crash

2016-02-18 Thread Loïc Molinari
Public bug reported: The performance monitor sometimes crashes on exit while disconnecting from a QWindow signal with window pointer that's already deleted. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Loïc Molinari (loic.molinari) Status: In Progress

[Bug 1546546] Re: ProportionalShape is a square if width == 8gu

2016-02-17 Thread Loïc Molinari
** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- proportional-shape-ensured-correct-ratio-width-default-size -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1546546 Title:

[Bug 1546546] Re: ProportionalShape is a square if width == 8gu

2016-02-17 Thread Loïc Molinari
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Loïc Molinari (loic.molinari) -- You received this bug not

[Bug 1526813] Re: Need support for stroke style Rectangle

2016-01-12 Thread Loïc Molinari
This is actually exposed by QtQuick Rectangle using border.width and border.color set to Qt.rgba(0.0, 0.0, 0.0, 0.0). Setting a transparent color for the fill is correctly interpreted by QSGDefaultRectangleNode as a request to render a mesh that's only made of the border pixels (fill pixels are

[Bug 1523836] Re: Need support for stroke style UbuntuShape

2016-01-11 Thread Loïc Molinari
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- private-shapes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1461077] Re: Unit test aliasing of UbuntuShape

2015-11-24 Thread Loïc Molinari
There's no tricky workarounds anymore. A generic solution has been pushed that works in all cases. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1519414] [NEW] [UbuntuShape] Properties deprecated in 1.3 log a warning when import version < 1.3

2015-11-24 Thread Loïc Molinari
Public bug reported: The properties deprecated in 1.3 log a warning when the import version is less than 1.3. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Medium Assignee: Loïc Molinari (loic.molinari) Status: In Progress ** Branch linked: lp:~loic.molinari/ubuntu-ui

[Bug 1458609] Re: Requested surface format is ignored

2015-10-28 Thread Loïc Molinari
** Branch linked: lp:~unity-team/qtubuntu/requested-surface-format-fix ** Branch unlinked: lp:~loic.molinari/qtubuntu/qtubuntu-requested- surface-format-fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1510218] Re: mir_connection_get_egl_pixel_format() crashes if libEGL is loaded RTLD_LAZY

2015-10-27 Thread Loïc Molinari
Cool, thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1510218 Title: mir_connection_get_egl_pixel_format() crashes if libEGL is loaded RTLD_LAZY To manage notifications about this bug go

[Bug 1510218] Re: mir_connection_get_egl_pixel_format() crashes if libEGL is loaded RTLD_LAZY

2015-10-27 Thread Loïc Molinari
> Wouldn't it just be the Android platform plugin that would be linked to libEGL? (And not libmirclient) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1510218 Title:

[Bug 1510218] Re: mir_connection_get_egl_pixel_format() crashes if libEGL is loaded RTLD_LAZY

2015-10-27 Thread Loïc Molinari
> I'm not promising a fix, because this is an intentional feature. Do you have other nice features like that? :) > mir_connection_get_egl_pixel_format() crashes if you're not linked to libEGL QtUbuntu is linked to libEGL. > Unfortunately we can't link to EGL. Because then you have: > (a)

[Bug 1510717] [NEW] [Phone] Top of the Dash is black when going to spread mode

2015-10-27 Thread Loïc Molinari
Public bug reported: On the phone, when doing a right swipe from the Dash, we can see that the top part of the Dash surface (the part that is below the indicators bar) is black. It is clearly visible when there's no other applications running than the Dash. ** Affects: unity8 (Ubuntu)

[Bug 1505221] Re: [UbuntuShape] Broken on OpenGL ES 2 when TEXTURE_MAX_LEVEL not available (emulator)

2015-10-12 Thread Loïc Molinari
** Summary changed: - Ubuntu-emulator: icons/image/text fields only show the bottom half + [UbuntuShape] Broken on OpenGL ES 2 when TEXTURE_MAX_LEVEL not available (emulator) ** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- opengles-mipmap-path-fix -- You received this

[Bug 1502093] Re: UbuntuShape crash with latest UITK on mako/flo

2015-10-02 Thread Loïc Molinari
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Loïc Molinari (loic.molinari) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1502093 Title: UbuntuShape crash with lat

[Bug 1502093] Re: UbuntuShape crash with latest UITK on mako/flo

2015-10-02 Thread Loïc Molinari
** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- adreno-320-shader-compiler-workaround -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1502093 Title: UbuntuShape crash with

[Bug 1502093] Re: UbuntuShape crash with latest UITK on mako/flo

2015-10-02 Thread Loïc Molinari
So the Adreno 320's driver is crashing there: lowp float mask = smoothstep(distanceMin, distanceMax, shapeData[yCoord <= 0.0 ? 0 : 1]); because of the index being computed on the same line, storing it in a variable before fixes it... -- You received this bug notification because you are a

[Bug 1480199] Re: [UbuntuShape] Anti-aliasing is broken when rotated

2015-09-10 Thread Loïc Molinari
** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- shape-mipmap-fallback -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480199 Title: [UbuntuShape] Anti-aliasing is broken

[Bug 1455567] Re: [UbuntuShape] Broken rendering under certain device orientation conditions

2015-09-10 Thread Loïc Molinari
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1455567 Title: [UbuntuShape] Broken rendering under certain device

[Bug 1494272] [NEW] [UbuntuShape] Replace the nodfdy workaround by a clean solution

2015-09-10 Thread Loïc Molinari
Public bug reported: We had to provide a quick fix for OpenGL implementations not supporting standard derivatives like the Ubuntu Touch emulator. That has to be replaced by a clean solution. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Loïc Molinari (loic.molinari

[Bug 1455567] Re: [UbuntuShape] Broken rendering under certain device orientation conditions

2015-09-10 Thread Loïc Molinari
The branch linked fixed that bug. There's been a confusion because the problem came back when the shell started to do the rotation by itself, and that has been fixed there [1]. Remains a last bug that makes UbuntuShapes aliased when rotated (using the rotation property), it is tracked there [2]

[Bug 1480199] Re: [UbuntuShape] Anti-aliasing is broken when rotated

2015-08-11 Thread Loïc Molinari
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480199 Title: [UbuntuShape] Anti-aliasing is broken when rotated To

[Bug 1458694] Re: [vivid-overlay] unity8 fails to start on the emulator

2015-08-11 Thread Loïc Molinari
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1458694 Title: [vivid-overlay] unity8 fails to start on the emulator To

[Bug 1478130] Re: [UbuntuShape] Add a dedicated shape for shell icons

2015-08-06 Thread Loïc Molinari
** Summary changed: - [UbuntuShape] Add a dedicated icon shape + [UbuntuShape] Add a dedicated shape for shell icons -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1478130 Title: [UbuntuShape] Add

[Bug 1480197] [NEW] [UbuntuShape] drop shadow aspect doesn't work on UbuntuShapeOverlay

2015-07-31 Thread Loïc Molinari
Public bug reported: The drop shadow aspect is not working when using the UbuntuShapeOverlay. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Medium Assignee: Loïc Molinari (loic.molinari) Status: In Progress -- You received this bug notification because you are a member

[Bug 1480199] [NEW] [UbuntuShape] Anti-aliasing is broken when rotated

2015-07-31 Thread Loïc Molinari
Public bug reported: UbuntuShape doesn't render correctly when rotated. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Medium Assignee: Loïc Molinari (loic.molinari) Status: Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1470801] Re: The URL box exists rendering issue (It's ok in landscaps mode )

2015-07-31 Thread Loïc Molinari
*** This bug is a duplicate of bug 1466656 *** https://bugs.launchpad.net/bugs/1466656 ** This bug is no longer a duplicate of bug 1470436 UbuntuShape rendering broken after rotating device to landscape and back to portrait ** This bug has been marked a duplicate of bug 1466656 Rotated

[Bug 1470436] Re: UbuntuShape rendering broken after rotating device to landscape and back to portrait

2015-07-31 Thread Loïc Molinari
*** This bug is a duplicate of bug 1466656 *** https://bugs.launchpad.net/bugs/1466656 Bug #1455567 was meant to work around the fact that the shell wasn't doing the rotation. It was just a content rotation done by the app. Now that the shell is doing the right thing, that work around is

[Bug 1466656] Re: Rotated ubuntu shapes have poor anti-aliasing

2015-07-31 Thread Loïc Molinari
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided = High ** Summary changed: - Rotated ubuntu shapes have poor anti-aliasing + [UbuntuShape] Rendering is aliased sometimes since the Shell implements the orientation ** Branch linked:

[Bug 1480197] Re: [UbuntuShape] drop shadow aspect doesn't work on UbuntuShapeOverlay

2015-07-31 Thread Loïc Molinari
** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- drop-shadow-support-to-shape-overlay -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480197 Title: [UbuntuShape] drop shadow

[Bug 1478124] [NEW] [UbuntuShape] Add relative radius support

2015-07-24 Thread Loïc Molinari
Public bug reported: we can currently set 3 fixed sizes for radius of the shape. On top of that, it would be good to have support for a radius relative to the size of the shape. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Loïc Molinari (loic.molinari

[Bug 1478130] [NEW] [UbuntuShape] Add a dedicated icon shape

2015-07-24 Thread Loïc Molinari
Public bug reported: A dedicated icon is required by design with a drop shadow aspect, a relative radius and a fixed aspect ratio. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Loïc Molinari (loic.molinari) Status: In Progress ** Branch linked: lp

[Bug 1478129] [NEW] [UbuntuShape] Add support for a drop shadow aspect

2015-07-24 Thread Loïc Molinari
Public bug reported: Several components now require a new drop shadow aspect. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Loïc Molinari (loic.molinari) Status: In Progress ** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- drop

[Bug 1446279] Re: [UbuntuShape] Y-flip issue when redirected to a FBO

2015-07-22 Thread Loïc Molinari
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1446279 Title: [UbuntuShape] Y-flip issue when redirected to a FBO

[Bug 1444975] Re: [UbuntuShape] Rendering issue with VMware's Gallium 0.4 on SVGA3D

2015-07-22 Thread Loïc Molinari
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1444975 Title: [UbuntuShape] Rendering issue with VMware's Gallium

[Bug 1458694] Re: [vivid-overlay] unity8 fails to start on the emulator

2015-07-16 Thread Loïc Molinari
Agreed. But we tested that and the best trade-off between quality and performance for our use-case is that distance field technique. It seems I'll have to provide a lower quality fallback using that technique though... -- You received this bug notification because you are a member of Ubuntu

[Bug 1458694] Re: [vivid-overlay] unity8 fails to start on the emulator

2015-07-16 Thread Loïc Molinari
The UbuntuShape in the UITK requires support for standard derivatives in shaders so that it can nicely anti-alias distance fields (for the corners) under any scale factor. It's quite unfortunate that the emulator doesn't support that extension... I'll try to find a workaround though. -- You

[Bug 1458694] Re: [vivid-overlay] unity8 fails to start on the emulator

2015-07-16 Thread Loïc Molinari
Daniel, relying on HW texture minification (or magnification) filters is fast but quite ugly in terms of contour anti-aliasing quality. Using distance fields instead allows for instance to have a 16x16 contour texture that can be rendered at 256x256 at perfect quality. It just requires a texture

[Bug 1470436] Re: TextField rendering broken after rotating device to landscape and back to portrait

2015-07-01 Thread Loïc Molinari
Yes, it could be related. If it affects other shape-based components it is definitely an UbuntuShape bug, otherwise it could be something else? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1470436

[Bug 1469071] Re: Tick boxes appear inside-out in indicator pulldowns (highlighting is upside down)

2015-06-30 Thread Loïc Molinari
Could be a bug in the toolkit where the UbuntuShape computes its rendering data based on the phone orientation. Maybe the initial orientation is wrong and gets fixed as soon as there's a first orientation event. Have you tried to keep it in the same orientation from boot to first use? -- You

[Bug 1458609] Re: Requested window surface format is ignored

2015-05-27 Thread Loïc Molinari
: (unassigned) = Loïc Molinari (loic.molinari) ** Changed in: qtubuntu (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1458609 Title: Requested window surface format

[Bug 1458609] Re: Requested surface format is ignored

2015-05-27 Thread Loïc Molinari
** Summary changed: - Requested window surface format is ignored + Requested surface format is ignored -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1458609 Title: Requested surface format is

[Bug 1458609] [NEW] Requested window surface format is ignored

2015-05-25 Thread Loïc Molinari
Public bug reported: QPlatformIntegration::createPlatformWindow() is given a QWindow with an associated QSurfaceFormat describing the surface format (and options like the swap interval) requested by the user. This is currently ignored by QtUbuntu which always creates an ARGB surface. On top

[Bug 1458657] [NEW] Add QOpenGLContext::setNativeHandle() support

2015-05-25 Thread Loïc Molinari
Public bug reported: Since Qt 5.4, QOpenGLContext supports better interoperabilty between Qt and other frameworks like game engines. This is exposed through QOpenGLContext::setNativeHandle() and QOpenGLContext::nativeHandle(). It could be useful for advanced application developers to add support

[Bug 1455567] Re: [UbuntuShape] Broken rendering under certain device orientation conditions

2015-05-21 Thread Loïc Molinari
** Summary changed: - UbuntuShape fails to antialias when created while device is in landscape + [UbuntuShape] Broken rendering under certain device orientation conditions -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1455567] Re: [UbuntuShape] Broken rendering under certain device orientation conditions

2015-05-21 Thread Loïc Molinari
** Description changed: Steps to reproduce: * flash latest vivid image * open the gallery * rotate device to landscape * pull in the launcher from above = see how launcher icons are not antialiased http://i.imgur.com/dh40r0N.png - Or another way: * Open some random

[Bug 1455567] Re: UbuntuShape fails to antialias when created while device is in landscape

2015-05-20 Thread Loïc Molinari
** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- dfdt-factors-fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1455567 Title: UbuntuShape fails to antialias when created

[Bug 1455567] Re: UbuntuShape fails to antialias when created while device is in landscape

2015-05-15 Thread Loïc Molinari
** Summary changed: - UbuntuShape failse to antialias when created while device is in landscape + UbuntuShape fails to antialias when created while device is in landscape ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided = High ** Changed in: ubuntu-ui-toolkit (Ubuntu)

[Bug 1447495] [NEW] [UbuntuShape] Specifying a ShaderEffectSource as source is broken

2015-04-23 Thread Loïc Molinari
Public bug reported: Specifying a ShaderEffectSource as source property of an UbuntuShape is broken. The problem is that the the underlaying offscreen framebuffer is never updated and the resulting texture is transparent. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High

[Bug 1447495] Re: [UbuntuShape] Specifying a ShaderEffectSource as source is broken

2015-04-23 Thread Loïc Molinari
** Description changed: Specifying a ShaderEffectSource as source property of an UbuntuShape is broken. The problem is that the the underlaying offscreen framebuffer is - never updated and the resulting texture is transparent. + never updated and the resulting texture is transparent. That

[Bug 1441822] Re: unity8 consuming excessive cpu in a preview page

2015-04-20 Thread Loïc Molinari
There's a race condition in QtDeclarative that prevents rendering thread animations to be stopped. It's been patched recently in QtDeclarative's trunk. See https://codereview.qt-project.org/#/c/109953/ . -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1441822] Re: unity8 consuming excessive cpu in a preview page

2015-04-20 Thread Loïc Molinari
Bug #1431957 is not a consequence of this though, so that one still needs more investigations. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1441822 Title: unity8 consuming excessive cpu in a

[Bug 1441822] Re: unity8 consuming excessive cpu in a preview page

2015-04-20 Thread Loïc Molinari
** Changed in: qtdeclarative-opensource-src (Ubuntu) Status: In Progress = Invalid ** Changed in: qtdeclarative-opensource-src (Ubuntu) Status: Invalid = Confirmed ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed = Invalid ** Changed in:

[Bug 1446279] [NEW] [UbuntuShape] Y-flip issue when redirected to a FBO

2015-04-20 Thread Loïc Molinari
Public bug reported: The fix for bug #1444975 introduced a bug that makes shapes redirected to a ShaderEffectSource (FBO) y-flipped. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Critical Assignee: Loïc Molinari (loic.molinari) Status: In Progress ** Branch linked: lp

[Bug 1444975] [NEW] [UbuntuShape] Rendering issue with VMware's Gallium 0.4 on SVGA3D

2015-04-16 Thread Loïc Molinari
Public bug reported: The resolution independent rendering of the UbuntuShape is wrong on VMware's Gallium on SVGA3D renderer. This is due to a bad handling of dFd*() functions in branches. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Critical Assignee: Loïc Molinari

[Bug 1441580] [NEW] License checking script doesn't detect issues detected by Jenkins

2015-04-08 Thread Loïc Molinari
Public bug reported: The license checking script stored in the toolkit tree doesn't detect the same issues PBuilder Jenkins is detecting. Should be updated. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Medium Assignee: Loïc Molinari (loic.molinari) Status: In Progress

[Bug 1439133] [NEW] [MainView] Background color and image rendering is too slow

2015-04-01 Thread Loïc Molinari
: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Loïc Molinari (loic.molinari) Status: Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1439133 Title: [MainView] Background

[Bug 1439133] Re: [MainView] Background color and image rendering is slow

2015-04-01 Thread Loïc Molinari
** Description changed: The MainView renders at the bottom-most layer a background composed of a colored rectangle and an image. The way it is currently implemented implies two fullscreen passes with alpha blending on. This is very slow. A solution would be to use just one pass using a

[Bug 1437259] [NEW] [UbuntuShape] implicitSize is wrong

2015-03-27 Thread Loïc Molinari
. (reported by mzanetti) ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Loïc Molinari (loic.molinari) Status: Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1437270] [NEW] [UbuntuShape*] Set QSGNode description

2015-03-27 Thread Loïc Molinari
Public bug reported: Set the QSGNode description on shape-based nodes to ease renderer debugging. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Medium Assignee: Loïc Molinari (loic.molinari) Status: In Progress ** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu

[Bug 1437416] [NEW] [UbuntuShape] Doc incorrectly reports default aspect.

2015-03-27 Thread Loïc Molinari
Public bug reported: The UbuntuShape documentation says the dafult aspect is UbuntuShape.Flat, but it's actually UbuntuShape.Inset. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Medium Assignee: Loïc Molinari (loic.molinari) Status: In Progress -- You received this bug

[Bug 1437412] [NEW] Several components use deprecated shape properties

2015-03-27 Thread Loïc Molinari
Public bug reported: Several components, styles, examples and tests still use deprecated UbuntuShape properties. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Medium Assignee: Loïc Molinari (loic.molinari) Status: In Progress ** Branch linked: lp:~loic.molinari/ubuntu-ui

[Bug 1437416] Re: [UbuntuShape] Doc incorrectly reports default aspect.

2015-03-27 Thread Loïc Molinari
Hum, this is a bug linked to a branch currently being reviewed, will be fixed there... ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1430278] Re: [UbuntuShapeOverlay] Rename overlayGeometry to overlayRect

2015-03-10 Thread Loïc Molinari
** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- ubuntushape-overlaygeometry-to-overlayrect-renaming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1430278 Title:

[Bug 1430274] Re: [UbuntuShape] Bad indentation of embedded QML code snippets

2015-03-10 Thread Loïc Molinari
** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- ubuntushape-qml-code-snippets-indentation -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1430274 Title: [UbuntuShape] Bad

[Bug 1430267] [NEW] [UbuntuShape] sourceOpacity must be a qreal

2015-03-10 Thread Loïc Molinari
Public bug reported: Respect the same guideline QtQuick items use to expose floating-point properties and convert UbuntuShape::sourceOpacity to qreal. That would not break QML API. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Medium Assignee: Loïc Molinari (loic.molinari

[Bug 1430278] [NEW] [UbuntuShapeOverlay] Rename overlayGeometry to overlayRect

2015-03-10 Thread Loïc Molinari
Public bug reported: The UbuntuShapeOverlay has a property name overlayGeometry with type QRect, it would be better to rename it to overlayRect to define its nature more clearly. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Loïc Molinari (loic.molinari

[Bug 1430274] [NEW] [UbuntuShape] Bad indentation of embedded QML code snippets

2015-03-10 Thread Loïc Molinari
Public bug reported: The UbuntuShape items' doc have a superfluous level of indentation for their embeded QML code snippets. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Medium Assignee: Loïc Molinari (loic.molinari) Status: In Progress -- You received this bug

[Bug 1396104] Re: [UbuntuShape] Add background color support

2015-03-03 Thread Loïc Molinari
Yes, that problem has been here for so long that I think we should keep that behavior in order to avoid breaking apps. Adding a new backgroundColor property with the right behavior would fix it. The old behavior being disabled as soon as the new property is set. We should mark the old color

[Bug 1427169] [NEW] Bevel effect broken on ProgressBar

2015-03-02 Thread Loïc Molinari
Public bug reported: The white bevel effect on the bottom of the UbuntuShape doesn't appear in the ProgressBar. It clearly appears when the theme background is dark as visible on the attached snapshot. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Medium Assignee: Loïc Molinari

[Bug 1427253] [NEW] [UbuntuShape] Contours and borders must be pixel-perfect under any resolution

2015-03-02 Thread Loïc Molinari
) Importance: High Assignee: Loïc Molinari (loic.molinari) Status: In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1427253 Title: [UbuntuShape] Contours and borders must be pixel

[Bug 1427253] Re: [UbuntuShape] Contours and borders must be pixel-perfect under any resolution

2015-03-02 Thread Loïc Molinari
** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- resolution-independance -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1427253 Title: [UbuntuShape] Contours and borders must

[Bug 1398370] [NEW] Replace PartialColorizeUbuntuShape.qml by a native solution

2014-12-02 Thread Loïc Molinari
) Importance: Medium Assignee: Loïc Molinari (loic.molinari) Status: In Progress ** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- get-rid-of-partial-colorize-shape -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1396170] Re: [UbuntuShape] Add support for rectangle overlay

2014-12-01 Thread Loïc Molinari
** Branch unlinked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui- toolkit-shape-rewrite ** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- shape-overlay -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1396098] [NEW] [UbuntuShape] Improve documentation

2014-11-25 Thread Loïc Molinari
Public bug reported: The current documentation for the UbuntuShape is very sparse, make it better. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Loïc Molinari (loic.molinari) Status: In Progress ** Tags: ubuntushape ** Branch linked: lp:~loic.molinari

[Bug 1396101] [NEW] [UbuntuShape] Add a test to check pixel-perfectness

2014-11-25 Thread Loïc Molinari
) Importance: High Assignee: Loïc Molinari (loic.molinari) Status: In Progress ** Tags: ubuntushape ** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- shape-rewrite -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1396104] [NEW] [UbuntuShape] Add background color support

2014-11-25 Thread Loïc Molinari
Public bug reported: The current shape supports only two exclusive properties to shape either an image or a color. It would be nice to to have an image with a custom background color (other than transparent). ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Loïc

[Bug 1396113] [NEW] [UbuntuShape] Image rendering is not pixel-perfect

2014-11-25 Thread Loïc Molinari
Public bug reported: The image rendered by the UbuntuShape, when it has the same size, is not perfectly aligned to the pixel grid making it blurry. That breaks all the nice work done by the artists. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Loïc Molinari

[Bug 1396114] [NEW] [UbuntuShape] Add support for more fill modes

2014-11-25 Thread Loïc Molinari
Public bug reported: The current UbuntuShape only supports PreserveAspectCrop and Stretch modes. It would be good to support PreserveAspectFit and Pad too. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Loïc Molinari (loic.molinari) Status: In Progress

[Bug 1396119] [NEW] [UbuntuShape] Add image opacity support

2014-11-25 Thread Loïc Molinari
Public bug reported: The current image shaped by the UbuntuShape is always rendered completely opaque. It would be useful to change its opacity. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Loïc Molinari (loic.molinari) Status: In Progress ** Tags

[Bug 1396124] [NEW] [UbuntuShape] Add image tiling support

2014-11-25 Thread Loïc Molinari
Assignee: Loïc Molinari (loic.molinari) Status: In Progress ** Tags: ubuntushape ** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- shape-rewrite -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1396162] [NEW] [UbuntuShape] Add image 2D transformation support

2014-11-25 Thread Loïc Molinari
images vertically and/or horizontally, to do pulsing effects, etc. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Loïc Molinari (loic.molinari) Status: In Progress ** Tags: ubuntushape ** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit

[Bug 1396165] [NEW] [UbuntuShape] Colored shapes aren't batched together

2014-11-25 Thread Loïc Molinari
: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Loïc Molinari (loic.molinari) Status: In Progress ** Tags: ubuntushape ** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- shape-rewrite -- You received this bug notification because you are a member

[Bug 1396168] [NEW] [UbuntuShape] Don't render shapes less than or equal to 0

2014-11-25 Thread Loïc Molinari
Assignee: Loïc Molinari (loic.molinari) Status: In Progress ** Tags: ubuntushape ** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- shape-rewrite -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1396170] [NEW] [UbuntuShape] Add support for rectangle overlay

2014-11-25 Thread Loïc Molinari
-toolkit (Ubuntu) Importance: High Assignee: Loïc Molinari (loic.molinari) Status: In Progress ** Tags: ubuntushape -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1396170 Title

[Bug 1225246] Re: [UbuntuShape] Image.PreserveAspectFit doesn't work

2014-11-25 Thread Loïc Molinari
*** This bug is a duplicate of bug 1396114 *** https://bugs.launchpad.net/bugs/1396114 Created a generic report requesting support for padding as well. ** This bug has been marked a duplicate of bug 1396114 [UbuntuShape] Add support for more fill modes -- You received this bug

[Bug 1396170] Re: [UbuntuShape] Add support for rectangle overlay

2014-11-25 Thread Loïc Molinari
** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit- shape-rewrite -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1396170 Title: [UbuntuShape] Add support for rectangle overlay

[Bug 1396178] [NEW] [UbuntuShape] Make the base shape extendible

2014-11-25 Thread Loïc Molinari
it extendible, so that new features could be put inside dedicated items without reducing efficiency and code maintainability of the base shape item. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Loïc Molinari (loic.molinari) Status: In Progress ** Tags

[Bug 1319582] Re: emulator: 'Failed to start RenderThread' after opening/closing applications

2014-11-19 Thread Loïc Molinari
On the (Qt) client side, if quit() is called on the QGuiApplication, QtUbuntu releases all the allocated resources. At least it's been designed and implemented like that when I started the project. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1332119] Re: [Launcher] Icons' Ubuntu shape highlight is wrong

2014-11-19 Thread Loïc Molinari
I have created a dedicated bug report for the toolkit (#1394307). ** Changed in: ubuntu-ui-toolkit Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1332119 Title:

[Bug 1223795] Re: [Ubuntu shape] Inner highlight glow is not correctly rendered in Launcher icons

2014-11-19 Thread Loïc Molinari
I have created a dedicated bug report for the toolkit (#1394307). ** Changed in: ubuntu-ui-toolkit Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223795 Title:

[Bug 1296777] Re: avatar displayed incorrectly in notification

2014-04-08 Thread Loïc Molinari
Note that It could potentially trigger some side effects in apps considering the UbuntuShape not updating its content when the image source changes as a standard behavior. I haven't checked that yet. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

  1   2   3   4   >