Commit Graph

  • abaec2f044 Remove __setitem__ for sections Florian Bruhin 2014-04-17 19:08:31 +0200
  • 3089463a9a Remove FIXME Florian Bruhin 2014-04-17 19:04:04 +0200
  • 5bd40e732c Do validation and reading from configparser correctly Florian Bruhin 2014-04-17 19:02:58 +0200
  • a5f8bdf7fc Add validation FIXME Florian Bruhin 2014-04-17 18:00:15 +0200
  • 1282a211cf Add validation for search engine URLs and colors Florian Bruhin 2014-04-17 17:59:57 +0200
  • 39f580d9f1 Cleanup Florian Bruhin 2014-04-17 17:44:27 +0200
  • 975d83b50e Respect inspector height for completion Florian Bruhin 2014-04-17 15:58:09 +0200
  • dea30e3f4d Ensure developer extras are enabled for webinspector Florian Bruhin 2014-04-17 15:46:29 +0200
  • 975fa013c4 Update TODO Florian Bruhin 2014-04-17 15:39:51 +0200
  • e8db103eb4 Ignore D402 check for pep257 Florian Bruhin 2014-04-17 15:31:30 +0200
  • 457e173592 More config cleanup. Florian Bruhin 2014-04-17 15:26:27 +0200
  • a15461b5da Rename config.config dict to sections Florian Bruhin 2014-04-17 14:49:38 +0200
  • 3728381643 Make dump_userconfig work correctly Florian Bruhin 2014-04-17 12:35:46 +0200
  • c6df785c41 Use common base class for config section Florian Bruhin 2014-04-17 12:21:22 +0200
  • 3eca7d6847 Don't split value for set commands Florian Bruhin 2014-04-17 12:06:48 +0200
  • b323706f5f Use maxsplit (passed to str.split()) instead bool Florian Bruhin 2014-04-17 12:06:27 +0200
  • 4421862b3e Don't use shlex for splitting anymore Florian Bruhin 2014-04-17 11:49:19 +0200
  • 3ad4b447b4 Remove FIXME Florian Bruhin 2014-04-17 11:45:06 +0200
  • 7b480c02db Update TODO Florian Bruhin 2014-04-17 11:43:39 +0200
  • 97bde402fb Add docstring Florian Bruhin 2014-04-17 11:40:19 +0200
  • 72340575af Remove value from on_config_changed signal again. Florian Bruhin 2014-04-17 11:39:25 +0200
  • 7c64e8846a Refresh keybinds when config changes Florian Bruhin 2014-04-17 11:23:01 +0200
  • 16afba032f Remove warn logging Florian Bruhin 2014-04-17 11:10:08 +0200
  • 00dc4d6bc4 Remove set_trace Florian Bruhin 2014-04-17 11:09:12 +0200
  • c0236b8d22 Use a proper separated model for cmd history Florian Bruhin 2014-04-17 11:08:14 +0200
  • 90ddd26981 Handle the case where no history is present correctly Florian Bruhin 2014-04-17 11:07:57 +0200
  • a1a0325283 Use ChainMap for ValueList config section. Florian Bruhin 2014-04-17 11:01:45 +0200
  • 6b72c3dbdf Fix long line Florian Bruhin 2014-04-17 09:51:05 +0200
  • 4b1dcbd82a Refactor tab/browser widgets Florian Bruhin 2014-04-17 09:44:26 +0200
  • 58ae1f7441 Add comment about CurCommandDispatcher Florian Bruhin 2014-04-17 08:24:59 +0200
  • cdf5edc115 Update TODO Florian Bruhin 2014-04-16 23:34:49 +0200
  • af94b9f212 Don't attempt to save if no data was read Florian Bruhin 2014-04-16 23:32:21 +0200
  • 981ca7d18e Fix layer handling in dump_userconfig Florian Bruhin 2014-04-16 23:21:57 +0200
  • 48ced03d57 Display config description in completion Florian Bruhin 2014-04-16 16:36:45 +0200
  • 57baafbf30 Change configdata from function to attribute Florian Bruhin 2014-04-16 16:32:14 +0200
  • bc4a01faf3 Fix config importing Florian Bruhin 2014-04-16 16:32:06 +0200
  • 3dc7238cfe Increase pylint min-similarity-lines Florian Bruhin 2014-04-16 16:16:29 +0200
  • 517c9e6b69 Split config.py more Florian Bruhin 2014-04-16 16:16:17 +0200
  • fc24cb620c Move websettings to own file Florian Bruhin 2014-04-16 15:49:56 +0200
  • 03227c2b41 Lint fixes Florian Bruhin 2014-04-16 14:14:37 +0200
  • 2adcde1c89 Implement web inspector Florian Bruhin 2014-04-16 14:12:04 +0200
  • 4c751d8081 Add webkit settings to config Florian Bruhin 2014-04-16 13:32:55 +0200
  • 91e6f4c37d Better linting with config files Florian Bruhin 2014-04-16 11:05:58 +0200
  • e878fc538d Fix some checks Florian Bruhin 2014-04-16 10:02:34 +0200
  • 4ca8cc9537 Add value to config.changed signal Florian Bruhin 2014-04-16 09:21:27 +0200
  • a410d56a78 Implement command history Florian Bruhin 2014-04-15 18:02:07 +0200
  • 1d5b0ca9a6 Add save command Florian Bruhin 2014-04-15 17:28:14 +0200
  • 73c319a1ec Add autosave option Florian Bruhin 2014-04-15 17:28:05 +0200
  • dad6451b7e style fixes Florian Bruhin 2014-04-15 17:21:12 +0200
  • 88b522fa16 Only clear selection model if it exists Florian Bruhin 2014-04-15 17:16:28 +0200
  • f959c0c137 Add completion for settings values Florian Bruhin 2014-04-14 17:54:11 +0200
  • 44ce804bdf Highlight all rows in completion Florian Bruhin 2014-04-13 23:06:41 +0200
  • 24cdd88415 Fix weird 'no such command' message Florian Bruhin 2014-04-13 22:56:43 +0200
  • aa88125710 Update TODO Florian Bruhin 2014-04-13 22:41:44 +0200
  • 39035249d2 Rename profile.py Florian Bruhin 2014-04-13 22:41:23 +0200
  • 27046b5186 Give completion items a bit more space Florian Bruhin 2014-04-13 22:35:55 +0200
  • f59f8cac6c Clear completion model after an item is selected Florian Bruhin 2014-04-13 22:11:47 +0200
  • 5d3fe4f506 TODO++ Florian Bruhin 2014-04-13 21:54:05 +0200
  • fb6d0a5c62 Merge branch 'conflayers' Florian Bruhin 2014-04-13 21:52:49 +0200
  • 313d6e3967 Use slicing for getlayers for SettingsValue Florian Bruhin 2014-04-13 21:48:51 +0200
  • f84dac8c17 Update TODO Florian Bruhin 2014-04-13 17:59:02 +0200
  • 65b99dab45 Fix false-positive check Florian Bruhin 2014-04-11 19:37:49 +0200
  • ab31f2a289 Add set_temp command Florian Bruhin 2014-04-11 19:34:46 +0200
  • a3a81543a0 Don't write temp layer to config Florian Bruhin 2014-04-11 19:34:34 +0200
  • 80ca9a8dd0 Whitespace fix Florian Bruhin 2014-04-11 19:33:11 +0200
  • e12531e766 Fix dict-change (change attibute to item access) Florian Bruhin 2014-04-11 19:32:20 +0200
  • b0792203a5 Change namedtuple to OrderedDict for conflayers Florian Bruhin 2014-04-11 17:49:15 +0200
  • e7c23312d7 Start implementing different config layers. Florian Bruhin 2014-04-11 07:16:16 +0200
  • 575a934892 Move SettingValue to own file Florian Bruhin 2014-04-11 06:28:07 +0200
  • 04807489b7 Update everything needed when config is changed Florian Bruhin 2014-04-10 23:30:45 +0200
  • aa616e5ac7 Start implementing config changed signal Florian Bruhin 2014-04-10 18:01:16 +0200
  • 175eabdc80 Remove fallback values from config Florian Bruhin 2014-04-10 14:40:02 +0200
  • c5ca0e56be Remove blank lines before """ in docstrings. Florian Bruhin 2014-04-10 14:21:27 +0200
  • cba2d4d450 Basic validation for zoom values Florian Bruhin 2014-04-10 12:57:57 +0200
  • c845db4799 Refactor config and sectionproxy Florian Bruhin 2014-04-10 12:37:49 +0200
  • 4ff86b660c Lint fixes Florian Bruhin 2014-04-10 12:24:41 +0200
  • 33aa8bfa52 Fix checking of boolean states Florian Bruhin 2014-04-10 12:22:22 +0200
  • 32ce8e6772 Print nice error messages on wrong setting values Florian Bruhin 2014-04-10 12:20:15 +0200
  • c05e66a9b9 Refactor ValueList Florian Bruhin 2014-04-10 12:09:32 +0200
  • 21e628a1ba Add __setitem__ to ValueList Florian Bruhin 2014-04-10 12:05:32 +0200
  • 1a20bbe7d0 Fix missing options when setting Florian Bruhin 2014-04-10 12:03:42 +0200
  • c1df7cd1fc Handle missing sections/options in :set Florian Bruhin 2014-04-10 12:01:02 +0200
  • 237ff93908 Fix nargs handling Florian Bruhin 2014-04-10 11:48:26 +0200
  • e8f2698877 Improve argument count exception message Florian Bruhin 2014-04-10 09:56:06 +0200
  • 6175f5c489 Use ConfigParser-like exceptions for config Florian Bruhin 2014-04-10 09:52:05 +0200
  • 2442cf11ab Remove old logging Florian Bruhin 2014-04-10 09:40:16 +0200
  • 60cb5ad85d Lint fixes Florian Bruhin 2014-04-10 07:42:21 +0200
  • 763276a65f Make dump_userconfig work Florian Bruhin 2014-04-10 07:37:13 +0200
  • a0a8f5d025 Make :set work correctly Florian Bruhin 2014-04-10 07:09:12 +0200
  • e9317f807b Accept single int in register decorator for nargs Florian Bruhin 2014-04-10 07:02:24 +0200
  • c26430d08d Remove annoying two-word completions Florian Bruhin 2014-04-10 06:58:58 +0200
  • fb4e013007 Make rawvalue of SettingValue private Florian Bruhin 2014-04-09 22:44:34 +0200
  • 4173a47ade Try to implement set command Florian Bruhin 2014-04-09 22:44:07 +0200
  • 4c6a41dc94 Actually use nargs= from register_command decorator Florian Bruhin 2014-04-09 22:43:45 +0200
  • 68413d8676 Better error for invalid argument count Florian Bruhin 2014-04-09 22:43:25 +0200
  • 782242de04 Fix marking of items Florian Bruhin 2014-04-09 21:21:15 +0200
  • 235d588827 Remove MessageBridge debug Florian Bruhin 2014-04-09 21:17:56 +0200
  • 18bcae40c5 Fix completing when text ends with space #2 Florian Bruhin 2014-04-09 21:15:18 +0200
  • d485d8cc4e Remove strech from statusbar Florian Bruhin 2014-04-09 21:11:11 +0200
  • 7eb27c86ee Fix some completion bugs Florian Bruhin 2014-04-09 20:57:25 +0200