Florian Bruhin
5c4ce7ae09
Reimplement wheelEvent of WebView to fix scrolling
...
Hiding scrollbars in 1bfbdd79e4
broke
scrolling because the WebKit implementation wants a scrollbar to do
scrolling.
We fix this by just handling the mouse wheel ourselves.
2014-05-16 21:37:43 +02:00
Florian Bruhin
89cd6d87cc
Treat select elements as insert mode
2014-05-16 17:43:06 +02:00
Florian Bruhin
2c2c79af2e
Display some messages immediately
2014-05-16 17:21:43 +02:00
Florian Bruhin
bccf912958
Ignore duplicated messages
2014-05-16 16:50:53 +02:00
Florian Bruhin
39249bce9d
Display texts immediately if possible
2014-05-16 16:43:14 +02:00
Florian Bruhin
7eb19e2a1e
Start implementing message-timeout
2014-05-16 15:33:36 +02:00
Florian Bruhin
1bfbdd79e4
Make scroll bars hideable
2014-05-16 14:20:37 +02:00
Florian Bruhin
13a5f41f63
More BUGS
2014-05-16 08:08:19 +02:00
Florian Bruhin
8f58d22ad7
Fix lint
2014-05-16 07:49:04 +02:00
Florian Bruhin
480e222d6d
Log load status changes
2014-05-16 07:47:06 +02:00
Florian Bruhin
70214bfedf
Add elide()
2014-05-16 07:46:56 +02:00
Florian Bruhin
9b2b7f99dd
BUGS += error display bug
2014-05-16 07:15:13 +02:00
Florian Bruhin
7bd6302d13
Connect load_status_changed signal correctly
2014-05-16 07:12:27 +02:00
Florian Bruhin
e41d8f1e46
Fix link colors (except for LoadStatus).
...
This was broken when splitting statusbar into files as the class name
had changed.
2014-05-16 07:05:55 +02:00
Florian Bruhin
b14ff27e0c
Remove unused import
2014-05-15 22:52:37 +02:00
Florian Bruhin
b91274cfcf
Fix some other small bugs with new signal implementation
2014-05-15 22:31:01 +02:00
Florian Bruhin
a70aa212e0
Fix lint
2014-05-15 22:02:43 +02:00
Florian Bruhin
1ca80fec8e
Make stuff run again
2014-05-15 19:02:20 +02:00
Florian Bruhin
d3eaeaac91
First steps at getting rid of signal cache
2014-05-15 17:57:08 +02:00
Florian Bruhin
0d104b5813
Revert "Open startpage with :tabopen/:backtabopen if no URL is given"
...
This reverts commit 68556a0e87
.
This broke keybindings with partial commands, e.g. o/O.
2014-05-15 16:54:08 +02:00
Florian Bruhin
5acd540eb1
TODO += dragdrop
2014-05-15 16:44:14 +02:00
Florian Bruhin
452e9bfb5e
Simplify NeighborList:getitem
2014-05-15 16:38:27 +02:00
Florian Bruhin
68556a0e87
Open startpage with :tabopen/:backtabopen if no URL is given
2014-05-15 16:32:00 +02:00
Florian Bruhin
326280f910
Fix consistency and spelling in docstrings/comments
2014-05-15 16:27:34 +02:00
Florian Bruhin
537c45f518
Check zoom percentage is >= 0%
2014-05-15 15:41:54 +02:00
Florian Bruhin
8b13658eaf
NeighborList: Don't snap in values if they match exactly
2014-05-15 15:38:53 +02:00
Florian Bruhin
f97c87628b
Handle multi-instance better with crash.log
2014-05-15 15:26:20 +02:00
Florian Bruhin
93ce283ec9
TODO += copy link
2014-05-15 14:15:57 +02:00
Florian Bruhin
2ac45abe4f
Update TODO
2014-05-15 13:23:18 +02:00
Florian Bruhin
659fe5126b
Display error dialog when started after segfault
2014-05-15 12:20:03 +02:00
Florian Bruhin
8fe4000e41
Split CrashDialog into ExceptionCrashDialog and _CrashDialog
2014-05-15 11:56:22 +02:00
Florian Bruhin
a2505e8625
BUGS += crashdialog link click
2014-05-15 11:03:14 +02:00
Florian Bruhin
ba2951d0ec
Fix lint
2014-05-15 10:56:28 +02:00
Florian Bruhin
ec75382a6d
Allow text in crash dialog to be copied
2014-05-15 10:54:24 +02:00
Florian Bruhin
2c1a23dbbd
Update TODO/BUGS
2014-05-15 10:50:55 +02:00
Florian Bruhin
5a6326922e
Don't cache cur_ssl_errors
2014-05-15 10:50:07 +02:00
Florian Bruhin
e8a42e6cd3
Remove _signal_needs_caching from SignalCache
2014-05-15 10:49:51 +02:00
Florian Bruhin
56b9222e3e
TODO += ssl symbol
2014-05-15 10:41:05 +02:00
Florian Bruhin
e1f371c804
BUGS += tabswitch segfault
2014-05-15 10:40:02 +02:00
Florian Bruhin
78c41fffc9
Add :crash segfault command
2014-05-15 10:33:11 +02:00
Florian Bruhin
3384e27e3b
Clean up BUGS/TODO
2014-05-15 10:25:49 +02:00
Florian Bruhin
5364f1947e
Split TODO/BUGS
2014-05-15 10:03:13 +02:00
Florian Bruhin
d9f31d9055
Update TODO
2014-05-15 09:59:24 +02:00
Florian Bruhin
46597170aa
Fix CRLF in scripts/__init__.py
2014-05-15 08:59:45 +02:00
Florian Bruhin
be446b6607
Run pyroma/check-manifest correctly in run_checks
2014-05-15 08:59:11 +02:00
Florian Bruhin
dc0ad4111e
Add MANIFEST.in
2014-05-15 08:51:46 +02:00
Florian Bruhin
ef6e0bfde7
Add git-commit-id to .gitignore
2014-05-15 08:51:33 +02:00
Florian Bruhin
7f3a21e4f0
Fix lint in scripts
2014-05-15 08:24:10 +02:00
Florian Bruhin
5de6084e50
Don't check scripts with pyroma
2014-05-15 08:12:44 +02:00
Florian Bruhin
8aedd80d05
Ignore ez_setup.py properly
2014-05-15 08:11:11 +02:00