I have made the following changes intended for : CE:Apps / qmlcalc Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below.
https://build.pub.meego.com//request/show/3231 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3231: Messages from BOSS: Could not notify CE-maintainers (no address found) State: review 2011-11-23T17:06:13 bossbot Reviews: accepted by bossbot : Prechecks completed; none failed. new by None Changes: submit: home:w00t:branches:CE:Apps / qmlcalc -> CE:Apps / qmlcalc changes files: -------------- --- qmlcalc.changes +++ qmlcalc.changes @@ -0,0 +1,4 @@ +* Wed Nov 23 2011 Robin Burchell <[email protected]> - 0.0.8 +- Bump to latest version +- Fixes visual flicker + old: ---- qmlcalc-0.0.7.tar.gz new: ---- qmlcalc-0.0.8.tar.gz spec files: ----------- --- qmlcalc.spec +++ qmlcalc.spec @@ -7,7 +7,7 @@ Name: qmlcalc Summary: MeeGo QML Harmattan-esque calculator -Version: 0.0.7 +Version: 0.0.8 Release: 1 Group: Applications/System License: LGPL v2.1 other changes: -------------- ++++++ qmlcalc-0.0.7.tar.gz -> qmlcalc-0.0.8.tar.gz --- main.cpp +++ main.cpp @@ -10,7 +10,10 @@ QObject::connect(view.engine(), SIGNAL(quit()), &a, SLOT(quit())); view.setSource(QUrl("qrc:/qml/main.qml")); view.setResizeMode(QDeclarativeView::SizeRootObjectToView); -// view.setViewport(new QGLWidget); view.showFullScreen(); + view.setAttribute(Qt::WA_OpaquePaintEvent); + view.setAttribute(Qt::WA_NoSystemBackground); + view.viewport()->setAttribute(Qt::WA_OpaquePaintEvent); + view.viewport()->setAttribute(Qt::WA_NoSystemBackground); return a.exec(); } ++++++ qmlcalc.yaml --- qmlcalc.yaml +++ qmlcalc.yaml @@ -1,6 +1,6 @@ Name: qmlcalc Summary: MeeGo QML Harmattan-esque calculator -Version: 0.0.7 +Version: 0.0.8 Release: 1 Group: Applications/System License: LGPL v2.1
