summaryrefslogtreecommitdiffstats
path: root/apps/tagtree.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-26Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertionJonathan Gordon1-0/+6
2006-12-25Next round of static'ing and related fixes.Jens Arnold1-7/+7
2006-12-05Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen1-8/+8
2006-11-11Make it possible to force sorting.Miika Pekkarinen1-0/+7
2006-10-25Don't fail with very long lines.Miika Pekkarinen1-6/+15
2006-10-24Search string was not properly used.Miika Pekkarinen1-2/+1
2006-10-24Allow all tag type in formatting string. Included example withMiika Pekkarinen1-60/+86
2006-10-21Implement fast_readline as a function and use it for tagtree also.Miika Pekkarinen1-126/+132
2006-10-20Fix FS#6107 so ID3 view voices correct numbersSteve Bavin1-0/+1
2006-10-15(1) New syntax to support conditional formatting.Miika Pekkarinen1-59/+174
2006-10-11Now the 128 bytes limit for search clauses should work.Miika Pekkarinen1-2/+2
2006-10-10FS#6155: "oneof" oeprator limited to a list of 3 or less values.Miika Pekkarinen1-2/+2
2006-10-09FS#6137: add "oneof" operator to tagnavi.conf syntax.Miika Pekkarinen1-0/+1
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin1-8/+8
2006-09-26New option "strip" to make it possible hide data used for sorting.Miika Pekkarinen1-1/+27
2006-09-26"lastplayed" is also a valid tag.Miika Pekkarinen1-0/+1
2006-09-26Dynamically allocate menu structs.Miika Pekkarinen1-9/+12
2006-09-25Honor only the first root_menu setting to make it possible to overrideMiika Pekkarinen1-3/+15
2006-09-21Increased maximum number of menus to 16 and avoiding a crash.Miika Pekkarinen1-3/+15
2006-09-19Properly set list title in tagcache mode and removed one incorrectMiika Pekkarinen1-0/+17
2006-09-19Improved tag browser configuration file syntax with submenus andMiika Pekkarinen1-40/+223
2006-09-18Use INSERT_LAST when creating a new playlist. This fixes a problem caused by...Hardeep Sidhu1-1/+1
2006-09-03Fixed cpu incorrectly unboosted at boot.Miika Pekkarinen1-0/+2
2006-08-30Fixed tagcache returning incorrect entries.Miika Pekkarinen1-3/+6
2006-08-27Fixed the error in tagtree.cMichael Sevakis1-1/+1
2006-08-26Add %sort and %limit variables for better control of the tag browserMiika Pekkarinen1-22/+83
2006-08-26Runtime stats for WPS.Miika Pekkarinen1-0/+16
2006-08-25Browse by year (now numeric tags are fully supported too).Miika Pekkarinen1-10/+28
2006-08-25Tagcache: Don't show duplicate entries and automatically inheritMiika Pekkarinen1-6/+17
2006-08-23Patch #5845 by Steve Bavin - Make tagtree.c use buffer_alloc()Linus Nielsen Feltzing1-37/+20
2006-08-15Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing1-1/+2
2006-08-14Make sure dircache blocks correctly.Miika Pekkarinen1-2/+5
2006-08-13FS#5805 NOT operator for tagnavi.config by Jochen Kemnade.Miika Pekkarinen1-0/+4
2006-08-12Better UI response with playlist operations.Miika Pekkarinen1-3/+7
2006-08-12Fixed the warning.Miika Pekkarinen1-1/+0
2006-08-12Fixed track order when inserting an album from tagcache to theMiika Pekkarinen1-1/+20
2006-08-11A typo caused lastplayed field to be unusable.Miika Pekkarinen1-1/+1
2006-08-10Only sync playlist once when adding bunch of files from tagcache.Miika Pekkarinen1-2/+5
2006-08-09Warn before erasing dynamic playlist from tagcache.Miika Pekkarinen1-0/+14
2006-08-02Tagcache: Fixed runtime stats not being gathered when tagcache is keptMiika Pekkarinen1-0/+10
2006-07-26Fixed single track insertion to playlist from tagcache. Fixes FS#5719.Miika Pekkarinen1-1/+15
2006-07-25Enabled playlist submenu for tagcache!Miika Pekkarinen1-10/+73
2006-07-20Support importing runtimedb data from ascii files.Miika Pekkarinen1-0/+15
2006-07-16Initial changelog support (only export, no import yet) and addedMiika Pekkarinen1-2/+14