maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [QSportsEvent] FIFA World Cup and Football App (https://talk.maemo.org/showthread.php?t=49508)

Reflektorfalke 2010-04-28 20:28

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by magnuslu (Post 629138)
[B]QSportsEvent 0.0.6

Now I was able to check a favourite...
However its tricky and impossible with fingers.
And its possible enter text into the checkbox cell.
Checking more than one checkbox is also possible - should be only one!?

Congrats to Milan to make it to the final - too bad your team is going to loose it Magnuslu :D

Reflektorfalke 2010-04-28 20:46

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by magnuslu (Post 629138)
[B]QSportsEvent 0.0.6

My congrats Magnuslu, its great to see how your app gets better and better!!!

Again, here are some notes, suggestions, ideas, feedback from me.
As I got to know you, you already have most or all on your to-do list ;-)

General:
- Buttons aligned central/middle within the black boxes (grey area when active) would be nice.
- As described in a earlier thread, I think that possibly combining the matches/downloaded matches into one screen might provide better usability and less confusion for users
(same applies for table/downloaded table)
- Can you make an additional menu bar on the right (bottom for portrait mode) for the in screen buttons (add, remove, download). I think the screen is big enough for that and provides better usability!?

Scrolling:
Scrollbars are not finger friendly or maybe unnecessary as at least I prefer in screen scrolling

Select:
- I think the kinetic scrolling is somewhat too sensible, it tends to jump through the list too fast.
- I miss CL/WC semi finals/finals etc. in the list

Favourites:
I assume the small (very small ;-) ) checkboxes are for selecting the default league, doesn´t work for me

Table:
- When no league selected/loaded, a bright green screen appears
- Scrollling only with scrollbar but not within the screen

Matches:
- Scrollling only with scrollbar but not within the screen
- Instead of the blue borders I would prefer another layout, e.g. no borders at all, only two boxes (one for the 2 clubs, one for the result) or a layout similar to the table layout

Downloaded:
- Letters with 2 dots above (ä,ö,ü) are not shown correctly (they are in the other screens)
- Are the thin blue borders around the data area intentional?

I hope I described everything understandable, too tired to think ;-)

silvermountain 2010-04-28 22:03

Re: [QSportsEvent] FIFA World Cup and Football App
 
Installed the latest Diablo version.
Running it from the menu - nothing happens.
Running it from xterm - SQLIte errors.

magnuslu 2010-04-29 00:04

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by Reflektorfalke (Post 632184)
General:
- Buttons aligned central/middle within the black boxes (grey area when active) would be nice.

I've looked at this. By default Qt adds a 'text' to the icon. I have read somewhere about a solution to this, but have yet to implement it.

Quote:

Originally Posted by Reflektorfalke (Post 632184)
- As described in a earlier thread, I think that possibly combining the matches/downloaded matches into one screen might provide better usability and less confusion for users
(same applies for table/downloaded table)

Yeah... At the moment I am more focusing on providing functionality. I will polish the whole thing at a later stage.

Quote:

Originally Posted by Reflektorfalke (Post 632184)
- Can you make an additional menu bar on the right (bottom for portrait mode) for the in screen buttons (add, remove, download). I think the screen is big enough for that and provides better usability!?

Good idea! I'll consider.

Quote:

Originally Posted by Reflektorfalke (Post 632184)
Scrolling:
Scrollbars are not finger friendly or maybe unnecessary as at least I prefer in screen scrolling

I've looked at this as well, but decided to wait and see what PR1.2/Qt4.6 will bring automatically.

Quote:

Originally Posted by Reflektorfalke (Post 632184)
Select:
- I think the kinetic scrolling is somewhat too sensible, it tends to jump through the list too fast.

Oh yes! Again, in Qt4.6 I think it is possible to set the fingerscrolling sensitivity, so I'll look at that again. Well, maybe it is possible in Qt4.5 as well, but I didn't look at that possibility.

Quote:

Originally Posted by Reflektorfalke (Post 632184)
- I miss CL/WC semi finals/finals etc. in the list

I miss them too! Seems they're not available in the SoccerDb. I'm considering setting up my own 'SoccerDb' for knockout stages kind of tournaments...


Quote:

Originally Posted by Reflektorfalke (Post 632184)
Favourites:
I assume the small (very small ;-) ) checkboxes are for selecting the default league, doesn´t work for me

Yeah... More stylus than fingerfriendly. It does work for me though, once I've selected something.

Quote:

Originally Posted by Reflektorfalke (Post 632184)
Table:
- When no league selected/loaded, a bright green screen appears
- Scrollling only with scrollbar but not within the screen

Again.. Waiting for Qt4.6. I'm not saying it can only be solved in that version, but it might be easier, so I postponed that fix.

Quote:

Originally Posted by Reflektorfalke (Post 632184)
Matches:
- Scrollling only with scrollbar but not within the screen

See above.

Quote:

Originally Posted by Reflektorfalke (Post 632184)
- Instead of the blue borders I would prefer another layout, e.g. no borders at all, only two boxes (one for the 2 clubs, one for the result) or a layout similar to the table layout

This is due to my limited knowledge about CSS... Either the community waits for me to learn more about CSS (given my release plans, that could be months away...), or it contributes some nice stylesheets to use :)

Quote:

Originally Posted by Reflektorfalke (Post 632184)
Downloaded:
- Letters with 2 dots above (ä,ö,ü) are not shown correctly (they are in the other screens)

I noticed this when I downloaded the Bundesliga and the Swedish Allsvenskan. It's a matter of encoding the data I download from SoccerDb. I just didn't look into it yet.

Quote:

Originally Posted by Reflektorfalke (Post 632184)
- Are the thin blue borders around the data area intentional?

No. Could be due to a misalignment of the widget on the screen?

Quote:

Originally Posted by Reflektorfalke (Post 632184)
I hope I described everything understandable, too tired to think ;-)

Well done! And keep them coming!

I'll add a few more:
Downloaded Tables:
The sorting of the teams is actually not in 'numerical', but 'alphabetical' order, this means that if a league has a team with
10 poins and one with 9 points, the latter will be shown on top.
Sometimes the columns are too small to display the text/number, so you only see '...'.

Downloaded Games:
The sorting should be alphabetical on home team, but it is on number of goals scored by the home team.
I will try to find a better way to select what round to view.
Tip here though. Once focus is on the number of rounds, you can very quickly go from one round to the other by pressing the up and down arrow keys on the keyboard.

And something I noticed... Actually the 'online matches' do display 'real-time' results, provided someone updates through the SoccerDB site. Anyway, I am still looking at finding a proper 'real-time' data provider...

magnuslu 2010-04-29 00:10

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by Reflektorfalke (Post 632156)
Now I was able to check a favourite...
However its tricky and impossible with fingers.

Yeah... More stylus friendly. I'll see if I can increase the size, although it is said that in Qt4.6, the 'clickable area' for widgets is expanded, so maybe it will get resolved automagically?

Quote:

Originally Posted by Reflektorfalke (Post 632156)
And its possible enter text into the checkbox cell.

Hmm... That's a side effect of making the checkbox editable... I'll have to look into that.

Quote:

Originally Posted by Reflektorfalke (Post 632156)
Checking more than one checkbox is also possible - should be only one!?

I haven't made up my mind on this. It is possible to have multiple because I have not prevented it. The idea is that when multiple are selected, you would see the results for all those leagues at startup. This is not yet implemented.

Quote:

Originally Posted by Reflektorfalke (Post 632156)
Congrats to Milan to make it to the final - too bad your team is going to loose it Magnuslu :D

Ahem... We call it just Inter, Milan is the city and the friendly neighbouring team. :) That'll be one more sleepless night in Singapore!

anapospastos 2010-04-29 09:45

Re: [QSportsEvent] FIFA World Cup and Football App
 
Gratz for this app. Is in your future plans to have the downloaded data for offline use?

Reflektorfalke 2010-04-29 10:03

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by magnuslu (Post 632392)
Downloaded Tables:
The sorting of the teams is actually not in 'numerical', but 'alphabetical' order, this means that if a league has a team with
10 poins and one with 9 points, the latter will be shown on top.
Sometimes the columns are too small to display the text/number, so you only see '...'.

I can confirm the column width issue, but not the sorting issue!?

Quote:

And something I noticed... Actually the 'online matches' do display 'real-time' results, provided someone updates through the SoccerDB site. Anyway, I am still looking at finding a proper 'real-time' data provider...
SoccerDB definitly has some downsides that make some nice and as I think important features impossible:

- real-time results can have a delay or be not available at all due to its community provided approach. I think this is not really acceptable if the app is supposed to provide real-time / live scores
- match details (who scored, red/yellow cards, player changes, timeline...) are not available at all. This makes a nice live ticker feature with auto-update / push and alert functionality impossible
- match times seem to be not available at all while even dates are not available (/ shown?) in the downloaded data. Calendar integration impossible.
- knockout stages not available...

Considering these facts (and whatever I might have missed in my list ;-) ) I think finding a new or additional data source that provides the desired details is one crucial point to get this app to a certain level.

2 more things I noted:
In the downloaded tabs, there is also an encoding problem for some spanish chars.
There is a small question mark at the bottom of the screens...future surprise feature? :p

Reflektorfalke 2010-04-29 10:09

Re: [QSportsEvent] FIFA World Cup and Football App
 
Quote:

Originally Posted by anapospastos (Post 632859)
Gratz for this app. Is in your future plans to have the downloaded data for offline use?

The two tabs from the right are for downloading data and offline use.
Tap the secon tab from right, there is a small "download" buttons.
Cick this one to download match and table data for the currently selected league/year.

magnuslu 2010-04-29 11:04

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by Reflektorfalke (Post 632882)
I can confirm the column width issue, but not the sorting issue!?

That's because you probably only have downloaded leagues where even the last team has more than 10 points as most leagues are at the end of the season. Try Sweden/Allsvenskan or Singapore/S.League and you'll see what I mean.


Quote:

Originally Posted by Reflektorfalke (Post 632882)
Considering these facts (and whatever I might have missed in my list ;-) ) I think finding a new or additional data source that provides the desired details is one crucial point to get this app to a certain level.

Trust me... This is one of my top priorities... :) But now you'll be wondering what my other top priorities are... :D

Quote:

Originally Posted by Reflektorfalke (Post 632882)
In the downloaded tabs, there is also an encoding problem for some spanish chars.

Yup... Anthing non 'standard' ASCII will hit it.

Oh, I'll reveal another problem. Portsmouth has had 9 points deducted in the Premier League. SoccerDB has this data, but I am currently ignoring it...

Quote:

Originally Posted by Reflektorfalke (Post 632882)
There is a small question mark at the bottom of the screens...future surprise feature? :p

Yeah... I tried something, but it didn't work. As it didn't cause any harm either, I've left it there until such time when I can relook at it again... :)

Reflektorfalke 2010-04-29 16:43

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by magnuslu (Post 632968)
Trust me... This is one of my top priorities... :)

Haha, no worries, I sure do trust you - why shouldn´t I you are doing an awesome job here ;-)

Quote:

Originally Posted by magnuslu (Post 632968)
But now you'll be wondering what my other top priorities are... :D

Not only by now, but ever since you came up with these surprise features things ;)

Reflektorfalke 2010-04-29 20:01

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by magnuslu (Post 632392)
This is due to my limited knowledge about CSS... Either the community waits for me to learn more about CSS (given my release plans, that could be months away...), or it contributes some nice stylesheets to use :)

Why don´t you post the css and let the community do its magic?
I am sure there are some skilled css experts out there who are willing to create a decent layout.

Unfortunately I am not able to promise that I will look at it myself (with my also limited css knowledge ;-) ) due to my tight schedule...

magnuslu 2010-04-29 23:15

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by Reflektorfalke (Post 633922)
Why don´t you post the css and let the community do its magic?
I am sure there are some skilled css experts out there who are willing to create a decent layout.

I did. It's in this post.

Reflektorfalke 2010-04-30 05:14

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by magnuslu (Post 634244)
I did. It's in this post.

Wasn´t this file for the rss feed layout?
I meant the layout of the matches tab...

As for rss, I am wondering if proper layout and rendering with a single css is possible at all. Because as far as I know they use different layouts. Most promising information I found so far is this:
http://code.google.com/apis/ajaxfeeds/
Well, I don´t like google and I am not sure if thats what you need...!?

magnuslu 2010-04-30 06:34

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by Reflektorfalke (Post 634472)
Wasn´t this file for the rss feed layout?
I meant the layout of the matches tab...

Yeah... Sorry... Read and replied too early in the morning...

Here it is:

Code:

<style type='text/css'>
    .Date
    {
            font-family: verdana, geneva, arial, helvetica, sans-serif;
            font-size: 30px;
            padding: 2px;
            margin: 5px;
    }
    .Match
    {
            font-family: verdana, geneva, arial, helvetica, sans-serif;
            font-size: 30px;
            color: black;
            border-width: 1px;
            border-style: solid;
            border-color: #0000FF;
            margin: 2px;
            padding: 2px 1px;
            -webkit-border-radius: 5px;
    }
    .header {
            font-family: verdana, geneva, arial, helvetica, sans-serif;
            font-weight: bold;
            font-size: 28px;
            padding: 2px;    }
    .odd {
            background-color: #ebebeb;
            font-family: verdana, geneva, arial, helvetica, sans-serif;
            font-size: 28px;
            padding: 2px;    }
    .even {
            font-family: verdana, geneva, arial, helvetica, sans-serif;
            font-size: 28px;
            padding: 2px;    }
    .lines {background-color: #000;}
    .highlight {font-weight: bold;}
</style>


Reflektorfalke 2010-05-02 10:54

Re: FIFA World Cup App ?
 
Hi,

had a look at the css layout issue.
Unfortunately SoccerDB gives us only very limited options to play with. So I think it is not possible to create a nice layout based on only simple css...
Maybe someone more skilled can prove me wrong!?

However maybe it is not worth the effort to go into detail here, as in the future another data source might be used or the data in matches/table is handled as in the downloaded tabs (means downloaded and stored in DB and then displayed)?

El Amir 2010-05-02 11:22

Re: [QSportsEvent] FIFA World Cup and Football App
 
Heya, just wanted to let you know that PR1.2 is now out, maybe we can sort out something for the kinetic scrolling? :)

magnuslu 2010-05-02 15:41

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by Reflektorfalke (Post 638003)
Hi,

had a look at the css layout issue.
Unfortunately SoccerDB gives us only very limited options to play with. So I think it is not possible to create a nice layout based on only simple css...
Maybe someone more skilled can prove me wrong!?

However maybe it is not worth the effort to go into detail here, as in the future another data source might be used or the data in matches/table is handled as in the downloaded tabs (means downloaded and stored in DB and then displayed)?

Thanks for looking into this. I'm hoping to dramatically speed up the loading of the complete league file from SoccerDB. If that works, I might not need the HTML page provided by SoccerDB and can format everything exactly the way I want. Loading time would have to <3s or so for this to be an option.

magnuslu 2010-05-02 15:48

Re: [QSportsEvent] FIFA World Cup and Football App
 
Quote:

Originally Posted by El Amir (Post 638048)
Heya, just wanted to let you know that PR1.2 is now out, maybe we can sort out something for the kinetic scrolling? :)

That's the leaked PR1.2, right? I am not planning on installing it. If anyone has, I'd like feedback on whether the 0.0.5 version in Extras-Devel is installable and how it behaves... If reasonable, I'll upload 0.0.6 :)

Reflektorfalke 2010-05-02 16:10

Re: FIFA World Cup App ?
 
BTW, what did your marketing department decide on?
Your Tweet seems to be cut off...;)

magnuslu 2010-05-03 10:55

Re: FIFA World Cup App ?
 
I noticed that QSportsEvent was mentioned on the Maemo Weekly News. Unfortunately, they state that v. 0.0.5 is available from Extras-Devel. As those who have followed this thread will know, you will encounter dependency issues with this one as long as PR 1.2 is not publicly available.

The sad part about this is that users who have not followed this thread will have a bad first impression of the app if they try to download it from there... :(

I remind everyone that you should follow the instructions in the QSportsEvent wiki page if you want to download the app prior to the official PR1.2 release. That's version 0.0.6 built on my own environment. The one in Extras-Devel is built in the maemo.org Garage environment that I have no control over.

Reflektorfalke 2010-05-03 14:40

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by magnuslu (Post 640078)
I noticed that QSportsEvent was mentioned on the Maemo Weekly News.

Yeah cool that your app is covered by MWKN! Lets hope this draws even more attention and more testers/contributors.
Hopefully the MWKN readers check this thread or the wiki to find the current version or MWKN posts are updated...

Keep on rollin QSportsEvent...:D

Reflektorfalke 2010-05-03 15:59

Re: FIFA World Cup App ?
 
Hey Magnuslu,

what do you think of a small "Easter Egg" in the app:

A nice animation that starts whenever the users favourite team wins a match and the user taps on the score ??? :cool:

Would get to watch it quite a lot at the moment with my favourite team winning the German Championship, the DFB-Cup and, sorry that I have to say that, the Champions League :D

Jaffa 2010-05-04 13:57

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by Reflektorfalke (Post 640437)
Hopefully the MWKN readers check this thread or the wiki to find the current version or MWKN posts are updated..

Corrections would've been welcome - and it shows why it's important for software to get properly announced ;-p

Reflektorfalke 2010-05-04 15:58

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by Jaffa (Post 642392)
Corrections would've been welcome - and it shows why it's important for software to get properly announced ;-p

Well, I think Magnuslu made a clear point at every time that this app is in an early stage and the status including the dependency issues as well as the way how to install was always communicated within this thread, on the wiki page as well as on twitter....

Not sure who proposed the dated version for MWKN though!?

As for corrections, Magnuslu and myself tried to inform MWKN as soon as the mention of the old version on MWKN was noted...

However, hope the confusion caused was limited and sorry for any inconveniences!

Thanks @MWKN for the update (and the coverage of QSportsEvent of course)!

Jaffa 2010-05-04 16:47

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by Reflektorfalke (Post 642660)
As for corrections, Magnuslu and myself tried to inform MWKN as soon as the mention of the old version on MWKN was noted...

How, out of interest? I'd hate to think there was a feedback mechanism I was not following (if Twitter @mwkn, I've not checked that since the issue went out).

Email to me's probably best :-)

Reflektorfalke 2010-05-04 22:40

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by Jaffa (Post 642734)
How, out of interest? I'd hate to think there was a feedback mechanism I was not following (if Twitter @mwkn, I've not checked that since the issue went out).

Email to me's probably best :-)

Yeah, Twitter @mwkn, as I understood the MWKN wiki this is how to do it ;)
But ok, noted that email would have been better :D

silvermountain 2010-05-05 04:24

Re: [QSportsEvent] FIFA World Cup and Football App
 
With 36 days left until FIFA kick off is there any chance that we'll have a working Diablo version by then? I'd be happy to help out by testing.

magnuslu 2010-05-05 10:15

Re: [QSportsEvent] FIFA World Cup and Football App
 
Ok, I've given up on CSS to render the RSS news feeds. That was probably a good decision as XSL is the better way to go. I've found several examples of XSL that transform the RSS XML format into HTML, however, so far they all fail in at least one of the following:

1) The 'webkit' browser widget available in Qt uses a version 2.0 processor for the XSL processor. All examples I've found so far are version 1.0.
2) Once I have a version 2.0 XSL file, it must work in the specific XSL processor, so just because it works on your Firerox or IE, it doesn't mean it will work on the target device...

Adventurous community members maybe can give a hand here? Searching for rss2html in Google might be a good way to start.

magnuslu 2010-05-05 10:17

Re: [QSportsEvent] FIFA World Cup and Football App
 
Quote:

Originally Posted by silvermountain (Post 643878)
With 36 days left until FIFA kick off is there any chance that we'll have a working Diablo version by then? I'd be happy to help out by testing.

I seem to remember that some community members reported that they did get the app to work on Diablo. Maybe the best approach is to find out from them what they might have done that others haven't, specifically in terms of qt and sqlite packages that they have installed on their devices.

Jaffa 2010-05-05 13:06

Re: FIFA World Cup App ?
 
Quote:

Originally Posted by Reflektorfalke (Post 643529)
@mwkn, as I understood the MWKN wiki this is how to do it ;)

That's how to submit content, but that doesn't need to be checked until Sunday ;-)

Quote:

But ok, noted that email would have been better :D
Or a comment in the issue's thread on tmo.

magnuslu 2010-05-05 14:53

Re: [QSportsEvent] FIFA World Cup and Football App
 
Quote:

Originally Posted by magnuslu (Post 644322)
Ok, I've given up on CSS to render the RSS news feeds. That was probably a good decision as XSL is the better way to go.

Now it works :)

Will be added in 0.0.7!

I have planned two other features for that release (along with a few bug fixes). One is almost there, the other one... Well, we'll see how it turns out... Worst case I'll release 0.0.7 without it in the weekend.

Reflektorfalke 2010-05-05 16:15

Re: [QSportsEvent] FIFA World Cup and Football App
 
Quote:

Originally Posted by magnuslu (Post 644656)
Now it works :)

Will be added in 0.0.7!

I have planned two other features for that release (along with a few bug fixes). One is almost there, the other one... Well, we'll see how it turns out... Worst case I'll release 0.0.7 without it in the weekend.

Sounds great! ;)


And your "surprise" features make me even more curious :D

magnuslu 2010-05-06 11:45

Re: [QSportsEvent] FIFA World Cup and Football App
 
2 Attachment(s)
QSportsEvent 0.0.7, aka. Stadio Olimpico di Roma edition, will be released tomorrow! Ok, all great products have names as well as version numbers for their releases, so I thought I'd follow in that tradition. The selection this time is made because Inter Milan won the Italian Cup at that venue yesterday :)

One of the new features is that the UI will be somewhat 'user configurable'. In Qt, stylesheets can be applied to application widgets. These stylesheets can be read from a file and be changed in runtime. There will be a .qsportsevent/user folder where you can put your own matches.css, table.css, select.css and favourites.css files with the stylesheets to be used in those respective tabs of the application. Instructions as to exactly what and how you can use it can be found in the Qt documentation and tutorial. As an example, it should be possible for you to change the background image (your favourite team's stadium? a team picture? your girlfriend??) and the appearance of the 'matches' and 'table' tables.

Example:
Code:

background-image: url(<full path to the image you want to use>);
EDIT: In the sample file, the full path is preceeded by a ':' character. You should NOT use it! It is only needed when the item is taken from a Qt resource file. For user customization you will take it directly from the file system, so you shouldn't use that prefix!

The other 'user configurable' feature is the rendering of the RSS feeds. You'll find this file in .qsportsevent/rss.xsl.

Find samples in the attachment. Please note that the default implementation has the same stylesheet for all tabs, so I only attach one example. To be able to upload files to TMO, they have to have an 'acceptable' extension, that's why I had to add .txt. You don't need that on the device.

Please note that upgrades to newer versions of QSportsEvent might delete your files that you store in these folders, so please make sure to keep backups of them in other locations!

Be creative! Share screenshots, xsl, css and image files on the forum! I'm more than willing to change the default ones that come with the application with better looking examples provided by the community!

Please note that this is very experimental! I have barely tested it myself! I include it mainly because I don't want to spend too much time on the appearance of the UI and prefer to concentrate on functionality. Besides, implementing the feature only took 15-20 minutes anyway... Ok, it took longer to write these instructions :)

I can't guarantee that this feature will remain in the app, but I don't see any reason why not...

silvermountain 2010-05-06 15:19

Re: [QSportsEvent] FIFA World Cup and Football App
 
Quote:

Originally Posted by magnuslu (Post 644330)
I seem to remember that some community members reported that they did get the app to work on Diablo. Maybe the best approach is to find out from them what they might have done that others haven't, specifically in terms of qt and sqlite packages that they have installed on their devices.

If ANY Diablo user, as Magnus mentions above, have managed to get this app running on Diablo can you PLEASE say how? I'm not getting a warm and fuzzy feeling that I'll have a working version in a month :(

magnuslu 2010-05-06 15:40

Re: [QSportsEvent] FIFA World Cup and Football App
 
Oh well... The quality assurance department says that QSportsEvent 0.0.7 - Stadio Olimpico di Roma is good to go one day early!

All you need to know is in the QSportsEvent wiki page. Some reminders though!

1. Uninstall any previous version.
2. You will loose all your favourites.
3. There is a new dependency on libqt4-xmlpatterns. See the wiki page for installation details.
4. This is still a beta! Expect issues, and please, report them!
5. This is still a beta! Features will change!

Enjoy!

magnuslu 2010-05-06 16:08

Re: [QSportsEvent] FIFA World Cup and Football App
 
Quote:

Originally Posted by silvermountain (Post 646552)
If ANY Diablo user, as Magnus mentions above, have managed to get this app running on Diablo can you PLEASE say how? I'm not getting a warm and fuzzy feeling that I'll have a working version in a month :(

Oops... The one who reported that it was 'working' on Diablo was... You! :D In this post.

Can you please post (again) the errors you are getting when you launch it from the terminal window? I'll add it to the Wiki and see if someone who reads it might have any clues...

Anyway, I just submitted 0.0.7 to Diablo Extras-Devel (NOT Fremantle (i.e., N900), for those who might be wondering...), so it should be there. I haven't done anything that would fix this problem though, but it's always best to test with the latest version.

Reflektorfalke 2010-05-06 16:13

Re: [QSportsEvent] FIFA World Cup and Football App
 
Quote:

Originally Posted by magnuslu (Post 646591)
Oh well... The quality assurance department says that QSportsEvent 0.0.7 - Stadio Olimpico di Roma is good to go one day early!

Good decision - less waiting time for us :D

Already installed - first impression:

You are THE MAN, Magnuslu !!! :D

Again great progress, even bigger than expected :p

Hope I can find some time for testing soon - especially the new livescores!!!

silvermountain 2010-05-06 16:20

Re: [QSportsEvent] FIFA World Cup and Football App
 
Quote:

Originally Posted by magnuslu (Post 646634)
Oops... The one who reported that it was 'working' on Diablo was... You! :D In this post.

Yes, it worked once for me but then after an upgrade I got SQLITE errors. I'll post the errors in detail when I get back to where my NIT is later today :)

DaSilva 2010-05-06 17:04

Re: [QSportsEvent] FIFA World Cup and Football App
 
Quote:

Originally Posted by Reflektorfalke (Post 646645)
Good decision - less waiting time for us :D

Already installed - first impression:

You are THE MAN, Magnuslu !!! :D

Again great progress, even bigger than expected :p

Hope I can find some time for testing soon - especially the new livescores!!!

Could you please post some screenshots?
Would be nice...

magnuslu 2010-05-06 21:57

Re: [QSportsEvent] FIFA World Cup and Football App
 
3 Attachment(s)
Quote:

Originally Posted by DaSilva (Post 646724)
Could you please post some screenshots?
Would be nice...

And here the screenshots. Remember that the UI is user configurable as of v.0.0.7, so hopefully the creative members of this community will upload their own screenshots over time :)


All times are GMT. The time now is 23:20.

vBulletin® Version 3.8.8