Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-31 | Cleanup: remove sone unused code and threading stuff | mathieui | |
2015-05-08 | Micro-optimizations on refresh | mathieui | |
Reduce the number of calls to config.get whenever possible. Yields a performance improvement of at least 10% for the basic use case of "receiving a message in the current tab". Logging stuff isn’t free either, even when the call should be a no-op, so we should try to make the debug log less verbose. | |||
2015-04-13 | Display error messages inside a conversation | mathieui | |
if the error has the same id as a sent message, it will be displayed with a cross where there is usually a checkmark (ack), and the received error will be appended to the message, in red. if it does not have a know id, it will be added as another message to the conversation, without a nick, and in red. | |||
2015-02-09 | Fix a color not going back to normal when adding a row in the BookmarksTab | mathieui | |
2015-02-09 | Add a bookmarkstab (fixes #2004) | mathieui | |
now we can edit stuff, save or cancel those modifications, and change the chose storage easily | |||
2015-01-28 | Minor fixes to the certificate warning prompt (#2949) | mathieui | |
- slightly lower the CPU usage (callback instead of active waiting w/ sleep) - make the terminal beep so the user knows something happened - prevent the user “escaping” the prompt by pressing /, s, or S | |||
2014-12-31 | Fix broken CTRL+arrow key shortcuts under some terms | Célestin Matte | |
2014-12-19 | Remove an useless input method which was needed with threads | mathieui | |
2014-12-17 | Fix scrolling inside the input when the text is small enough to fit | mathieui | |
(e.g. during a completion, the input might scroll due to the length of the completed item, and not go back to its original state without this change) | |||
2014-12-07 | Fix #2570 (add /filter_jid to XMLTab, and syntax highlighting) | mathieui | |
Also add /filter_from and /filter_to, and allow chaining filters. | |||
2014-11-15 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
2014-11-15 | Fix the color of the first line for offline messages | mathieui | |
2014-10-31 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
Conflicts: src/bookmark.py src/config.py src/connection.py src/core/commands.py src/core/core.py src/core/handlers.py src/windows/info_bar.py src/windows/muc.py src/windows/roster_win.py src/windows/text_win.py src/xhtml.py | |||
2014-10-20 | Make the runtime changes to max_lines_in_memory useful | mathieui | |
2014-10-20 | Remove the (sometimes wrong) default values in the config.get() calls | mathieui | |
2014-10-14 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
Conflicts: src/core/handlers.py src/tabs/xmltab.py | |||
2014-08-07 | Continuation keys (like after M-j or Ctrl-c) are handled without blocking | Florent Le Coz | |
2014-08-01 | Fix an indentation issue introduced earlier (bar tab displaying only one tab) | Florent Le Coz | |
2014-08-01 | Entirely remove the g_lock (used to avoid a few race conditions with ncures) | Florent Le Coz | |
2014-07-27 | Add dummy on_delete handlers for input placeholders | mathieui | |
2014-07-19 | Scroll the input after erasing the last visible char | mathieui | |
2014-07-19 | Fix #2563 (fix the asserts in adjust_view_pos) | mathieui | |
Thanks djanos | |||
2014-05-31 | Do not traceback if the server does not oprived options for list fields | Florent Le Coz | |
2014-05-05 | Move the Windows from the DataFormsTab to the windows directory | mathieui | |
2014-05-05 | Split the windows.py module into a subdirectory | mathieui | |