summaryrefslogtreecommitdiff
path: root/apps/onplay.c
AgeCommit message (Expand)Author
2008-02-12fix FS#8599 - First Song in Tagcache can't be ratedRobert Kukla
2008-02-10Accept FS #8570 by Thomas Martitz: recording dir location was not saved when ...Peter D'Hoye
2007-11-08only display set rating menu entry if "gather runtime data" is enabled (was r...Robert Kukla
2007-11-08rework the set song rating setting so it uses the standard list. also the men...Jonathan Gordon
2007-11-04revert my previous commit and do it in a much less hacky way (both of these w...Jonathan Gordon
2007-11-04return to the main menu if stop is pressed in the wps context menu, (blame po...Jonathan Gordon
2007-10-09Add a voice callback to dynamic menus, along side the text_callback.Stéphane Doyon
2007-09-03Accept FS #7667 by Alexander Levin with minor fixes by me. Splits the shortcu...Peter D'Hoye
2007-08-22Fix bug where cross volume cut/paste would report failure even though it succ...Barry Wardell
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius
2007-08-05Oops remove misleading left-behind commentNils Wallménius
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius
2007-08-05Accept FS#7486 - shortcuts plugin.Jonathan Gordon
2007-08-05Address FS#6310 - shows an "infinite" slider when deleting/copying/moving files.Jonathan Gordon
2007-07-31Accept FS#7437 - add the delete option to the wps context menu so the current...Jonathan Gordon
2007-07-21Queue song statistical data to the tagcache system and update entirely in bac...Miika Pekkarinen
2007-07-10User configurable recording path (my patch in FS#7201). path defaults to / an...Jonathan Gordon
2007-05-20Add splash messages while copying, moving, and deleting files. Also boost the...Dan Everton
2007-05-19Remove unused function and unused headerNils Wallménius
2007-05-15Use INSERT_LAST when inserting tracks before playback has started. Fixes FS#...Hardeep Sidhu
2007-05-14Add an item to the WPS context menu to browse a currently playing cuesheet. T...Nicolas Pennequin
2007-05-03Enable playlist functions for m3u filesHardeep Sidhu
2007-05-01The menu code needs to know that the function wants a param...Jonathan Gordon
2007-04-30Convert onplay.c to the new manu API. only plugins are still using the old AP...Jonathan Gordon
2007-04-25Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ...Nicolas Pennequin
2007-04-21No more type punning where it's not funny.Michael Sevakis
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis
2007-04-18Move the inbuilt filetype info into filetypes.c and rename the defines. Jonathan Gordon
2007-04-12Fix sim crashes on long filenames. Patch by Sean Morrisey with some minor cha...Peter D'Hoye
2007-04-08Give all menus using the old API a nice title and icons (except plugins)Jonathan Gordon
2007-03-29Recode filetypes.c to remove its need for a static string buffer.Jonathan Gordon
2007-03-26#ifdef HAVE_TAGCACHE the set_rating code and remove some old, unused codeRobert Kukla
2007-03-26Rating support for database and WPS (based on FS# 6301). A value between 0 an...Robert Kukla
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-03-01Introducing the root menu!Jonathan Gordon
2007-02-28Character-encoding policingDave Chapman
2007-02-27Code Police: Remove tabs throught apps/ . Hopefully no actual code Jonathan Gordon
2007-02-27fix FS#6700. If you really need to paste into the source directory, do Jonathan Gordon
2007-02-19Convert the EQ menusJonathan Gordon
2007-02-06Fix FS #6624 - remove useless menu items from the context menu in an empty di...Jonathan Gordon
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold
2006-12-27Minor changes to the delete screen (FS#6022). Use multi-screen api.Jonathan Gordon
2006-12-26Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertionJonathan Gordon
2006-12-25Next round of static'ing and related fixes.Jens Arnold
2006-12-14Directory delete: 1) show which directory is being removed when going through...Peter D'Hoye
2006-12-111) Delete unused files from old database and old gui files 2) Remove unnecces...Nils Wallménius
2006-11-30File and (recursive) directories properties in the file browser context menu....Peter D'Hoye
2006-11-13Backdrop support for greyscale targets. WPS backdrop is untested.Jens Arnold