Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porting to Qt5. #22

Merged
merged 1 commit into from Aug 19, 2013
Merged

Porting to Qt5. #22

merged 1 commit into from Aug 19, 2013

Conversation

locusf
Copy link
Member

@locusf locusf commented Aug 11, 2013

Port done to Qt5, with animations working in Wayland.

BuildRequires: pkgconfig(qdeclarative-boostable)
BuildRequires: pkgconfig(QtOpenGL)
BuildRequires: pkgconfig(libresourceqt1)
Requires: qt-components-qt5 >= 1.4.8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can drop the version requirement (it'd be useless anyway, there has never been a -qt5 release with a version number that low)

@locusf
Copy link
Member Author

locusf commented Aug 13, 2013

Hmm can't see anything in my Kate about that indentation, will fix. Otherwise I did repackage and test it in VM before pushing.

@locusf
Copy link
Member Author

locusf commented Aug 13, 2013

Ok, it was simply spaces for tabs indent ...

@@ -3,7 +3,7 @@ Version=1.0
Type=Application
Terminal=false
Name=Gallery
Exec=invoker -s --type=d /usr/bin/qmlgallery -fullscreen %u
Exec=/usr/bin/invoker --single-instance -r 5 --type=qtcomponents-qt5 /usr/bin/qmlgallery -fullscreen %u -platform wayland
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't use -platform wayland; let the environment do it

@special
Copy link
Contributor

special commented Aug 16, 2013

Otherwise LGTM

@rburchell
Copy link
Contributor

looks OK to me. waiting for @faenil's OK to merge though, as I haven't had too much to do with this :)


class QDeclarativeView;
#include <QQuickView>
#include <QtQml>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn't it be better to leave the forward declaration here? :)

@faenil
Copy link
Member

faenil commented Aug 19, 2013

Code looks OK to me. Can't test properly on VM because of theme issues, and haven't tested on device as we don't have a wayland image for n950 yet

faenil added a commit that referenced this pull request Aug 19, 2013
@faenil faenil merged commit f5acb90 into nemomobile:master Aug 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants