index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tag_editor.h
Age
Commit message (
Expand
)
Author
2014-08-27
update copyright message
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2012-10-02
fix header guards
Andrzej Rybczak
2012-09-16
pass ProxySongList around since it already has shared_ptr inside
Andrzej Rybczak
2012-09-16
add ScreenType for screen's type identification
Andrzej Rybczak
2012-09-15
abstract shared parts of switchTo methods away
Andrzej Rybczak
2012-09-14
make defining screens with main window type as non-pointer possible
Andrzej Rybczak
2012-09-14
do not initialize screens lazily as it doesn't make much sense
Andrzej Rybczak
2012-09-13
adjust indentation of remaining classes in headers
Andrzej Rybczak
2012-09-13
more PascalCase to camelCase conversions
Andrzej Rybczak
2012-09-13
move tags related functions to separate file
Andrzej Rybczak
2012-09-13
add interface HasColumns and its appropriate implementations
Andrzej Rybczak
2012-09-12
tag editor: guard before discarding pending changes accidentally
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
2012-09-05
tag editor: remove albums view
Andrzej Rybczak
2012-09-03
add allowsFiltering / allowsSearching checks
Andrzej Rybczak
2012-09-02
finally kill NC::List
Andrzej Rybczak
2012-09-02
implement ProxySongList for handling general operations on lists
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-09-02
implement HasSongs interface
Andrzej Rybczak
2012-09-01
implement Searchable interface / make use of unnamed namespaces
Andrzej Rybczak
2012-08-31
menu: generalize filtering, introduce interfaces
Andrzej Rybczak
2012-08-31
menu: move a few methods to Item class
Andrzej Rybczak
2012-08-30
use std::bind instead of passing void pointers around
Andrzej Rybczak
2012-08-29
more cleanup and grouping functions logically together
Andrzej Rybczak
2012-08-29
fix compilation --without-taglib
Andrzej Rybczak
2012-08-14
keybinding system rewrite
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-13
settings: provide a way to use alternative location for configuration file
Andrzej Rybczak
2011-11-12
new feature: support for merging screens together
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2010-07-12
make feature 'display separators between albums' work in all screens
Andrzej Rybczak
2010-05-14
new feature: locate song in tag editor
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2009-12-09
screen_switcher between current and last screen
Frank Blendinger
2009-10-04
add support for multiple tags
Andrzej Rybczak
2009-10-04
Merge branch 'libmpdclient2'
Andrzej Rybczak
2009-10-03
tag editor: performer, composer and disc tags support for ogg and flac files
Andrzej Rybczak
2009-09-22
fix compilation --with-taglib
Andrzej Rybczak
2009-09-09
change TagEditor::Patterns from std::deque to std::list
Andrzej Rybczak
2009-09-04
make tag editor proof against tiny screen size
Andrzej Rybczak
2009-09-01
tag editor: make file parser/generator use main loop
Andrzej Rybczak
2009-08-30
move TinyTagEditor class to separate file / a bit of code cleaning
Andrzej Rybczak
2009-08-24
tag editor: put current pattern in extra braces (requred by cbbabee0)
Andrzej Rybczak
2009-08-12
new feature: alternative user interface
Andrzej Rybczak
2009-06-26
initialize screens only if necessary
Andrzej Rybczak
2009-05-25
new feature: mouse support
Andrzej Rybczak
2009-03-07
some fixes for non-unicode locales
Andrzej Rybczak
2009-03-04
move some functions to TagEditor class / outside
Andrzej Rybczak
2009-03-04
support for multiple composer, performer and disc tags
Andrzej Rybczak
[next]