summaryrefslogtreecommitdiff
path: root/plugins/converter
Commit message (Collapse)AuthorAge
* added several new action stubs; added flag to explicitly tell which actions ↵Gravatar waker2012-11-08
| | | | should appear in the menus; fixed few issues in the hotkeys config dialog
* get rid of DDB_ACTION_CALLBACK macroGravatar waker2012-11-05
|
* more adaptation of plugin actions to the new APIsGravatar waker2012-11-05
|
* convgui: action context supportGravatar waker2012-11-05
|
* new action API code fixesGravatar waker2012-11-05
|
* transition to the new plugin action API (WIP)Gravatar waker2012-11-04
|
* gtk3 support in static buildGravatar waker2012-10-14
|
* converter: fixed file-exists checkGravatar waker2012-10-10
|
* fixed converter gui descriptionGravatar waker2012-09-15
|
* converter: fixed writing tags to a files which have names with special ↵Gravatar waker2012-09-11
| | | | characters
* converter: replace / with \ in filename parts, using the new title ↵Gravatar waker2012-09-07
| | | | formatting feature
* converter: automatically replace / with \ in filenamesGravatar waker2012-09-07
|
* fix function gtk_combo_box_entry_new_text() to return value.Gravatar Joey Zheng2012-09-03
|
* get rid of ULTRA_PORTABLE define, gtk stuff now works without itGravatar waker2012-08-08
|
* fixed accidental API break caused by run_dialogGravatar waker2012-06-04
|
* gtkui and convgui now require plugin api 1.4 (deadbeef-0.5.5)Gravatar waker2012-05-31
|
* added sys/cdefs.h include before sys/syslimits.hGravatar waker2012-05-30
|
* converter: fixed dsp plugin selection on initGravatar waker2012-05-30
|
* converter: implemented dsp preset plugin up/down button handlersGravatar waker2012-05-30
|
* converter: improved error handlingGravatar waker2012-05-30
|
* gtkui: run_dialog now supports specifying parent windowGravatar waker2012-05-30
|
* fixed converter crash on resamplingGravatar waker2012-05-29
|
* implemented playlist saving as atomic operation; fixed few PATH_MAX definitionsGravatar waker2012-05-22
|
* fixed remaining pl_find_meta calls lacking pl_lockGravatar waker2012-05-17
|
* converter: added replacement strdupa for non-gnu systemsGravatar waker2012-05-12
|
* fixed crash in converter gtk gui when the actual converter pplugin is not foundGravatar waker2012-05-12
|
* fixed convgui and shellexecui titlesGravatar waker2012-05-08
|
* added missing stuff for building 0.5.3 tarballGravatar waker2012-04-29
|
* converter: fixed // bug; fixed potential bug in finding largest common path ↵Gravatar waker2012-04-10
| | | | without reducing it to the last separator
* converter: fixed escaping special charsGravatar waker2012-04-10
|
* converter: added ` to escape listGravatar waker2012-04-09
|
* converter: show default output path in the input field; pass the default ↵Gravatar waker2012-04-09
| | | | path to the filechooser
* converter: moved duplicate code into converter plugin and exposed via API, ↵Gravatar waker2012-04-08
| | | | converter API is now v1.2
* converter: added support for writing files to source track foldersGravatar waker2012-04-08
|
* converter: fixed tag writingGravatar waker2012-04-08
|
* converter: added reconstruction of folder structure based on the largest ↵Gravatar waker2012-04-08
| | | | common root
* converter: fixed writing wav files sized over 2gigsGravatar waker2012-04-08
|
* gtk-2.12 compatibility fixesGravatar waker2012-04-05
|
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* 0.5.2-rc2 fixesGravatar waker2012-03-20
|
* few fixes for gtk<2.24 compatibility in converter pluginGravatar Alexey Smirnov2012-03-10
|
* restored gtk<2.24 compatibility in converter gui pluginGravatar waker2012-02-02
|
* cleaned up and added more documentation for DB_ACTION_** stuffGravatar waker2012-01-23
|
* converter: fixed empty output path handlingGravatar waker2011-12-28
|
* converter: disallow empty preset titlesGravatar waker2011-12-18
|
* [converter] increased size of preset list dialogGravatar waker2011-10-13
|
* added gtk3 support to converter guiGravatar waker2011-10-09
|
* gtkui3 build supportGravatar waker2011-10-05
|
* converter: automatically create directory structureGravatar waker2011-06-23
| | | | artwork: minor readability fix in check_dir
* changed the gtk_message_dialog_format_secondary_text call to prevent errors ↵Gravatar waker2011-06-19
| | | | when filename contains formatting chars