summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow/prompt.py
AgeCommit message (Expand)Author
2023-12-07Explicitly handle focus before hiding UI elementsexplicit-focus-handlingFlorian Bruhin
2023-09-20replace QAbstractFileIconProvider by QFileIconProviderFlorian Stecker
2023-09-19Improve NullIconProviderFlorian Stecker
2023-09-19Override IconProvider for QFileSystemModelFlorian Stecker
2023-07-23reuse: Initial copyright text update for myselfFlorian Bruhin
2023-07-23reuse: Adjust most license headersFlorian Bruhin
2023-07-19Initial upgrade to new PyQt6 stubsFlorian Bruhin
2023-06-30Merge pull request #7761 from pylbrecht/remove-vim-modelinesFlorian Bruhin
2023-06-30Remove vim modelinesPhilipp Albrecht
2023-06-29qt6 mypy: Fix unused-ignores with mypy-pyqt5Florian Bruhin
2022-12-13Merge branch 'master' into qt6-v2Florian Bruhin
2022-12-06Always delay stage 2 shutdown, not only with promptsFlorian Bruhin
2022-12-06Use a proper @pyqtSlot for FilenamePromptFlorian Bruhin
2022-09-11mypy: fix exec() type hints?: prompttoofar
2022-08-23Qt 6: Handle QtOpenGL/QFileSystemModel movesFlorian Bruhin
2022-08-23Adjust flag types for PyQt6Florian Bruhin
2022-08-23Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2022-06-13Add setting referenceFlorian Bruhin
2022-06-13Merge remote-tracking branch 'origin/pr/7003'Florian Bruhin
2022-04-25mypy: Upgrade to PyQt5-stubs 5.15.6.0Florian Bruhin
2022-04-08test(download) no folder chosenAxel Dahlberg
2022-04-06style(prompt) fixAxel Dahlberg
2022-04-06fix(prompt) correct accept of promptAxel Dahlberg
2022-04-06test(downloads) fix fixture replacementsAxel Dahlberg
2022-04-06Apply suggestions from code reviewAxel Dahlberg
2022-03-31Add :rl-rubout and :rl-filename-ruboutFlorian Bruhin
2022-03-31feat(download) changes after feedbackAxel Dahlberg
2022-03-31feat(download) support external location pickerAxel Dahlberg
2022-03-31Merge remote-tracking branch 'origin/pr/6599'Florian Bruhin
2022-03-29Show unbound prompt bindingsFlorian Bruhin
2021-07-15No more '..' in the file prompt (#2104)Jason Rosenzweig
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