summaryrefslogtreecommitdiff
path: root/apps/onplay.c (follow)
Commit message (Collapse)AuthorAge
* no rename nor delete option on volumesJörg Hohensohn2005-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5533 a1c6a512-1295-4272-9138-f99709370657
* Increased the maximum viewers limit to 16Linus Nielsen Feltzing2004-10-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5278 a1c6a512-1295-4272-9138-f99709370657
* Fixed delete confirmation dialouge in onplay (again)Henrik Backe2004-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5191 a1c6a512-1295-4272-9138-f99709370657
* Fixed broken delete file/directory confirmation in onplayHenrik Backe2004-09-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5101 a1c6a512-1295-4272-9138-f99709370657
* Redesigned the button handling. The code now uses symbolic function defines ↵Björn Stenberg2004-09-19
| | | | | | instead of checking for specific buttons. This makes it easier to add support for new devices with different button layouts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5091 a1c6a512-1295-4272-9138-f99709370657
* Moved the Open With option down in the ON+Play menuLinus Nielsen Feltzing2004-07-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4976 a1c6a512-1295-4272-9138-f99709370657
* New way of defining menus and options allows to declare them static const, ↵Jörg Hohensohn2004-07-23
| | | | | | which saves the code to runtime-assemble them. Rockbox just got 6 KB smaller. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4931 a1c6a512-1295-4272-9138-f99709370657
* Open with... now reloads the dir if the viewer returns PLUGIN_USB_CONNECTEDLinus Nielsen Feltzing2004-07-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4871 a1c6a512-1295-4272-9138-f99709370657
* Fixed menu leakHardeep Sidhu2004-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4818 a1c6a512-1295-4272-9138-f99709370657
* The status bar now keeps track of the mpeg status, instead of having to call ↵Linus Nielsen Feltzing2004-06-27
| | | | | | status_set_playmode() all the time git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4805 a1c6a512-1295-4272-9138-f99709370657
* Removed vbr_fix, as it now is a pluginLinus Nielsen Feltzing2004-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4727 a1c6a512-1295-4272-9138-f99709370657
* Plugin/file type association system. Patch #879411 by Henrik BackeBjörn Stenberg2004-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4677 a1c6a512-1295-4272-9138-f99709370657
* Enabled the rmdir()Linus Nielsen Feltzing2004-04-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4510 a1c6a512-1295-4272-9138-f99709370657
* On+Play option and handler to delete a directory (recursively). Currently it ↵Jörg Hohensohn2004-04-08
| | | | | | only deletes the files within, we need a function to delete the empty directories. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4477 a1c6a512-1295-4272-9138-f99709370657
* First shot at a nice little button bar at the bottom of the recorder LCD. ↵Linus Nielsen Feltzing2004-03-16
| | | | | | Enable Button Bar in the Display settings. Only the dir browser uses it at the moment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4391 a1c6a512-1295-4272-9138-f99709370657
* First step of the voice-UI: the menus can talk. You need a "voicefont" file ↵Jörg Hohensohn2004-03-14
| | | | | | in .rockbox to use this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4381 a1c6a512-1295-4272-9138-f99709370657
* First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing2004-03-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4370 a1c6a512-1295-4272-9138-f99709370657
* Moved Create Directory to the ON+Play menuLinus Nielsen Feltzing2004-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4360 a1c6a512-1295-4272-9138-f99709370657
* Modified playlist handling to allow for multiple playlists to be edited at ↵Hardeep Sidhu2004-01-26
| | | | | | the same time. Added support in playlist viewer for viewing/editing playlists on disk (accessed via ON+PLAY->Playlist->View on a playlist). Added menu in playlist viewer for changing a few settings and saving playlist. Added File Options menu in playlist viewer ON+PLAY menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4276 a1c6a512-1295-4272-9138-f99709370657
* The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg2004-01-08
| | | | | | | was not used by any code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4201 a1c6a512-1295-4272-9138-f99709370657
* table-driven internal handling of file types, so we can have many of themJörg Hohensohn2003-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4115 a1c6a512-1295-4272-9138-f99709370657
* Allow playing even if we are unable to access the playlist control file ↵Hardeep Sidhu2003-07-06
| | | | | | (e.g. no .rockbox dir). However, dynamic playlists and resume will not work in this case. Also, there are no playlist options for m3u files when nothing is playing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3813 a1c6a512-1295-4272-9138-f99709370657
* Added "Ask" option to recursive dir insert which, if enabled, will ask users ↵Hardeep Sidhu2003-07-02
| | | | | | whether they want to recursively insert selected dir. Also, renamed "Insert first" and "Queue first" to "Insert next" and "Queue next" respectively. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3799 a1c6a512-1295-4272-9138-f99709370657
* Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or ↵Hardeep Sidhu2003-07-01
| | | | | | playlist from file browser to see available options. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3796 a1c6a512-1295-4272-9138-f99709370657
* english language updated to be a bit more general, we now offer button ↵Robert Hak2003-06-25
| | | | | | descriptions on delete for recorder git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3759 a1c6a512-1295-4272-9138-f99709370657
* Configurable dir browser file buffer size. No more 400-file limit. No more ↵Linus Nielsen Feltzing2003-05-09
| | | | | | whining. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3661 a1c6a512-1295-4272-9138-f99709370657
* Xing headers now support mono better, added the 'editable files' optionLinus Nielsen Feltzing2003-04-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3572 a1c6a512-1295-4272-9138-f99709370657
* Better generation of Xing headers, now they contain the correct MPEG version ↵Linus Nielsen Feltzing2003-04-19
| | | | | | and sample rate info. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3567 a1c6a512-1295-4272-9138-f99709370657
* VBRFix should now work on all VBR files, with or without Xing headers and ↵Linus Nielsen Feltzing2003-04-13
| | | | | | ID3 tags git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3545 a1c6a512-1295-4272-9138-f99709370657
* cosmetics for MSVC (Win32 uisimulator): except in declarations, please dont ↵Jörg Hohensohn2003-04-10
| | | | | | | | | assign structs like: my_struct = { 1, 2, 3 }; MSVC won't take it, sorry Linus git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3527 a1c6a512-1295-4272-9138-f99709370657
* Some code-police work, plus localized strings in vbrfixLinus Nielsen Feltzing2003-04-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3524 a1c6a512-1295-4272-9138-f99709370657
* Now VBRFix correctly handles all types of files, with or without ID3 tagsLinus Nielsen Feltzing2003-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3514 a1c6a512-1295-4272-9138-f99709370657
* Now inserts a xing header if there is no room for itLinus Nielsen Feltzing2003-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3513 a1c6a512-1295-4272-9138-f99709370657
* Reordered items so Delete is never the default item.Björn Stenberg2003-04-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3509 a1c6a512-1295-4272-9138-f99709370657
* Make sure that no music is playing before starting VBRFix (it uses the MP3 ↵Linus Nielsen Feltzing2003-04-01
| | | | | | buffer) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3506 a1c6a512-1295-4272-9138-f99709370657
* Recorded files shorter than 3 hours now show correct average bitrate even ↵Linus Nielsen Feltzing2003-04-01
| | | | | | | | | without VBRFix. Moved some code around. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3505 a1c6a512-1295-4272-9138-f99709370657
* Only queue mp3 files.Björn Stenberg2003-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3497 a1c6a512-1295-4272-9138-f99709370657
* No VBRfix for non-mp3 files. Fixed delete confirmation.Björn Stenberg2003-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3496 a1c6a512-1295-4272-9138-f99709370657
* Fix yellow win32sim buildBjörn Stenberg2003-03-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3438 a1c6a512-1295-4272-9138-f99709370657
* Changed ON+PLAY screen to a menu, unified player & recorder and moved the ↵Björn Stenberg2003-03-12
code to a separate file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3436 a1c6a512-1295-4272-9138-f99709370657