Commit graph

261 commits

Author SHA1 Message Date
Juke
9a9b07257c add banner on loading closes #266
oops quotes

main_window is public

fix banner arguments

remove gtk.run

try help banner

remove help()

test progress indicator

progress + banner

test fixing timeout
2011-03-22 01:36:16 +01:00
Romain Bignon
3c6d651021 better errors management 2011-03-19 11:25:06 +01:00
Juke
1ee6a9a060 add connect-event (closes #563) 2011-03-16 11:00:39 +01:00
Juke
7c69240ce1 add debug msg
typo missing quotes
2011-03-16 11:00:39 +01:00
Juke
d2323b1467 masstransit works on home computer without conic or hildon (closes #562) 2011-03-16 04:20:59 +01:00
Juke
fa8a4f8fe3 set a default editor (closes #557) 2011-03-15 23:41:32 +01:00
Romain Bignon
0d5e63e429 add command 'download' 2011-03-10 16:07:33 +01:00
Clément Schreiner
c63e608388 Fix title bar 2011-03-10 16:01:50 +01:00
Juke
4579e72850 new xhtml formatter 2011-03-10 16:01:34 +01:00
juke
c06b4e07fe export_all works 2011-03-10 16:01:32 +01:00
Romain Bignon
bafbf3644a use IFormatter.(BOLD|NC) on every formatters 2011-03-09 09:26:55 +01:00
juke
c504bb14a9 add default formatter to export_thread 2011-03-09 09:26:02 +01:00
juke
480e53cb00 no bold when -O 2011-03-09 09:26:02 +01:00
Juke
397b5875f1 factorise 2011-03-07 16:25:57 +01:00
Romain Bignon
3cb6ca033f bump to 0.7 2011-03-01 13:57:23 +01:00
Romain Bignon
78d601390a fix encoding problems 2011-03-01 13:34:10 +01:00
Romain Bignon
51246a77c0 fix pyflakes 2011-03-01 13:19:04 +01:00
Romain Bignon
7677ce4016 "weboob-config edit" prompts user to edit one backend, instead of opening ~/.weboob/backends with $EDITOR. 2011-02-28 10:50:14 +01:00
Romain Bignon
460f9a423c fix reload of backends list 2011-02-26 18:29:08 +01:00
Romain Bignon
f1aec0d629 load threads list at startup 2011-02-26 11:47:41 +01:00
Romain Bignon
38d6052afb add a button to configure backends 2011-02-26 11:47:01 +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
97ccd6ecc2 catch errors when trying to bind the SMTP server (closes #485) 2011-02-26 10:56:02 +01:00
Romain Bignon
cc2f4f33b7 fix detection of changes when the init content is empty 2011-02-26 10:45:28 +01:00
Romain Bignon
a84b3ea5a3 remove the useless '--to_file' parameter on boobmsg 2011-02-26 10:27:38 +01:00
Romain Bignon
2a964247e6 new parameter -t to 'post' command 2011-02-24 21:37:35 +01:00
juke
f60e40fc9c docstring do_export_thread closes #500 2011-02-22 10:37:45 +01:00
Romain Bignon
a856434188 fix the 'log' command 2011-02-19 18:54:01 +01:00
Clément Schreiner
69018eeff3 Adds drop-down list for choosing a backend. 2011-02-17 20:50:09 +01:00
Clément Schreiner
6979604e6f Support for more than 10 revisions in mediawiki.
Maximum number of revisions in iter_revisions is now 500, the API's limit
for normal users.

webcontentedit has been updated to use the 'count' option for do_log().
2011-02-16 23:19:50 +01:00
Clément Schreiner
d8cb5230ca Fix encoding in do_log() 2011-02-16 23:03:47 +01:00
Clément Schreiner
c783d37673 Adds option for marking edits as minor. 2011-02-16 22:38:41 +01:00
Clément Schreiner
a6f5ef2049 New command: do_log(page).
This new command displays the last revisions of the page.

TODO: specific formatter (it should display the history like git log).
2011-02-16 22:33:28 +01:00
Clément Schreiner
cbe44de033 showPreview() was not working as intended; fixed.
The preview text displayed in the previewEdit widget was the text of
the content opened from the wiki, and not the text entered by the user
in the contentEdit widget.
2011-02-16 19:54:19 +01:00
Clément Schreiner
6509d95659 Adds checkbox for marking edits as 'minor'. 2011-02-16 19:05:04 +01:00
juke
6a40375b6a boobmsg can export to a file closes #490 2011-02-15 12:31:40 +01:00
Juke
fe7b8d082c add export_thread
add export_thread to boobmsg

working show_thread
2011-02-11 08:55:05 +01:00
juke
9ffe369600 remove cleanboob 2011-02-04 11:15:00 +01:00
Juke
4379541cfe unused import 2011-02-04 11:14:52 +01:00
juke
b3e830665b don't use tostring(), maybe add method='text' 2011-02-04 11:14:47 +01:00
juke
75859bd5f4 try to resolve this fucking encoding bug 2011-02-04 11:14:46 +01:00
juke
717a579008 try to move to ICapMessages 2011-02-04 11:14:45 +01:00
juke
4bd3a976a6 20 minutes backend + cleanboob 2011-02-04 11:14:43 +01:00
Clément Schreiner
3cbb5671d3 Small fixes and changes in qwebcontentedit and ICapContent.
- content preview's html code is now cleaner
 - ICapContent.preview_content() renamed to ICapContent.get_content_preview()
 - tab "preview" was shown first when starting qwebcontentedit. Fixed.
2011-02-03 15:09:27 +01:00
Clément Schreiner
dcb2375fd1 New application qwebcontentedit
Status: ugly GUI, editing and saving a page mostly working,
preview support in progress
2011-02-01 15:08:39 +01:00
Romain Bignon
81f9980623 update copyrights 2011-01-14 23:03:52 +01:00
Romain Bignon
2ebb9a844d bump to 0.6 2011-01-08 12:30:28 +01:00
Romain Bignon
983883dc66 fix pipe of message to boobmsg (closes #455) 2011-01-02 22:49:02 +01:00
Romain Bignon
80b45b2cea fix encoding problems (closes #453) 2010-12-16 14:41:42 +01:00
Christophe Benz
e9ede31053 fix parse_args conflict 2010-12-13 16:18:23 +01:00