- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- dabcb81 Introduce a small helper function that asks the user if the dynamic playlist should be erased to increase code re-use by Nils Wallménius · 16 years ago
- 2843469 Moved atoi declaration to stdlib.h. Deleted atoi.h by Bertrik Sikken · 16 years ago
- 4341480 Updated use of events.h header file. by Bertrik Sikken · 16 years ago
- 33c4446 Const police raid, making a lot of pointers to lang strings const and removing some ugly casting by Nils Wallménius · 16 years ago
- 3e98eb2 Renamed remove_all_tracks to playlist_remove_all_tracks to make it consistent with the naming of the other functions in playlist.c by Bertrik Sikken · 16 years ago
- a67e5d8 It makes more sense for the callback registrar to decide if its a "oneshot" then the callback caller. by Jonathan Gordon · 17 years ago
- 19c6e66 Implement the playback event handling as a system-wide multi-purpose event system. Unified mpeg.c and playback.c audio event handling. Converted ata_idle_notify to use the new event handling system also. by Miika Pekkarinen · 17 years ago
- 104fa09 Fixed red. HWCODEC platforms still use the old api. by Miika Pekkarinen · 17 years ago
- 2ccdc48 Rewritten playback event handling. Should fix runtime statistics gathering. by Miika Pekkarinen · 17 years ago
- aef38f6 Fix sim builds. by Barry Wardell · 17 years ago
- ca57699 More improvement to the display of Searching... splashes in the tagtree: by Barry Wardell · 17 years ago
- 3e4d79e Remove the annoying 'Searching...0 tracks found' splash on Sansa when using the database. by Barry Wardell · 17 years ago
- ad5610d fix FS#8599 - First Song in Tagcache can't be rated by Robert Kukla · 17 years ago
- c7a046d FS#8375 - Fix division by zero using the random database selection in a near-empty subset. Thanks to Henri Valta. by Steve Bavin · 17 years ago
- de741cd FS#6960 - Add random selection option to database, by Mark Reiche. This satisfies FS#6915. by Steve Bavin · 17 years ago
- a334bd2 revise commit r15463 - we still get the immediate display of runtime data in the wps, but avoid unnecessary calls while initialising/updating the database. by Robert Kukla · 17 years ago
- f98a0a9 Fixed compile errors with logf enabled. by Miika Pekkarinen · 17 years ago
- ca1b920 Fix for FS#8082: by Robert Kukla · 17 years ago
- 7f79564 Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by removal of last_track argument in track_(un)buffer callback. by Nicolas Pennequin · 17 years ago
- c436657 some improvements to FS#8008 - see tracker entry for details by Robert Kukla · 17 years ago
- 75eff7a rework my previous commit (FS#8008) to be able to work for any of the strings in the id3 info struct, new ones need to be added to tagtree.c and tagnavi.config by Jonathan Gordon · 17 years ago
- 1f415e2 fix yellow by Jonathan Gordon · 17 years ago
- 4d18aa3 Accept FS#8008 - allows the current artist or album to be used in databse searches (use the #artist# or #album# keywords in tagnavi.config) by Jonathan Gordon · 17 years ago
- eecfe9f Add support for grouping tags. From FS#7362. by Dan Everton · 17 years ago
- 5b76936 Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by Stephane Doyon with some minor tweaks by me. Rerun 'configure' and do a 'make clean' before rebuilding your voice files. by Nils Wallménius · 17 years ago
- b311367 *** Lang v2 cleanup (FS#6574) *** by Nils Wallménius · 17 years ago
- f4a61f0 Add support for parsing the disc number tag from metadata and use of it in the database. Patch originally from FS#4961 with some minor tweaks by me. by Dan Everton · 17 years ago
- 9d756e2 Queue song statistical data to the tagcache system and update entirely in background. Fixes ratings disappearing or not saving in the DB at all. Fixes also UI delay when stopping playback and new statistics are committed to DB. by Miika Pekkarinen · 17 years ago
- 6ecb06f FS#7003 - Allow forward references of menus in tagnavi.config. by Miika Pekkarinen · 17 years ago
- 36a2e30 Move the inbuilt filetype info into filetypes.c and rename the defines. by Jonathan Gordon · 17 years ago
- 6a5cc0b Customizable icons for all bitmap targets. (FS#7013) by Jonathan Gordon · 17 years ago
- 5e47daa Now track total playtime should be accessible as well by using Pm and Ps virtual tags. by Miika Pekkarinen · 17 years ago
- 9d9937a Added virtual tags in database to break track length to minutes and seconds. by Miika Pekkarinen · 17 years ago
- e6de6e5 FS#7002 - Fix a bug in parser of tagnavi.config preventing to set first menu as the root menu. by Miika Pekkarinen · 17 years ago
- 5f67db6 Killed a logf warning. by Miika Pekkarinen · 18 years ago
- 226cb7b Rating support for database and WPS (based on FS# 6301). A value between 0 and 10 can be assigned to the currently playing track using the WPS context menu. This value is displayed in the WPS using the %rr tag (replacing autoscore) and can be used as "rating" in tagnavi.config (examples provided). by Robert Kukla · 18 years ago
- 01a010f Fix several printf-style warnings in logf builds. by Magnus Holmgren · 18 years ago
- 4d6374c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. by Jens Arnold · 18 years ago
- f5184f3 Cleaned up code a bit, fixed possible bug during committing numeric indices and made code more fault tolerant. Added a new numeric tag making it possible to list recently added tracks. Export your DB. by Miika Pekkarinen · 18 years ago
- 4e97664 FS#6638 - Album artist and comment patch for WPS and tagcache. Export by Miika Pekkarinen · 18 years ago
- be3f29c Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertion by Jonathan Gordon · 18 years ago
- 2597a13 Next round of static'ing and related fixes. by Jens Arnold · 18 years ago
- c5d57f0 Removed the cpu boost tracking debug feature for now because of by Miika Pekkarinen · 18 years ago
- ab643e7 Make it possible to force sorting. by Miika Pekkarinen · 18 years ago
- 649fc77 Don't fail with very long lines. by Miika Pekkarinen · 18 years ago
- a0faf9b Search string was not properly used. by Miika Pekkarinen · 18 years ago
- 02df5a8 Allow all tag type in formatting string. Included example with tagnavi.config. by Miika Pekkarinen · 18 years ago
- a1ac743 Implement fast_readline as a function and use it for tagtree also. by Miika Pekkarinen · 18 years ago
- e994774 Fix FS#6107 so ID3 view voices correct numbers by Steve Bavin · 18 years ago
- b89b5ba (1) New syntax to support conditional formatting. by Miika Pekkarinen · 18 years ago
- bba9de2 Now the 128 bytes limit for search clauses should work. by Miika Pekkarinen · 18 years ago
- 3b7111e FS#6155: "oneof" oeprator limited to a list of 3 or less values. by Miika Pekkarinen · 18 years ago
- be2eb02 FS#6137: add "oneof" operator to tagnavi.conf syntax. by Miika Pekkarinen · 18 years ago
- d49c810 Add CPU boost tracker to see where boosts are coming from by Steve Bavin · 18 years ago
- 8d145f6 New option "strip" to make it possible hide data used for sorting. by Miika Pekkarinen · 18 years ago
- 7d1dcd1 "lastplayed" is also a valid tag. by Miika Pekkarinen · 18 years ago
- 3ae1c10 Dynamically allocate menu structs. by Miika Pekkarinen · 18 years ago
- 6e8ab3d Honor only the first root_menu setting to make it possible to override by Miika Pekkarinen · 18 years ago
- 1dc3577 Increased maximum number of menus to 16 and avoiding a crash. by Miika Pekkarinen · 18 years ago
- 1e6b227 Properly set list title in tagcache mode and removed one incorrect by Miika Pekkarinen · 18 years ago
- ba34c37 Improved tag browser configuration file syntax with submenus and by Miika Pekkarinen · 18 years ago
- 77d47b5 Use INSERT_LAST when creating a new playlist. This fixes a problem caused by a recent change in playlist code. by Hardeep Sidhu · 18 years ago
- 630c300 Fixed cpu incorrectly unboosted at boot. by Miika Pekkarinen · 18 years ago
- 4294615 Fixed tagcache returning incorrect entries. by Miika Pekkarinen · 18 years ago
- d650cc8 Fixed the error in tagtree.c by Michael Sevakis · 18 years ago
- 4f1a252 Add %sort and %limit variables for better control of the tag browser by Miika Pekkarinen · 18 years ago
- 890989d Runtime stats for WPS. by Miika Pekkarinen · 18 years ago
- 93bbd44 Browse by year (now numeric tags are fully supported too). by Miika Pekkarinen · 18 years ago
- e308064 Tagcache: Don't show duplicate entries and automatically inherit by Miika Pekkarinen · 18 years ago
- eed923e Patch #5845 by Steve Bavin - Make tagtree.c use buffer_alloc() by Linus Nielsen Feltzing · 18 years ago
- 224c0a1 Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list. by Linus Nielsen Feltzing · 18 years ago
- 5019b32 Make sure dircache blocks correctly. by Miika Pekkarinen · 18 years ago
- 33d9104 FS#5805 NOT operator for tagnavi.config by Jochen Kemnade. by Miika Pekkarinen · 18 years ago
- 54ec1f5 Better UI response with playlist operations. by Miika Pekkarinen · 18 years ago
- 509ee3d Fixed the warning. by Miika Pekkarinen · 18 years ago
- c0b99f2 Fixed track order when inserting an album from tagcache to the by Miika Pekkarinen · 18 years ago
- e1c804f A typo caused lastplayed field to be unusable. by Miika Pekkarinen · 18 years ago
- 887cfeb Only sync playlist once when adding bunch of files from tagcache. by Miika Pekkarinen · 18 years ago
- 29b9146 Warn before erasing dynamic playlist from tagcache. by Miika Pekkarinen · 18 years ago
- d8ac607 Tagcache: Fixed runtime stats not being gathered when tagcache is kept by Miika Pekkarinen · 18 years ago
- 7374ca7 Fixed single track insertion to playlist from tagcache. Fixes FS#5719. by Miika Pekkarinen · 18 years ago
- 4e6c79b Enabled playlist submenu for tagcache! by Miika Pekkarinen · 18 years ago
- cb8c795 Support importing runtimedb data from ascii files. by Miika Pekkarinen · 18 years ago
- 0042201 Initial changelog support (only export, no import yet) and added by Miika Pekkarinen · 18 years ago
- 45dfe2a Initial runtimedb support for tagcache. Only for developers, by Miika Pekkarinen · 18 years ago
- 9cd5c3e Tagcache update: Support removal of entries and no longer the need for by Miika Pekkarinen · 18 years ago
- 000397d Fix folder icons in tagcache by Hardeep Sidhu · 18 years ago
- a85b23f Enabled playlist functions on tracks in tagcache by Hardeep Sidhu · 18 years ago
- f9bfd73 Fixed: Generate chunked playlist correctly, don't sort <All tracks> by Miika Pekkarinen · 18 years ago
- 991665b More usable playlist generation, added "<All tracks>" entry to tag browser. by Miika Pekkarinen · 18 years ago
- 3b31346 Commit tagcache in background when possible (at least dircache enabled). by Miika Pekkarinen · 18 years ago
- 75b6abb Proper chunked browsing support when dirbuffer limit is reached. by Miika Pekkarinen · 18 years ago
- 58fe4de Major improvement in playlist creation speed with tagcache. Fixed also by Miika Pekkarinen · 18 years ago
- 37e386f Show progress when searching tagcache. by Miika Pekkarinen · 19 years ago
- 35d213a Tagcache engine: Better handling for track numbers and genre strings. by Miika Pekkarinen · 19 years ago
- 4a63c09 Initial support for the advanced conditional fully configurable tagcache by Miika Pekkarinen · 19 years ago
- 67de1d3 Thorough .lang rework: Removed all deprecated strings, combined string which were only split because long ago we had no splash(), sorted strings into logical groups to ease the transition to langv2. Bunped binary .lng version. by Jens Arnold · 19 years ago
- 44b76bc Added track number sorting to the tagcache and a few new tags to the by Miika Pekkarinen · 19 years ago
- 7c4e0c8 Initial version of tagcache! There are still some bugs in the engine by Miika Pekkarinen · 19 years ago