Commit graph

128 commits

Author SHA1 Message Date
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
f4d4a205f1 a few renamings, and some other stuff 2010-11-15 11:59:09 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
de7c007a22 Inputs are more modulable (they also have a common history and clipboard). Search is now fully functional, and some other stuff 2010-11-11 20:44:14 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
58a82f170b fix some issues with recent-words completion, make the ConversationTabs closable with /unquery and ignore the keyboard shortcuts not handled. fixed #1941 2010-11-11 03:39:39 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
545902be7d ConversationTab interface 2010-11-10 21:15:08 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
6fab04a6dc Basic search in the roster (based on contact JIDs) 2010-10-31 18:57:48 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
c091e0c16f Command mode in roster tab, toggle offline contacts with 'o' and sort contacts by show 2010-10-27 22:49:52 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
f4c5e0a091 Multi-resource. Handling <presence /> stanzas. But the normal conversation window is broken :^). Fixed #1888 2010-10-17 17:27:07 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
17ebb92ece yet better refresh 2010-10-17 12:43:56 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
9c9236eb49 refresh optimization by limiting the .refresh() calls at the STRICT minimum 2010-10-17 05:14:22 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
eabf05c8a7 fix Makefile again 2010-10-16 23:46:45 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
53a5536cf1 addstr is now safe, avoid some length calculation that are totally useless, so: fix some crash 2010-10-04 23:59:03 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
0c254bc915 use 'with' context manager for the locks 2010-10-04 19:50:15 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
d4e3e51c1f update e-mail address and README 2010-10-04 01:45:16 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
d6bb19572e contact information buffer in the roster tab (yet empty) 2010-10-04 00:27:40 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
3ea295f8c7 avoid a crash when receiving a message from someone not in our roster 2010-09-27 22:53:25 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
7453b87f30 fold groups, display-name, focus the tab if user tries to open an already opened conversation (on /join too !), and nicer roster 2010-09-27 01:40:34 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
390e952829 Basic implementation of the roster and one to one conversations 2010-09-26 18:01:38 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
c536649112 fix the shlex fail. Colors are disabled on too long elements 2010-09-16 20:19:31 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
0d6c7276b1 fixes a crash on shlex. 2010-09-16 17:55:38 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
6018d243fb fixes some crashes, and stuff 2010-09-15 19:05:20 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
cdcfddcb2e avoid some crashes. Also fixes the line separator on new messages 2010-09-14 22:59:40 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
534b39ae8d fix the resize of PrivateTab 2010-09-14 02:24:04 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
33f197b4ab complete refactoring of the ui. Everything is now very modulable. Little info win added at the bottom. Roster is ready to be implemented. 2010-09-14 02:11:07 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
508bf5d561 don't add the ',' after a last-word completion. 2010-09-11 15:45:28 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
374ab23b42 fixed #1767 2010-09-11 04:24:09 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
dc13b82bd4 only have 64 colours, so everything works fine on every terminal, even on tmux. Fixed #1824 2010-09-11 01:50:18 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
945dc664d8 fix some ncurses crash. fixed #1817 2010-09-10 21:51:13 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
77df6feb97 remove one more possible ncurses glitch by using a muttex. Also correctly receive the error messages. And little cleanup 2010-09-08 23:00:55 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
f8ab739a36 do not require argparse anymore, chmod in the directory in the python process directly, fix a little bit the Mafile 2010-09-07 23:36:57 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
17eb99eea7 python 3 only. Fixes all EncodingError bugs :)))) 2010-09-03 18:01:43 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
893cd3808b Mor colored information message, also finish the theme 'engine'. fixed #1537 2010-08-22 16:33:57 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
aab22c7943 Themes working 2010-08-22 14:57:47 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
3ed25bdfce Themes are working, need a little polishing and documentation 2010-08-20 20:55:42 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
dd1d7585f6 A tentative to fix the 'glitch' bug due to both thread writing on the screen 2010-08-19 21:43:11 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
f179cbdd2e fix a crash on completion, fixed #1722 2010-08-14 09:01:22 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
9ad62d4466 Fix Link Mauve completion bug 2010-08-10 23:28:00 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
6b4b32ffc5 Print a line separator to indicate the new messages. fixed #1487 2010-08-09 00:23:59 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
05928d592f completion is now sorted by last_talked. fixed #1712 2010-08-07 19:18:36 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
8134d06d32 fixed #1679 2010-08-05 22:54:57 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
1eba9f412b fix the vertical line color (cyon->blue) 2010-08-05 20:41:56 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
b464082f46 Our own is ALWAYS white and other nicks are NEVER white. Also reset MAGENTA for information messages 2010-08-05 00:09:59 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
567491ba43 indicates the number of available lines to be scrolled down fixed #1674 2010-08-04 01:03:02 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
d364c1f4f3 fix the scroll again. The scroll size is now a page - 1 and it handles the multiline message perfectly 2010-08-04 00:48:50 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
ba08dd43da fix ctrl+x, automatic-completion. Add auto-rejoin (fixed #1662) 2010-08-04 00:17:53 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
89b95c036f fixed #1665 2010-07-26 17:56:22 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
52b65bc296 Display the time of the message only once, fixed #1675 2010-07-26 00:09:07 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2e5d089eda remove useless shebangs. Fixed 1669 2010-07-22 22:24:29 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
482aaf1aaf Fix some color thing/STUFF 2010-07-20 21:37:58 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
e656e5924b fixes some stuff. Also fixed #1617 2010-07-19 19:38:33 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
25e82efebf Verbose result for /bookmark command. fixed #1614 2010-07-14 17:04:50 +00:00