summaryrefslogtreecommitdiff
path: root/plugins/gtkui
Commit message (Collapse)AuthorAge
* save/restore geometry of track properties windowGravatar waker2011-03-10
|
* added reusable window geometry save/restore functionsGravatar waker2011-03-10
|
* added missing filesGravatar waker2011-03-10
|
* don't write tags into subtracksGravatar waker2011-03-10
|
* don't send single track to trkproperties;Gravatar waker2011-03-10
| | | | never disable Write button in trkproperties
* moved tag writer settings to track properties dialogGravatar waker2011-03-09
|
* make dummy dialog titles untranslatableGravatar waker2011-03-09
|
* compile/syntax error fixGravatar waker2011-03-09
|
* added progress dialog to tag writer;Gravatar waker2011-03-09
| | | | | tag writer works in separate thread (doesn't block gui); there's now single progressdlg template, used both by tag writer and when adding files to playlist
* fixed adding custom metadata fields;Gravatar waker2011-03-09
| | | | | don't set genre to None when loading id3v1/2 with genre unset; fixed writing apev2 with custom fields
* few fixes/improvements to metadata editor and related plugin APIsGravatar waker2011-03-09
|
* moved most of track properties from playItem struct to metadataGravatar waker2011-03-09
| | | | implemented track properties with multiple selection
* multiple-track metadata editing WIPGravatar waker2011-03-04
|
* multiple tag editing WIPGravatar waker2011-03-03
|
* display info for all selected tracks in track propertiesGravatar waker2011-02-27
|
* get rid of backbuffer in playlistGravatar waker2011-02-27
|
* get rid of manual double-buffering in playlist header widgetGravatar waker2011-02-27
|
* 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
* don't crash on add locationGravatar waker2011-02-26
|
* few improvements to artwork loading;Gravatar waker2011-02-26
| | | | fixed bug with artwork not drawing immediately after launch
* added support for different sizes of album art images;Gravatar waker2011-02-26
| | | | added album art display to notifications
* fixed playlist corruption while adding files if cursor jumps to another playlistGravatar waker2011-02-26
|
* better playlist rowheight calculationGravatar waker2011-02-22
|
* updated valac to 0.10.2Gravatar waker2011-02-10
|
* added vfs container support to gtk addfile/folder dialogsGravatar waker2011-02-01
|
* removed band, vendor and copyright from gtkui track properties known fieldsGravatar waker2011-01-09
|
* gtkui: fixed editing of custom tag fieldsGravatar waker2011-01-09
|
* added dsp preset functions to plugin api;Gravatar waker2011-01-05
| | | | added dsp preset management to gtkui preferences window
* added new GUI option to auto-name playlists from folder namesGravatar waker2011-01-04
|
* deleted unused playback settings from GUIGravatar waker2011-01-04
|
* updated copyright year to 2011Gravatar waker2011-01-02
|
* metadata fields starting with ":" are now considered as read-only ↵Gravatar waker2011-01-02
| | | | properties, and displayed in properties tab
* display unrecognized metadata fields in track propertiesGravatar waker2011-01-02
|
* fixed few memleaks in gtkuiGravatar waker2011-01-01
|
* renamed pause event to togglepause;Gravatar waker2010-12-31
| | | | | added new pause event, including command line option; slightly changed/shortened M_* constant names
* added API to handle button presses in gui dialogs;Gravatar waker2010-12-30
| | | | dsp plugin parameters apply button now works correctly
* fixed dsp parameter setting from guiGravatar waker2010-12-30
|
* streamer dsp chain WIPGravatar waker2010-12-30
|
* implemented playback dsp plugin move up/downGravatar waker2010-12-29
|
* dsp chain configuration WIPGravatar waker2010-12-29
|
* added dsp configuration pageGravatar waker2010-12-29
|
* don't add separators between actions in context menuGravatar waker2010-12-29
|
* nuked old plugin activate/deactivate/nostop code;Gravatar waker2010-12-28
| | | | improved plugin start and connect code
* moved converter gui to separate pluginGravatar waker2010-12-28
|
* fixed crash in converter guiGravatar waker2010-12-28
|
* fixed few bugs in converter gui;Gravatar waker2010-12-28
| | | | added abort functionality to converter
* converter gui is now thread-safe, and runs conversion in background thread(s)Gravatar waker2010-12-27
|
* added new API for displaying GUI dialogs;Gravatar waker2010-12-27
| | | | deleted channel remapping widgets from converter gui
* improved gui script:Gravatar waker2010-12-27
| | | | | | | | | added support for spinbtn and combobox changed API to allow generic use (e.g. for dsp plugins) dsp set/get_param are now using strings instead of floats dsp plugins are now using gui script fixed many errors in converter and its gui supereq set/get_param now uses dBs instead of amplitude
* minor cover-art fixupsGravatar waker2010-12-22
|