smurfy / fahrplan

QT Application for Public transportation
GNU General Public License v2.0
58 stars 33 forks source link

[Ubuntu Touch] About Page is crammed with information #138

Closed krnekhelesh closed 9 years ago

krnekhelesh commented 9 years ago

The about page shown in the ubuntu touch port is crammed with lots of information like the app version, author, contributors and license. It would better to show this information in a more structured manner.

mzanetti commented 9 years ago

I guess this one affects all versions. The About page looks the same as e.g. in the Harmattan version.

smurfy commented 9 years ago

I updated almost all interfaces except the symbian/bb10 will do that today and do a release.

smurfy commented 9 years ago

@leppa i pushed the symbian/bb10 version to the newabout branch. Maybe you can check if it works there. fahrplan wont start on bb10 simulator and i don't have a symbian device. (currently looking at ebay for a cheap one)

leppa commented 9 years ago

@smurfy I made some small fixes and now it looks good.

fahrplan wont start on bb10 simulator

Let me know if I can help.

smurfy commented 9 years ago

Let me know if I can help.

I hope :). It deploys, but does not autostart. (on my qt creator a manual launch dialog pops up, not sure what to select here).

If i start it manually, it asked for location and calendar the first time, after that it switches to the app view but never opens. (maybe due a qml or other problem but i don't know how to see the terminal output)

leppa commented 9 years ago

There was a bug in Qt Creator 3.2.2 that was fixed in 3.3. Just upgrade and you'll be able to start Fahrplan from it. Then you should be able to see a debug log.

smurfy commented 9 years ago

youre good :) i have 3.2.2 :) Will update later. Currently reinstalling stable sailfish sdk and preparing the release.

I also will merge the new about screen.

krnekhelesh commented 9 years ago

Yay! I want to also add the ubuntu sdk timepicker and then will request mzanetti to release the new version on ubuntu touch.

smurfy commented 9 years ago

@leppa Now i'm getting:

Info: Action: Launch
Info: Launching de.smurfy.fahrplan.testDev_fy_fahrplanb13cf425...
Error: Failed to create application process: Exec format error

I also sometimes have problems, that the debugtoken date/time is in the future. And i needed to change bardescriptors.xml with static paths manually because my qt creator does not update the %src_dir% variables.

leppa commented 9 years ago

Exec format error sounds like you're deploying armhf binary on simulator, which is x86. If Qt Creator picked up BB10 SDK correctly, there should be two kits: one for Device and on for Simulator. Check whether you use a Simulator one.

And i needed to change bardescriptors.xml with static paths manually because my qt creator does not update the %src_dir% variables.

Yeah, they changed deployment flow in the latest Qt Creator versions. I'll push the updated bar-descriptor.xml in the nearest time.