summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-22Update PE checksum patching after PyInstaller updateFlorian Bruhin
2021-04-22Update PyInstaller from masterFlorian Bruhin
2021-04-19ci: Pin Python 3.10 to Alpha 7Florian Bruhin
2021-04-19qute-pass: extract username/pw only when neededafreakk
2021-04-19address PR commentfrank shin
2021-04-19Check bitwarden CLI tool return code instead of stderr to check for errorfrank shin
2021-04-19requirements: Fully remove python_version marker for adblockFlorian Bruhin
2021-04-17mkvenv: Handle failing ldconfigFlorian Bruhin
2021-04-17notifications: Ignore KDE's ExcessNotificationGenerationFlorian Bruhin
2021-04-13notifications: Show adapter errors to usersFlorian Bruhin
2021-04-13notifications: Handle MaxNotificationsExceeded error from GNOME FlashbackFlorian Bruhin
2021-04-13Release v2.2.0v2.2.0Florian Bruhin
2021-04-13Fix quirk testsFlorian Bruhin
2021-04-13Disable replaceAll quirk by defaultFlorian Bruhin
2021-04-13Update UA completionsFlorian Bruhin
2021-04-13Avoid module-level circular importFlorian Bruhin
2021-04-13Edit changelogFlorian Bruhin
2021-04-12Merge pull request #6385 from qutebrowser/update-dependenciesFlorian Bruhin
2021-04-12Update dependenciesqutebrowser bot
2021-04-10Update docsFlorian Bruhin
2021-04-10Update changelogFlorian Bruhin
2021-04-10Merge commit '9a836e2'Florian Bruhin
2021-04-10ci: Tune down code scanningFlorian Bruhin
2021-04-09notifications: Fix image padding assertionFlorian Bruhin
2021-04-09Remove confusing returnFlorian Bruhin
2021-04-09Merge remote-tracking branch 'origin/master'Nicholas Schwab
2021-04-09Added tests for StatusbarWidget.Nicholas Schwab
2021-04-09ci: Try additional CodeQL queriesFlorian Bruhin
2021-04-09ci: Try working around macOS DMG timeoutsFlorian Bruhin
2021-04-09notifications: Add more info to padding assertFlorian Bruhin
2021-04-09Fix clicking systray notificationsFlorian Bruhin
2021-04-09Changed str.partition to str.split.Nicholas42
2021-04-09Fixed incomplete renaming of variable.Nicholas Schwab
2021-04-09ci: Try additional CodeQL queriesFlorian Bruhin
2021-04-08Apply suggestions from code reviewNicholas42
2021-04-08ci: Try working around macOS DMG timeoutsFlorian Bruhin
2021-04-08notifications: Add more info to padding assertFlorian Bruhin
2021-04-08Fix clicking systray notificationsFlorian Bruhin
2021-04-08Extracted method clearing the widgets from the StatusBar.Nicholas Schwab
2021-04-08Updated the documentation regarding statusbar.widgets.Nicholas Schwab
2021-04-08Revert all prefix-related commits.Nicholas Schwab
2021-04-08Simplified code for drawing text widgets.Nicholas Schwab
2021-04-08Added documentation generation for valid prefixes to config file generation.Nicholas Schwab
2021-04-08Update documentation.Nicholas Schwab
2021-04-08Added valid_prefixes to documentation creation.Nicholas Schwab
2021-04-08Let ValidPrefixes __iter__ fit the keys in descriptions.Nicholas Schwab
2021-04-08Added tests for get_valid_prefixes.Nicholas Schwab
2021-04-08Add specialized getters for valid prefixes to List and ListOrValue.Nicholas Schwab
2021-04-08Add getter for valid_prefixes to config BaseType. Will be used for documentat...Nicholas Schwab
2021-04-08Make bar use content of text widget.Nicholas Schwab