spenap / butaca

Movie database application for the Nokia N9
GNU General Public License v3.0
7 stars 9 forks source link

port to sailfish? #25

Open cnlpete opened 10 years ago

cnlpete commented 10 years ago

are you planing on providing a port?

mporsch commented 10 years ago

Sorry, but I do not have a Jolla phone to work with.

Am 19.05.2014 18:28, schrieb Hauke Schade:

are you planing on providing a port?

— Reply to this email directly or view it on GitHub https://github.com/spenap/butaca/issues/25.

lukedirtwalker commented 10 years ago

Maybe I will do something. Would you prefer that I send pull requests, or is it okay if I work on my own fork and release it from there? (It seems many things are different in Sailfish / Qt5) thus the code would have many "#ifdefs" which would make it ugly..?

Thanks for your answer.

mporsch commented 10 years ago

Awesome! Cool thing you are planning to port it to sailfish!

I guess it would be great to have a common repo for harmattan and sailfish. But nobody likes hundreds of #ifdefs ;) What about creating a different project file for sailfish and splitting the current code into OS-independent code, which both projects use, and OS-dependent GUI code that each project uses independently? So basically folders like "harmattan", "sailfish" and "common"?

lukedirtwalker commented 10 years ago

Great then I will try to figure out some structure, and start to do some pull request as soon as I have some useful progress. Cheers

lukedirtwalker commented 10 years ago

About the .pro file, I found that fahrplan (https://github.com/smurfy/fahrplan/blob/master/fahrplan2.pro) takes quite a cool approach and I will try to do something similar.