Sandro Tosi
|
6392d7b73f
extend copyright years
|
9 rokov pred |
Sandro Tosi
|
302af774a8
dont crash if we cant access the BTS: Closes: #694634
|
9 rokov pred |
Sandro Tosi
|
b86543ed9c
PEP8-fied the source code (except for "line too long", which we ignore)
|
9 rokov pred |
Sandro Tosi
|
e861a7dec2
extend copyright years
|
9 rokov pred |
Sandro Tosi
|
4268ce991a
Drop test() and __main__() from Urwid UI file
|
9 rokov pred |
Sandro Tosi
|
2aa131aaae
make the Cancel button in Urwid interface works for tags and severity lists; thanks to Ryan Kavanagh for report and patch; Closes: #702521
|
9 rokov pred |
Sandro Tosi
|
a7d150d66b
update copyright also in the source files
|
11 rokov pred |
Sandro Tosi
|
c895dab4d2
fix a crash when selecting 'Quit' in the Urwid UI window presenting the list of bugs already filed; thanks to Ryan Kavanagh for the report; Closes: #668395
|
12 rokov pred |
Sandro Tosi
|
2ccba1750d
Extend my copyright years to include 2012
|
12 rokov pred |
Sandro Tosi
|
8d36b26078
sort bug numerically; thanks to Matthias Urlichs for the report; Closes: #657616
|
13 rokov pred |
Sandro Tosi
|
544799e045
show if the bug is already closed (it usually happens when the bug was closed recently and it's not archived yet); thanks to Elora HRanma for the report; Closes: #586155
|
13 rokov pred |
Sandro Tosi
|
242861de72
fix a crash when willing to submit more information after having seen a report; thanks to Viet Nguyen for the report; Closes: #644815
|
13 rokov pred |
Sandro Tosi
|
d285d9363a
is_mouse_event() is in urwid.util now
|
13 rokov pred |
Sandro Tosi
|
cfd7206da5
introduce the new --latest-first cli options to sort the bug reports lists to show the latest bugs first; thanks to Marcelo Magallon for the bug report and the idea; Closes: #66917
|
13 rokov pred |
Sandro Tosi
|
e1a8b412ed
make get_report() return the Bugreport instance, containing all the bug information; now the UI does the visualization part, and we just pass objects around storing the info the UI will extract and display; implicitly Closes: #571983
|
13 rokov pred |
Sandro Tosi
|
7451315060
uniform ui.show_report() signature
|
13 rokov pred |
Sandro Tosi
|
8e57cf8840
converted get_reports() to SOAP interface
|
13 rokov pred |
Sandro Tosi
|
7735548018
Remove all old CVS variable snippets
|
13 rokov pred |
Sandro Tosi
|
ba066d58cb
Rename reportbug/debianbts.py to reportbug/debbugs.py, pre-requisite to use python-debianbts to access BTS via SOAP
|
13 rokov pred |
Sandro Tosi
|
7f0b71a140
extending my copyright information to 2011
|
14 rokov pred |
Sandro Tosi
|
7c24d9d334
errors are now reported as a message dialog (no more hidden in the console behind UI); thanks to Brett Nash for the report; Closes: #488071
|
14 rokov pred |
Rafael Cunha de Almeida
|
ec7806cd75
mbox feature implemented
|
14 rokov pred |
Sandro Tosi
|
7f1be3fd08
encode bug summary lines to avoid crashed when using urwid UI due to unparsable UTF8 characters; thanks to Stefan Seide for the report; Closes: #552045
|
15 rokov pred |
Sandro Tosi
|
cadcedb3f0
Added --timeout option, for a configurable network timeout
|
15 rokov pred |
Sandro Tosi
|
3dc496ff45
reorganized how BTS tags are retrieved and used
|
15 rokov pred |
Sandro Tosi
|
7b55aa7749
extending my copyright notices to 2010
|
15 rokov pred |
Sandro Tosi
|
15985546e8
clarified the menu showing bugs already present, changing the title and the buttons; thanks to Nick for the report; Closes: #462614
|
15 rokov pred |
Sandro Tosi
|
f73bb937c4
when retrieving a string, also show a default text (if preset), useful in particular with --configure to see the current values for realname and email; thanks to Andrei Popescu for the report; Closes: #526631
|
15 rokov pred |
Luca Bruno
|
0826da272c
ask ui.can_input() to know whether the ui is able to receive input or not; thanks to Sebastian Dalfuß; Closes: #531803
|
15 rokov pred |
Sandro Tosi
|
aa43030c06
added missing arguments to handle_bts_query call; thanks to David Bremner for the report; Closes: #542309
|
15 rokov pred |