summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' into develGravatar waker2011-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
| * fixed last.fm api keyGravatar waker2011-10-22
| |
| * gtkui2: fixed drawing filler in grouped playlistGravatar waker2011-10-18
| |
| * added support for auto-resizing playlist columnsGravatar waker2011-10-16
| |
| * gtkui: fixed line width in listview headerGravatar waker2011-10-15
| |
| * gme: couple of extra sanity checks in fadeout implGravatar waker2011-10-14
| |
| * added fadeout to gme pluginGravatar waker2011-10-14
| |
| * changed treeview row color style property for gtk3Gravatar waker2011-10-14
| |
| * gtkui: fixed warning about unimplemented 'editing-canceled' when using gtk>=2.20Gravatar waker2011-10-13
| |
| * [converter] increased size of preset list dialogGravatar waker2011-10-13
| |
| * dont't remove moved tracks from playqueueGravatar waker2011-10-13
| |
| * [gtkui] replaced "Other file(s)" in file filter with "All file(s)"Gravatar waker2011-10-13
| |
| * [gtkui] better alignment of sliders in playback settingsGravatar waker2011-10-13
| |
| * fixed missing return in gdk_drag_context_list_targetsGravatar waker2011-10-12
| |
| * gdk_drag_context_list_targets fix for gtk<2.22Gravatar waker2011-10-11
| |
| * gtk_combo_box_new_with_entry fixGravatar waker2011-10-10
| |
| * prevent double-inclusion of support.hGravatar waker2011-10-10
| |
| * few fixes for compatibility with gtk<2.22Gravatar waker2011-10-10
| |
| * gtkui: fixed GDK_KEY_ problem in search.cGravatar waker2011-10-10
| |
| * yasm is now mandatory for building ape plugin on x86 and x86_64Gravatar waker2011-10-10
| |
| * ffmpeg: temporary override FILETYPE instead of setting it permanently (for ↵Gravatar waker2011-10-10
| | | | | | | | streams); set max_analyze_duration to half a second
| * added gtk3 support to converter guiGravatar waker2011-10-09
| |
| * gdkkeysyms-compat.h fixGravatar waker2011-10-09
| |
| * fixed eq drawing under gtk3Gravatar waker2011-10-09
| |
| * fixed seekbar and volumebar drawing in gtkui3Gravatar waker2011-10-09
| |
| * fixed separator line in group titlesGravatar waker2011-10-09
| |
| * fixed few regressions after gtk3 portGravatar waker2011-10-08
| |
| * fixed cairo renderer for tabstrip and playlist headerGravatar waker2011-10-08
| |
| * removed some deprecated codeGravatar waker2011-10-08
| |
| * fixed album art and playback starus drawing using cairoGravatar waker2011-10-08
| |
| * port to GTK3 (WIP)Gravatar waker2011-10-08
| |
| * gtkui: not using Vala anymore; few automake fixes; glade generated code is ↵Gravatar waker2011-10-06
| | | | | | | | now compatible with gtk3
| * vorbis: added .oga to supported file extensionsGravatar waker2011-10-06
| |
| * flac: ignore files with samplerate<=0; don't calculate bitrate on streams ↵Gravatar waker2011-10-06
| | | | | | | | with unknown length
| * few minor fixes to compile using vala 0.14;Gravatar waker2011-10-05
| | | | | | | | converted supereq drawing code from gdk to cairo
| * gtkui3 build supportGravatar waker2011-10-05
| |
| * ignore cuesheet if any cue track is out of time bounds of the audio fileGravatar waker2011-10-02
| |
| * Updated german translationGravatar Jan D. Behrens2011-10-02
| |
| * Add-global-preamp-in-addition-to-replaygain-preamp Global preamp is applied ↵Gravatar Jan D. Behrens2011-10-02
| | | | | | | | to all tracks, while replaygain preamp is only applied to tracks with rg info.
| * Apply replaygain preamp after scaling The preamp now works just like turning ↵Gravatar Jan D. Behrens2011-10-02
| | | | | | | | up the volume manually on tracks that have rg metadata, and is not considered in clipping protection.
| * Change volumebar tooltip in trayicon scroll event.Gravatar xent2011-10-02
| |
| * some code cleanup in streamer_set_currentGravatar waker2011-10-02
| |
| * better error handling in the "m3u with list of shoutcast stations" codeGravatar waker2011-10-01
| |
| * streams with content-type audio/x-mpegurl and text/html will be loaded as ↵Gravatar waker2011-10-01
| | | | | | | | playlists (via matching playlist plugin), then the 1st stream from the playlist will be used to play the track
| * mpgmad plugin will no longer change original :FILETYPE value, but will use ↵Gravatar waker2011-10-01
| | | | | | | | !FILETYPE instead to override it
| * m3u plugin will now attempt to load arbitrary files as M3U without checking ↵Gravatar waker2011-10-01
| | | | | | | | extension
| * GUI support for metadata overridesGravatar waker2011-10-01
| |
| * added experimental support for metadata overrides.Gravatar waker2011-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 develGravatar waker2011-09-30
| |
| * disabled built-in pls/m3u codeGravatar waker2011-09-30
| |