summaryrefslogtreecommitdiff
path: root/plugins/converter/convgui.c
Commit message (Collapse)AuthorAge
* converter: fixed // bug; fixed potential bug in finding largest common path ↵Gravatar waker2012-04-10
| | | | without reducing it to the last separator
* 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
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* cleaned up and added more documentation for DB_ACTION_** stuffGravatar waker2012-01-23
|
* converter: disallow empty preset titlesGravatar waker2011-12-18
|
* added gtk3 support to converter guiGravatar waker2011-10-09
|
* changed the gtk_message_dialog_format_secondary_text call to prevent errors ↵Gravatar waker2011-06-19
| | | | when filename contains formatting chars
* hardcoded api_version 1.0 into all pluginsGravatar waker2011-05-21
|
* reload dsp and encoder presets on every converter accessGravatar waker2011-05-20
|
* Updated russian translation, added new strings to extra.cGravatar Dmitriy Simbiriatin2011-05-14
|
* added include unistd.h to convgui.c for unlinkGravatar waker2011-05-14
|
* fix opening converter dialog using hotkeyGravatar waker2011-04-25
|
* remember converter output folder separately from add files/folders configGravatar waker2011-04-22
|
* auto-save config after changing converter optionsGravatar waker2011-04-18
|
* fixed editing 1st dsp presetGravatar waker2011-04-18
|
* converter compile fixGravatar waker2011-04-17
|
* converter: removed sampleformat selection from encoder presetsGravatar waker2011-04-09
|
* converter: don't write cuesheet to output files;Gravatar waker2011-04-05
| | | | | fixed encoder preset list bugs; better error message on failed input files
* converter compile fixGravatar waker2011-04-01
|
* converter: fixed handling of overwrite_actionGravatar waker2011-03-23
|
* added basic tag writing to converterGravatar waker2011-03-19
|
* converter: 16bit support is default in new encoder presetsGravatar waker2011-03-16
|
* converter: fix setting default format field in new encoder presetsGravatar waker2011-03-15
|
* converter: added default output format to encoder presets;Gravatar waker2011-03-14
| | | | | | added prompting for overwriting output files; added tooltips to some entry fields in converter dialogs; hidden GUI of some unimplemented features;
* updated description in converter pluginsGravatar waker2011-03-13
|
* finalized converter guiGravatar waker2011-03-13
|
* fixed converter gui cleanup after error bugGravatar waker2011-03-12
|
* better GUI error reporting in converterGravatar waker2011-03-12
|
* use proper dsp preset functions in converter pluginGravatar waker2011-03-12
|
* fixed all plugins for the API changesGravatar waker2011-03-09
|
* removed author and email fields, added single all-purpose copyright field;Gravatar waker2011-02-27
| | | | | added copyright info to all plugins; updated gtkui to reflect the changes
* updated copyright year to 2011Gravatar waker2011-01-02
|
* removed some unnecessary functions from plugin APIGravatar waker2010-12-31
|
* removed ellipsis from Convert action nameGravatar waker2010-12-29
|
* converter gui now uses connect method to resolve dependenciesGravatar waker2010-12-28
|
* moved converter gui to separate pluginGravatar waker2010-12-28