[Ubuntu-sdk-bugs] [Bug 1292306] Re: Qt render gets blocked on EGLSwapBuffers [fka Upon upgrading to Qt5.2 the music app no longer plays the next song if the screen is off]

2014-04-25 Thread Daniel van Vugt
** Changed in: mir Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtdeclarative-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1292306 Title: Qt render gets blocked on EGL

[Ubuntu-sdk-bugs] [Bug 1289695] Re: Title for all Core apps should be improved/localized for Desktop

2014-04-25 Thread Victor Thompson
** Changed in: ubuntu-calculator-app Status: Fix Committed => Fix Released ** Changed in: ubuntu-calendar-app Status: Fix Committed => Fix Released ** Changed in: ubuntu-weather-app Status: In Progress => Fix Released -- You received this bug notification because you are a

[Ubuntu-sdk-bugs] [Bug 1197056] Re: SDK and cordova webview applications should not use ~/.local/share/*/.QtWebKit/ for their databases

2014-04-25 Thread Maxim Ermilov
** Changed in: cordova-ubuntu Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1197056 Title: SDK and cordova webview applicati

[Ubuntu-sdk-bugs] [Bug 1312571] [NEW] Simple JS has differing results on AMD64/i386

2014-04-25 Thread Alan Pope ㋛
Public bug reported: Reporting on behalf of mrqtros who filed this upstream. function safeAdd(x, y) { var lsw = (x & 0x) + (y & 0x); var msw = (x >> 16) + (y >> 16) + (lsw >> 16); // console.log("res", "(msw << 16) | (lsw & 0x)") return ((msw << 16) | (lsw & 0x)); } This code r