summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow
AgeCommit message (Expand)Author
2021-11-28fix castFlorian Bruhin
2021-08-26API stuffFlorian 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-07-04Update qutebrowser/mainwindow/tabwidget.pyNaleo Hyde
2021-07-03added logic for scrolling in both directionsNaleo
2021-07-03Apply suggestions from code reviewNaleo Hyde
2021-07-03Update qutebrowser/mainwindow/tabwidget.pyNaleo Hyde
2021-07-02fix mac scrolling through tabbar (issue #6148)Naleo
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-04-09Changed str.partition to str.split.Nicholas42
2021-04-09Fixed incomplete renaming of variable.Nicholas Schwab
2021-04-08Apply suggestions from code reviewNicholas42
2021-04-08Extracted method clearing the widgets from the StatusBar.Nicholas Schwab
2021-04-08Simplified code for drawing text widgets.Nicholas Schwab
2021-04-08Make bar use content of text widget.Nicholas Schwab
2021-04-08Added simple text widgets to status bar with currently hard-coded content.Nicholas Schwab
2021-03-23Circular import workaroundsFlorian Bruhin
2021-03-23More sophisticated replacing for messagesFlorian Bruhin
2021-03-11Show renderer process log after error page is shownFlorian Bruhin
2021-03-11Add a hint pointing to the locale workaroundFlorian Bruhin
2021-03-09Add renderer process status to all error messagesFlorian Bruhin
2021-03-01Merge remote-tracking branch 'origin/pr/6123'Florian Bruhin
2021-02-02Don't save commands starting w/ spaceAndrew MacFie
2021-02-01Wrap and render newlines in JS dialogsAndrew MacFie