The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)


Nemo/Qt5PortingCoreApps

From Mer Wiki
< Nemo(Difference between revisions)
Jump to: navigation, search
(Status of Qt5 core apps ports)
(Status of Qt5 core apps ports)
Line 75: Line 75:
  
 
|-
 
|-
| heliumreborn || align="center" bgcolor="red" | Not started yet || Unassigned || https://github.com/nemomobile/heliumreborn.git
+
| heliumreborn || align="center" bgcolor="yellow" | Work in Progress || locusf || https://github.com/nemomobile/heliumreborn.git
 
|-
 
|-
 
| qmlsettings || align="center" bgcolor="red" | Talk to w00t, have to wait for Jolla to backport changes to nemo-qml-plugin-systemsettings from Sailfish || Unassigned || https://github.com/nemomobile/qmlsettings.git
 
| qmlsettings || align="center" bgcolor="red" | Talk to w00t, have to wait for Jolla to backport changes to nemo-qml-plugin-systemsettings from Sailfish || Unassigned || https://github.com/nemomobile/qmlsettings.git
 
|}
 
|}

Revision as of 14:54, 13 August 2013

How can I help?

This Qt5 porting effort is part of the bigger effort consisting of moving Nemomobile from Qt4/X11 to Qt5/Wayland.


  • First of all, to be able to contribute you need to setup a Nemo Wayland VM development environment. To do that, read [1]
  • Once you have Nemo Wayland VM and SB2 target working, use GitHub website to fork the app you want to port and clone your fork on your pc
  • Edit code, packaging files, whatever you want
  • Run this command INSIDE THE MER SDK to build the .rpm package:
mb build -t SB2_TARGET_NAME rpm/spec_file_of_your_app.spec

This will create an .rpm package with your (modified) app.

  • scp the app over to the VM
  • Connect to the VM via ssh and run
zypper install path_of_the_rpm_file/file.rpm

to install the package you just created.

  • Start the app by tapping on its icon in the VM (you may have problems trying to run it directly from SSH) and check that the app is working as expected
  • If you're annoyed by the lack of theme graphics (no toolbars etc), perform this hack (full solution underway):
zypper in meegotouch-theme-darko
zypper ar http://repo.merproject.org/obs/home:/sledge:/branches:/nemo:/devel/nemo_devel_mw_latest_i486/ qt-comp
zypper dup --from qt-comp
  • Once you have finished your Qt5 port, create a Pull Request on github, and wait for a reviewer to review your code :)
  • This is all, thank you very much for contributing! :)

Status of Qt5 core apps ports

This is the current status of the Qt5 ports of Nemomobile core apps!

Please come join us! Checkout the qmlcalc Repo link to see what a Qt5 port usually consists of! :)


Package name Current status Assigned to Repository URL
qmlcalc Done! faenil https://github.com/nemomobile/qmlcalc/pull/11
voicecall-ui-reference (Dialer) PR still open faenil https://github.com/nemomobile/voicecall-ui-reference/pull/2
qmlnotes PR still open faenil https://github.com/nemomobile/qmlnotes/pull/1
qmlcalendar Done! sledgeSim https://github.com/nemomobile/qmlcalendar/pull/6
fingerterm Work In Progress special did most of it, but faenil feels free to complete the work https://github.com/special/fingerterm/commit/24efd650bf9c7c58c387ee4c22c4d72c40fb9305
qmlmessages Work In Progress special did most of it, but feel free to complete the work https://github.com/special/qmlmessages/commit/50c73cc6af0aad6468bdf0aa8a5843fcb1ddfca7
qmlpackagemanager Work In Progress niqt https://github.com/nemomobile/qmlpackagemanager.git
qmlmaps PR still open locusf Qt location requires API keys https://github.com/nemomobile/qmlmaps/pull/1
qmlpinquery Done! sledgeSim https://github.com/nemomobile/qmlpinquery/pull/6
qmlmusicplayer PR still open locusf https://github.com/nemomobile/qmlmusicplayer/pull/3
qmlfilemuncher PR still open locusf https://github.com/nemomobile/nemo-qml-plugin-folderlistmodel/pull/3 nemo-qml-plugin-folderlistmodel needed https://github.com/locusf/qmlfilemuncher
qmlcontacts Work in Progress timoha https://github.com/nemomobile/qmlcontacts.git
qmlgallery PR still open locusf https://github.com/nemomobile/qmlgallery/pull/22
qmlmail Work in Progress locusf https://github.com/locusf/qmlmail.git

Needs qmlsettings to be ported to Qt5, can't test with accounts as this isn't done yet

heliumreborn Work in Progress locusf https://github.com/nemomobile/heliumreborn.git
qmlsettings Talk to w00t, have to wait for Jolla to backport changes to nemo-qml-plugin-systemsettings from Sailfish Unassigned https://github.com/nemomobile/qmlsettings.git
Personal tools