summaryrefslogtreecommitdiff
path: root/plugins/gtkui/trkproperties.c
Commit message (Collapse)AuthorAge
* gtkui: possible workaround for gtk crash described in bug #1099Gravatar Alexey Yakovenko2014-04-28
|
* gtkui: ported playback controls toolbar to widget systemGravatar Alexey Yakovenko2014-02-12
|
* trkproperties: increased the max editable field length to 5000, to fit most ↵Gravatar Alexey Yakovenko2013-11-10
| | | | cuesheets and song lyrics
* trkproperties: restore multiple-value string to original value if the result ↵Gravatar Alexey Yakovenko2013-11-06
| | | | is "" after editing
* gtkui: fixed accidentally broken tag writingGravatar Alexey Yakovenko2013-10-19
|
* gtkui: workaround for cairo crash on long metadata fieldsGravatar Alexey Yakovenko2013-10-12
|
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
|
* gtkui: added location field to the metadata tab in trkpropertiesGravatar waker2012-11-23
|
* gtkui: added track properties hotkey implGravatar waker2012-11-18
|
* Merge branch 'master' into develGravatar waker2012-10-05
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README configure.ac deadbeef.h plugins.c plugins/gtkui/Makefile.am plugins/gtkui/ddbcellrenderertextmultiline.c plugins/gtkui/ddblistview.c plugins/gtkui/deadbeef.glade plugins/gtkui/gtkui.c plugins/gtkui/interface.c plugins/gtkui/plcommon.c plugins/shellexec/shellexec.c plugins/supereq/Makefile.am
| * gtkui: fixed focus issues with the add new field dialogGravatar waker2012-09-11
| |
| * gtkui: fix key handling -- esc,ins,del work againGravatar waker2012-09-11
| |
| * gtkui: disable global keyboard handler in trkproperties, fix editing using ↵Gravatar waker2012-09-11
| | | | | | | | enter key, cancelling using esc key, clipboard using ctrl/shift+ins, etc
| * gtkui: fixed trkproperties memleak on shutdown and few compiler warningsGravatar waker2012-09-06
| |
| * gtkui: fix Del key in tag editorGravatar waker2012-09-06
| |
| * gtkui: fixed wrong dialog title when adding new field to track metadataGravatar waker2012-09-04
| |
| * typo fixesGravatar waker2012-09-04
| |
| * insert and delete keys processing in track propertiesGravatar Ruslan Khusnullin2012-09-04
| |
| * fixed many calls to pl_find_meta[_raw] being called without pl_lock;Gravatar waker2012-05-17
| | | | | | | | | | added debug pl_ensure_lock function which asserts when pl_lock is not set when it is required; added new API functions for thread-safe metadata access
* | Merge branch 'master' into develGravatar waker2012-04-09
|\| | | | | | | | | | | | | Conflicts: plugins/gtkui/callbacks.c plugins/gtkui/callbacks.h plugins/gtkui/gtkui.h
| * updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
| |
| * added a few missing returnsGravatar waker2012-02-02
| |
| * refill trkproperties dialog after tag writing finishesGravatar waker2011-11-27
| |
* | 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
| * GUI support for metadata overridesGravatar waker2011-10-01
| |
* | fixed crach in trkproperties when 0 tracks selectedGravatar waker2011-06-23
| |
* | added selection properties widgetGravatar waker2011-06-22
|/
* send trackinfochanged after changing track metadataGravatar waker2011-05-19
|
* fixed trkproperties not clearing property list after reloading metadataGravatar waker2011-05-13
|
* gtkui: don't clip long fields (cuesheets) in single-value modeGravatar waker2011-05-09
|
* new future-proof playlist API, potentially reducing locking, and allowing ↵Gravatar waker2011-04-25
| | | | more flexibility
* get rid of some legacy events;Gravatar waker2011-04-16
| | | | update playlist grouping on metadata changes
* got rid of plt_lock and global_lock in favor of just using pl_lock for all ↵Gravatar waker2011-04-13
| | | | | | | playlist access; added playlist modification time functions for tracking playlist changes; fixed gtkui playlist group rebuilding
* prevent trkproperties from adding reserved fields starting with _ and :Gravatar waker2011-04-09
|
* remove Performer from gtkui trkproperties predefined fieldsGravatar waker2011-04-06
|
* fixed duplicate keys in trkproperties viewGravatar waker2011-04-04
|
* don't show "multiple items" in track properties in 2nd pageGravatar waker2011-04-01
|
* fixed deleting metadata fields bug with context menu "remove field"Gravatar waker2011-03-20
|
* fixed wrong parent window in trkproperties message dialogGravatar waker2011-03-12
|
* save/restore geometry of track properties windowGravatar 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
|
* 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
|