Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' into devel | waker | 2011-10-23 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: deadbeef.h metacache.c playlist.c plugins.c plugins/gtkui/Makefile.am plugins/gtkui/ddbcellrenderertextmultiline.c plugins/gtkui/ddbcellrenderertextmultiline.h plugins/gtkui/ddbequalizer.c plugins/gtkui/ddbequalizer.h plugins/gtkui/ddbseekbar.c plugins/gtkui/ddbseekbar.h plugins/gtkui/ddbtabstrip.c plugins/gtkui/fileman.c plugins/gtkui/gtkui.c plugins/gtkui/interface.c plugins/gtkui/plcommon.c plugins/gtkui/trkproperties.c | ||
| * | dont't remove moved tracks from playqueue | waker | 2011-10-13 |
| | | |||
| * | ignore cuesheet if any cue track is out of time bounds of the audio file | waker | 2011-10-02 |
| | | |||
| * | added experimental support for metadata overrides. | waker | 2011-10-01 |
| | | | | | | | | | | for example field "!NAME" will override field ":NAME", but will not be stored so after player restart, the field will be restored to original :NAME | ||
| * | merge new APIs for 0.5.2 from devel | waker | 2011-09-30 |
| | | |||
| * | disabled built-in pls/m3u code | waker | 2011-09-30 |
| | | |||
| * | disable loading m3u/pls playlist using "open file(s)/folder(s)", always ↵ | waker | 2011-09-29 |
| | | | | | | | | using Open Playlist from now | ||
| * | fixed memleak caused by tooltip handler | waker | 2011-09-18 |
| | | |||
| * | fixed crash on malformed cuesheet files | waker | 2011-08-31 |
| | | |||
* | | Merge branch 'medialib' into devel | waker | 2011-06-21 |
|\ \ | |||
| * | | medialib scanner prototype: scan folder, build index, etc | waker | 2011-06-17 |
| |/ | |||
| * | OpenIndian b148 support (and perhaps other Solaris builds). | Kevin van der Vlist | 2011-06-12 |
| | | |||
| * | few fixes to make it possible to reinitialize player after complete ↵ | waker | 2011-06-12 |
| | | | | | | | | shutdown, without restarting process | ||
| * | unbreak shuffle | waker | 2011-05-22 |
| | | |||
* | | set infinity sign instead of -:-- in :DURATION property | waker | 2011-05-22 |
|/ | |||
* | minor bugfix in pl_set_order | waker | 2011-05-22 |
| | |||
* | changed cue loader to use VFS, for reading from archives | waker | 2011-05-22 |
| | |||
* | remove bogus printf from init_shuffle_albums | waker | 2011-05-20 |
| | |||
* | set initial item duration to -1 | waker | 2011-05-20 |
| | |||
* | in shuffle albums mode, skip previous album tracks if user selects track ↵ | waker | 2011-05-20 |
| | | | | manually | ||
* | call streamer_notify_playlist_deleted from plt_remove, instead of plt_free | waker | 2011-05-16 |
| | |||
* | fixed several pl_lock race conditions in streamer; | waker | 2011-05-14 |
| | | | | | added assertion to catch this kind of race conditions, which can be turned on by defining DETECT_PL_LOCK_RC 1 in streamer.c and playlist.c | ||
* | fixed several memleaks in gtkui | waker | 2011-05-14 |
| | |||
* | added remaining plt_* replacements; minor fixups | waker | 2011-05-10 |
| | |||
* | added several new plt_* functions to work on specific playlists | waker | 2011-05-10 |
| | |||
* | lock playlist in pl_get_totaltime | waker | 2011-05-09 |
| | |||
* | changed few old-style pl_* functions which were working with current ↵ | waker | 2011-05-08 |
| | | | | playlist with the new ones, working with specific playlist passed as argument | ||
* | converter pl_sort into plt_sort | waker | 2011-05-08 |
| | |||
* | moved playtime and started_timestamp from playitem to streamer global variables; | waker | 2011-05-04 |
| | | | | | | playtime and started_timestamp are now passed in track event structures; fixed few lastfm submission and event-handling bugs; cleaned out old event sending helper functions | ||
* | fixed m3u loader race condition when called recursively | waker | 2011-05-01 |
| | |||
* | changed some API entry points to make it possible working with specific ↵ | waker | 2011-04-29 |
| | | | | playlists, and not just the current one | ||
* | fixed zero-length last track after dragndrop-opening pls file | waker | 2011-04-27 |
| | |||
* | added progress dialog to pls and m3u loaders | waker | 2011-04-27 |
| | |||
* | fixed bug which led to auto-saving current playlist to all playlist files | waker | 2011-04-27 |
| | |||
* | optimized search | waker | 2011-04-26 |
| | |||
* | new future-proof playlist API, potentially reducing locking, and allowing ↵ | waker | 2011-04-25 |
| | | | | more flexibility | ||
* | fixed opening pls and m3u playlists from drag-n-dropped urls | waker | 2011-04-25 |
| | |||
* | allow unquoted single-word strings in cuesheets | waker | 2011-04-25 |
| | |||
* | improved plugin API versioning; | waker | 2011-04-25 |
| | | | | block adding files from cmdline while adding from gui | ||
* | added support for reading ddb playlists in format v1.3 | waker | 2011-04-22 |
| | |||
* | fixed replaygain info display when not present in file | waker | 2011-04-18 |
| | |||
* | get rid of some legacy events; | waker | 2011-04-16 |
| | | | | update playlist grouping on metadata changes | ||
* | replaygain: added fallback mode that will use album gain, if track gain was ↵ | waker | 2011-04-16 |
| | | | | not set, and vice-versa | ||
* | more unification work on event system | waker | 2011-04-14 |
| | |||
* | new event passing system | waker | 2011-04-14 |
| | |||
* | got rid of plt_lock and global_lock in favor of just using pl_lock for all ↵ | waker | 2011-04-13 |
| | | | | | | | playlist access; added playlist modification time functions for tracking playlist changes; fixed gtkui playlist group rebuilding | ||
* | intermediate fix to playlist/streamer/plugevent mutex race conditions | waker | 2011-04-12 |
| | |||
* | removed debug printf from pl_format_title | waker | 2011-04-10 |
| | |||
* | fix selection in search window to be in sync with main list | waker | 2011-04-10 |
| | |||
* | don't search in readonly properties | waker | 2011-04-10 |
| |