summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow/prompt.py
AgeCommit message (Expand)Author
2021-11-28fix castFlorian Bruhin
2021-08-26ImportsFlorian Bruhin
2021-08-26Automatically rewrite enumsFlorian Bruhin
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-07-13Fix lint/docsFlorian Bruhin
2021-07-13Merge remote-tracking branch 'origin/pr/6507'Florian Bruhin
2021-06-24Add colors.prompts.selected.fgFlorian Bruhin
2021-06-05Removed redundant if statementJason Rosenzweig
2021-06-05Less redundant codeJason Rosenzweig
2021-06-04Took suggestions, added '..' back to tabbing, fixed testsJason Rosenzweig
2021-06-04Removed _current_path, changed type comment to annotationJason Rosenzweig
2021-06-04Fixed indentation, typingJason Rosenzweig
2021-06-04All tests should pass nowJason Rosenzweig
2021-06-04Fixed some formattingJason Rosenzweig
2021-06-04Still not ideal but less repition between the two functions (one uses the other)Jason Rosenzweig
2021-06-04Using self._root_index more because I wasn't using it beforeJason Rosenzweig
2021-06-04Better tests, added back _get_valid_dirs hopefully temporarilyJason Rosenzweig
2021-06-04Merge branch 'master' of https://github.com/jso8910/qutebrowserJason Rosenzweig
2021-06-04Not working with this commit, but have to commit to mergeJason Rosenzweig
2021-06-04Update qutebrowser/mainwindow/prompt.pyjso8910
2021-06-04Fixed tests, just need to add new tests for file filteringJason Rosenzweig
2021-06-03Even better formatting. No need to run tests on this one, just going to try a...Jason Rosenzweig
2021-06-03Less repeating, no longer refinding all directories in directoryJason Rosenzweig
2021-06-03Fixed formatting for linterJason Rosenzweig
2021-06-03Fixed tabbing so it doesn't only tab to matches of first letter of self._to_c...Jason Rosenzweig
2021-06-03Fixed crash when directory does not existJason Rosenzweig
2021-06-03Completely reworked the mechanism and it appears to just workJason Rosenzweig
2021-06-02Cleaned up some code for the lintersJason Rosenzweig
2021-06-02Added string matching for download dialog.Jason Rosenzweig
2021-02-01Wrap and render newlines in JS dialogsAndrew MacFie
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-20Rename :enter-mode and :leave-modeFlorian Bruhin
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2021-01-08Trivial PyQt 6 changesFlorian Bruhin
2020-11-02Pre-select default text for promptsFlorian Bruhin
2020-10-28Use forward-reference for type instead of disabling pylint testTim Brown
2020-10-28mypy: use from-import style for typingTim Brown
2020-05-13mypy: Remove ignores which are now unneededFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-09mypy: Add ignores/casts for some QEnum/QFlagsFlorian Bruhin
2020-05-09mypy: Remove unneeded casts/ignoresFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-20Split config.stylesheet into separate moduleFlorian Bruhin
2019-10-22mypy: Fix new issues in mainwindow.promptFlorian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.mainwindowFlorian Bruhin
2019-10-13Remove prompt-queue from objregFlorian Bruhin
2019-10-13Fix mypy issuesFlorian Bruhin
2019-07-10Remove unused importFlorian Bruhin