Andrzej Rybczak
b68354a223
Update header information and my email
5 years ago
Andrzej Rybczak
cbc9741e66
Faster loading of playlists from the playlist editor
5 years ago
Andrzej Rybczak
19d32648ed
Replace highlight colors with prefixes and suffixes
9 years ago
Andrzej Rybczak
66912d73da
Add support for ignoring diacritics while searching and filtering lists
9 years ago
Andrzej Rybczak
29403d41ab
Include format_impl.h where functions from format.h are used
9 years ago
Andrzej Rybczak
21f0b4acb6
Configure: add more robust checks for boost libraries
9 years ago
Andrzej Rybczak
c3b996c0e8
Print message only after song is not found in a current playlist
9 years ago
Andrzej Rybczak
86ec51624e
Update AUTHORS and copyright line
9 years ago
Andrzej Rybczak
809b1d5b59
Rename requestContentsUpdate to requestContentUpdate
9 years ago
Andrzej Rybczak
b0121227e9
Overhaul jumping to song in playlist editor to clearly show search order
9 years ago
Hugh Wang
743290cf0a
Improve detection for songs not in playlists
9 years ago
Hugh Wang
4eae285160
Fix crash when jumping to playing song in playlist editor
...
By default, PlaylistEditor delays fetching of the content for performance
reasons. If the user switches the playlist then tells ncmpcpp to jump to the
currently playing song within the delay, the update request that fetches the new
content will be ignored. This results in inconsistent content, or crash if the
position of the song in the new content exceeds the length of the stale content.
This fix enforces a fetch even if the update request that fetches the new
content stays within the delay.
9 years ago
Andrzej Rybczak
00cbbe5593
playlist editor: fix jumping from the last occurrence of song in playlists
9 years ago
Hugh Wang
0cdbe31ecb
Handle JumpToPlayingSong action in playlist editor
9 years ago
Andrzej Rybczak
7d502e42ba
Check if songs are in playlist when displaying them, not up-front
9 years ago
Andrzej Rybczak
5445c41aaa
Move screens to subdirectory
9 years ago
Andrzej Rybczak
478f4454d8
Move ncurses related files to curses directory
9 years ago
Andrzej Rybczak
516ee31109
Update headers
9 years ago
Andrzej Rybczak
dbf5a1dbd8
Do not look at emptiness when changing windows
9 years ago
Andrzej Rybczak
9b6a080a29
Move filtering methods to separate interface
9 years ago
Andrzej Rybczak
0477e2e750
Implement filtering in playlist editor
9 years ago
Andrzej Rybczak
60e66b47b6
searchable: retrieve currently applied search constraint
9 years ago
Dmitriy Kusterskiy
d0185af4c1
Playlist editor: fix freeze if mpd playlist_directory doesn't exist
10 years ago
Andrzej Rybczak
9e9e521580
remove enterPressed from remaining screens
11 years ago
Andrzej Rybczak
7c15dd954e
stop using literal 500 as a window timeout
11 years ago
Andrzej Rybczak
2caf08aaa7
split PressSpace action into modular pieces
11 years ago
Andrzej Rybczak
a8e2ec5ed0
replace ProxySongList with NC::List and SongList
11 years ago
Andrzej Rybczak
a7dab01eff
replace boost::bind with std::bind
11 years ago
Andrzej Rybczak
38b1064f1f
actions: move item selection to its own action and bind it to insert
11 years ago
Andrzej Rybczak
dafcadefaf
add support for unicode aware regular expressions if available
11 years ago
Andrzej Rybczak
30df221cb4
menu: split into two headers
11 years ago
Andrzej Rybczak
0c58af8c53
window: support new colors also as borders
11 years ago
Andrzej Rybczak
8d24c42261
format: implement generic format parser and printer
12 years ago
Andrzej Rybczak
8d9ddd5ff8
playlist editor: fix shadow warning
12 years ago
Andrzej Rybczak
6a5f46a458
actions: make find forward/backward incremental
12 years ago
Andrzej Rybczak
3e9d25ccea
playlist editor: fix adding songs with fetch delay enabled
12 years ago
Andrzej Rybczak
309a4989c9
remove filtering
12 years ago
Andrzej Rybczak
efdac2058e
menu: make current() return an iterator
12 years ago
Andrzej Rybczak
12772c47f9
menu: remove search related methods
12 years ago
Andrzej Rybczak
7bfa120f37
mpd: get rid of *List typedefs
12 years ago
Andrzej Rybczak
0457af36fe
mpd: redesign Item and adjust browser
12 years ago
Andrzej Rybczak
30d57afcac
playlist editor: hold MPD::PlaylistS instead of std::stringS
12 years ago
Andrzej Rybczak
4ad5c33f32
use SongIterator
12 years ago
Andrzej Rybczak
af3a666915
playlist editor: make playlist deletion work
12 years ago
Andrzej Rybczak
67f2903c42
settings: add option to disable data fetching delay in media library and playlist editor
12 years ago
Andrzej Rybczak
9238008033
make sure to include boost posix_time where needed
12 years ago
Andrzej Rybczak
5ce193303b
fix color of window separators in media library etc.
12 years ago
Andrzej Rybczak
40ef9070af
playlist editor: change data fetch delay to 250ms
12 years ago
Andrzej Rybczak
f7611e9fb0
playlist editor: add data fetch delay after position changes
12 years ago
Andrzej Rybczak
4b933b29e1
settings: configuration file processing rewrite
12 years ago