Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ncmpc version 0.13release-0.13 | Avuton Olrich | 2009-01-09 | 2 | -2/+2 |
| | |||||
* | libmpdclient: fix shadow warnings | Max Kellermann | 2009-01-07 | 3 | -14/+18 |
| | | | | Renamed "time" variables. | ||||
* | screen_browser: removed "OLD_ADD" code | Max Kellermann | 2009-01-06 | 12 | -155/+65 |
| | | | | The code was disabled via CPP. | ||||
* | removed newline from translatable strings | Max Kellermann | 2009-01-06 | 14 | -159/+141 |
| | | | | Don't make translators deal with newlines. | ||||
* | command: check_key_bindings() returns message without comment | Max Kellermann | 2009-01-06 | 13 | -2052/+2097 |
| | | | | | | | The comment "press %s for the key editor" is only used by timer_check_key_bindings(), move it there. This lets us merge the two error messages in check_key_bindings() and eases the translator's work. | ||||
* | po: updated French translation | Yann Cézard | 2009-01-05 | 1 | -27/+23 |
| | |||||
* | po: updated Slovak translation | Jozef Riha | 2009-01-05 | 1 | -26/+23 |
| | |||||
* | Makefile.am: distribute autogen.sh | Max Kellermann | 2009-01-05 | 1 | -2/+2 |
| | |||||
* | m4: deleted codeset.m4 and glib-2.0.m4 | Max Kellermann | 2009-01-05 | 2 | -232/+0 |
| | | | | Both files are unused. | ||||
* | autogen.sh: removed $PWD from aclocal call | Max Kellermann | 2009-01-05 | 1 | -1/+1 |
| | | | | | This allows aclocal to generate the correct m4/*.m4 dependencies for the "dist" target. | ||||
* | po: updated Galician translation | Johám-Luís Miguéns Vila | 2009-01-05 | 1 | -25/+22 |
| | |||||
* | po: updated Spanish translation | Johám-Luís Miguéns Vila | 2009-01-05 | 1 | -26/+23 |
| | |||||
* | po: updated Swedish translation | Björn Pettersson | 2009-01-05 | 1 | -30/+32 |
| | |||||
* | po: updated Russian translation | Max Arnold | 2009-01-05 | 1 | -26/+25 |
| | |||||
* | configure.ac: moved ALL_LINGUAS to po/LINGUAS | Max Kellermann | 2009-01-04 | 2 | -1/+11 |
| | | | | | | | | ALL_LINGUAS is deprecated according to http://live.gnome.org/GnomeGoals/PoLinguas Keep ALL_LINGUAS in configure.ac for now, to preserve compatibility with older tools. | ||||
* | po: added missing "\n" to Danish po file | Max Kellermann | 2009-01-04 | 1 | -1/+1 |
| | |||||
* | match: enable regular expressions when using find | Fredrik Lanker | 2009-01-03 | 2 | -1/+5 |
| | | | | | It uses g_regex_match_simple() in glib and is case insensitive. The search in the NCMPC_MINI case is unchanged. | ||||
* | po: updated Danish translation | Niels Anker | 2009-01-03 | 1 | -34/+33 |
| | |||||
* | po: updated Hungarian translation | László Áshin | 2009-01-02 | 1 | -26/+25 |
| | |||||
* | added option to disable the status line clock display | Paul Collins | 2009-01-01 | 4 | -4/+15 |
| | | | | | | | | | | I already have a clock, and I don't need ncmpc showing me another one. This patch adds command line options and a config file item to allow the user to flexibly enable or disable the clock. [mk: patch from http://bugs.debian.org/510392; removed command line options] | ||||
* | Update copyright notices | Avuton Olrich | 2008-12-31 | 63 | -596/+625 |
| | |||||
* | po: updated German translation | Monika Brinkert | 2008-12-28 | 1 | -21/+20 |
| | |||||
* | updated .gitignore | Max Kellermann | 2008-12-28 | 1 | -0/+14 |
| | |||||
* | configure.ac: use AC_CONFIG_AUX_DIR | Max Kellermann | 2008-12-28 | 2 | -3/+3 |
| | | | | Put lots of clutter into ./build/ | ||||
* | po: converted all PO files to UTF-8 | Max Kellermann | 2008-12-28 | 4 | -347/+347 |
| | | | | | Converted Danish, German, Norwegian from ISO-Latin-1 to UTF-8. Converted Slovakian fro ISO-Latin-2 to UTF-8. | ||||
* | Standardize the AC_INIT() along with other projects. | Avuton Olrich | 2008-12-25 | 1 | -1/+1 |
| | |||||
* | po: updated *.po | Max Kellermann | 2008-12-25 | 10 | -1740/+2570 |
| | |||||
* | po: regenerated ncmpc.pot | Max Kellermann | 2008-12-25 | 1 | -161/+240 |
| | |||||
* | added comments for translators | Max Kellermann | 2008-12-25 | 5 | -3/+32 |
| | | | | Give translators hints about the meaning of some difficult messages. | ||||
* | command: renamed "Update screen" to "Refresh screen" | Max Kellermann | 2008-12-25 | 1 | -1/+1 |
| | |||||
* | simplified translation strings | Max Kellermann | 2008-12-25 | 3 | -11/+13 |
| | | | | Removed colon and "Error: " / "Keys - " prefix. | ||||
* | screen_help: removed "bold" marker from "MOVE_UP" line | Max Kellermann | 2008-12-25 | 1 | -1/+1 |
| | |||||
* | conf: improved error messages | Max Kellermann | 2008-12-25 | 1 | -10/+8 |
| | |||||
* | Makefile.am: removed AUTHORS, README, NEWS from $(EXTRA_DIST) | Max Kellermann | 2008-12-25 | 1 | -4/+1 |
| | | | | These files are automatically distributed. | ||||
* | conf: simplified parse_key_value() | Max Kellermann | 2008-12-25 | 1 | -68/+14 |
| | | | | | | Removed the state machine stuff, and use strtol() if the first character is not a single quote. strtol() will do the error checking. | ||||
* | conf: don't pass length to parse_key_value() | Max Kellermann | 2008-12-25 | 1 | -10/+7 |
| | | | | We have a null-terminated string, no need to pass the length around. | ||||
* | conf: optimized parse_color() with strchr() | Max Kellermann | 2008-12-25 | 1 | -56/+62 |
| | | | | The same for parse_color_definition(). Use strtol() directly there. | ||||
* | conf: use GLib's string stripping functions | Max Kellermann | 2008-12-25 | 1 | -23/+3 |
| | |||||
* | conf: use buffered I/O for reading the config file | Max Kellermann | 2008-12-25 | 1 | -16/+7 |
| | | | | | Don't read byte by byte until a newline is found. Use fgets() instead. | ||||
* | conf: don't free filename in read_rc_file() | Max Kellermann | 2008-12-25 | 1 | -6/+0 |
| | | | | The code was unused, because free_filename was always 0. | ||||
* | conf: moved code to parse_line() | Max Kellermann | 2008-12-25 | 1 | -134/+141 |
| | |||||
* | conf: simplified translation strings | Max Kellermann | 2008-12-25 | 1 | -21/+23 |
| | | | | | Removed the "Error: " prefix and the newline. Separated the format string. | ||||
* | po: fixed C format string mismatch in Swedish translation | Max Kellermann | 2008-12-25 | 1 | -2/+2 |
| | |||||
* | configure.ac: fix glib error message | Max Kellermann | 2008-12-25 | 1 | -1/+1 |
| | | | | The message was still referring to GLib 2.2. | ||||
* | configure.ac: added --disable-multibyte | Max Kellermann | 2008-12-25 | 5 | -8/+33 |
| | | | | | This allows you to disable wide character support, retaining multibyte character support. | ||||
* | configure.ac: disable NLS in mini mode | Max Kellermann | 2008-12-25 | 1 | -6/+8 |
| | |||||
* | show translator credits | Max Kellermann | 2008-12-25 | 2 | -0/+8 |
| | | | | Print translator credits after the --version message. | ||||
* | initialize NLS without locale support | Max Kellermann | 2008-12-25 | 1 | -1/+4 |
| | | | | | Initialize the NLS subsystem even when locale support is disabled. This may be a very exotic configuration, but it is valid. | ||||
* | configure.ac: added --disable-locale option | Max Kellermann | 2008-12-25 | 6 | -15/+35 |
| | | | | | Make locale.h mandatory. --disable-locale disables the locale.h check. | ||||
* | i18n: don't use locale.h | Max Kellermann | 2008-12-25 | 2 | -5/+14 |
| | | | | | Just for the _() and N_() macros, we don't need to include locale.h - define them in i18n.h. |