Commit graph

579 commits

Author SHA1 Message Date
Romain Bignon
fef6a3c30d correctly format date and ignore the locale 2010-07-02 13:51:09 +02:00
Romain Bignon
d0ee7cbd49 new function utc2local 2010-07-02 13:51:01 +02:00
Romain Bignon
46d00b4c79 more portable solution of saving in a temp file 2010-07-01 11:55:51 +02:00
Romain Bignon
907973a041 firstly write config in a temporary file to avoid corruption 2010-07-01 11:34:01 +02:00
Romain Bignon
0b71ddfdcf when adding an item, check orphaned children items to move them under the new one 2010-07-01 09:40:32 +02:00
Romain Bignon
e908d862c8 rewritten weboorrents 2010-06-30 23:42:17 +02:00
Romain Bignon
a6c0636eb4 fix the regexp check 2010-06-30 23:35:39 +02:00
Romain Bignon
836452bb3b refresh button 2010-06-30 22:49:25 +02:00
Romain Bignon
9d83177672 use storage 2010-06-30 22:49:21 +02:00
Romain Bignon
9d9a22eabb when refresh() is recall, get only the new messages 2010-06-30 22:37:49 +02:00
Romain Bignon
da47636e98 messages are organised by threads 2010-06-30 22:31:01 +02:00
Romain Bignon
97a245ea27 import the qboobmsg MessagesManager and include it in the 'Messages' tab 2010-06-30 21:40:15 +02:00
Romain Bignon
e88e00a793 fetch and display messages 2010-06-30 21:40:01 +02:00
Christophe Benz
5bbe266c8c new HTML formatter using webkit 2010-06-30 20:20:25 +02:00
Romain Bignon
b6cbd074b2 new frontend QBoobMsg 2010-06-30 20:01:08 +02:00
Romain Bignon
676d024da7 Makefile with 'qt' target to build every qt stuff 2010-06-30 19:59:10 +02:00
Romain Bignon
731d499f17 fix load of backends for specific caps 2010-06-30 19:46:43 +02:00
Romain Bignon
f97320e620 add QHaveSex new frontend 2010-06-30 19:46:35 +02:00
Romain Bignon
00f1982c18 pyflakes cleanup 2010-06-30 19:08:33 +02:00
Romain Bignon
ff67d9573c new frontend qweboobcfg 2010-06-30 19:07:42 +02:00
Romain Bignon
1a94a7b77f use the new id management system and writing (id@backend instead of backend.id) 2010-06-30 10:51:14 +02:00
Romain Bignon
8533c05e65 Weboob.do_backends() supports when the 'backends' argument is None 2010-06-30 10:50:59 +02:00
Romain Bignon
c56020d814 do not start optimizations before initialization is finished 2010-06-30 10:37:24 +02:00
Romain Bignon
5344220edc add method wait() to block until every backends answered 2010-06-30 10:35:09 +02:00
Romain Bignon
0b7f310081 add config file and 'optimizations' field to auto-start them at launch 2010-06-30 10:15:50 +02:00
Romain Bignon
a9364aa349 the optimization names are not case sensitive anymore 2010-06-30 10:09:12 +02:00
Romain Bignon
a4a68d96bc new system to manage optimizations (and new optimization VISIBILITY) 2010-06-30 03:19:38 +02:00
Romain Bignon
3de979dd9b better way to apply the previous fix 2010-06-30 01:57:40 +02:00
Romain Bignon
f4ef06a4e6 probably fix a problem with storage and backends 2010-06-30 01:08:03 +02:00
Romain Bignon
e020f634bb when we are in waiting state, post_reply() retries every 30 minutes until it is posted 2010-06-29 18:32:47 +02:00
Romain Bignon
5e39cda3ab fix login on cragr 2010-06-26 13:41:29 +02:00
Romain Bignon
d5b1105b9c mechanize 0.2 uses its own ControlNotFoundError exception 2010-06-26 13:38:48 +02:00
Romain Bignon
e5a8c2e277 PLEASE CBENZ CHECK YOUR FUCKING COMMITS THANKS. 2010-06-24 14:53:21 +02:00
Christophe Benz
470f2a9fe2 use real comments for licence header 2010-06-22 16:27:33 +02:00
Christophe Benz
af3ebade90 use properties for setters 2010-06-22 16:26:24 +02:00
Christophe Benz
406c42eb54 use snake case 2010-06-22 16:26:24 +02:00
Christophe Benz
504b6c4c77 return if no columns (if no results) 2010-06-22 16:26:24 +02:00
Christophe Benz
c03d5edf44 force id to be a string 2010-06-22 16:26:24 +02:00
Romain Bignon
79231ee155 fix format() calls 2010-06-22 10:49:51 +02:00
Romain Bignon
c1204057dc handle 'oops' error message 2010-06-22 10:49:50 +02:00
Christophe Benz
7b8798efd9 add backend.name param for new ConsoleApplication.format() method 2010-06-22 10:44:52 +02:00
Romain Bignon
6936a6fe63 add a regexp on gazelle parameter 'protocol' 2010-06-21 23:00:02 +02:00
Romain Bignon
39f5deb7db BackendsConfig methods: edit_backend() and get_backend() 2010-06-21 22:59:44 +02:00
Romain Bignon
4deb1398a8 new BackendCfg Qt dialog 2010-06-21 22:59:24 +02:00
Christophe Benz
2ed5c7f5e5 add more user-friendly message on condition parsing error 2010-06-21 17:50:50 +02:00
Christophe Benz
83f6fa21b6 handle case id is not a string 2010-06-21 17:50:38 +02:00
Romain Bignon
7158d9c97b port to the new format API (blame cbenz who has broken three frontends once) 2010-06-21 11:06:34 +02:00
Romain Bignon
1aad7e430f use To header field to know the backend to use (instead of In-Reply-To) 2010-06-20 21:25:17 +02:00
Romain Bignon
b616a9aa5f support new sexo fields 2010-06-19 15:52:28 +02:00
Romain Bignon
10c9aa088f fix profile parsing 2010-06-19 15:06:56 +02:00