Feature #22
Implement new UI to HBB / Misc
| Status: | Closed | Start: | 01/15/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | teknecal | % Done: | 100% |
|
| Category: | UI | Spent time: | 25.50 hours | |
| Target version: | v0.3 | Estimated time: | 20.00 hours | |
Description
Implement the new UI into HBB / Misc
History
Updated by teknecal 593 days ago
- File HBB_Rev1.zip added
Now the applications moving up and down with the Dpad in the apps window. Had to do some overlaying. Has 7 example applications with the icons and sample text displayed.
Updated by teknecal 591 days ago
- % Done changed from 0 to 10
Started re-doing the about screen to fit new UI.
Updated by teknecal 587 days ago
Adjusted about screen. Added 3 date/star/thumbs up icon. Date icon looks a little weird when shown.
Updated by teknecal 587 days ago
Added new button and icon highlights for main screen and download/delete buttons.
Updated by teknecal 587 days ago
Split up category images. Added category, selection and highlights.
Updated by teknecal 587 days ago
- File HBB_Rev3.zip added
- % Done changed from 10 to 20
Updated by teknecal 572 days ago
Updated size in about screen to do the calculation instead of just printing out the text from the list file.
Updated by teknecal 571 days ago
- File HBB_Rev4.zip added
Updated to download icons and apps from HBB server.
Updated by nmessenger 552 days ago
- File free-space-overscan.JPG added
Good work! I am pleased that the text in the new UI is readable on my SDTV. A small nit: the free space indicator in the corner is slightly cut off by my TV's overscan. You can still read the number, so it's not really a problem, but I thought you might like to know. I have attached an image.
This could probably be fixed by moving the indicator to the bottom center.
Updated by nmessenger 552 days ago
Another note: the loop.mp3 bundled with Rev6 has the fade in and fade out encoded in the mp3 itself. This really starts to hurt the ears after only a few minutes of looping. It would be better if the mp3 volume was constant and it was faded in via software volume adjustment. Would this be worth opening a separate issue ticket?
Of course, if the mp3 is only temporary for the preview, then the issue's moot. :)
Updated by teknecal 551 days ago
nmessenger wrote:
A small nit: the free space indicator in the corner is slightly cut off by my TV's overscan. You can still read the number, so it's not really a problem, but I thought you might like to know. I have attached an image.
Thanks, I will move it a bit more to the left.
nmessenger wrote:
Another note: the
loop.mp3bundled with Rev6 has the fade in and fade out encoded in the mp3 itself. This really starts to hurt the ears after only a few minutes of looping. It would be better if the mp3 volume was constant and it was faded in via software volume adjustment. Would this be worth opening a separate issue ticket?
I'm still wondering what to do, please had issues with the first background loop saying that they could hear it cut in and out, so I just faded the mp3 file.
Should there just be a 1 second pause when replaying the background music?
Was Rev5 ok for you? Maybe I shouldn't the background music at all and just let everyone choose themselves.
Updated by teknecal 547 days ago
Gamewizard71 wrote:
Let everybody have there own mp3. -- ~~
Already done.
Updated by nmessenger 543 days ago
I had a listen to Rev5. Rev6 is at least better than Rev5, but it's still not great. :/
Are mp3's even able to be looped without skipping? Do the libs you're using support any other formats? Maybe you could try something like ogg. I don't know if it'll help, never really done any sound coding.
Strangely, the current zip file download for Rev5 on the Files page doesn't seem to include the loop.mp3. I could swear it did before.
Updated by nmessenger 543 days ago
If you don't mind my two cents design-wise, it seems a little weird that the "Download Queue" button is grouped with the list sort buttons. I would recommend moving it next to the "Installed Apps" and "Help" buttons.
Updated by teknecal 543 days ago
nmessenger wrote:
I had a listen to Rev5. Rev6 is at least better than Rev5, but it's still not great. :/
Are mp3's even able to be looped without skipping? Do the libs you're using support any other formats? Maybe you could try something like ogg. I don't know if it'll help, never really done any sound coding.
They should be, I just have to do more and more testing to do it correctly. Right now am just using mp3player.h which is included in libogc which I think is quite old. I could use .mod files which once started loops forever until stopped which is easier.
nmessenger wrote:
If you don't mind my two cents design-wise, it seems a little weird that the "Download Queue" button is grouped with the list sort buttons. I would recommend moving it next to the "Installed Apps" and "Help" buttons.
Yeah it is a little off, but I'm not sure that it would fit at the top, once tooltips are implemented it will let users know what it is. Maybe should move it a little more downwards.
Updated by teknecal 538 days ago
- Subject changed from Implement new UI to HBB to Implement new UI to HBB / Misc
Added saving and loading settings.
Updated by teknecal 534 days ago
Adding ability to check /temp directory for image files. If there is less than say 200, it will download a zip and extract them which is faster than downloading each one individually.