Commit graph

877 commits

Author SHA1 Message Date
Romain Bignon
f3b2cea4ea fix franceinter radio 2011-04-10 16:48:56 +02:00
Romain Bignon
76c54b7ff8 fix display 2011-04-10 16:48:55 +02:00
Romain Bignon
3bd2322b48 fix encoding error 2011-04-09 16:04:46 +02:00
Romain Bignon
cf2dca7520 display 2011-04-08 19:39:40 +02:00
Romain Bignon
7e2bb91b3b change license to AGPLv3+ 2011-04-08 12:48:07 +02:00
Romain Bignon
148265291d add 'edit me' command 2011-04-07 17:28:48 +02:00
Romain Bignon
c4c0377b23 UI enhancements 2011-04-07 15:57:18 +02:00
Romain Bignon
d646295292 ask name of user when trying to join the event 2011-04-07 14:38:13 +02:00
Romain Bignon
45f7c534cc docstrings and new commands 2011-04-07 12:35:46 +02:00
Romain Bignon
33051bb986 new commands 2011-04-07 12:35:46 +02:00
Romain Bignon
7a4cbacc48 new application 'boobathon' 2011-04-07 12:35:46 +02:00
Christophe Benz
ca658e3946 python2.5 compatibility. 2011-04-04 21:51:51 +02:00
Christophe Benz
c7ff4640a0 Fix application descriptions. 2011-04-04 10:35:41 +02:00
Romain Bignon
31a0a0a8be bump to 0.8 2011-04-04 10:30:09 +02:00
juke
8aa3cfa4e1 stupid fix to prevent crash (refs #542) 2011-03-29 16:31:28 +02:00
Romain Bignon
0524a8d97d default filename to save video is ID.EXT 2011-03-25 10:33:39 +01:00
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