Commit Graph

  • 98fb1a0250 Remove unused imports Florian Bruhin 2014-03-03 21:24:33 +0100
  • eb2097772d Add utils/debug.py Florian Bruhin 2014-03-03 21:22:20 +0100
  • e30774e9d9 Fix variable name Florian Bruhin 2014-03-03 21:21:07 +0100
  • b75fc347dc Fix checks Florian Bruhin 2014-03-03 21:19:29 +0100
  • 508d9e347c Swap q/quit for quit command Florian Bruhin 2014-03-03 21:11:02 +0100
  • af0b6901be First kinda working version Florian Bruhin 2014-03-03 21:06:10 +0100
  • 97ae3adb4a Working towards using getattr instead Florian Bruhin 2014-03-03 18:47:42 +0100
  • 032ccb8b43 Try some broken component register foo Florian Bruhin 2014-03-03 17:56:53 +0100
  • b22b19d881 Start using (broken) decorators Florian Bruhin 2014-03-03 06:09:23 +0100
  • 2df9b57981 Continue developing register_command decorator Florian Bruhin 2014-02-28 17:55:17 +0100
  • dcc3993091 Start implementing decorator Florian Bruhin 2014-02-28 17:00:25 +0100
  • d4df78b75f Add settrace command Florian Bruhin 2014-02-26 22:29:48 +0100
  • 66852aa736 Add FIXME for CompletionItemDelegate Florian Bruhin 2014-02-26 21:54:24 +0100
  • a9a4b2ac92 Add profile.py Florian Bruhin 2014-02-26 21:18:53 +0100
  • 4925d25c36 Remove wrong 'cur.' for BrowserTab Florian Bruhin 2014-02-24 17:37:48 +0100
  • ad29867aa6 Remove unneccessary style globals Florian Bruhin 2014-02-23 18:20:24 +0100
  • 76a627bb10 Move style related stuff to config.style Florian Bruhin 2014-02-23 18:15:08 +0100
  • 3b648a4c0d Move config to config subfolder Florian Bruhin 2014-02-23 18:07:17 +0100
  • 0bfe134828 Add first tests (for NeighborList) Florian Bruhin 2014-02-23 17:39:45 +0100
  • 7da05b3fb9 Raise better error in NeighborList.curitem if no index is set Florian Bruhin 2014-02-23 17:39:29 +0100
  • b59f0e9a34 Rename types.py to usertypes.py Florian Bruhin 2014-02-23 16:30:07 +0100
  • 5f78b96cb1 Move cur_* methods for TabbedBrowser to CurCommandDispatcher class Florian Bruhin 2014-02-21 22:00:41 +0100
  • 41e149dff6 Update TODO Florian Bruhin 2014-02-21 17:50:46 +0100
  • b8b0d81ab3 Add command aliases Florian Bruhin 2014-02-21 20:19:01 +0100
  • 31ffab3386 TODO update Florian Bruhin 2014-02-21 20:10:44 +0100
  • 42bac07e6b Whitespace adjustments Florian Bruhin 2014-02-21 20:07:40 +0100
  • e47d13d725 Fix initial tab opening Florian Bruhin 2014-02-21 20:06:42 +0100
  • 5d32df1d54 Add :version command Florian Bruhin 2014-02-21 20:00:02 +0100
  • 257e6cd67d QuteSchemeHandler cleanup Florian Bruhin 2014-02-21 19:51:04 +0100
  • a96261e7b8 Cleanup Florian Bruhin 2014-02-21 19:44:46 +0100
  • d975ec080d Add isFinished method to schemehandler Florian Bruhin 2014-02-21 19:24:58 +0100
  • 61060f0796 Use singleShot QTimers for signals (FIXME: good?) Florian Bruhin 2014-02-21 07:39:21 +0100
  • 51616937b8 Use python bytes instead of QByteArray methods. Florian Bruhin 2014-02-21 07:38:37 +0100
  • 435f1f45e0 Emit finished at the right places. Florian Bruhin 2014-02-21 07:37:47 +0100
  • 29c84f4f20 Add logging to custom requests. Florian Bruhin 2014-02-21 07:35:53 +0100
  • daa3808b7f Spelling fix in comment. Florian Bruhin 2014-02-21 07:34:49 +0100
  • aeb7e0c762 Don't default outgoingData to None Florian Bruhin 2014-02-21 07:34:21 +0100
  • bcd5120922 FIXME: Only destroy replies when they're not special. Florian Bruhin 2014-02-21 07:33:32 +0100
  • bd6d2e6156 Store instances as scheme handlers, not classes. Florian Bruhin 2014-02-21 07:18:22 +0100
  • 90e56e6477 Rename about:... to qute:... Florian Bruhin 2014-02-21 07:18:04 +0100
  • 38ef8fe8c7 First attempt at proper AboutSchemeHandler Florian Bruhin 2014-02-20 23:08:27 +0100
  • ec1951c56c Move abouthandler to network subpackage Florian Bruhin 2014-02-20 22:25:19 +0100
  • 65ae1882f0 Move NetworkManager to own file Florian Bruhin 2014-02-20 22:23:38 +0100
  • 7f25e1e3f9 Update TODO Florian Bruhin 2014-02-20 20:51:02 +0100
  • 88b8b6ea4e Improve config save warning Florian Bruhin 2014-02-20 20:49:31 +0100
  • 82f7e46459 Use NeighborList for history in statusbar. Florian Bruhin 2014-02-20 20:47:26 +0100
  • 7fc45728a9 NeighborList: add firstitem() and lastitem() Florian Bruhin 2014-02-20 20:47:06 +0100
  • 92b0024f25 NeighborList: Remove off-by-one error Florian Bruhin 2014-02-20 20:46:53 +0100
  • 7d74e62696 NeighborList; Remove old FIXME Florian Bruhin 2014-02-20 20:46:43 +0100
  • 858ff4a4f0 NeighborList: Ensure self.idx is always set Florian Bruhin 2014-02-20 20:46:29 +0100
  • e1fe6111ec NeighborList: Always cast items to list Florian Bruhin 2014-02-20 20:46:15 +0100
  • 4f6e149289 Add logging to NeighborList Florian Bruhin 2014-02-20 20:46:05 +0100
  • 7d11790d35 Make it possible to use NeighborList without items Florian Bruhin 2014-02-20 20:45:30 +0100
  • 7d878fec7b version string cosmetic fixes Florian Bruhin 2014-02-20 19:59:22 +0100
  • 7435a37f36 Style fixes in util.version Florian Bruhin 2014-02-20 19:56:34 +0100
  • cf2133bb96 Add zoomin/zoomout commands. Florian Bruhin 2014-02-20 19:50:48 +0100
  • dc179a65bb Add temp_message signal to BrowserTab Florian Bruhin 2014-02-20 19:50:33 +0100
  • ab8fef3cdb Add new NeighborList datatype Florian Bruhin 2014-02-20 19:50:17 +0100
  • 2b820ec696 Add zoomlevels to config Florian Bruhin 2014-02-20 18:00:24 +0100
  • b3fa7bba98 Improve version info Florian Bruhin 2014-02-20 15:32:46 +0100
  • b91b6038c6 Emit dataChanged correctly for model Florian Bruhin 2014-02-20 11:24:24 +0100
  • 561a7e1cdd Add workaround to keystring so it gets cleared properly. Florian Bruhin 2014-02-19 21:45:30 +0100
  • 1c921a77f6 Set scroll percentage to 0 in __init__ Florian Bruhin 2014-02-19 16:25:15 +0100
  • 21cf1cc700 Remove unnecessary lambda Florian Bruhin 2014-02-19 15:50:06 +0100
  • d0789a4d0b Update TODO Florian Bruhin 2014-02-19 15:44:09 +0100
  • 3a140b9a1c Split text to normal/error/tmp again, show text. Florian Bruhin 2014-02-19 15:40:43 +0100
  • c2e3039702 Only hide temporary error message on non-modifiers Florian Bruhin 2014-02-19 14:57:31 +0100
  • cb47ae1b43 Fix pyqtSlot() decorations. Florian Bruhin 2014-02-19 14:57:16 +0100
  • b03932400f Simplify displaying text a lot. Florian Bruhin 2014-02-19 14:42:30 +0100
  • ab87c8e8b9 Clear temporary text on keypress. Florian Bruhin 2014-02-19 13:28:18 +0100
  • c57e78b765 Display temporary messages in statusbar. Florian Bruhin 2014-02-19 13:21:30 +0100
  • 4b91915090 Bugfix: initialize _url_stack for Browser properly. Florian Bruhin 2014-02-19 14:44:00 +0100
  • d2b733ea7a Check if Exception is subclass of Exception properly Florian Bruhin 2014-02-19 13:37:42 +0100
  • f70ad71f9c Add error strings to exceptions Florian Bruhin 2014-02-19 11:10:26 +0100
  • 93065188a7 All-caps constants Florian Bruhin 2014-02-19 11:04:13 +0100
  • d58ef3ff84 Fix CommandParser.run exit status. Florian Bruhin 2014-02-19 11:02:09 +0100
  • 9a990d56d9 Nicer docstrings Florian Bruhin 2014-02-19 10:58:32 +0100
  • 25d57c8c6d Remove downloaded URLs from TODO Florian Bruhin 2014-02-18 22:38:33 +0100
  • 1ef53ac467 Add more links to TODO Florian Bruhin 2014-02-18 22:16:28 +0100
  • 581f88fcce Avoid pylint maybe-no-member warnings for ConfigParser. Florian Bruhin 2014-02-18 19:32:00 +0100
  • 6d709d9fd8 Allow completion widget height to be configured in % Florian Bruhin 2014-02-18 19:05:56 +0100
  • 9318558eb6 Make completion height configurable Florian Bruhin 2014-02-18 18:42:43 +0100
  • 9568be3d2a Use default geometry if no geometry was saved. Florian Bruhin 2014-02-18 18:38:48 +0100
  • 96747c9d58 Reordering in widget submodules Florian Bruhin 2014-02-18 18:32:07 +0100
  • 133d720de5 Merge branch 'master' of ssh://lupin/qutebrowser Florian Bruhin 2014-02-18 18:00:16 +0100
  • 034f85b1d4 Use property for CompletionFilterModel.srcmodel Florian Bruhin 2014-02-18 17:57:58 +0100
  • 5f83228c75 Reorder some methods, widgets not done yet Florian Bruhin 2014-02-18 17:54:17 +0100
  • 0425ce7b48 Extend paintEvent instead of using an eventFilter Florian Bruhin 2014-02-18 17:26:26 +0100
  • bc589c3417 Update TODO Florian Bruhin 2014-02-18 17:09:07 +0100
  • 2fe2ca85c2 Set WA_StyledBackground for statusbar instead of overriding paintEvent Florian Bruhin 2014-02-18 16:57:10 +0100
  • 911d5d3b4a Refactor ALL the things Florian Bruhin 2014-02-18 16:38:13 +0100
  • 6cd02ca368 utils.config docstring update Florian Bruhin 2014-02-18 14:37:49 +0100
  • 2fcda0e67b Refactor Config.get() Florian Bruhin 2014-02-18 14:34:46 +0100
  • 3d37b22fb0 Cleanup Florian Bruhin 2014-02-18 14:21:39 +0100
  • 234d171483 Use Qt saveGeometry and restoreGeometry Florian Bruhin 2014-02-18 14:06:45 +0100
  • c9e4f2417d Add more shutdown debugging Florian Bruhin 2014-02-18 13:05:42 +0100
  • 109906043e Add a trace_lines util function Florian Bruhin 2014-02-18 12:10:36 +0100
  • b43a431161 Update TODO Florian Bruhin 2014-02-18 12:03:12 +0100
  • bbab0e7430 autosearch bugfix and debug output Florian Bruhin 2014-02-18 12:02:07 +0100
  • 27d354633c Save/restore window geometry. Florian Bruhin 2014-02-18 11:57:35 +0100