Commit graph

955 commits

Author SHA1 Message Date
Florent Le Coz
8fad2f464a Update version to 0.7.2 2011-11-08 23:48:32 +01:00
mathieui
7fadb35fe2 Do not forget about the /help command 2011-11-08 23:39:48 +01:00
mathieui
e61f496d29 Edited the help messages of the commands for clarity/consistency 2011-11-08 23:28:29 +01:00
mathieui
75da76285f documentation typos/fixes 2011-11-08 23:12:03 +01:00
mathieui
4cf4c2775a Compile on make install 2011-11-08 23:04:37 +01:00
mathieui
767c16bf16 Merge branch 'master' of https://git.louiz.org/poezio 2011-11-08 22:04:11 +01:00
mathieui
08349495af Fix /kick with the optional message 2011-11-08 22:03:33 +01:00
Florent Le Coz
5cf4bb1a65 add the conversation screenshot 2011-11-08 21:50:20 +01:00
Florent Le Coz
77241f7794 describe private, conversation, data form and list tabs. 2011-11-08 21:31:43 +01:00
Florent Le Coz
b30c17762a Describe the muc interface. 2011-11-08 21:07:04 +01:00
Florent Le Coz
25c68afa40 add the tab_bar image 2011-11-08 21:07:04 +01:00
Florent Le Coz
67d9368218 add the roster screenshot 2011-11-08 21:07:04 +01:00
mathieui
131404defa Merge branch 'master' of https://git.louiz.org/poezio 2011-11-08 20:52:20 +01:00
mathieui
95dcaa7fec Forgot those hardcoded values… 2011-11-08 20:51:48 +01:00
Florent Le Coz
8c2cd6e521 Describe the roster tab 2011-11-08 20:38:14 +01:00
Florent Le Coz
08664e3ba7 80 cols³ 2011-11-08 20:21:59 +01:00
Florent Le Coz
f8eb06b68c Describe tab system 2011-11-08 20:07:50 +01:00
mathieui
a05c88ffe7 80 cols² 2011-11-08 20:05:33 +01:00
mathieui
718e2f3851 80 cols. 2011-11-08 19:58:10 +01:00
mathieui
8840db0670 Merge branch 'master' of https://git.louiz.org/poezio 2011-11-08 19:49:54 +01:00
mathieui
cb575c2e77 Doc: XHTML formatting 2011-11-08 19:49:38 +01:00
Florent Le Coz
aa2623c0c6 change title level for Roster tab commands 2011-11-08 19:40:28 +01:00
Florent Le Coz
d28b70ccd4 Some documentation improvements. 2011-11-08 19:39:52 +01:00
mathieui
696ce0f283 Doc: Roster tab commands 2011-11-08 19:38:50 +01:00
mathieui
6779f7c7a4 Doc: PrivateTab and ConversationTab commands 2011-11-08 19:17:38 +01:00
mathieui
2f5d712467 Doc: ChatTab and MUC commands 2011-11-08 19:10:19 +01:00
Florent Le Coz
d2c02174c8 /theme takes an optional argument to change the theme directly. 2011-11-08 19:56:46 +01:00
mathieui
31c773cd20 Add general commands in the usage help 2011-11-08 13:26:47 +01:00
Florent Le Coz
e8d6c5ccc1 Complete the keys documentation a little bit more. 2011-11-08 12:36:29 +01:00
mathieui
fa94e7fbe6 Doc: Key bindings - Fixed PgUp/Down 2011-11-08 12:45:05 +01:00
mathieui
2b74ebcb72 Key bindings in the doc. 2011-11-08 11:26:49 +01:00
mathieui
8fed41cd08 make clean also cleans the html files generated by asciidoc 2011-11-08 11:26:27 +01:00
Florent Le Coz
8eebea3ccc Update README file. 2011-11-08 05:14:39 +01:00
Florent Le Coz
2e16304f2b little additional update to README 2011-11-08 05:14:27 +01:00
Florent Le Coz
04146d6420 Update CHANGELOG file 2011-11-08 05:02:24 +01:00
Florent Le Coz
74af47043b POWER OF EQUALITY. 2011-11-08 03:03:27 +01:00
Florent Le Coz
cd0b2681e0 Fix new messages separator when it is a the top of the text window 2011-11-08 02:41:19 +01:00
mathieui
b26c9e33af Add make in the update.sh 2011-11-08 02:31:44 +01:00
Florent Le Coz
d83eda6fd4 escape <, > and & in xhtml-im bodies. 2011-11-08 02:07:40 +01:00
Florent Le Coz
1ccfd09552 poopt now handles correctly the size of the chars by jumping
the color attributes properly and ignoring their length.
2011-11-08 01:52:39 +01:00
Florent Le Coz
9c5cab09d4 fix the last errors that are in another commit that I don’t want
to cherry-pick.
2011-11-08 00:41:32 +01:00
Florent Le Coz
52599f9b8c use only full color mode when sending messages. Simple color mode should never
be used in any part of the code except inside the input.
(cherry picked from commit 17e5411d8f)

Conflicts:

	src/tabs.py
2011-11-08 00:31:11 +01:00
Florent Le Coz
4610a1d6e3 trigger events *_say BEFORE generating the xhtml, making it possible to add colors in the hook
Conflicts:

	src/tabs.py
2011-11-08 00:19:31 +01:00
Florent Le Coz
f13d03c149 poezio_colors_to_html now takes full colors (\x19xxx}) to generate the xhtml code
(cherry picked from commit 2b9a43ce6a)
2011-11-08 00:16:35 +01:00
Florent Le Coz
2404358689 Fix the curses -> html color conversion
(cherry picked from commit 689f17cfd7)
2011-11-08 00:15:41 +01:00
Florent Le Coz
f271ef0620 Add a function to convert ncurses colors to HTML color code.
(cherry picked from commit 04f103b9e6)
2011-11-08 00:15:27 +01:00
Florent Le Coz
2c9cbc9f58 avoid a crash on invalid colors
(cherry picked from commit 15780364cf)
2011-11-08 00:14:24 +01:00
mathieui
27f28f2624 Display actual status message on contact connection instead of
unreadable status type
2011-11-07 23:07:32 +01:00
mathieui
7e78353621 Add a warning in case of theme not found, and now unsetting 'theme',
setting it to 'default' or a number of spaces has the same effect
2011-11-07 19:56:59 +01:00
mathieui
153137e5d2 Removed "WARNING" debug messages, because they are irrelevant 2011-11-07 19:38:37 +01:00