Florian Bruhin
|
4829aee767
|
Add a --no-crash-dialog debug option.
|
2014-12-06 00:39:33 +01:00 |
|
Florian Bruhin
|
9c3650296c
|
Add a simple wrapper around Qt's app.exec_().
This improves faulthandler tracebacks.
|
2014-10-14 21:25:21 +02:00 |
|
Florian Bruhin
|
6e61f4c586
|
Support opening multiple windows via init args.
|
2014-09-29 18:50:46 +02:00 |
|
Florian Bruhin
|
d039a29fc9
|
Move more logic into earlyinit from qutebrowser.py.
|
2014-09-16 06:39:39 +02:00 |
|
Florian Bruhin
|
3234d9a821
|
earlyinit refactor: Use programmatic imports.
|
2014-09-16 06:21:40 +02:00 |
|
Florian Bruhin
|
f5ecba0d07
|
Move exit logging to app.py for Python2 compatibility.
|
2014-09-15 21:55:38 +02:00 |
|
Florian Bruhin
|
14cc77ff42
|
Add pygments as dependency.
|
2014-09-15 17:59:33 +02:00 |
|
Florian Bruhin
|
e3bb3af7ba
|
Make it possible to use pdb for debugging.
|
2014-09-03 13:31:01 +02:00 |
|
Florian Bruhin
|
2fdf241da2
|
Add dependency on jinja2.
|
2014-08-28 20:14:40 +02:00 |
|
Florian Bruhin
|
e04b31eb90
|
Remove qt_ prefix from qtutils functions.
|
2014-08-26 19:23:06 +02:00 |
|
Florian Bruhin
|
d625cde28c
|
Clean up imports
|
2014-08-26 19:10:14 +02:00 |
|
Florian Bruhin
|
c7bfe784e4
|
Adjust the rest of the code for rfc6266 -> pypeg2
|
2014-08-14 13:37:27 +02:00 |
|
Florian Bruhin
|
c7ee655750
|
Use pylint to check modelines and fix them.
|
2014-08-06 23:51:44 +02:00 |
|
Florian Bruhin
|
36511ecdb9
|
Add --debug-exit option for late exit debugging.
|
2014-08-05 22:17:29 +02:00 |
|
Florian Bruhin
|
df0558fb47
|
Add a --nowindow argument.
|
2014-08-02 00:47:04 +02:00 |
|
Florian Bruhin
|
9dd688095c
|
Move late shutdown logging out of QApplication.
|
2014-08-01 23:45:12 +02:00 |
|
Florian Bruhin
|
d47f13e69b
|
Explicitely set qApp before/after calling exec_().
|
2014-07-31 00:48:32 +02:00 |
|
Florian Bruhin
|
c2a7a67f30
|
Add some more init checks and use Tk for errors
|
2014-07-27 22:57:50 +02:00 |
|
Florian Bruhin
|
d4c3a65fe3
|
Start with manpage generation
|
2014-07-18 07:48:33 +02:00 |
|
Florian Bruhin
|
8a8ca0c34f
|
Split utils.misc into utils.{qt,misc}
|
2014-06-23 07:45:04 +02:00 |
|
Florian Bruhin
|
2690891cbe
|
Better init logging
|
2014-06-23 06:37:47 +02:00 |
|
Florian Bruhin
|
2fac5aa0a0
|
Update comment
|
2014-06-20 06:53:41 +02:00 |
|
Florian Bruhin
|
5f86357ae8
|
Fix rfc6266 check
|
2014-06-20 06:45:52 +02:00 |
|
Florian Bruhin
|
3435aef78c
|
Add commandline argument for debug log buffer size
|
2014-06-19 12:11:46 +02:00 |
|
Florian Bruhin
|
c6d875f8df
|
Name --qt-widgetcount properly
|
2014-06-16 14:42:01 +02:00 |
|
Florian Bruhin
|
b33ff5df1b
|
Depend on Qt 5.2 or newer
|
2014-06-16 11:26:09 +02:00 |
|
Florian Bruhin
|
011bc75a79
|
Make sure pkg_resources is available.
|
2014-06-16 11:20:26 +02:00 |
|
Florian Bruhin
|
1dbd84b963
|
Simplify _get_qt_args
|
2014-06-06 16:44:55 +02:00 |
|
Florian Bruhin
|
1179d84ee8
|
Process Qt args via argparse
|
2014-06-06 16:32:57 +02:00 |
|
Florian Bruhin
|
63d17d4675
|
Group arguments into debug/other
|
2014-06-06 15:52:37 +02:00 |
|
Florian Bruhin
|
9c9492a706
|
logfilter: Only filter debug messages
|
2014-06-06 15:48:42 +02:00 |
|
Florian Bruhin
|
9be3b0499d
|
We can use QtCore in fix_harfbuzz so use logging
|
2014-06-04 23:55:34 +02:00 |
|
Florian Bruhin
|
a065f34613
|
Add help text for --harfbuzz
|
2014-06-04 16:18:59 +02:00 |
|
Florian Bruhin
|
cc27d42250
|
Use argparse for fix_harfbuzz
|
2014-06-04 14:15:33 +02:00 |
|
Florian Bruhin
|
af19e6d2e5
|
Move init to own file qutebrowser.py
|
2014-06-04 14:11:55 +02:00 |
|