summaryrefslogtreecommitdiff
path: root/qutebrowser/keyinput/modeman.py
AgeCommit message (Expand)Author
2015-03-31Fix handling of key release events.Florian Bruhin
2015-03-31Various spelling fixes.Florian Bruhin
2015-03-16Discard uninteresting events early in eventFilter.Florian Bruhin
2015-02-12Ignore tab key presses if they'd switch focus.Florian Bruhin
2015-01-09Enter KeyMode.normal directly in ModeManager.Florian Bruhin
2015-01-09Remove old comment.Florian Bruhin
2015-01-03Update copyright yearsFlorian Bruhin
2014-12-28Fix mode handling with multiple javascript prompts.Florian Bruhin
2014-12-28Rewrite keymode handling to use only one mode.Florian Bruhin
2014-12-26Make it possible to enter a keymode twice.Florian Bruhin
2014-12-08Fix statusbar with nested passthrough modes.Florian Bruhin
2014-10-28Add some logging about keyboard focus.Florian Bruhin
2014-10-18Use signals and decorators for configs again.Florian Bruhin
2014-10-08Prevent double-entering hint mode. Fixes #160.Florian Bruhin
2014-10-08Add utils.qualname. Closes #169.Florian Bruhin
2014-10-07Remove Emit:/Raise: from docstrings.Florian Bruhin
2014-10-06Fix lintFlorian Bruhin
2014-10-06Spelling fixFlorian Bruhin
2014-10-06Merge branch 'multiwin'Florian Bruhin
2014-10-05Revert "Store window registries in objreg."Florian Bruhin
2014-10-05Store window registries in objreg.Florian Bruhin
2014-09-30Fix lintFlorian Bruhin
2014-09-30modeman: Make it possible to override a locked mode.Florian Bruhin
2014-09-29Clean up correctly when a window is closed.Florian Bruhin
2014-09-28Fix event filter when a non-Mainwindow dialog has an event.Florian Bruhin
2014-09-28Fix lintFlorian Bruhin
2014-09-28First attempt at multi-window support.Florian Bruhin
2014-09-28Don't use signals for on_config_changed.Florian Bruhin
2014-09-28Refactor initFlorian Bruhin
2014-09-26Improve __repr__ methods.Florian Bruhin
2014-09-25Improve modeman.maybe_leave logging/exception.Florian Bruhin
2014-09-24Move object registry to its own file.Florian Bruhin
2014-09-23Object names cleanupFlorian Bruhin
2014-09-23Use object registry for mainwindow.Florian Bruhin
2014-09-23Use object registry for modeman.Florian Bruhin
2014-09-16Better exception formatting and handling.Florian Bruhin
2014-09-02Get rid of most @property's.Florian Bruhin
2014-09-02Remove old Ubuntu workaround.Florian Bruhin
2014-09-02Document and mark workarounds.Florian Bruhin
2014-08-26Rename commands.utils to commands.cmdutils.Florian Bruhin
2014-08-26Simplify imports in keyinput.modeman.Florian Bruhin
2014-08-26Rename commands.exceptions to commands.cmdexc.Florian Bruhin
2014-08-26Remove 'as logger' imports.Florian Bruhin
2014-08-26Clean up importsFlorian Bruhin
2014-08-04Clean up pylint/noqa comments.Florian Bruhin
2014-08-04Lock mode while prompting.Florian Bruhin
2014-08-03Improve command documentation.Florian Bruhin
2014-07-29Add some type checking for enumsFlorian Bruhin
2014-07-29Use enum for keyboard modes.Florian Bruhin
2014-06-25Fix lintFlorian Bruhin