Andrzej Rybczak
|
31ab01cc1c
|
fix prototype of write_data() function used by curl
maybe this works, but I don't want it to suddenly stop working
some day just because curl guys made their library more strict.
|
17 years ago |
Andrzej Rybczak
|
d5a68a1a60
|
make Keypressed() funcion inline
|
17 years ago |
Andrzej Rybczak
|
a80bf2a7bf
|
use typename keyword instead of class as it's more logical
|
17 years ago |
Andrzej Rybczak
|
1667079b59
|
do not include misc.h in menu.h as it's redundant there
|
17 years ago |
Andrzej Rybczak
|
93fd687ec1
|
consider "ignore leading 'the' word" function while sorting playlist
|
17 years ago |
Andrzej Rybczak
|
8f092d5490
|
move some functions to TagEditor class / outside
|
17 years ago |
Andrzej Rybczak
|
89b53ddfdb
|
while searching for songs in media library, consider year of the album
|
17 years ago |
Andrzej Rybczak
|
5d2daab416
|
new feature: apply filter to screen (Ctrl-F)
if one applies a filter, only items that contain this
filter will be displayed. works on all screens.
|
17 years ago |
Andrzej Rybczak
|
32bac776e7
|
cleaning
|
17 years ago |
Andrzej Rybczak
|
173b012d00
|
use vector<string_pair> instead of map<string, string>
|
17 years ago |
Andrzej Rybczak
|
2a6e0fd7e8
|
fix searching in browser
it was taking whole path, take only top dir.
|
17 years ago |
Andrzej Rybczak
|
32f959d1ec
|
use streams instead of Window::WriteXY()
|
17 years ago |
Andrzej Rybczak
|
8653232a2a
|
change namespace Browser into class
|
17 years ago |
Andrzej Rybczak
|
8ba72bc78a
|
separate some code from ncmpcpp.cpp
|
17 years ago |
Andrzej Rybczak
|
cecb11c3d8
|
move WindowTitle() to local unnamed namespace
|
17 years ago |
Andrzej Rybczak
|
d82577e357
|
group various functions more logically
|
17 years ago |
Andrzej Rybczak
|
f9f5149b76
|
includes cleaning
|
17 years ago |
Andrzej Rybczak
|
0c9e10091f
|
update fsf address and copyright info
|
17 years ago |
Andrzej Rybczak
|
5b3357c54c
|
improve parsing argv
|
17 years ago |
Andrzej Rybczak
|
d92dde1fb1
|
move some functions from helpers to status_checker
|
17 years ago |
Andrzej Rybczak
|
a84067d1ab
|
put scrolling code into function and use it also in lyrics screen
|
17 years ago |
Andrzej Rybczak
|
da8feb885f
|
handle colored empty tag marker
|
18 years ago |
Andrzej Rybczak
|
cfa8268f2d
|
improve handling playlist stats (btw several other improvements)
|
18 years ago |
Andrzej Rybczak
|
c61ddd3383
|
improve handling statusbar messages (+ some minor various fixes)
|
18 years ago |
Andrzej Rybczak
|
284dd6a5be
|
update Menu class and related stuff
|
18 years ago |
Andrzej Rybczak
|
c03bcbe44b
|
remove color parser / update Window, Scrollpad class and related stuff
|
18 years ago |
Andrzej Rybczak
|
51e59b04b9
|
remove several redunant externs and use static variables
|
18 years ago |
Andrzej Rybczak
|
5c0af01cca
|
put mpd connection related things into namespace
|
18 years ago |
Andrzej Rybczak
|
1d27b8629d
|
improve ShowMessage()
|
18 years ago |
Andrzej Rybczak
|
5b1dbf2aed
|
improve parsing argv a bit
|
18 years ago |
unK
|
beee0bc9d3
|
add support for browsing local filesystem
|
18 years ago |
unK
|
4ab4e72c97
|
implement argv handler and basic mpc commands
|
18 years ago |
unK
|
457452036b
|
fix displaying title of primary column in media library with tag editor disabled
|
18 years ago |
unK
|
dbe0480db5
|
store fetched artist's info in ~/.ncmpcpp/artists instead of ~/.lyrics
|
18 years ago |
unK
|
6ff6f6e258
|
support for dirs/playlists rename in browser
|
18 years ago |
unK
|
c54de64176
|
new option for song format - right align (thx to Nathan Jones)
|
18 years ago |
unK
|
2605b29dd9
|
filename parser for tag editor, renaming files support, minor fixes
|
18 years ago |
unK
|
8fb83ac476
|
code clean-ups (help screen initialization splitted)
|
18 years ago |
unK
|
cb79ecdb2a
|
brand new song info screen
|
18 years ago |
unK
|
e36bf0a3cc
|
use std::pair instead of two different containters
|
18 years ago |
unK
|
0e1e3c6342
|
a lot of code clean-ups, remove song info screen
|
18 years ago |
unK
|
cad4d36807
|
improve checking if song is in playlist in search engine
|
18 years ago |
unK
|
1398aff398
|
improvements for album tag editor
|
18 years ago |
unK
|
b142164426
|
corections for album tag editor
|
18 years ago |
unK
|
ecdf23f06a
|
add albums' editor screen (quite experimental for now)
|
18 years ago |
unK
|
5e7e0931a6
|
start option numeration from 0 instead of 1 (1 was really stupid idea)
|
18 years ago |
unK
|
b896f31c50
|
improve moving items and fix password handling (again) + fixes
|
18 years ago |
unK
|
d7b635e276
|
support for columns view in playlist
|
18 years ago |
unK
|
3bdac53feb
|
fix for bug with colors, more clean-ups
|
18 years ago |
unK
|
723de0687e
|
class Menu is template now / bunch of code clean-ups.
|
18 years ago |