Florian Bruhin
|
1c2a44eebc
|
mainwindow: Don't ensure the completion rect is valid.
This did lead to problems if there was an exception shortly after initializing the mainwindow.
|
2014-08-07 14:42:22 +02:00 |
|
Florian Bruhin
|
f7304298ab
|
Separate docstrings into command/documentation parts.
|
2014-07-16 20:09:41 +02:00 |
|
Florian Bruhin
|
86b7ea4dfc
|
Merge branch 'tabbar'
|
2014-07-16 17:57:15 +02:00 |
|
Florian Bruhin
|
3b2acf32b5
|
Remove logging on resize
|
2014-07-16 14:17:10 +02:00 |
|
Florian Bruhin
|
1a1473a18e
|
Handle dirty tabbar layout correctly
|
2014-07-16 14:10:46 +02:00 |
|
Florian Bruhin
|
6289ef7981
|
Adjust vertical tabbar width
|
2014-07-16 13:04:08 +02:00 |
|
Florian Bruhin
|
92ff957543
|
Clean up message API
|
2014-06-26 07:58:00 +02:00 |
|
Florian Bruhin
|
da0bfb4861
|
Set window title based on page
|
2014-06-23 17:18:36 +02:00 |
|
Florian Bruhin
|
8a8ca0c34f
|
Split utils.misc into utils.{qt,misc}
|
2014-06-23 07:45:04 +02:00 |
|
Florian Bruhin
|
4eeeb13927
|
Fix resizing completion on init
|
2014-06-23 06:23:33 +02:00 |
|
Florian Bruhin
|
ca576a1c82
|
Add some logging when restoring mainwindow size.
|
2014-06-23 06:20:37 +02:00 |
|
Florian Bruhin
|
03098f861e
|
Add logging for completion resizing
|
2014-06-22 23:52:50 +02:00 |
|
Florian Bruhin
|
bf9e829d4d
|
Don't use .warn on loggers, use .warning instead.
|
2014-06-22 23:30:44 +02:00 |
|
Florian Bruhin
|
a64775a0f9
|
Improve logging messages
|
2014-06-21 22:40:31 +02:00 |
|
Florian Bruhin
|
7a6e2b3242
|
Ensure validity of Qt objects
|
2014-06-21 17:02:30 +02:00 |
|
Florian Bruhin
|
113221c731
|
Log some exceptions
|
2014-06-20 23:26:19 +02:00 |
|
Florian Bruhin
|
d65587128f
|
Add vim modelines to all files.
|
2014-06-19 09:04:37 +02:00 |
|
Florian Bruhin
|
1fef2d02b9
|
Add an :all-objects command and __repr__s
|
2014-06-17 11:03:42 +02:00 |
|
Florian Bruhin
|
af9e4ae072
|
Fix parent/child relationships
|
2014-06-17 07:17:21 +02:00 |
|
Florian Bruhin
|
17cd86d564
|
Add an :all-widgets command and useful __repr__s
|
2014-06-17 06:37:56 +02:00 |
|
Florian Bruhin
|
82ed50050d
|
Update DownloadView geometry when MainWindow size changed.
|
2014-06-13 20:19:36 +02:00 |
|
Florian Bruhin
|
dcd05cae14
|
Move downloadview before browser
|
2014-06-12 10:19:45 +02:00 |
|
Florian Bruhin
|
2114f0cd73
|
Start adding download model/view
|
2014-06-12 08:02:44 +02:00 |
|
Florian Bruhin
|
2f1cd43f9c
|
Change lists to tuples for immutable values
|
2014-06-06 17:21:35 +02:00 |
|
Florian Bruhin
|
f173b19094
|
s/QuteBrowser/qutebrowser/
|
2014-06-04 14:52:12 +02:00 |
|
Florian Bruhin
|
fa1e03f56b
|
_foo.py file rename [1/2]
|
2014-06-03 14:57:57 +02:00 |
|
Florian Bruhin
|
58c1646e9b
|
Shrink completion if configured to do so
|
2014-06-03 11:39:53 +02:00 |
|
Florian Bruhin
|
fa01bfbbad
|
Add per-tab inspector like dwb.
This also means the webinspector will always be detached / in its own window.
|
2014-05-26 15:35:05 +02:00 |
|
Florian Bruhin
|
62407eef33
|
Revert "Use a splitter for the webinspector"
This reverts commit f1f06b0a19 .
|
2014-05-26 15:13:39 +02:00 |
|
Florian Bruhin
|
6bc0f7e5e7
|
Revert "Make inspector detachable."
This reverts commit ee241c3f6c .
Conflicts:
qutebrowser/config/configdata.py
|
2014-05-26 15:13:33 +02:00 |
|
Florian Bruhin
|
61d4821065
|
Add configurable confirmation when closing
|
2014-05-26 16:51:57 +02:00 |
|
Florian Bruhin
|
ee241c3f6c
|
Make inspector detachable.
|
2014-05-26 12:16:03 +02:00 |
|
Florian Bruhin
|
8eed5a02d4
|
Don't adjust completion position when inspector is open.
|
2014-05-26 12:15:40 +02:00 |
|
Florian Bruhin
|
f1f06b0a19
|
Use a splitter for the webinspector
|
2014-05-26 12:00:45 +02:00 |
|
Florian Bruhin
|
603fbdf239
|
Range-check all values passed to C code.
|
2014-05-15 00:02:20 +02:00 |
|
Florian Bruhin
|
55ea24e431
|
Split statusbar into multiple files
|
2014-05-13 07:10:50 +02:00 |
|
Florian Bruhin
|
edc9d0810c
|
Use QCoreApplication.instance()
|
2014-05-09 17:01:05 +02:00 |
|
Florian Bruhin
|
c8fd0937b0
|
Revert "Use global object dict for global objects"
This reverts commit bf2c7831c8 .
This was a bad idea as we need to access some of the main attributes
from commands via instance=...
|
2014-05-05 20:12:20 +02:00 |
|
Florian Bruhin
|
bf2c7831c8
|
Use global object dict for global objects
|
2014-05-05 19:12:47 +02:00 |
|
Florian Bruhin
|
667b255d01
|
Use QApplication for global singletons
|
2014-05-05 17:56:14 +02:00 |
|
Florian Bruhin
|
8474bbdf6a
|
Rename and reorder config options
|
2014-04-27 21:21:14 +02:00 |
|
Florian Bruhin
|
937196e287
|
Rename package-private modules to _foo.py
|
2014-04-25 11:50:30 +02:00 |
|
Florian Bruhin
|
1a68bdb9a9
|
Clean up signal connections
|
2014-04-22 10:40:33 +02:00 |
|
Florian Bruhin
|
78060fc879
|
Get rid of temp_message signal
|
2014-04-22 10:08:56 +02:00 |
|
Florian Bruhin
|
1740d4c60f
|
Ignore empty js statusbar messages.
|
2014-04-22 09:05:53 +02:00 |
|
Florian Bruhin
|
39f580d9f1
|
Cleanup
|
2014-04-17 17:44:27 +02:00 |
|
Florian Bruhin
|
975d83b50e
|
Respect inspector height for completion
|
2014-04-17 15:58:09 +02:00 |
|
Florian Bruhin
|
dea30e3f4d
|
Ensure developer extras are enabled for webinspector
|
2014-04-17 15:46:29 +02:00 |
|
Florian Bruhin
|
457e173592
|
More config cleanup.
This renames the config instance from "config" to "instance" and adds a
convenience get() function in the config module.
|
2014-04-17 15:26:27 +02:00 |
|
Florian Bruhin
|
72340575af
|
Remove value from on_config_changed signal again.
Turns out this causes more trouble than it's worth, and it's unintuitive
from which layer we get the value.
|
2014-04-17 11:39:25 +02:00 |
|