|
|
2008-04-07
, 08:52
|
|
|
Posts: 4,707 |
Thanked: 4,643 times |
Joined on Oct 2007
@ Bulgaria
|
#12
|
|
|
2008-04-07
, 15:15
|
|
|
Posts: 1,107 |
Thanked: 720 times |
Joined on Mar 2007
@ Germany
|
#13
|
Click VGBA MaemoTo reduce most of these steps, remember last directory accessed (store to ~/.vgba or gconf?)
Click 'Open file'
Scroll left window down to 'removable memorycard'
Click 'Removable memory card'
...Wait ~3 seconds
Click 'games'
...Wait ~10 seconds
Click 'console'
...Wait ~5 seconds
Click 'GBA'
Scroll right window down to the game of choice,
(right window shows only three (!) files at a time)
gboolean hildon_file_selection_set_current_folder (HildonFileSelection *self, const GtkFilePath *folder, GError **error);
GtkFilePath * hildon_file_selection_get_current_folder (HildonFileSelection *self);
GtkWidget *hildon_file_chooser_dialog_new_with_properties(Gt kWindow * parent, const gchar * first_property, ...);One of the .h files references the gtk file chooser help page
|
|
2008-04-07
, 15:49
|
|
Posts: 1,418 |
Thanked: 1,541 times |
Joined on Feb 2008
|
#14
|
Sorry, my choice of words was a mistake. I did not mean to imply that it scans the complete subdirectory tree. It scans every child directory of the current directory before letting you click-on and proceed to the next subdirectory.
Additionally, when selecting a game, it is impossible to differentiate between the actual game, the save file (.sav) and the state file (.sta) without comparing the file creation dates because the browser only shows fifteen (!) characters of the filename (on an 800x480 screen, this is quite an 'accomplishment').
It would be helpful for "open File" to only show .gba (or supported compressed file types) in the chooser, if possible.
However, it is possible to scale the 240x160 screen to 720x480 (x3) without speed penalty. This is normally exposed via Xsp extensions ('pixel doubling'), but ssvb (Siarhei Siamashka) sets an arbitrary screen resolution in mplayer using ioctls, so you should be able use this to scale 3x in hardware.
|
|
2008-04-07
, 16:15
|
|
|
Posts: 1,107 |
Thanked: 720 times |
Joined on Mar 2007
@ Germany
|
#15
|
Got it. All right, remembering the last directory should probably help here.
In fact, I can just write a piece of assembly code that does x3 scaling, same as I have done with other scales. may be a bit slower, but will cause less interference with other applications.
|
|
2008-04-07
, 18:57
|
|
|
Posts: 4,707 |
Thanked: 4,643 times |
Joined on Oct 2007
@ Bulgaria
|
#16
|


|
|
2008-04-07
, 19:36
|
|
Posts: 1,418 |
Thanked: 1,541 times |
Joined on Feb 2008
|
#17
|
| The Following User Says Thank You to fms For This Useful Post: | ||
|
|
2008-04-07
, 20:09
|
|
|
Posts: 4,707 |
Thanked: 4,643 times |
Joined on Oct 2007
@ Bulgaria
|
#18
|
|
|
2008-04-07
, 21:39
|
|
|
Posts: 487 |
Thanked: 152 times |
Joined on Aug 2007
@ London, UK
|
#19
|



|
|
2008-04-08
, 04:35
|
|
Posts: 551 |
Thanked: 46 times |
Joined on Oct 2007
|
#20
|
What about replacing with the standard GTK file browser which I see when apps are not hildonised.
(BTW: I cannot develop so I am talking utter rubbish please ignore me)
Last edited by qwerty12; 2008-04-07 at 07:55.