Andrzej Rybczak
|
14587cb4ec
|
abstract shared parts of switchTo methods away
|
14 years ago |
Andrzej Rybczak
|
4d6ea660bc
|
make defining screens with main window type as non-pointer possible
|
14 years ago |
Andrzej Rybczak
|
1891c1c050
|
do not initialize screens lazily as it doesn't make much sense
|
14 years ago |
Andrzej Rybczak
|
7c3f93e211
|
fix shadow warnings gcc produces
|
14 years ago |
Andrzej Rybczak
|
dd7665bb7d
|
more PascalCase to camelCase conversions
|
14 years ago |
Andrzej Rybczak
|
d55070754d
|
settings: support customizable tags separator
|
14 years ago |
Andrzej Rybczak
|
8f065e2da3
|
status: split NcmpcppStatusChanged into smaller pieces
|
14 years ago |
Andrzej Rybczak
|
a9bee35cca
|
charset: put functions into namespace and change naming convention
|
14 years ago |
Andrzej Rybczak
|
c8097a898e
|
get rid of locale_to_utf where it's not needed anymore
|
14 years ago |
Andrzej Rybczak
|
c90545b008
|
move statusbar/progressbar related code to separate file
|
14 years ago |
Andrzej Rybczak
|
a98df99ba6
|
playist: do not duplicate now playing information
|
14 years ago |
Andrzej Rybczak
|
84326efc46
|
move wstring related functions to wide_char file
|
14 years ago |
Andrzej Rybczak
|
d5e2d315fd
|
use wstrings uncoditionally where needed
|
14 years ago |
Andrzej Rybczak
|
c935dcf11a
|
global: remove RedrawHeader
|
14 years ago |
Andrzej Rybczak
|
af2cdca3d0
|
change naming conventions in NC namespace
|
14 years ago |
Andrzej Rybczak
|
5e8d1673e0
|
implement ProxySongList for handling general operations on lists
|
14 years ago |
Andrzej Rybczak
|
d47cad1d50
|
get rid of 'using namespace NCurses' directive
|
14 years ago |
Andrzej Rybczak
|
6f59a175ec
|
implement HasSongs interface
|
14 years ago |
Andrzej Rybczak
|
b06e620913
|
more cleanup and grouping functions logically together
|
14 years ago |
Andrzej Rybczak
|
b910ce38be
|
restrict conversions being done in strbuffer
|
14 years ago |
Andrzej Rybczak
|
a270fc8402
|
rewrite MPD::Song object
|
14 years ago |
Andrzej Rybczak
|
bac6df8c6c
|
some general source code tweaks
|
14 years ago |
Andrzej Rybczak
|
77a3c73d9c
|
make displayed messages more consistent
|
14 years ago |
Andrzej Rybczak
|
456c855adb
|
make it compile with -O2 -Werror
|
14 years ago |
Andrzej Rybczak
|
181224b837
|
keybinding system rewrite
|
14 years ago |
Andrzej Rybczak
|
c39dde2244
|
fix compilation --without-curl
|
14 years ago |
Andrzej Rybczak
|
f8151904f5
|
update copyright dates
|
14 years ago |
Andrzej Rybczak
|
91477e034d
|
lyrics fetcher: limit number of worker threads downloading lyrics in background
|
14 years ago |
Andrzej Rybczak
|
a98a1800a7
|
settings: provide a way to use alternative location for configuration file
..and whole data folder.
|
15 years ago |
Andrzej Rybczak
|
56467eaac6
|
new feature: support for merging screens together
|
15 years ago |
Andrzej Rybczak
|
ca956c3da3
|
update copyright dates
|
15 years ago |
Andrzej Rybczak
|
d9bc1c0950
|
new feature: support for fetching lyrics for currently playing song in background
|
15 years ago |
Andrzej Rybczak
|
e8c8e6394e
|
lyrics: fix segfault if song didn't have proper tags set
|
16 years ago |
Andrzej Rybczak
|
06d5b81125
|
lyrics/lastfm: refetch data if file didn't exist before
|
16 years ago |
Andrzej Rybczak
|
1381a45d06
|
fix compilation --without-curl
|
16 years ago |
Andrzej Rybczak
|
c0e558f04b
|
lyrics: add support for storing lyrics in song's directory
|
16 years ago |
Andrzej Rybczak
|
3afa0028e6
|
lyrics: some code beautification + Lyrics::SwitchTo() corrections
|
16 years ago |
Andrzej Rybczak
|
a1cd5ae1aa
|
lastfm: redesigned plugins system
|
16 years ago |
Andrzej Rybczak
|
e1b1cf838a
|
lyrics: restore database selector
|
16 years ago |
Andrzej Rybczak
|
73339eed9c
|
lyrics: reload lyrics in more sane manner
|
16 years ago |
Andrzej Rybczak
|
3a724626de
|
lyrics: use pthread_t instead of pthread_t *
|
16 years ago |
Andrzej Rybczak
|
3bb3607399
|
lyrics: pass wrapper around member function to new thread
+ some more code refactoring
|
16 years ago |
Andrzej Rybczak
|
7cd6508496
|
lyrics: general code refactoring
|
16 years ago |
Andrzej Rybczak
|
5dc439aa19
|
lyrics: rename Lyrics::FetchAgain() to Lyrics::Refetch()
|
16 years ago |
Andrzej Rybczak
|
d7f862ce86
|
lyrics: move code that saves lyrics to separate function
|
16 years ago |
Andrzej Rybczak
|
443516acbf
|
lyrics: make screen accessible if lyrics are being fetched
|
16 years ago |
Andrzej Rybczak
|
96064b826e
|
lyrics: show additional info if lyrics are not found in any database
|
16 years ago |
Andrzej Rybczak
|
7f2ea9dc8f
|
remove optional pthread support - it's mandatory now
|
16 years ago |
Andrzej Rybczak
|
daad444f3c
|
lyrics: redesigned plugins system
|
16 years ago |
Andrzej Rybczak
|
d3cb0ea6f6
|
put CURL related functions into a separate file
|
16 years ago |