Florian Bruhin
|
367ecb0e44
|
Override subElementRect properly.
|
2014-07-16 13:04:08 +02:00 |
|
Florian Bruhin
|
cd19697a77
|
Construct a copy of text_rect in tab_layout.
|
2014-07-16 13:04:08 +02:00 |
|
Florian Bruhin
|
7ad0dc6416
|
Remove magic constant.
|
2014-07-16 13:04:08 +02:00 |
|
Florian Bruhin
|
27d3c8d20f
|
Rename option to opt.
|
2014-07-16 13:04:08 +02:00 |
|
Florian Bruhin
|
1d31f1eb48
|
Don't pass useless widget to tab_layout.
|
2014-07-16 13:04:07 +02:00 |
|
Florian Bruhin
|
465ff7406c
|
Use self instead of super()
|
2014-07-16 13:04:07 +02:00 |
|
Florian Bruhin
|
1f9597153e
|
Cleanup
|
2014-07-16 13:04:07 +02:00 |
|
Florian Bruhin
|
87e80451c7
|
Remove wrong validity check
|
2014-07-16 13:04:07 +02:00 |
|
Florian Bruhin
|
e608ccbe36
|
Draw tabbar ourselves #2
|
2014-07-16 13:04:07 +02:00 |
|
Florian Bruhin
|
92d28a66d5
|
Paint odd/even tabs in different colors
|
2014-07-16 13:04:07 +02:00 |
|
Florian Bruhin
|
256d7e90b9
|
Apply tabbar style to bar only
|
2014-07-16 13:04:07 +02:00 |
|
Florian Bruhin
|
c3428db029
|
Use self._style for overridden drawItemText
|
2014-07-16 13:04:07 +02:00 |
|
Florian Bruhin
|
9b21f37659
|
Try changing tabbar color
|
2014-07-16 13:04:07 +02:00 |
|
Florian Bruhin
|
b4aba0d0ee
|
Don't display tab separator if unneeded
|
2014-07-16 13:04:07 +02:00 |
|
Florian Bruhin
|
ef237bc081
|
Remove obsolete tabbar options
|
2014-07-16 13:03:46 +02:00 |
|
Florian Bruhin
|
90adc100a2
|
Move style to widgets.tabwidget
|
2014-07-16 13:03:46 +02:00 |
|
Florian Bruhin
|
c369bde6ad
|
Don't force minimum tab size.
|
2014-07-11 16:54:54 +02:00 |
|
Florian Bruhin
|
86edda69c1
|
Fix close-on-right-click for tabs.
|
2014-07-11 07:01:08 +02:00 |
|
Florian Bruhin
|
24dbfc30cb
|
Fix jumping of tabs when selected
|
2014-06-24 11:03:44 +02:00 |
|
Florian Bruhin
|
fa95c24d7d
|
Accept events properly
|
2014-06-23 18:21:12 +02:00 |
|
Florian Bruhin
|
70f224ba32
|
Make tab close on right click configurable
|
2014-06-23 15:47:31 +02:00 |
|
Florian Bruhin
|
752422c351
|
Add missing returns after calling superclass events.
We fscked that up in 9668994046 .
|
2014-06-23 10:18:27 +02:00 |
|
Florian Bruhin
|
8a8ca0c34f
|
Split utils.misc into utils.{qt,misc}
|
2014-06-23 07:45:04 +02:00 |
|
Florian Bruhin
|
9668994046
|
Don't return values from events.
|
2014-06-22 23:37:16 +02:00 |
|
Florian Bruhin
|
ef5b16556b
|
More validity checks.
|
2014-06-22 23:32:49 +02:00 |
|
Florian Bruhin
|
a64775a0f9
|
Improve logging messages
|
2014-06-21 22:40:31 +02:00 |
|
Florian Bruhin
|
113221c731
|
Log some exceptions
|
2014-06-20 23:26:19 +02:00 |
|
Florian Bruhin
|
52d1645479
|
Revert "Clean up styles"
This reverts commit f821d9e211 .
This causes all methods to be applied from QCommonStyle, thus resulting in
right-click menus being blank...
|
2014-06-19 21:05:41 +02:00 |
|
Florian Bruhin
|
f821d9e211
|
Clean up styles
|
2014-06-19 15:43:34 +02:00 |
|
Florian Bruhin
|
3de113ee8c
|
Don't double-connect tabCloseRequested
|
2014-06-19 13:43:43 +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
|
17cd86d564
|
Add an :all-widgets command and useful __repr__s
|
2014-06-17 06:37:56 +02:00 |
|
Florian Bruhin
|
1c63ff620d
|
Add option to expand tabs
|
2014-06-10 14:30:31 +02:00 |
|
Florian Bruhin
|
ec25821fae
|
_foo.py file rename [2/2]
|
2014-06-03 15:01:57 +02:00 |
|
Florian Bruhin
|
937196e287
|
Rename package-private modules to _foo.py
|
2014-04-25 11:50:30 +02:00 |
|
Florian Bruhin
|
21bb9840d9
|
Simplify padding in Qt-CSS
|
2014-04-22 23:02:51 +02:00 |
|
Florian Bruhin
|
fb9ac1bc4c
|
Restyle tabbar
|
2014-04-22 20:49:16 +02:00 |
|
Florian Bruhin
|
55e3aca702
|
linting cleanup
|
2014-04-22 17:53:27 +02:00 |
|
Florian Bruhin
|
39f580d9f1
|
Cleanup
|
2014-04-17 17:44:27 +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 |
|
Florian Bruhin
|
4b1dcbd82a
|
Refactor tab/browser widgets
|
2014-04-17 09:44:26 +02:00 |
|