smurfy / fahrplan

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

Cascades UI for BlackBerry 10 #100

Open leppa opened 10 years ago

leppa commented 10 years ago

I can see Fahrplan featured in the "Best Apps of 2013" list in BlackBerry World (at least, for Germany). This finally motivated me to make a Cascades based UI, which would also solve an issue with entering accented and umlaut characters on QWERTY BlackBerry 10 devices.

A list of major UI parts of Fahrplan:

Probably, won't happen very soon, but I'm adding this task to keep a track of it.

StEvUgnIn commented 10 years ago

Thank you. Community would bring you a lot of help. How is it going on ?

leppa commented 10 years ago

Hi @StEvUgnIn,

Unfortunately, no progress here at all. The older my child gets, the more free time she takes away. If someone else is willing to takeover, I'll happily review his pull request.

stmblfrcr commented 9 years ago

Looking forward to it :). Thank you for this.

smurfy commented 9 years ago

@leppa i just tried again, using the bb10 sdk, but i cant get fahrplan to work in the simulator. It adds the app and tries to launch it, which seams to fail.

Info: Sending request: LAUNCH
Info: Action: Launch
Info: Launching de.smurfy.fahrplan.testDev_fy_fahrplanb13cf425...
result::39510080
Info: done

the loading background is very visible for half a second.

smurfy commented 9 years ago

Ok, your cascades branch compiles. (with merged master :D) Will push the branch shortly to my repo

leppa commented 9 years ago

So were you able to run it, or just to compile?

It adds the app and tries to launch it, which seams to fail. ... the loading background is very visible for half a second

It could be that some QML error happens. The problem with the latest Qt Creator and BlackBerry 10 SDK is that you don't get any debug output from the app itself. There is a hacky way by installing own message handler and printf'ing debug messages to stdout: http://stackoverflow.com/questions/13112383/the-best-way-to-get-blackberry-10-logs

Or you can use slog2info tool (http://qt-project.org/wiki/BlackBerry_Hints_n_Tips). But I never tried this way.

smurfy commented 9 years ago

The cascade branch compiles and runs, so i can start working on adding more screens.

I notices the missing output to. i will try slog2info as soon i start working on it.