summaryrefslogtreecommitdiffstats
path: root/apps/tagtree.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-08Yet more #include cleanupsBertrik Sikken1-0/+1
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-1/+2
2008-10-16Accept FS#9480 - centralise and organise the events in the apps/ layer. Jonathan Gordon1-1/+1
2008-10-07add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts1-1/+1
2008-08-19dont let the database create a new playlist when party mode is on. (fixes FS#...Jonathan Gordon1-0/+4
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-11/+10
2008-07-03Implement FS#8947 - Add a stub in the simulator for ata_disk_is_active. This ...Bertrik Sikken1-1/+1
2008-07-01fix FS#9104 - Database sorting does not work on un-filtered list Robert Kukla1-7/+1
2008-06-29very minor code police. also fix a possible but unlikely missed cpu_boost(false)Jonathan Gordon1-1/+6
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-01Introduce a small helper function that asks the user if the dynamic playlist ...Nils Wallménius1-10/+2
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken1-1/+0
2008-04-27Updated use of events.h header file.Bertrik Sikken1-0/+1
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius1-2/+2
2008-04-20Renamed remove_all_tracks to playlist_remove_all_tracks to make it consistent...Bertrik Sikken1-1/+1
2008-03-17It makes more sense for the callback registrar to decide if its a "oneshot" t...Jonathan Gordon1-2/+2
2008-03-16Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen1-8/+3
2008-03-07Fixed red. HWCODEC platforms still use the old api.Miika Pekkarinen1-0/+6
2008-03-07Rewritten playback event handling. Should fix runtime statistics gathering.Miika Pekkarinen1-3/+3
2008-02-27Fix sim builds.Barry Wardell1-1/+1
2008-02-27More improvement to the display of Searching... splashes in the tagtree:Barry Wardell1-8/+12
2008-02-26Remove the annoying 'Searching...0 tracks found' splash on Sansa when using t...Barry Wardell1-0/+4
2008-02-12fix FS#8599 - First Song in Tagcache can't be ratedRobert Kukla1-5/+8
2008-01-03FS#8375 - Fix division by zero using the random database selection in a near-...Steve Bavin1-0/+2
2007-12-21FS#6960 - Add random selection option to database, by Mark Reiche. This satis...Steve Bavin1-2/+16
2007-11-23revise commit r15463 - we still get the immediate display of runtime data in ...Robert Kukla1-4/+2
2007-11-23Fixed compile errors with logf enabled.Miika Pekkarinen1-2/+2
2007-11-04Fix for FS#8082:Robert Kukla1-3/+3
2007-10-31Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by rem...Nicolas Pennequin1-4/+2
2007-10-30some improvements to FS#8008 - see tracker entry for detailsRobert Kukla1-42/+38
2007-10-29rework my previous commit (FS#8008) to be able to work for any of the strings...Jonathan Gordon1-20/+50
2007-10-29fix yellowJonathan Gordon1-0/+1
2007-10-29Accept FS#8008 - allows the current artist or album to be used in databse sea...Jonathan Gordon1-12/+42
2007-08-08Add support for grouping tags. From FS#7362.Dan Everton1-0/+1
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-8/+8
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-7/+2
2007-08-03Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton1-0/+1
2007-07-21Queue song statistical data to the tagcache system and update entirely in bac...Miika Pekkarinen1-31/+18
2007-06-22FS#7003 - Allow forward references of menus in tagnavi.config.Miika Pekkarinen1-10/+38
2007-04-18Move the inbuilt filetype info into filetypes.c and rename the defines. Jonathan Gordon1-3/+5
2007-04-16Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon1-9/+1
2007-04-12Now track total playtime should be accessible as well by using Pm and Ps virt...Miika Pekkarinen1-0/+2
2007-04-12Added virtual tags in database to break track length to minutes and seconds.Miika Pekkarinen1-0/+2
2007-04-12FS#7002 - Fix a bug in parser of tagnavi.config preventing to set first menu ...Miika Pekkarinen1-2/+7
2007-03-26Killed a logf warning.Miika Pekkarinen1-1/+1
2007-03-26Rating support for database and WPS (based on FS# 6301). A value between 0 an...Robert Kukla1-2/+8
2007-03-18Fix several printf-style warnings in logf builds.Magnus Holmgren1-7/+7
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-11/+11
2007-02-25Cleaned up code a bit, fixed possible bug during committing numeric indices a...Miika Pekkarinen1-0/+2
2007-02-10FS#6638 - Album artist and comment patch for WPS and tagcache. ExportMiika Pekkarinen1-0/+3