summaryrefslogtreecommitdiff
path: root/src/tag_editor.h
AgeCommit message (Expand)Author
2014-08-27update copyright messageAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2012-10-02fix header guardsAndrzej Rybczak
2012-09-16pass ProxySongList around since it already has shared_ptr insideAndrzej Rybczak
2012-09-16add ScreenType for screen's type identificationAndrzej Rybczak
2012-09-15abstract shared parts of switchTo methods awayAndrzej Rybczak
2012-09-14make defining screens with main window type as non-pointer possibleAndrzej Rybczak
2012-09-14do not initialize screens lazily as it doesn't make much senseAndrzej Rybczak
2012-09-13adjust indentation of remaining classes in headersAndrzej Rybczak
2012-09-13more PascalCase to camelCase conversionsAndrzej Rybczak
2012-09-13move tags related functions to separate fileAndrzej Rybczak
2012-09-13add interface HasColumns and its appropriate implementationsAndrzej Rybczak
2012-09-12tag editor: guard before discarding pending changes accidentallyAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-05tag editor: remove albums viewAndrzej Rybczak
2012-09-03add allowsFiltering / allowsSearching checksAndrzej Rybczak
2012-09-02finally kill NC::ListAndrzej Rybczak
2012-09-02implement ProxySongList for handling general operations on listsAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-09-02implement HasSongs interfaceAndrzej Rybczak
2012-09-01implement Searchable interface / make use of unnamed namespacesAndrzej Rybczak
2012-08-31menu: generalize filtering, introduce interfacesAndrzej Rybczak
2012-08-31menu: move a few methods to Item classAndrzej Rybczak
2012-08-30use std::bind instead of passing void pointers aroundAndrzej Rybczak
2012-08-29more cleanup and grouping functions logically togetherAndrzej Rybczak
2012-08-29fix compilation --without-taglibAndrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-11-13settings: provide a way to use alternative location for configuration fileAndrzej Rybczak
2011-11-12new feature: support for merging screens togetherAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2010-07-12make feature 'display separators between albums' work in all screensAndrzej Rybczak
2010-05-14new feature: locate song in tag editorAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2009-12-09screen_switcher between current and last screenFrank Blendinger
2009-10-04add support for multiple tagsAndrzej Rybczak
2009-10-04Merge branch 'libmpdclient2'Andrzej Rybczak
2009-10-03tag editor: performer, composer and disc tags support for ogg and flac filesAndrzej Rybczak
2009-09-22fix compilation --with-taglibAndrzej Rybczak
2009-09-09change TagEditor::Patterns from std::deque to std::listAndrzej Rybczak
2009-09-04make tag editor proof against tiny screen sizeAndrzej Rybczak
2009-09-01tag editor: make file parser/generator use main loopAndrzej Rybczak
2009-08-30move TinyTagEditor class to separate file / a bit of code cleaningAndrzej Rybczak
2009-08-24tag editor: put current pattern in extra braces (requred by cbbabee0)Andrzej Rybczak
2009-08-12new feature: alternative user interfaceAndrzej Rybczak
2009-06-26initialize screens only if necessaryAndrzej Rybczak
2009-05-25new feature: mouse supportAndrzej Rybczak
2009-03-07some fixes for non-unicode localesAndrzej Rybczak
2009-03-04move some functions to TagEditor class / outsideAndrzej Rybczak
2009-03-04support for multiple composer, performer and disc tagsAndrzej Rybczak