Commit graph

440 commits

Author SHA1 Message Date
7d0d4ddb51 Use additional info's value directly in MucInfoWin and ConversationInfoWin
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-15 21:00:46 +00:00
0c9c4edfa2 Allow additional information elements in MucInfoWin same as ConversationInfoWin
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-15 21:00:46 +00:00
mathieui
e992107ecf
I give up
on getting Link Mauve to ever run tests
2018-12-15 15:19:27 +01:00
Emmanuel Gil Peyrot
ae12b95f92 Add missing height and width attributes to FormWin
Fixes a regression introduced in
cce1a4090a when displaying data forms.
2018-10-27 19:24:58 +02:00
Emmanuel Gil Peyrot
cce1a4090a Add __slots__ in most of the poezio.windows classes, to be more explicit about their data. 2018-10-24 16:28:55 +02:00
Emmanuel Gil Peyrot
d967c246c8 logger: Look up the correct start position, not two bytes before. 2018-10-18 22:01:26 +02:00
Emmanuel Gil Peyrot
a630f4a13d logger: Prefix private functions with an underscore. 2018-10-18 22:01:21 +02:00
Emmanuel Gil Peyrot
d626aa1533 Fix truncate_nick()’s types to include None.
It is relied on in quite a few places which don’t check for None before
calling it on messages which have no nick.
2018-10-18 22:00:40 +02:00
mathieui
9b95b65add
MUC fix for bad servers (#3430)
tentative fix
2018-10-18 01:33:17 +02:00
mathieui
1ed666c5b5
Fix core import in main 2018-10-15 19:40:54 +02:00
mathieui
c785c146d1
Remove implicit import of Core modules leading to circular imports
Which did not break if we imported modules in a certain order…
2018-10-13 13:44:54 +02:00
Emmanuel Gil Peyrot
1965abf99a XEP-0231: Extract cids from XHTML-IM. 2018-09-30 11:46:27 +02:00
Emmanuel Gil Peyrot
c13ae1b932 Print the error given by the server when /bookmark fails. 2018-09-29 23:09:32 +02:00
Emmanuel Gil Peyrot
2428084c8d Cache highlighting regex in a lru.
This makes it way faster than having to create it all the time.
2018-09-25 21:55:25 +02:00
Jonas Schäfer
6deffb430e Improve highlighing regex to deal with fancy nicknames
Nicknames which do not end and start on a word boundary or contain
regex metacharacters broke with the previous approach.

Fixes #3433.
2018-09-25 18:59:37 +02:00
4b8c63d25b Split highlight logic and UI changes
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-09-25 12:47:09 +02:00
mathieui
0b8fef46f7
Fix compatibility with python 3.5.2
We don’t lose anything, mypy will add these Optionals by itself since it
can see the = None.
2018-09-11 20:16:48 +02:00
bb9bc80d9b
Allow Tabs object to be sliced
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-09-09 13:39:46 +01:00
mathieui
1524245dd0
Do not add our directory to the path
it’s bad practice and can create issues
2018-08-22 23:32:56 +02:00
mathieui
8edef603fb
Fix UserList.resize 2018-08-19 13:03:40 +02:00
Emmanuel Gil Peyrot
8d2f25095f muctab: Create the last_talked compare lambda only once. 2018-08-18 20:48:57 +01:00
Emmanuel Gil Peyrot
accf6ab777 Fix wrong tests for None. 2018-08-18 08:04:56 +01:00
Emmanuel Gil Peyrot
73749091ae Remove some circular type imports. 2018-08-18 08:04:41 +01:00
Emmanuel Gil Peyrot
2abbf8274c windows.bookmark_forms: Type almost everything in this module. 2018-08-17 19:43:35 +01:00
Emmanuel Gil Peyrot
ede00f7862 windows.text_win: Type almost everything in this module. 2018-08-17 19:28:19 +01:00
Emmanuel Gil Peyrot
86e2bbb0d4 windows.muc: Type everything in this module. 2018-08-17 18:55:08 +01:00
Emmanuel Gil Peyrot
47bd3ab811 windows.misc: Type everything in this module. 2018-08-17 18:48:39 +01:00
Emmanuel Gil Peyrot
176b4ee9d3 windows.list: Type everything in this module. 2018-08-17 18:45:53 +01:00
Emmanuel Gil Peyrot
a208f895b4 windows.roster_win: Type everything in this module. 2018-08-17 18:36:53 +01:00
Emmanuel Gil Peyrot
d992344812 windows.inputs: Type almost everything in this module. 2018-08-17 18:36:53 +01:00
Emmanuel Gil Peyrot
c2dbaba41f windows.base_wins: Type almost everything in this module. 2018-08-17 18:36:53 +01:00
Emmanuel Gil Peyrot
db230d0b3e windows.input_placeholders: Type everything in this module. 2018-08-17 18:36:49 +01:00
Emmanuel Gil Peyrot
d340066936 windows.info_bar: Type everything in this module. 2018-08-17 18:36:43 +01:00
Emmanuel Gil Peyrot
4fc2338faa windows.confirm: Type everything in this module. 2018-08-17 18:36:37 +01:00
Emmanuel Gil Peyrot
45066d0eef windows.image: Type everything in this module. 2018-08-17 18:36:28 +01:00
mathieui
b4d3b93da2
Add typing information and reformat stuff 2018-08-17 02:16:03 +02:00
Emmanuel Gil Peyrot
6ccf7ea71d core: Add some more typing information. 2018-08-15 16:09:59 +02:00
Emmanuel Gil Peyrot
a6c5ac486b Type DelayedEvent, also in Core. 2018-08-15 15:51:31 +02:00
mathieui
038e61068a
Fix an error introduced in the last commit 2018-08-15 14:30:08 +02:00
Emmanuel Gil Peyrot
1b48f9e63d rostertab, common: Use the default arg of os.getenv(). 2018-08-15 14:26:15 +02:00
mathieui
5ea82ac0af
Fix mypy errors, add type annotations 2018-08-15 14:23:00 +02:00
Emmanuel Gil Peyrot
cccb1d9759 logger: Simplify history loading, fixes mypy errors. 2018-08-15 13:50:18 +02:00
mathieui
d1b624753b
Next version is 0.13 2018-08-14 20:01:54 +02:00
mathieui
c0ffc4b15c
Release poezio 0.12 2018-08-13 22:56:06 +02:00
Emmanuel Gil Peyrot
fe7d68cad1 Enable the vertical tabs by default
It looks *modern*!
2018-08-13 22:50:36 +02:00
Emmanuel Gil Peyrot
661fab8df0 Switch the default use_log value to true
Since this is a privacy sensitive action, a short message is now
displayed on first run.
2018-08-13 22:04:42 +02:00
mathieui
40fc9246e5
Revert "Set enable_avatars to false until the colors issue is fixed"
This reverts commit bde9b31184.
2018-08-13 21:39:08 +02:00
mathieui
31fc9d00f5
Update the OTR plugin
make it more restrictive and give some hints
2018-08-12 13:03:01 +02:00
mathieui
b6c84cba5b
Fix #3424 (fix receipts) 2018-08-11 22:26:24 +02:00
mathieui
24b1a1fe50
yapf -rip 2018-08-09 00:56:49 +02:00