Florian Bruhin
|
ee1bdacf25
|
Show errors during prompt/command mode.
|
2014-08-02 17:45:51 +02:00 |
|
Florian Bruhin
|
1136533a9a
|
Remove scrolling bug (reported upstream).
|
2014-08-02 17:20:33 +02:00 |
|
Florian Bruhin
|
2f4cd56033
|
bar: Make prompt color more important than insert color.
|
2014-08-02 17:05:28 +02:00 |
|
Florian Bruhin
|
1a449ef7de
|
Log changing of statusbar color attributes.
|
2014-08-02 17:05:11 +02:00 |
|
Florian Bruhin
|
2b123bdeb9
|
Make it clearer we schedule an insertmode check if hittest is null.
|
2014-08-02 16:55:11 +02:00 |
|
Florian Bruhin
|
c1d9f70fd6
|
Make js alert/confirm messages a bit more clear.
|
2014-08-02 16:16:13 +02:00 |
|
Florian Bruhin
|
7d9bd17aff
|
Fix error message when executing command in wrong mode.
|
2014-08-02 16:15:59 +02:00 |
|
Florian Bruhin
|
157975b0d4
|
widgets.webview: Add a cur_url property so the initial URL is available immediately.
|
2014-08-02 02:35:38 +02:00 |
|
Florian Bruhin
|
f6b26f0d56
|
Improve interrupt docs
|
2014-08-02 01:53:27 +02:00 |
|
Florian Bruhin
|
c6aca64d7c
|
Update BUGS/TODO/notes
|
2014-08-02 01:50:26 +02:00 |
|
Florian Bruhin
|
b0cfb281f4
|
shutdown correctly before mainwindow exists.
|
2014-08-02 01:12:05 +02:00 |
|
Florian Bruhin
|
2dfc599e3c
|
Interrupt more forcefully with 3 times Ctrl+C.
|
2014-08-02 00:57:32 +02:00 |
|
Florian Bruhin
|
cdde060135
|
Call shutdown via a singleShot QTimer.
|
2014-08-02 00:53:30 +02:00 |
|
Florian Bruhin
|
df0558fb47
|
Add a --nowindow argument.
|
2014-08-02 00:47:04 +02:00 |
|
Florian Bruhin
|
3b16207bfc
|
Delete network requests during shutdown.
|
2014-08-02 00:41:59 +02:00 |
|
Florian Bruhin
|
2691e6bb6b
|
Remove unneeded colorama.init().
We don't want colorama to replace stdout/stderr, so we shouldn't call .init()
at all.
|
2014-08-01 23:47:44 +02:00 |
|
Florian Bruhin
|
9dd688095c
|
Move late shutdown logging out of QApplication.
|
2014-08-01 23:45:12 +02:00 |
|
Florian Bruhin
|
246cff63ed
|
Use singleShot timer to call QApplication.exit.
|
2014-08-01 23:26:33 +02:00 |
|
Florian Bruhin
|
f19a1db120
|
Clean up tab shutdown.
|
2014-08-01 23:23:31 +02:00 |
|
Florian Bruhin
|
142fe19d11
|
Update ez_setup to 5.4.2.
|
2014-08-01 22:51:52 +02:00 |
|
Florian Bruhin
|
6015bed786
|
widgets.tabbedbrowser: Fix closing tab with mouse.
|
2014-08-01 14:27:57 +02:00 |
|
Florian Bruhin
|
b6cd0dd600
|
Use sys.__stderr__ for faulthandler.
|
2014-08-01 00:55:18 +02:00 |
|
Florian Bruhin
|
ad1ba4c1f7
|
Remove eventfilter on shutdown
|
2014-07-31 23:09:59 +02:00 |
|
Florian Bruhin
|
9ccce461c9
|
Stop tab loading before removing.
|
2014-07-31 23:05:29 +02:00 |
|
Florian Bruhin
|
c04ad1de45
|
utils.debug.trace_lines: Improve output
|
2014-07-31 23:03:49 +02:00 |
|
Florian Bruhin
|
b56df7c955
|
utils.debug.trace_lines: Stop tracing if sys is None
|
2014-07-31 22:53:57 +02:00 |
|
Florian Bruhin
|
c27f8b69d6
|
Trace lines on shutdown with --debug.
|
2014-07-31 21:21:07 +02:00 |
|
Florian Bruhin
|
70d8163353
|
Write to stderr in utils.debug.trace_lines.
|
2014-07-31 21:20:51 +02:00 |
|
Florian Bruhin
|
16149d45d0
|
Simplify launching directions more.
|
2014-07-31 21:14:37 +02:00 |
|
Florian Bruhin
|
8fedf1a9be
|
Adjust shebangs to call python3
|
2014-07-31 21:14:05 +02:00 |
|
Florian Bruhin
|
09cfa7669e
|
Mark scripts as executable.
|
2014-07-31 21:09:34 +02:00 |
|
Florian Bruhin
|
b51763aae5
|
Add quit_segfault_test.sh script.
|
2014-07-31 21:08:37 +02:00 |
|
Florian Bruhin
|
9edbfaecc9
|
Add a simple launcher script
|
2014-07-31 21:07:30 +02:00 |
|
Florian Bruhin
|
c39bce79f6
|
Disable javascript/plugins when shutting down tab.
|
2014-07-31 20:45:18 +02:00 |
|
Florian Bruhin
|
682a395936
|
Shut down tabs while quitting
|
2014-07-31 20:40:21 +02:00 |
|
Florian Bruhin
|
55755262e1
|
Remove tab widgets properly when a tab is closed.
We forgot to do that which means we had a memory leak, and sound of tabs
continued to play when a tab was closed.
|
2014-07-31 19:34:30 +02:00 |
|
Florian Bruhin
|
d65fbb0b8c
|
Fix mixed tabs/spaces.
|
2014-07-31 19:32:00 +02:00 |
|
Florian Bruhin
|
cda0f561aa
|
Move removing of a tab out of close_tab.
|
2014-07-31 19:31:24 +02:00 |
|
Florian Bruhin
|
2ef3733f21
|
Update BUGS/TODO
|
2014-07-31 19:16:32 +02:00 |
|
Florian Bruhin
|
2358ed7d4c
|
Remove 'Good bye' log
|
2014-07-31 01:07:43 +02:00 |
|
Florian Bruhin
|
371c40f815
|
Explicitely setPage to None in WebView's __del__.
|
2014-07-31 00:51:11 +02:00 |
|
Florian Bruhin
|
d47f13e69b
|
Explicitely set qApp before/after calling exec_().
|
2014-07-31 00:48:32 +02:00 |
|
Florian Bruhin
|
6859ca9301
|
Fix lint
|
2014-07-30 18:56:01 +02:00 |
|
Florian Bruhin
|
ed4e3e2a75
|
Remove redundant .replace() in utils.misc.key_to_string.
|
2014-07-30 18:55:34 +02:00 |
|
Florian Bruhin
|
ffe2c7f91d
|
Use a string mapping for utils.misc.key_to_string.
|
2014-07-30 18:55:08 +02:00 |
|
Florian Bruhin
|
377706ec54
|
Handle not found crashlog gracefully
|
2014-07-30 18:45:56 +02:00 |
|
Florian Bruhin
|
d178c89a0e
|
Compact logged stylesheets
|
2014-07-30 18:27:18 +02:00 |
|
Florian Bruhin
|
36c4e8940e
|
Remove print we accidentally added.
|
2014-07-30 18:22:13 +02:00 |
|
Florian Bruhin
|
77ca7db46a
|
Handle early shutdown better
|
2014-07-30 18:21:40 +02:00 |
|
Florian Bruhin
|
8c78806e1c
|
Shutdown correctly if config is not initialized yet
|
2014-07-30 18:13:36 +02:00 |
|