summaryrefslogtreecommitdiffstats
path: root/apps/onplay.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-25Added new shuffle repeat mode that reshuffles playlist before repeating. Als...Hardeep Sidhu1-2/+7
2005-06-24Added sound settings to the WPS context menuLinus Nielsen Feltzing1-7/+15
2005-06-24Removed Create Playlist from the browser context menu, put Playlist first in ...Linus Nielsen Feltzing1-10/+6
2005-06-24Put back the playlist creation options in the main menuLinus Nielsen Feltzing1-3/+1
2005-06-23Make resume work with manually shuffled playlists (idea by hardeep on IRC)Tomas Salfischberger1-6/+2
2005-06-23Added a "Shuffle playlist" option to the context menu. Someone on the forum c...Tomas Salfischberger1-2/+19
2005-06-23Don't clear the button queue.Jens Arnold1-1/+0
2005-06-23When exiting the context menu with the menu button, call the main menu. Mainl...Jens Arnold1-2/+20
2005-06-23Henrik Backes patch for WPS and tag database context menus. Tag database cont...Linus Nielsen Feltzing1-71/+195
2005-05-13File rename wrongly accepted an empty target filename, corrupting the file sy...Linus Nielsen Feltzing1-1/+1
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-5/+5
2005-03-06Undo previous commit. Apparently, this is not wanted behaviour.Thom Johansen1-1/+1
2005-03-06"Open With" menu duplicate entry bug fixed.Thom Johansen1-1/+1
2005-02-03fixes an issue with LANG_PLAYINDICES_PLAYLIST id.Jose Maria Garcia-Valdecasas Bernal1-1/+1
2005-01-04no rename nor delete option on volumesJörg Hohensohn1-13/+18
2004-10-14Increased the maximum viewers limit to 16Linus Nielsen Feltzing1-1/+1
2004-10-06Fixed delete confirmation dialouge in onplay (again)Henrik Backe1-1/+1
2004-09-21Fixed broken delete file/directory confirmation in onplayHenrik Backe1-1/+1
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-35/+36
2004-07-30Moved the Open With option down in the ON+Play menuLinus Nielsen Feltzing1-7/+7
2004-07-23New way of defining menus and options allows to declare them static const, wh...Jörg Hohensohn1-28/+14
2004-07-13Open with... now reloads the dir if the viewer returns PLUGIN_USB_CONNECTEDLinus Nielsen Feltzing1-1/+7
2004-07-01Fixed menu leakHardeep Sidhu1-3/+1
2004-06-27The status bar now keeps track of the mpeg status, instead of having to call ...Linus Nielsen Feltzing1-1/+0
2004-06-10Removed vbr_fix, as it now is a pluginLinus Nielsen Feltzing1-253/+0
2004-05-21Plugin/file type association system. Patch #879411 by Henrik BackeBjörn Stenberg1-1/+33
2004-04-16Enabled the rmdir()Linus Nielsen Feltzing1-4/+1
2004-04-08On+Play option and handler to delete a directory (recursively). Currently it ...Jörg Hohensohn1-2/+87
2004-03-16First shot at a nice little button bar at the bottom of the recorder LCD. Ena...Linus Nielsen Feltzing1-38/+38
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn1-0/+18
2004-03-12First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing1-2/+2
2004-03-11Moved Create Directory to the ON+Play menuLinus Nielsen Feltzing1-24/+59
2004-01-26Modified playlist handling to allow for multiple playlists to be edited at th...Hardeep Sidhu1-11/+40
2004-01-08The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg1-3/+3
2003-12-07table-driven internal handling of file types, so we can have many of themJörg Hohensohn1-6/+6
2003-07-06Allow playing even if we are unable to access the playlist control file (e.g....Hardeep Sidhu1-1/+1
2003-07-02Added "Ask" option to recursive dir insert which, if enabled, will ask users ...Hardeep Sidhu1-1/+39
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu1-11/+105
2003-06-25english language updated to be a bit more general, we now offer button descri...Robert Hak1-0/+6
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing1-4/+1
2003-04-20Xing headers now support mono better, added the 'editable files' optionLinus Nielsen Feltzing1-3/+3
2003-04-19Better generation of Xing headers, now they contain the correct MPEG version ...Linus Nielsen Feltzing1-65/+65
2003-04-13VBRFix should now work on all VBR files, with or without Xing headers and ID3...Linus Nielsen Feltzing1-45/+68
2003-04-10cosmetics for MSVC (Win32 uisimulator): except in declarations, please dont a...Jörg Hohensohn1-4/+18
2003-04-10Some code-police work, plus localized strings in vbrfixLinus Nielsen Feltzing1-54/+48
2003-04-03Now VBRFix correctly handles all types of files, with or without ID3 tagsLinus Nielsen Feltzing1-32/+61
2003-04-03Now inserts a xing header if there is no room for itLinus Nielsen Feltzing1-4/+110
2003-04-02Reordered items so Delete is never the default item.Björn Stenberg1-2/+2
2003-04-01Make sure that no music is playing before starting VBRFix (it uses the MP3 bu...Linus Nielsen Feltzing1-0/+6
2003-04-01Recorded files shorter than 3 hours now show correct average bitrate even wit...Linus Nielsen Feltzing1-20/+72