summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow/prompt.py
AgeCommit message (Expand)Author
2017-07-02Refactor most stuff using config.val.uiFlorian Bruhin
2017-07-02Initial conversion to new config syntaxFlorian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2017-05-01Make text selectable in promptsFlorian Bruhin
2017-04-13Adjustments for new pylint versionFlorian Bruhin
2017-03-31Fallback to clipboard when primary selection is unsupportedFlorian Bruhin
2017-03-29fixup! use message.error instead of a tooltipDaniel Schadt
2017-03-29use message.error instead of a tooltipDaniel Schadt
2017-03-24fix unused importDaniel Schadt
2017-03-24also add path transformations to :downloadDaniel Schadt
2017-03-24add integration tests for reserved filenamesDaniel Schadt
2017-03-24prevent reserved filenames on WindowsDaniel Schadt
2017-03-24disallow filenames like E:filenameDaniel Schadt
2017-02-07Exclude socket notifier events during promptsFlorian Bruhin
2017-02-05Replace all GitHub linksFlorian Bruhin
2016-12-07Add a ui -> prompt-filebrowser optionFlorian Bruhin
2016-11-16Whoops...Florian Bruhin
2016-11-16cxfreeze requirements: Blacklist >= 5.0.0Florian Bruhin
2016-11-10Get rid of modeman.maybe_leaveFlorian Bruhin
2016-11-09Move usertypes.DownloadTarget to downloads moduleFlorian Bruhin
2016-11-04Fix prompts while in command modeFlorian Bruhin
2016-11-04Add some more prompt loggingFlorian Bruhin
2016-11-03Also hide existing prompts when showing a new oneFlorian Bruhin
2016-11-03Customize prompt selection colorsFlorian Bruhin
2016-11-03Fix tabbing over .. in some directories on WindowsFlorian Bruhin
2016-11-03Log if getting directory information failedFlorian Bruhin
2016-11-03Handle empty path for file completionFlorian Bruhin
2016-11-03Fix handling of / as pathFlorian Bruhin
2016-11-03Hide prompts correctlyFlorian Bruhin
2016-11-03Adjust prompt path when backspacing a pathFlorian Bruhin
2016-11-03Simplify FilenamePrompt._insert_textFlorian Bruhin
2016-11-03Improve commentFlorian Bruhin
2016-11-03Fix completion in file promptsFlorian Bruhin
2016-11-03Add blank lineFlorian Bruhin
2016-11-03Move setting FilenamePrompt lineedit text upFlorian Bruhin
2016-11-03Remove duplicated docstringsFlorian Bruhin
2016-11-03Add comment about HTML escapingFlorian Bruhin
2016-11-03Rename _init_titleFlorian Bruhin
2016-11-03Add missing html.escapeFlorian Bruhin
2016-11-03Increase font size for prompt titlesFlorian Bruhin
2016-11-03Only connect interrupted signal for questions onceFlorian Bruhin
2016-11-03Fix lintFlorian Bruhin
2016-11-03Fix mode handling with multi-window questionsFlorian Bruhin
2016-11-03Simplify _set_fileview_rootFlorian Bruhin
2016-11-03Use OS-independent path separatorsFlorian Bruhin
2016-11-03Hide prompts correctly after :prompt-download-openFlorian Bruhin
2016-11-03Restore self._question when restoring promptFlorian Bruhin
2016-11-03Add some more logging for promptsFlorian Bruhin
2016-11-03First working prototype of global promptsFlorian Bruhin
2016-11-03Revert "Global prompt container"Florian Bruhin