summaryrefslogtreecommitdiff
path: root/qutebrowser
AgeCommit message (Collapse)Author
2022-01-07Fix minor typoFlorian Bruhin
2022-01-05Merge remote-tracking branch 'origin/pr/6626'Florian Bruhin
2022-01-05Adjust argument nameFlorian Bruhin
2022-01-05Merge remote-tracking branch 'origin/pr/6619'Florian Bruhin
2021-12-29Update type annotationsFlorian Bruhin
2021-12-23Interpret --mode for :bind without keyFlorian Bruhin
2021-12-20Update annotations for new mypyFlorian Bruhin
2021-12-12Apply globalThis quirk for stackexchange pagesFlorian Bruhin
Closes #6885
2021-12-06Revert "pylint: Work around used-before-assignment regression"Florian Bruhin
This reverts commit 49eddbe34c60599efbbd68d6704a6525628ff619.
2021-12-03Merge remote-tracking branch 'origin/pr/6715'Florian Bruhin
2021-12-03Rename audio_muted_timer to silence_timerFlorian Bruhin
2021-12-03Merge remote-tracking branch 'origin/pr/6750'Florian Bruhin
2021-12-03Merge remote-tracking branch 'origin/pr/6757'Florian Bruhin
2021-12-03Add some missing docstring paramsFlorian Bruhin
2021-12-03pylint: Enable docparams checkerFlorian Bruhin
2021-12-03pylint: Enable else-if-usedpylint-2-12Florian Bruhin
2021-12-03pylint: Enable for_any_all extensionFlorian Bruhin
2021-12-03pylint: Work around some minor false-positivesFlorian Bruhin
See #6857
2021-12-03pylint: Fix some legitimate issuesFlorian Bruhin
2021-12-02pylint: Remove bad-continuation supressionsFlorian Bruhin
Removed in https://github.com/PyCQA/pylint/pull/3571 - should use black instead
2021-12-02pylint: Ignore some minor issuesFlorian Bruhin
2021-12-02pylint: Work around used-before-assignment regressionFlorian Bruhin
See #6857 and https://github.com/PyCQA/pylint/issues/5342
2021-12-02pylint: Remove now-useless suppressionsFlorian Bruhin
2021-12-02pylint: Handle consider-using-withFlorian Bruhin
2021-12-01Merge remote-tracking branch 'origin/pr/6758'Florian Bruhin
2021-12-01Merge remote-tracking branch 'origin/pr/6798'Florian Bruhin
2021-12-01Merge remote-tracking branch 'origin/pr/6818'Florian Bruhin
2021-11-30Hide radio button using CSS `appearance` propertyIngrid Budau
- Hide radio button using the property `-webkit-appearance: none;` instead of `opacity` - It is also supported on older QtWebEngine version 5.12
2021-11-28Make interpreting number keys as counts configurablePhilipp Albrecht
By default numbers are interpreted as counts for bindings. Making this behavior configurable allows for emacs-like bindings, where number keys are passed through.
2021-11-26Catch rect parsing exceptions in :screenshotFlorian Bruhin
2021-11-22Merge remote-tracking branch 'origin/pr/6796'Florian Bruhin
2021-11-22Change color of unselected buttons to greyIngrid Budau
- Replace JS function with Jinja `if` statement - Delete string displaying current setting
2021-11-13Simplify logicTim Gadanidis
2021-11-11Update docs/changelogFlorian Bruhin
2021-11-11Added Tests and Docs 📰harish3124
2021-11-11Added Start/End arguments to :tab-moveharish3124
2021-11-10CSS changes in the appearance of the radio buttons.Ingrid Budau
2021-11-09Format CSSIngrid Budau
2021-11-09Merge github.com:twigleingrid/qutebrowser into settings-frontend-new-cssIngrid Budau
2021-11-09Refactore JS function which checks the input with the configured valueIngrid Budau
2021-11-08Remove redundant backend assertFlorian Bruhin
Not needed after e2a07148e16b69562e28d196768890224a892df9.
2021-11-05Initial PoC of new settings design.Ingrid Budau
The following commit contains updates of CSS and a bit of JS: - font update - lists are represented as buttons - color update - buttons work with f hint search
2021-11-04Send correct arguments to _args_to_flagsTim Gadanidis
Correctly send the 'wrap' argument to the helper method WebKitSearch._args_to_flags() instead of sending 'reverse' for a second time.
2021-11-04Use a helper method to (re)set search flagsTim Gadanidis
2021-11-02Reset flags on duplicate search with WebKitTim Gadanidis
2021-11-02Reset flags on duplicate searchTim Gadanidis
Reset flags when the user searches for the same text multiple times, instead of completely ignoring it. This fixes an issue where searching forward, and then searching backward for the same text, would not reset the search direction.
2021-11-01Always close tabs when given or takenTim Gadanidis
Add an optional boolean argument to `tabbed_browser.close_tab()` called `transfer` which indicates whether the tab is closing as a result of being given to another window (`tab-give`) or taken by another window (`tab-take`). If so, the tab will always close, even if it is the last tab in the window and `tabs.last_close` is not set to 'close'.
2021-11-01Port logic and timer to WebEngineAudiolyeoh
2021-11-01Fix type hintlyeoh
2021-11-01Refactor _delayed_recently_audible_changedlyeoh
- to use a generic QTimer instead of a Throttle - to work with multiple tabs intermittently dropping audio