Florian Bruhin
|
5f1cb2ede3
|
Restyle completion to be dark
|
2014-05-09 20:25:16 +02:00 |
|
Florian Bruhin
|
edc9d0810c
|
Use QCoreApplication.instance()
|
2014-05-09 17:01:05 +02:00 |
|
Florian Bruhin
|
0d6ecf04bf
|
Don't bind '=' because configparser fucks up
|
2014-05-09 15:00:23 +02:00 |
|
Florian Bruhin
|
f7e6dc0244
|
Add zoom command.
|
2014-05-09 14:20:26 +02:00 |
|
Florian Bruhin
|
601221fa62
|
Add binding for Ctrl-Alt-p (print)
|
2014-05-09 13:16:16 +02:00 |
|
Florian Bruhin
|
a4556a956e
|
Add bindings for ss/sl/sk (set/set_temp/set keybind)
|
2014-05-09 13:14:46 +02:00 |
|
Florian Bruhin
|
1843301a7e
|
Add keybinding for save
|
2014-05-09 13:12:39 +02:00 |
|
Florian Bruhin
|
95f2950335
|
Add stop command (ctrl-s)
|
2014-05-09 13:11:47 +02:00 |
|
Florian Bruhin
|
05f38e15a6
|
Add command home
|
2014-05-09 13:09:37 +02:00 |
|
Florian Bruhin
|
ee72d682ad
|
Add binding: ctrl-n -> leave_mode
|
2014-05-09 12:13:12 +02:00 |
|
Florian Bruhin
|
4361220a48
|
Add bindings for xo/xO (backtabopen(cur))
|
2014-05-09 12:10:03 +02:00 |
|
Florian Bruhin
|
96d456fdee
|
New command: tab_focus_last / Ctrl-Tab
|
2014-05-09 11:58:49 +02:00 |
|
Florian Bruhin
|
4e7eb41cb9
|
Add command tab_move (gm/gl/gr)
|
2014-05-09 11:47:25 +02:00 |
|
Florian Bruhin
|
87e94a2c68
|
Add T command / refactor focus_tab
|
2014-05-09 11:29:25 +02:00 |
|
Florian Bruhin
|
e6af8bb7ae
|
Add only/co command
|
2014-05-09 11:24:33 +02:00 |
|
Florian Bruhin
|
70c8df095e
|
Switch from appdirs to QStandardPaths
|
2014-05-08 22:33:24 +02:00 |
|
Florian Bruhin
|
bf19cb7536
|
Add window-open-behaviour setting
|
2014-05-08 20:43:40 +02:00 |
|
Florian Bruhin
|
dc01509633
|
Fix description for webkit maximum-pages-in-cache
|
2014-05-08 09:05:38 +02:00 |
|
Florian Bruhin
|
285a1c86b4
|
Bind pgup/pgdown/shift+space
|
2014-05-07 07:40:36 +02:00 |
|
Florian Bruhin
|
9553cb6872
|
Clean up config type order
|
2014-05-06 13:10:38 +02:00 |
|
Florian Bruhin
|
cbc363912e
|
Merge None{Int,String} with Int/String conftype
|
2014-05-06 13:00:49 +02:00 |
|
Florian Bruhin
|
a0e71dc86e
|
Don't transform strings in config to lowercase
|
2014-05-06 12:55:26 +02:00 |
|
Florian Bruhin
|
f6c3e00d59
|
Use NoneString config type for settings with Qt defaults.
This fixes wikipedia looking ugly because setUserStylesheet gets called
with an empty string.
|
2014-05-06 12:20:02 +02:00 |
|
Florian Bruhin
|
3c20b78d8b
|
Fix config typo
|
2014-05-06 12:04:56 +02:00 |
|
Florian Bruhin
|
5ce49553d8
|
Stop logging config values.
This is just too much noise...
|
2014-05-06 08:36:32 +02:00 |
|
Florian Bruhin
|
8f239b4a95
|
Add proxy settings
|
2014-05-05 22:07:41 +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
|
c561931699
|
Also rename options
|
2014-05-05 18:37:40 +02:00 |
|
Florian Bruhin
|
5f7759eaed
|
Rename some stuff in config
|
2014-05-05 18:01:43 +02:00 |
|
Florian Bruhin
|
667b255d01
|
Use QApplication for global singletons
|
2014-05-05 17:56:14 +02:00 |
|
Florian Bruhin
|
ae95b5ea3b
|
Basic cookie handling
|
2014-05-05 16:28:43 +02:00 |
|
Florian Bruhin
|
4ebe643ea6
|
Use simple enums for constants
|
2014-05-05 07:45:36 +02:00 |
|
Florian Bruhin
|
677678be81
|
Refactor websettings.py
|
2014-05-04 01:50:37 +02:00 |
|
Florian Bruhin
|
4ff5431436
|
Fix checks
|
2014-05-04 01:33:01 +02:00 |
|
Florian Bruhin
|
c9f7d6771a
|
Enable persistent webkit storage
|
2014-05-04 01:11:19 +02:00 |
|
Florian Bruhin
|
851f473e0c
|
Add more webkit settings
|
2014-05-04 01:06:52 +02:00 |
|
Florian Bruhin
|
cece9125ac
|
Add user stylesheet setting
|
2014-05-03 16:13:32 +02:00 |
|
Florian Bruhin
|
8ada39ff8b
|
Add focus_tab command
|
2014-05-03 00:32:43 +02:00 |
|
Florian Bruhin
|
efc613811f
|
Implement numeric hints
|
2014-05-02 17:53:16 +02:00 |
|
Florian Bruhin
|
6557b8303a
|
Disallow spaces in aliases.
|
2014-05-02 15:21:48 +02:00 |
|
Florian Bruhin
|
f4a59b2d71
|
Support forbidden chars in strings.
|
2014-05-02 15:21:33 +02:00 |
|
Florian Bruhin
|
379a6219ec
|
Fix config escape comment
|
2014-05-02 13:30:51 +02:00 |
|
Florian Bruhin
|
f935d99d52
|
Don't escape values anymore
|
2014-05-02 13:28:04 +02:00 |
|
Florian Bruhin
|
b6b9738c25
|
Revert "Don't escape values in configdata."
This reverts commit cb0d0d1af2 .
|
2014-05-02 13:24:10 +02:00 |
|
Florian Bruhin
|
24939603ea
|
Revert "Escape values in default config comments"
This reverts commit be86ca03e2 .
|
2014-05-02 13:24:07 +02:00 |
|
Florian Bruhin
|
de368aa43d
|
Revert "More escaping fixes"
This reverts commit fcb10e2bff .
|
2014-05-02 13:24:00 +02:00 |
|
Florian Bruhin
|
0640eacb95
|
Catch ValueError when catching :set errors
|
2014-05-02 12:27:06 +02:00 |
|
Florian Bruhin
|
fcb10e2bff
|
More escaping fixes
|
2014-05-02 12:25:30 +02:00 |
|
Florian Bruhin
|
3b015cd5df
|
Cache ordered values in ValueList section
|
2014-05-02 11:46:58 +02:00 |
|