Commit Graph

  • 5704ea9fa2 check if mpd_Song pointer passed to Song::Song() is NULL Andrzej Rybczak 2009-01-13 11:24:20 +01:00
  • de5370b0dc if ncurses-config is missing, check for ncurses library anyway Andrzej Rybczak 2009-01-13 10:40:21 +01:00
  • 77b4f69c88 initialize ints in Scrollpad::Flush() to zero Andrzej Rybczak 2009-01-13 10:19:08 +01:00
  • 61b5880559 restore old std::cerr buffer to prevent segfault when exiting Arnaud Guignard 2009-01-12 08:37:46 +01:00
  • 11b18b95e5 use setlocale() instead of getenv() for determining locale Andrzej Rybczak 2009-01-12 08:35:02 +01:00
  • daca5964e8 convert lyrics and artist's info to current locale if needed Andrzej Rybczak 2009-01-12 08:22:45 +01:00
  • 67b8ca70fa charset: fix portability for unsigned chars Max Kellermann 2009-01-11 17:24:15 +01:00
  • 73c166a029 always save and read id3 tags in unicode Andrzej Rybczak 2009-01-11 15:43:12 +01:00
  • 0d9aea79c2 convert id3 tags, directories and playlist names to current locale if needed Andrzej Rybczak 2009-01-11 15:36:14 +01:00
  • 5b3357c54c improve parsing argv Andrzej Rybczak 2009-01-01 20:24:07 +01:00
  • 3b91f57ef7 refresh header window only if it really exists Andrzej Rybczak 2008-12-31 06:21:03 +01:00
  • 2db104f2e1 do not attempt to get/select/whatever item from an empty menu Andrzej Rybczak 2008-12-28 21:13:04 +01:00
  • 44609c8ccb do not block scrolling if a key is pressed Andrzej Rybczak 2008-12-28 19:41:59 +01:00
  • d92dde1fb1 move some functions from helpers to status_checker Andrzej Rybczak 2008-12-28 19:11:05 +01:00
  • b4d8c273bb remove unnecessary, commented out code Andrzej Rybczak 2008-12-28 18:54:47 +01:00
  • 2f1f650235 fix compilation --without-taglib Andrzej Rybczak 2008-12-27 18:40:48 +01:00
  • 5f28c64a73 add -lpthread to LDFLAGS instead of -pthread Andrzej Rybczak 2008-12-25 18:03:02 +01:00
  • a32f701617 redirect std::cerr output to ~/.ncmpcpp/error.log file Andrzej Rybczak 2008-12-25 18:00:46 +01:00
  • 497f2dd4ff some improvements for handling mpd connection Andrzej Rybczak 2008-12-21 18:59:00 +01:00
  • 094c4e3ab3 support for wide characters in Window::GetString() Andrzej Rybczak 2008-12-20 14:37:44 +01:00
  • 8785f77b18 update window title if elapsed time changes Andrzej Rybczak 2008-12-19 23:35:33 +01:00
  • a84067d1ab put scrolling code into function and use it also in lyrics screen Andrzej Rybczak 2008-12-19 23:23:50 +01:00
  • c6a57511fe make displaying screens numbers at start optional Andrzej Rybczak 2008-12-16 16:22:11 +01:00
  • e4ce0d9c95 fix deleting last item from playlist if playing Andrzej Rybczak 2008-12-15 22:32:44 +01:00
  • f787895054 comment out usage of redraw_screen variable (it's not needed for now) Andrzej Rybczak 2008-12-15 22:13:06 +01:00
  • 8c40f046b9 render state line on stdscr instead of header window Andrzej Rybczak 2008-12-15 20:57:30 +01:00
  • 2cc5528014 improve code formatting Andrzej Rybczak 2008-12-15 20:29:45 +01:00
  • 77e8cd0145 variables cleaning Andrzej Rybczak 2008-12-13 12:23:20 +01:00
  • 55c75355f8 do not try to read keyconfig file if it's NOT open. Andrzej Rybczak 2008-12-13 11:28:43 +01:00
  • a87afda4b7 remove menu.cpp from list of sources Andrzej Rybczak 2008-12-12 23:09:20 +01:00
  • 99fde90224 remove unnecessary files Andrzej Rybczak 2008-12-12 23:05:41 +01:00
  • c71f07df6d eliminate remained compiler warnings Andrzej Rybczak 2008-12-12 22:50:22 +01:00
  • aac3ce17ee check if highlighted position is visible Andrzej Rybczak 2008-12-12 22:38:08 +01:00
  • 65e5006a6e do not pass null pointer to Window::WriteXY() Andrzej Rybczak 2008-12-12 22:32:17 +01:00
  • 141a3f7c45 version bump Andrzej Rybczak 2008-12-12 22:13:21 +01:00
  • 943b9155ee update example configuration file and ReadConfiguration() function Andrzej Rybczak 2008-12-12 22:04:07 +01:00
  • 6f296e2419 update displaying playlist in column view Andrzej Rybczak 2008-12-12 21:14:22 +01:00
  • d139320ac9 add missing 'else' action in DisplaySong() Andrzej Rybczak 2008-12-12 19:08:58 +01:00
  • a5cf562a81 handle empty tag marker in tag editor Andrzej Rybczak 2008-12-12 19:07:55 +01:00
  • 2e291885f9 fix searching with / and ? keys Andrzej Rybczak 2008-12-12 19:01:35 +01:00
  • 6596d25c26 update settings Andrzej Rybczak 2008-12-11 19:18:21 +01:00
  • 0ec93e2d2e consider highlighEnabled value in Menu::Refresh() Andrzej Rybczak 2008-12-11 18:32:14 +01:00
  • da8feb885f handle colored empty tag marker Andrzej Rybczak 2008-12-11 18:29:56 +01:00
  • cfa8268f2d improve handling playlist stats (btw several other improvements) Andrzej Rybczak 2008-12-11 16:12:39 +01:00
  • 563c4530aa update Window::WriteXY() and related stuff Andrzej Rybczak 2008-12-11 15:08:56 +01:00
  • c61ddd3383 improve handling statusbar messages (+ some minor various fixes) Andrzej Rybczak 2008-12-11 14:04:14 +01:00
  • 284dd6a5be update Menu class and related stuff Andrzej Rybczak 2008-12-10 17:34:55 +01:00
  • c03bcbe44b remove color parser / update Window, Scrollpad class and related stuff Andrzej Rybczak 2008-12-09 16:40:04 +01:00
  • 51e59b04b9 remove several redunant externs and use static variables Andrzej Rybczak 2008-12-09 11:31:01 +01:00
  • c06861f4ee initialize all fields in MPD::StatusChanges to zeroes Andrzej Rybczak 2008-12-09 10:46:42 +01:00
  • 5c0af01cca put mpd connection related things into namespace Andrzej Rybczak 2008-12-09 10:16:38 +01:00
  • 1d27b8629d improve ShowMessage() Andrzej Rybczak 2008-12-09 10:05:26 +01:00
  • 68ffd9ffe2 update NEWS / version bump Andrzej Rybczak 2008-12-05 12:08:01 +01:00
  • cbe267abec one more unsigned int -> size_t Andrzej Rybczak 2008-12-02 18:13:27 +01:00
  • 07c9fd6926 remove mpd_password variable, it should be defined within mpd_host Andrzej Rybczak 2008-11-28 21:58:55 +01:00
  • 3955606c72 use strrchr instead of a loop Andrzej Rybczak 2008-11-28 21:57:06 +01:00
  • 0fef77da81 check if we are browsing local filesystem while renaming dirs Andrzej Rybczak 2008-11-25 15:54:39 +01:00
  • e05b249c73 do not print new line character at exit Andrzej Rybczak 2008-11-25 15:44:35 +01:00
  • d9f3e0d274 install COPYING file Andrzej Rybczak 2008-11-22 19:43:39 +01:00
  • ef7b8fd276 add config option for default place to search in (database/playlist) Andrzej Rybczak 2008-11-22 18:31:47 +01:00
  • f71c02fccc make file extensions lowercase before comparing them Andrzej Rybczak 2008-11-21 19:37:08 +01:00
  • e96c8d5f58 display songs from root directory in tag editor Andrzej Rybczak 2008-11-21 19:29:01 +01:00
  • e5fbf6bea8 do not display keybinding for tag editor if taglib support is disabled Andrzej Rybczak 2008-11-21 19:13:13 +01:00
  • 55c7777515 don't set default value for mpd_music_dir Andrzej Rybczak 2008-11-21 19:07:15 +01:00
  • 20a49f38cb do not create various redundant temp strings in Song class Andrzej Rybczak 2008-11-21 18:57:51 +01:00
  • ab4159c1d6 block setting volume with primary keybinding in playlist editor Andrzej Rybczak 2008-11-15 16:29:28 +01:00
  • 51e7f56123 fix adding items to playlist Andrzej Rybczak 2008-11-07 21:41:16 +01:00
  • c64e3a9b3b use size_t instead of int where it's appropriate Andrzej Rybczak 2008-11-06 20:07:42 +01:00
  • 2fcd43dd3b update write_data function Andrzej Rybczak 2008-11-06 19:43:13 +01:00
  • f5fd4fb37e if item is stream, check if name is set and if it is, display it instead of url Andrzej Rybczak 2008-11-04 17:39:37 +01:00
  • e5e4734b0e use macro instead of calling clearing find history routines explicitly Andrzej Rybczak 2008-11-04 17:26:22 +01:00
  • e227d53296 improve refreshing macros Andrzej Rybczak 2008-11-04 16:51:21 +01:00
  • df430dc30e disable switching screens when we are in tiny tag editor Andrzej Rybczak 2008-11-04 16:37:58 +01:00
  • d9c1cd4bd3 make check if file is from music db while getting song info Andrzej Rybczak 2008-11-04 16:17:58 +01:00
  • 5b1dbf2aed improve parsing argv a bit Andrzej Rybczak 2008-11-04 16:10:02 +01:00
  • 80aba9295a redraw whole window after enumerating tracks Andrzej Rybczak 2008-11-04 14:47:06 +01:00
  • 11982bc1e4 consider disc number while sorting tracks in media library Andrzej Rybczak 2008-10-31 20:25:17 +01:00
  • 8bd081e964 move anonymous namespaces to the top unK 2008-10-28 12:52:30 +01:00
  • 6b2356318f do not delete invalid pointer unK 2008-10-28 12:43:02 +01:00
  • e18e6ef3a8 read id3v2 tags from local files if possible unK 2008-10-28 12:39:23 +01:00
  • 6f3276dffa fix renaming local files in browser unK 2008-10-27 21:15:36 +01:00
  • db6eb9bc38 add support for user defined mpd host, password and port in config file unK 2008-10-27 20:50:02 +01:00
  • beee0bc9d3 add support for browsing local filesystem unK 2008-10-27 20:35:02 +01:00
  • e1202f2dfe check if wHeader is NULL or not (thx to Thomas Adam) unK 2008-10-26 00:44:42 +02:00
  • 5775eaf039 allow searching in current playlist unK 2008-10-19 23:00:46 +02:00
  • f7e56300cf check whether info entity returned by mpd is NULL or not unK 2008-10-19 18:48:57 +02:00
  • ae0a665504 add 'stop' to list of supported mpc commands unK 2008-10-18 22:44:04 +02:00
  • 93b8a7dfff support for editing tag of local files (outside mpd music dir) unK 2008-10-18 22:39:56 +02:00
  • 884a88effa fix window title update unK 2008-10-18 16:26:20 +02:00
  • 58fcccc68b ignore SIGPIPE unK 2008-10-18 16:10:07 +02:00
  • a980e77e0a check whether getenv returns NULL or not unK 2008-10-18 16:07:56 +02:00
  • 336ad46c12 added support for unix domain sockets Max Kellermann 2008-10-16 14:37:24 +02:00
  • 6a0edcfbd7 link with pthread explicitly unK 2008-10-15 21:37:30 +02:00
  • c672e87655 change default songid to -1 to let us know when the first song starts playing unK 2008-10-14 23:46:33 +02:00
  • d732c85537 fix typo, update NEWS & version bump unK 2008-10-12 18:16:03 +02:00
  • 48ba7cbcf2 another code clean-ups unK 2008-10-07 23:04:26 +02:00
  • fc00baa300 include and ifdef clean-up unK 2008-10-07 16:03:09 +02:00
  • c6fea611bf improve utf8 related stuff unK 2008-10-07 15:40:06 +02:00
  • a85cfcd8eb several code clean-ups and corrections unK 2008-10-07 10:14:21 +02:00
  • 5b724f2a83 fix compilation issue without taglib support and replace printf by std::cout unK 2008-10-06 12:08:34 +02:00