Commit graph

29 commits

Author SHA1 Message Date
Romain Bignon
b1f20b5489 fix bcall to to new behavior of do(), and fix QtDo too, and all Qt applications... 2014-10-10 17:34:48 +02:00
Laurent Bachelier
7be9a6468b logging: Create a new level DEBUG_FILTERS
This is a cleaner approach that requires less configuration
in other applications.
This also easily allows us to have another color.

Many checks were made on being exactly at the DEBUG level, they were
fixed to also check on being below DEBUG (i.e. DEBUG_FILTERS).
2014-10-07 17:11:09 +02:00
Laurent Bachelier
74a4ef6723 Use the print function everywhere
python modernize.py --no-six -f libmodernize.fixes.fix_print -w

With manual fixes as the import was put always on top.
2014-10-06 17:00:17 +02:00
Romain Bignon
e025fb0b20 rename ICap to Cap (closes #1424) 2014-07-05 17:33:44 +02:00
Laurent Bachelier
7094931c92 Easy spacing fixes, trailing stuff
Remove useless trailing \
Remove trailing spaces
Add missing empty lines

autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .

Diff quickly checked.
2013-03-16 00:54:55 +01:00
Laurent Bachelier
5ea30516ac Fix incorrect translation
While this changes constants names, I think it is important as "accused" is
complely wrong. E-mails use the term "Read-receipts" so I chose
to go with RECEIVED.
2012-02-10 01:28:40 +01:00
Romain Bignon
14028b13d9 add a button 'Profile' 2011-10-19 18:58:47 +02:00
Romain Bignon
8da336d3dd when thread is a discussion, display messages linearly 2011-10-16 21:16:35 +02:00
Romain Bignon
7e2bb91b3b change license to AGPLv3+ 2011-04-08 12:48:07 +02:00
Romain Bignon
460f9a423c fix reload of backends list 2011-02-26 18:29:08 +01:00
Romain Bignon
7e080ec262 fix crash when children is None instead of a list 2011-02-26 11:13:03 +01:00
Romain Bignon
7be8efbab4 fix unicode issues 2010-12-01 19:29:29 +01:00
Christophe Benz
18e02f2fea handle multiple receivers in messages 2010-11-22 15:28:27 +01:00
Romain Bignon
3fc6cfe50e oops 2010-11-20 19:54:04 +01:00
Romain Bignon
de020c0cc5 in non-HTML content, replace \n with <br /> 2010-11-20 15:32:48 +01:00
Romain Bignon
e64d4fc288 set message as read when viewing one, and display unread messages in yellow in list 2010-10-17 16:24:09 +02:00
Romain Bignon
f0215a89b5 do not enable the 'Reply' button when backend doesn't implement ICapMessagesPost 2010-10-17 11:44:39 +02:00
Clément Schreiner
a47b19a8b5 Allows missing messages title or author. 2010-10-16 18:47:51 +02:00
Romain Bignon
00f6c4dfe8 improvements 2010-10-05 17:41:45 +02:00
Romain Bignon
19a43030a7 support sending HTML or plaintext messages (choice in combobox) 2010-10-04 22:52:23 +02:00
Romain Bignon
dfa0d2be82 support messages sending and several minor features 2010-10-04 22:28:29 +02:00
Romain Bignon
e5fde16cb6 oops, badly removed _messageSelected 2010-10-04 21:31:51 +02:00
Romain Bignon
8b91911506 qboobmsg works and supports threads! 2010-10-04 21:15:23 +02:00
Romain Bignon
c216690351 wip 2010-10-04 20:39:57 +02:00
Romain Bignon
843db82d8a port QHaveSex and QBoobMsg to new ICapMessage.Message API 2010-08-13 16:24:59 +02:00
Romain Bignon
792d2f3705 oops 2010-07-20 23:19:11 +02:00
Romain Bignon
fc4badf88e merge do_caps() and do_backends() into do() (optional keyword params 'backends' and 'caps') 2010-07-17 13:48:32 +02:00
Romain Bignon
6edfcfd574 correctly delete the QtDo process when finished 2010-07-12 23:46:43 +02:00
Christophe Benz
3bf9c2518b global s/frontends/applications/ 2010-07-07 17:20:17 +02:00