2152 Commits

Author SHA1 Message Date
Sébastien Helleu
2eebde035a buflist: add option "bar" in command /buflist, do not automatically add the bar when buflist is disabled (closes #994) 2017-05-18 20:34:25 +02:00
Sébastien Helleu
60c324eac5 core: fix typo in French translation of /help bar 2017-05-16 07:23:07 +02:00
Ondřej Súkup
cfc550a20a
Update czech strings 2017-05-13 22:07:19 +02:00
Krzysztof Korościk
71dc89d057 core: ipdate polish translation 2017-05-12 20:26:01 +02:00
Nils Görs
f7c3463c31 core: update German translations 2017-05-06 21:12:27 +02:00
AYANOKOUZI, Ryuunosuke
19c2e14c47 core: update Japanese translations 2017-05-06 09:00:00 +09:00
Sébastien Helleu
df00926d35 core: add option weechat.completion.nick_case_sensitive (closes #981) 2017-05-06 10:18:44 +02:00
Sébastien Helleu
90a9a1fb96 buflist: add option buflist.look.enabled 2017-05-05 23:24:02 +02:00
Nils Görs
1ed169cb2b core: update German translations 2017-05-03 23:17:34 +02:00
AYANOKOUZI, Ryuunosuke
676c8ccaa2 core: update Japanese translations 2017-05-02 09:00:00 +09:00
Sébastien Helleu
d73b54758c irc: add option "open" in command /server (closes #966) 2017-05-02 07:38:45 +02:00
Sébastien Helleu
1fc06ba0ac core: improve translation of /help eval 2017-04-29 17:39:50 +02:00
Sébastien Helleu
c491241989 core: update translations 2017-04-29 17:08:31 +02:00
Nils Görs
cd3908ccd2 core: update German translations 2017-04-26 22:42:12 +02:00
Sébastien Helleu
a21a31e3ca buflist: add support of hdata "irc_server" and "irc_channel" in sort option (closes #968) 2017-04-26 20:22:06 +02:00
Sébastien Helleu
8edca0dd75 buflist: add pointers to IRC server and channel
New pointers in evaluated formats:

- irc_server: IRC server
- irc_channel: IRC channel
2017-04-25 21:07:15 +02:00
Sébastien Helleu
a10b2bc36a buflist: add option buflist.format.nick_prefix 2017-04-25 20:31:08 +02:00
Sébastien Helleu
112bebcddf core: add a way to count the suffix length in max chars displayed in cut of string ("cut:" and "cutscr:") (closes #963)
The format to use is one of:

- ${cut:+max,suffix,string}
- ${cutscr:+max,suffix,string}

With the "+" before max, WeeChat ensures there are at most "max" chars in
output, including the length of suffix string.
2017-04-24 22:37:49 +02:00
Nils Görs
cce2954263 core: update German translations 2017-04-24 22:22:05 +02:00
Sébastien Helleu
671c216eb3 buflist: add option buflist.format.indent 2017-04-23 14:49:04 +02:00
Sébastien Helleu
2606b8a5a3 script: remove option script.scripts.url_force_https, use HTTPS by default in option script.scripts.url (issue #253) 2017-04-23 14:11:27 +02:00
AYANOKOUZI, Ryuunosuke
d4f83a11e9 core: update Japanese translations 2017-04-23 09:00:00 +09:00
Sébastien Helleu
90029f9abd doc: fix translation of command "eval" in user's guide 2017-04-21 21:59:52 +02:00
Sébastien Helleu
2c6985c7e7 core: add missing space in German translation 2017-04-21 21:57:32 +02:00
Nils Görs
061f33b9b8 core: update German translations 2017-04-21 21:11:30 +02:00
Nils Görs
0a11184984 core: update German translations 2017-04-21 18:58:22 +02:00
Sébastien Helleu
5a8fb043ab core: add link to function color (plugin API reference) in /help eval 2017-04-21 07:36:22 +02:00
Sébastien Helleu
669ca77c41 buflist: add example in /help buflist.look.display_conditions 2017-04-20 22:00:17 +02:00
Sébastien Helleu
67fe4beb70 core: update translations 2017-04-08 14:53:32 +02:00
Nils Görs
f12ab59a78 core: update German translations 2017-04-03 21:32:15 +02:00
AYANOKOUZI, Ryuunosuke
6948d22e40 core: update Japanese translations 2017-04-02 09:00:00 +09:00
Sébastien Helleu
20bb762e28 buflist: add options buflist.look.nick_prefix and buflist.look.nick_prefix_empty
The option buflist.look.signals_refresh is not an extra list of signals for
refresh, so it is empty by default.
The default list of signals is handled directly by buflist and not visible to
the user.
2017-04-02 08:37:47 +02:00
Sébastien Helleu
b29f18d7ea aspell: add options to control delimiters in suggestions (closes #940)
New options:
- aspell.color.suggestion_delimiter_dict
- aspell.color.suggestion_delimiter_word
- aspell.look.suggestion_delimiter_dict
- aspell.look.suggestion_delimiter_word

Option renamed:
- aspell.color.suggestions -> aspell.color.suggestion
2017-04-01 12:26:48 +02:00
Sébastien Helleu
2ab3015114 script: move default mouse keys for script plugin from core to script-mouse.c 2017-03-31 21:07:32 +02:00
Sébastien Helleu
f0c8da2f05 buflist: add mouse support
New options:
- buflist.look.mouse_jump_visited_buffer
- buflist.look.mouse_move_buffer
- buflist.look.mouse_wheel

New keys added by buflist plugin:
- @item(buflist):button1*      => hsignal:buflist_mouse
- @item(buflist):button2*      => hsignal:buflist_mouse
- @bar(buflist):ctrl-wheelup   => hsignal:buflist_mouse
- @bar(buflist):ctrl-wheeldown => hsignal:buflist_mouse
2017-03-30 20:39:37 +02:00
Sébastien Helleu
0436fff31b buflist: add option buflist.format.number 2017-03-29 20:00:36 +02:00
Sébastien Helleu
f99c866f35 core: add cut of string with max chars displayed in evaluation of expressions
The syntax is: ${cutscr:max,suffix,string}.
The string is cut after max chars displayed on screen. If the string is cut,
the optional suffix is added after.
2017-03-27 21:14:51 +02:00
AYANOKOUZI, Ryuunosuke
5ce678bf75 core: update Japanese translations 2017-03-26 09:00:00 +09:00
Sébastien Helleu
9d0ae31fce buflist: add option buflist.look.display_conditions 2017-03-25 22:14:32 +01:00
Sébastien Helleu
9816c8cbce buflist: add option buflist.look.signals_refresh 2017-03-25 21:39:59 +01:00
Sébastien Helleu
fb66eeec79 core: update translations 2017-03-25 15:13:18 +01:00
Sébastien Helleu
98487253ca buflist: add command /buflist 2017-03-25 15:13:13 +01:00
Sébastien Helleu
edfeb60e32 buflist: new plugin "buflist" (bar with list of buffers) 2017-03-25 14:18:19 +01:00
AYANOKOUZI, Ryuunosuke
45e30f9c82 core: update Japanese translations 2017-03-20 09:00:00 +09:00
Nils Görs
3fd8012729 core: update German translations 2017-03-12 21:35:04 +01:00
Sébastien Helleu
5661b4da74 core: fix typo: refreshs -> refreshes 2017-03-12 18:33:53 +01:00
AYANOKOUZI, Ryuunosuke
3293070499 core: update Japanese translations 2017-03-05 09:00:00 +09:00
Nils Görs
a54e40ea14 core: update German translations 2017-02-18 23:54:46 +01:00
Sébastien Helleu
e1eeb22945 irc: update error message, update translations 2017-02-18 14:48:02 +01:00
Sébastien Helleu
7fbdc08f3a core: update translations and auto-generated doc files 2017-02-18 13:06:15 +01:00