diff --git a/.travis.yml b/.travis.yml index 58e7f09d5..8fa525d35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ matrix: - os: osx env: TESTENV=py35 OSX=elcapitan osx_image: xcode7.3 - # https://github.com/The-Compiler/qutebrowser/issues/2013 + # https://github.com/qutebrowser/qutebrowser/issues/2013 # - os: osx # env: TESTENV=py35 OSX=yosemite # osx_image: xcode6.4 diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 479b010f5..221c6b70e 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -845,7 +845,7 @@ Fixed - Fixed horrible completion performance when the `shrink` option was set. - Sessions now store zoom/scroll-position correctly. -https://github.com/The-Compiler/qutebrowser/releases/tag/v0.2.1[v0.2.1] +https://github.com/qutebrowser/qutebrowser/releases/tag/v0.2.1[v0.2.1] ----------------------------------------------------------------------- Fixed @@ -853,7 +853,7 @@ Fixed - Added missing manpage (doc/qutebrowser.1.asciidoc) to archive. -https://github.com/The-Compiler/qutebrowser/releases/tag/v0.2.0[v0.2.0] +https://github.com/qutebrowser/qutebrowser/releases/tag/v0.2.0[v0.2.0] ----------------------------------------------------------------------- Added @@ -996,7 +996,7 @@ Fixed - Add a timeout to pastebin HTTP replies. - Various other fixes for small/rare bugs. -https://github.com/The-Compiler/qutebrowser/releases/tag/v0.1.4[v0.1.4] +https://github.com/qutebrowser/qutebrowser/releases/tag/v0.1.4[v0.1.4] ----------------------------------------------------------------------- Changed @@ -1040,7 +1040,7 @@ Security * Stop the icon database from being created when private-browsing is set to true. * Disable insecure SSL ciphers. -https://github.com/The-Compiler/qutebrowser/releases/tag/v0.1.3[v0.1.3] +https://github.com/qutebrowser/qutebrowser/releases/tag/v0.1.3[v0.1.3] ----------------------------------------------------------------------- Changed @@ -1074,7 +1074,7 @@ Security * Fix for HTTP passwords accidentally being written to debug log. -https://github.com/The-Compiler/qutebrowser/releases/tag/v0.1.2[v0.1.2] +https://github.com/qutebrowser/qutebrowser/releases/tag/v0.1.2[v0.1.2] ----------------------------------------------------------------------- Changed @@ -1106,7 +1106,7 @@ Fixed * Fix user-stylesheet setting with an empty value. -https://github.com/The-Compiler/qutebrowser/releases/tag/v0.1.1[v0.1.1] +https://github.com/qutebrowser/qutebrowser/releases/tag/v0.1.1[v0.1.1] ----------------------------------------------------------------------- Added @@ -1164,7 +1164,7 @@ Fixed * Ensure the docs get included in `freeze.py`. * Fix crash with `:zoom`. -https://github.com/The-Compiler/qutebrowser/releases/tag/v0.1[v0.1] +https://github.com/qutebrowser/qutebrowser/releases/tag/v0.1[v0.1] ------------------------------------------------------------------- Initial release. diff --git a/CONTRIBUTING.asciidoc b/CONTRIBUTING.asciidoc index 05ec6df67..e12d9cb9a 100644 --- a/CONTRIBUTING.asciidoc +++ b/CONTRIBUTING.asciidoc @@ -34,12 +34,12 @@ this. It might be a good idea to ask on the mailing list or IRC channel to make sure nobody else started working on the same thing already. If you want to find something useful to do, check the -https://github.com/The-Compiler/qutebrowser/issues[issue tracker]. Some +https://github.com/qutebrowser/qutebrowser/issues[issue tracker]. Some pointers: -* https://github.com/The-Compiler/qutebrowser/labels/easy[Issues which should +* https://github.com/qutebrowser/qutebrowser/labels/easy[Issues which should be easy to solve] -* https://github.com/The-Compiler/qutebrowser/labels/not%20code[Issues which +* https://github.com/qutebrowser/qutebrowser/labels/not%20code[Issues which require little/no coding] There are also some things to do if you don't want to write code: @@ -55,7 +55,7 @@ qutebrowser uses http://git-scm.com/[git] for its development. You can clone the repo like this: ---- -git clone https://github.com/The-Compiler/qutebrowser.git +git clone https://github.com/qutebrowser/qutebrowser.git ---- If you don't know git, a http://git-scm.com/[git cheatsheet] might come in @@ -629,7 +629,7 @@ and make sure all bugs marked as resolved are actually fixed. * Grep for `WORKAROUND` in the code and test if fixed stuff works without the workaround. * Check relevant -https://github.com/The-Compiler/qutebrowser/issues?q=is%3Aopen+is%3Aissue+label%3Aqt[qutebrowser +https://github.com/qutebrowser/qutebrowser/issues?q=is%3Aopen+is%3Aissue+label%3Aqt[qutebrowser bugs] and check if they're fixed. New PyQt release @@ -659,7 +659,7 @@ qutebrowser release * `git push origin`; `git push origin v0.$x.$y` * If committing on minor branch, cherry-pick release commit to master. * Create release on github -* Mark the milestone at https://github.com/The-Compiler/qutebrowser/milestones +* Mark the milestone at https://github.com/qutebrowser/qutebrowser/milestones as closed. * Linux: Run `python3 scripts/dev/build_release.py --upload v0.$x.$y` diff --git a/FAQ.asciidoc b/FAQ.asciidoc index 5459a63cf..71d5f2834 100644 --- a/FAQ.asciidoc +++ b/FAQ.asciidoc @@ -105,7 +105,7 @@ It also works nicely with rapid hints: How do I use qutebrowser with mutt?:: Due to a Qt limitation, local files without `.html` extensions are "downloaded" instead of displayed, see - https://github.com/The-Compiler/qutebrowser/issues/566[#566]. You can work + https://github.com/qutebrowser/qutebrowser/issues/566[#566]. You can work around this by using this in your `mailcap`: + ---- @@ -141,7 +141,7 @@ Experiencing freezing on sites like duckduckgo and youtube.:: This issue could be caused by stale plugin files installed by `mozplugger` if mozplugger was subsequently removed. Try exiting qutebrowser and removing `~/.mozilla/plugins/mozplugger*.so`. - See https://github.com/The-Compiler/qutebrowser/issues/357[Issue #357] + See https://github.com/qutebrowser/qutebrowser/issues/357[Issue #357] for more details. Experiencing segfaults (crashes) on Debian systems.:: @@ -155,7 +155,7 @@ Segfaults on Facebook, Medium, Amazon, ...:: visiting these sites. This is caused by various bugs in Qt which have been fixed in Qt 5.4. However Debian and Ubuntu are slow to adopt or upgrade some packages. On Debian Jessie, it's recommended to use the experimental - repos as described in https://github.com/The-Compiler/qutebrowser/blob/master/INSTALL.asciidoc#on-debian--ubuntu[INSTALL]. + repos as described in https://github.com/qutebrowser/qutebrowser/blob/master/INSTALL.asciidoc#on-debian--ubuntu[INSTALL]. + Since Ubuntu Trusty (using Qt 5.2.1), https://bugreports.qt.io/browse/QTBUG-42417?jql=component%20%3D%20WebKit%20and%20resolution%20%3D%20Done%20and%20fixVersion%20in%20(5.3.0%2C%20%225.3.0%20Alpha%22%2C%20%225.3.0%20Beta1%22%2C%20%225.3.0%20RC1%22%2C%205.3.1%2C%205.3.2%2C%205.4.0%2C%20%225.4.0%20Alpha%22%2C%20%225.4.0%20Beta%22%2C%20%225.4.0%20RC%22)%20and%20priority%20in%20(%22P2%3A%20Important%22%2C%20%22P1%3A%20Critical%22%2C%20%22P0%3A%20Blocker%22)[over @@ -166,7 +166,7 @@ https://bugreports.qt.io/browse/QTBUG-42417?jql=component%20%3D%20WebKit%20and%2 My issue is not listed.:: If you experience any segfaults or crashes, you can report the issue in - https://github.com/The-Compiler/qutebrowser/issues[the issue tracker] or + https://github.com/qutebrowser/qutebrowser/issues[the issue tracker] or using the `:report` command. If you are reporting a segfault, make sure you read the link:doc/stacktrace.asciidoc[guide] on how to report them with all needed diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc index f5007ccfd..f429d551b 100644 --- a/INSTALL.asciidoc +++ b/INSTALL.asciidoc @@ -25,7 +25,7 @@ Install the dependencies via apt-get: ---- Get the qutebrowser package from the -https://github.com/The-Compiler/qutebrowser/releases[release page] and download +https://github.com/qutebrowser/qutebrowser/releases[release page] and download the https://qutebrowser.org/python3-pypeg2_2.15.2-1_all.deb[PyPEG2 package]. Install the packages: @@ -214,7 +214,7 @@ Prebuilt binaries ~~~~~~~~~~~~~~~~~ Prebuilt standalone packages and MSI installers -https://github.com/The-Compiler/qutebrowser/releases[are built] for every +https://github.com/qutebrowser/qutebrowser/releases[are built] for every release. https://chocolatey.org/packages/qutebrowser[Chocolatey package] @@ -254,7 +254,7 @@ Prebuilt binary The easiest way to install qutebrowser on OS X is to use the prebuilt `.app` files from the -https://github.com/The-Compiler/qutebrowser/releases[release page]. +https://github.com/qutebrowser/qutebrowser/releases[release page]. This binary is also available through the https://caskroom.github.io/[Homebrew Cask] package manager: @@ -313,7 +313,7 @@ First of all, clone the repository using http://git-scm.org/[git] and switch into the repository folder: ---- -$ git clone https://github.com/The-Compiler/qutebrowser.git +$ git clone https://github.com/qutebrowser/qutebrowser.git $ cd qutebrowser ---- diff --git a/README.asciidoc b/README.asciidoc index 73276634c..69487cdcb 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -1,7 +1,7 @@ // If you are reading this in plaintext or on PyPi: // // A rendered version is available at: -// https://github.com/The-Compiler/qutebrowser/blob/master/README.asciidoc +// https://github.com/qutebrowser/qutebrowser/blob/master/README.asciidoc qutebrowser =========== @@ -9,14 +9,14 @@ qutebrowser // QUTE_WEB_HIDE image:icons/qutebrowser-64x64.png[qutebrowser logo] *A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit.* -image:https://img.shields.io/pypi/l/qutebrowser.svg?style=flat["license badge",link="https://github.com/The-Compiler/qutebrowser/blob/master/COPYING"] +image:https://img.shields.io/pypi/l/qutebrowser.svg?style=flat["license badge",link="https://github.com/qutebrowser/qutebrowser/blob/master/COPYING"] image:https://img.shields.io/pypi/v/qutebrowser.svg?style=flat["version badge",link="https://pypi.python.org/pypi/qutebrowser/"] image:https://requires.io/github/The-Compiler/qutebrowser/requirements.svg?branch=master["requirements badge",link="https://requires.io/github/The-Compiler/qutebrowser/requirements/?branch=master"] image:https://travis-ci.org/The-Compiler/qutebrowser.svg?branch=master["Build Status", link="https://travis-ci.org/The-Compiler/qutebrowser"] image:https://ci.appveyor.com/api/projects/status/9gmnuip6i1oq7046?svg=true["AppVeyor build status", link="https://ci.appveyor.com/project/The-Compiler/qutebrowser"] image:https://codecov.io/github/The-Compiler/qutebrowser/coverage.svg?branch=master["coverage badge",link="https://codecov.io/github/The-Compiler/qutebrowser?branch=master"] -link:https://www.qutebrowser.org[website] | link:https://blog.qutebrowser.org[blog] | link:https://github.com/The-Compiler/qutebrowser/releases[releases] +link:https://www.qutebrowser.org[website] | link:https://blog.qutebrowser.org[blog] | link:https://github.com/qutebrowser/qutebrowser/releases[releases] // QUTE_WEB_HIDE_END qutebrowser is a keyboard-focused browser with a minimal GUI. It's based @@ -35,7 +35,7 @@ image:doc/img/hints.png["screenshot 4",width=300,link="doc/img/hints.png"] Downloads --------- -See the https://github.com/The-Compiler/qutebrowser/releases[github releases +See the https://github.com/qutebrowser/qutebrowser/releases[github releases page] for available downloads (currently a source archive, and standalone packages as well as MSI installers for Windows). diff --git a/doc/qutebrowser.1.asciidoc b/doc/qutebrowser.1.asciidoc index 93e632678..b427ed012 100644 --- a/doc/qutebrowser.1.asciidoc +++ b/doc/qutebrowser.1.asciidoc @@ -127,7 +127,7 @@ defaults. == BUGS Bugs are tracked in the Github issue tracker at -https://github.com/The-Compiler/qutebrowser/issues. +https://github.com/qutebrowser/qutebrowser/issues. If you found a bug, use the built-in ':report' command to create a bug report with all information needed. @@ -160,7 +160,7 @@ https://lists.schokokeks.org/mailman/listinfo.cgi/qutebrowser https://lists.schokokeks.org/mailman/listinfo.cgi/qutebrowser-announce * IRC: irc://irc.freenode.org/#qutebrowser[`#qutebrowser`] on http://freenode.net/[Freenode] -* Github: https://github.com/The-Compiler/qutebrowser +* Github: https://github.com/qutebrowser/qutebrowser == AUTHOR *qutebrowser* was written by Florian Bruhin. All contributors can be found in diff --git a/pytest.ini b/pytest.ini index 24f5a4528..e8fd3dd95 100644 --- a/pytest.ini +++ b/pytest.ini @@ -20,7 +20,7 @@ markers = qtwebengine_flaky: Tests which are flaky (and currently skipped) with QtWebEngine qtwebengine_osx_xfail: Tests which fail on OS X with QtWebEngine js_prompt: Tests needing to display a javascript prompt - issue2183: https://github.com/The-Compiler/qutebrowser/issues/2183 + issue2183: https://github.com/qutebrowser/qutebrowser/issues/2183 this: Used to mark tests during development qt_log_level_fail = WARNING qt_log_ignore = diff --git a/qutebrowser/app.py b/qutebrowser/app.py index 5b7cf545c..3c4c605a6 100644 --- a/qutebrowser/app.py +++ b/qutebrowser/app.py @@ -534,7 +534,7 @@ class Quitter: if not os.path.isdir(cwd): # Probably running from a python egg. Let's fallback to # cwd=None and see if that works out. - # See https://github.com/The-Compiler/qutebrowser/issues/323 + # See https://github.com/qutebrowser/qutebrowser/issues/323 cwd = None # Add all open pages so they get reopened. diff --git a/qutebrowser/browser/browsertab.py b/qutebrowser/browser/browsertab.py index e868f3261..4144928d2 100644 --- a/qutebrowser/browser/browsertab.py +++ b/qutebrowser/browser/browsertab.py @@ -182,7 +182,7 @@ class AbstractZoom(QObject): # # FIXME:qtwebengine is this needed? # # For some reason, this signal doesn't get disconnected automatically # # when the WebView is destroyed on older PyQt versions. - # # See https://github.com/The-Compiler/qutebrowser/issues/390 + # # See https://github.com/qutebrowser/qutebrowser/issues/390 # self.destroyed.connect(functools.partial( # cfg.changed.disconnect, self.init_neighborlist)) diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index 3bfe22bed..95dd0e4f2 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -652,7 +652,7 @@ class CommandDispatcher: """ tab = self._current_widget() if not tab.url().isValid(): - # See https://github.com/The-Compiler/qutebrowser/issues/701 + # See https://github.com/qutebrowser/qutebrowser/issues/701 return if bottom_navigate is not None and tab.scroller.at_bottom(): @@ -833,7 +833,7 @@ class CommandDispatcher: """ if self._count() == 0: # Running :tab-prev after last tab was closed - # See https://github.com/The-Compiler/qutebrowser/issues/1448 + # See https://github.com/qutebrowser/qutebrowser/issues/1448 return newidx = self._current_index() - count if newidx >= 0: @@ -853,7 +853,7 @@ class CommandDispatcher: """ if self._count() == 0: # Running :tab-next after last tab was closed - # See https://github.com/The-Compiler/qutebrowser/issues/1448 + # See https://github.com/qutebrowser/qutebrowser/issues/1448 return newidx = self._current_index() + count if newidx < self._count(): diff --git a/qutebrowser/browser/downloads.py b/qutebrowser/browser/downloads.py index 378fe9a19..8a1a7853a 100644 --- a/qutebrowser/browser/downloads.py +++ b/qutebrowser/browser/downloads.py @@ -125,7 +125,7 @@ def create_full_filename(basename, filename): The full absolute path, or None if filename creation was not possible. """ # Remove chars which can't be encoded in the filename encoding. - # See https://github.com/The-Compiler/qutebrowser/issues/427 + # See https://github.com/qutebrowser/qutebrowser/issues/427 encoding = sys.getfilesystemencoding() filename = utils.force_encoding(filename, encoding) basename = utils.force_encoding(basename, encoding) @@ -741,7 +741,7 @@ class AbstractDownloadManager(QObject): def _remove_item(self, download): """Remove a given download.""" if sip.isdeleted(self): - # https://github.com/The-Compiler/qutebrowser/issues/1242 + # https://github.com/qutebrowser/qutebrowser/issues/1242 return try: idx = self.downloads.index(download) diff --git a/qutebrowser/browser/downloadview.py b/qutebrowser/browser/downloadview.py index 783a6a94d..f2a380114 100644 --- a/qutebrowser/browser/downloadview.py +++ b/qutebrowser/browser/downloadview.py @@ -39,8 +39,8 @@ def update_geometry(obj): Here we check if obj ("self") was deleted and just ignore the event if so. - Original bug: https://github.com/The-Compiler/qutebrowser/issues/167 - Workaround bug: https://github.com/The-Compiler/qutebrowser/issues/171 + Original bug: https://github.com/qutebrowser/qutebrowser/issues/167 + Workaround bug: https://github.com/qutebrowser/qutebrowser/issues/171 """ def _update_geometry(): """Actually update the geometry if the object still exists.""" diff --git a/qutebrowser/browser/history.py b/qutebrowser/browser/history.py index 40c497823..130a25c67 100644 --- a/qutebrowser/browser/history.py +++ b/qutebrowser/browser/history.py @@ -88,7 +88,7 @@ class Entry: if not url.isValid(): raise ValueError("Invalid URL: {}".format(url.errorString())) - # https://github.com/The-Compiler/qutebrowser/issues/670 + # https://github.com/qutebrowser/qutebrowser/issues/670 atime = atime.lstrip('\0') if '-' in atime: diff --git a/qutebrowser/browser/mouse.py b/qutebrowser/browser/mouse.py index d608db466..247c31a6d 100644 --- a/qutebrowser/browser/mouse.py +++ b/qutebrowser/browser/mouse.py @@ -114,7 +114,7 @@ class MouseEventFilter(QObject): e: The QWheelEvent. """ if self._ignore_wheel_event: - # See https://github.com/The-Compiler/qutebrowser/issues/395 + # See https://github.com/qutebrowser/qutebrowser/issues/395 self._ignore_wheel_event = False return True diff --git a/qutebrowser/browser/shared.py b/qutebrowser/browser/shared.py index 3d171c696..885e2809d 100644 --- a/qutebrowser/browser/shared.py +++ b/qutebrowser/browser/shared.py @@ -158,7 +158,7 @@ def ignore_certificate_errors(url, errors, abort_on): log.webview.debug("ssl-strict is False, only warning about errors") for err in errors: # FIXME we might want to use warn here (non-fatal error) - # https://github.com/The-Compiler/qutebrowser/issues/114 + # https://github.com/qutebrowser/qutebrowser/issues/114 message.error('Certificate error: {}'.format(err)) return True elif ssl_strict is True: diff --git a/qutebrowser/browser/webelem.py b/qutebrowser/browser/webelem.py index dfcd69ef7..85c6774b2 100644 --- a/qutebrowser/browser/webelem.py +++ b/qutebrowser/browser/webelem.py @@ -161,7 +161,7 @@ class AbstractWebElement(collections.abc.MutableMapping): Skipping of small rectangles is due to elements containing other elements with "display:block" style, see - https://github.com/The-Compiler/qutebrowser/issues/1298 + https://github.com/qutebrowser/qutebrowser/issues/1298 Args: elem_geometry: The geometry of the element, or None. @@ -312,7 +312,7 @@ class AbstractWebElement(collections.abc.MutableMapping): # Click the center of the largest square fitting into the top/left # corner of the rectangle, this will help if part of the element # is hidden behind other elements - # https://github.com/The-Compiler/qutebrowser/issues/1005 + # https://github.com/qutebrowser/qutebrowser/issues/1005 rect = self.rect_on_view() if rect.width() > rect.height(): rect.setWidth(rect.height()) diff --git a/qutebrowser/browser/webengine/webengineelem.py b/qutebrowser/browser/webengine/webengineelem.py index 8e493bf9b..40d467f43 100644 --- a/qutebrowser/browser/webengine/webengineelem.py +++ b/qutebrowser/browser/webengine/webengineelem.py @@ -110,7 +110,7 @@ class WebEngineElement(webelem.AbstractWebElement): Skipping of small rectangles is due to elements containing other elements with "display:block" style, see - https://github.com/The-Compiler/qutebrowser/issues/1298 + https://github.com/qutebrowser/qutebrowser/issues/1298 Args: elem_geometry: The geometry of the element, or None. diff --git a/qutebrowser/browser/webkit/mhtml.py b/qutebrowser/browser/webkit/mhtml.py index 97da148a0..1d16a0669 100644 --- a/qutebrowser/browser/webkit/mhtml.py +++ b/qutebrowser/browser/webkit/mhtml.py @@ -349,8 +349,8 @@ class _Downloader: # Using the download manager to download host-blocked urls might crash # qute, see the comments/discussion on - # https://github.com/The-Compiler/qutebrowser/pull/962#discussion_r40256987 - # and https://github.com/The-Compiler/qutebrowser/issues/1053 + # https://github.com/qutebrowser/qutebrowser/pull/962#discussion_r40256987 + # and https://github.com/qutebrowser/qutebrowser/issues/1053 host_blocker = objreg.get('host-blocker') if host_blocker.is_blocked(url): log.downloads.debug("Skipping {}, host-blocked".format(url)) diff --git a/qutebrowser/browser/webkit/network/networkmanager.py b/qutebrowser/browser/webkit/network/networkmanager.py index 5e26893f5..caa04636d 100644 --- a/qutebrowser/browser/webkit/network/networkmanager.py +++ b/qutebrowser/browser/webkit/network/networkmanager.py @@ -434,7 +434,7 @@ class NetworkManager(QNetworkAccessManager): tab=self._tab_id) current_url = tab.url() except (KeyError, RuntimeError, TypeError): - # https://github.com/The-Compiler/qutebrowser/issues/889 + # https://github.com/qutebrowser/qutebrowser/issues/889 # Catching RuntimeError and TypeError because we could be in # the middle of the webpage shutdown here. current_url = QUrl() diff --git a/qutebrowser/browser/webkit/network/webkitqutescheme.py b/qutebrowser/browser/webkit/network/webkitqutescheme.py index cb4c68d97..61ef760bc 100644 --- a/qutebrowser/browser/webkit/network/webkitqutescheme.py +++ b/qutebrowser/browser/webkit/network/webkitqutescheme.py @@ -74,7 +74,7 @@ class JSBridge(QObject): @pyqtSlot(str, str, str) def set(self, sectname, optname, value): """Slot to set a setting from qute:settings.""" - # https://github.com/The-Compiler/qutebrowser/issues/727 + # https://github.com/qutebrowser/qutebrowser/issues/727 if ((sectname, optname) == ('content', 'allow-javascript') and value == 'false'): message.error("Refusing to disable javascript via qute:settings " diff --git a/qutebrowser/browser/webkit/rfc6266.py b/qutebrowser/browser/webkit/rfc6266.py index cc7f50f1e..89f4c78c6 100644 --- a/qutebrowser/browser/webkit/rfc6266.py +++ b/qutebrowser/browser/webkit/rfc6266.py @@ -117,7 +117,7 @@ class Language(str): """A language-tag (RFC 5646, Section 2.1). FIXME: This grammar is not 100% correct yet. - https://github.com/The-Compiler/qutebrowser/issues/105 + https://github.com/qutebrowser/qutebrowser/issues/105 """ grammar = re.compile('[A-Za-z0-9-]+') @@ -132,7 +132,7 @@ class ValueChars(str): """A value of an attribute. FIXME: Can we merge this with Value? - https://github.com/The-Compiler/qutebrowser/issues/105 + https://github.com/qutebrowser/qutebrowser/issues/105 """ grammar = re.compile('({}|{})*'.format(attr_char_re, hex_digit_re)) diff --git a/qutebrowser/browser/webkit/webkitelem.py b/qutebrowser/browser/webkit/webkitelem.py index aab3d237c..56e6baf6f 100644 --- a/qutebrowser/browser/webkit/webkitelem.py +++ b/qutebrowser/browser/webkit/webkitelem.py @@ -162,7 +162,7 @@ class WebKitElement(webelem.AbstractWebElement): # On e.g. Void Linux with musl libc, the stack size is too small # for jsc, and running JS will fail. If that happens, fall back to # the Python implementation. - # https://github.com/The-Compiler/qutebrowser/issues/1641 + # https://github.com/qutebrowser/qutebrowser/issues/1641 return None text = utils.compact_text(self._elem.toOuterXml(), 500) @@ -216,7 +216,7 @@ class WebKitElement(webelem.AbstractWebElement): Skipping of small rectangles is due to elements containing other elements with "display:block" style, see - https://github.com/The-Compiler/qutebrowser/issues/1298 + https://github.com/qutebrowser/qutebrowser/issues/1298 Args: elem_geometry: The geometry of the element, or None. diff --git a/qutebrowser/browser/webkit/webkittab.py b/qutebrowser/browser/webkit/webkittab.py index 9cb4ea68c..6c12d875c 100644 --- a/qutebrowser/browser/webkit/webkittab.py +++ b/qutebrowser/browser/webkit/webkittab.py @@ -677,7 +677,7 @@ class WebKitTab(browsertab.AbstractTab): While Qt has a bool "ok" attribute for loadFinished, it always is True when using error pages... See - https://github.com/The-Compiler/qutebrowser/issues/84 + https://github.com/qutebrowser/qutebrowser/issues/84 """ self._on_load_finished(not self._widget.page().error_occurred) @@ -690,8 +690,8 @@ class WebKitTab(browsertab.AbstractTab): def _on_frame_created(self, frame): """Connect the contentsSizeChanged signal of each frame.""" # FIXME:qtwebengine those could theoretically regress: - # https://github.com/The-Compiler/qutebrowser/issues/152 - # https://github.com/The-Compiler/qutebrowser/issues/263 + # https://github.com/qutebrowser/qutebrowser/issues/152 + # https://github.com/qutebrowser/qutebrowser/issues/263 frame.contentsSizeChanged.connect(self._on_contents_size_changed) @pyqtSlot(QSize) diff --git a/qutebrowser/browser/webkit/webview.py b/qutebrowser/browser/webkit/webview.py index 7795f3962..6494b04b8 100644 --- a/qutebrowser/browser/webkit/webview.py +++ b/qutebrowser/browser/webkit/webview.py @@ -59,7 +59,7 @@ class WebView(QWebView): super().__init__(parent) if sys.platform == 'darwin' and qtutils.version_check('5.4'): # WORKAROUND for https://bugreports.qt.io/browse/QTBUG-42948 - # See https://github.com/The-Compiler/qutebrowser/issues/462 + # See https://github.com/qutebrowser/qutebrowser/issues/462 self.setStyle(QStyleFactory.create('Fusion')) # FIXME:qtwebengine this is only used to set the zoom factor from # the QWebPage - we should get rid of it somehow (signals?) diff --git a/qutebrowser/completion/completer.py b/qutebrowser/completion/completer.py index c5c1915ca..74c759c0d 100644 --- a/qutebrowser/completion/completer.py +++ b/qutebrowser/completion/completer.py @@ -239,7 +239,7 @@ class Completer(QObject): # This is a search or gibberish, so we don't need to complete # anything (yet) # FIXME complete searches - # https://github.com/The-Compiler/qutebrowser/issues/32 + # https://github.com/qutebrowser/qutebrowser/issues/32 completion.set_model(None) return diff --git a/qutebrowser/completion/completiondelegate.py b/qutebrowser/completion/completiondelegate.py index b48952d1c..dfb479b3f 100644 --- a/qutebrowser/completion/completiondelegate.py +++ b/qutebrowser/completion/completiondelegate.py @@ -54,7 +54,7 @@ class CompletionItemDelegate(QStyledItemDelegate): # FIXME this is horribly slow when resizing. # We should probably cache something in _get_textdoc or so, but as soon as # we implement eliding that cache probably isn't worth much anymore... - # https://github.com/The-Compiler/qutebrowser/issues/121 + # https://github.com/qutebrowser/qutebrowser/issues/121 def __init__(self, parent=None): self._painter = None @@ -173,7 +173,7 @@ class CompletionItemDelegate(QStyledItemDelegate): """ # FIXME we probably should do eliding here. See # qcommonstyle.cpp:viewItemDrawText - # https://github.com/The-Compiler/qutebrowser/issues/118 + # https://github.com/qutebrowser/qutebrowser/issues/118 text_option = QTextOption() if self._opt.features & QStyleOptionViewItem.WrapText: text_option.setWrapMode(QTextOption.WordWrap) diff --git a/qutebrowser/completion/completionwidget.py b/qutebrowser/completion/completionwidget.py index 8a8f9cfb6..294d50332 100644 --- a/qutebrowser/completion/completionwidget.py +++ b/qutebrowser/completion/completionwidget.py @@ -134,7 +134,7 @@ class CompletionView(QTreeView): self.setUniformRowHeights(True) self.hide() # FIXME set elidemode - # https://github.com/The-Compiler/qutebrowser/issues/118 + # https://github.com/qutebrowser/qutebrowser/issues/118 def __repr__(self): return utils.get_repr(self) diff --git a/qutebrowser/completion/models/configmodel.py b/qutebrowser/completion/models/configmodel.py index 2983dbe5c..4058a5f00 100644 --- a/qutebrowser/completion/models/configmodel.py +++ b/qutebrowser/completion/models/configmodel.py @@ -30,7 +30,7 @@ class SettingSectionCompletionModel(base.BaseCompletionModel): """A CompletionModel filled with settings sections.""" - # https://github.com/The-Compiler/qutebrowser/issues/545 + # https://github.com/qutebrowser/qutebrowser/issues/545 # pylint: disable=abstract-method COLUMN_WIDTHS = (20, 70, 10) @@ -52,7 +52,7 @@ class SettingOptionCompletionModel(base.BaseCompletionModel): _section: The config section this model shows. """ - # https://github.com/The-Compiler/qutebrowser/issues/545 + # https://github.com/qutebrowser/qutebrowser/issues/545 # pylint: disable=abstract-method COLUMN_WIDTHS = (20, 70, 10) @@ -108,7 +108,7 @@ class SettingValueCompletionModel(base.BaseCompletionModel): _option: The config option this model shows. """ - # https://github.com/The-Compiler/qutebrowser/issues/545 + # https://github.com/qutebrowser/qutebrowser/issues/545 # pylint: disable=abstract-method COLUMN_WIDTHS = (20, 70, 10) diff --git a/qutebrowser/completion/models/miscmodels.py b/qutebrowser/completion/models/miscmodels.py index 450549057..15ec21fc6 100644 --- a/qutebrowser/completion/models/miscmodels.py +++ b/qutebrowser/completion/models/miscmodels.py @@ -32,7 +32,7 @@ class CommandCompletionModel(base.BaseCompletionModel): """A CompletionModel filled with non-hidden commands and descriptions.""" - # https://github.com/The-Compiler/qutebrowser/issues/545 + # https://github.com/qutebrowser/qutebrowser/issues/545 # pylint: disable=abstract-method COLUMN_WIDTHS = (20, 60, 20) @@ -50,7 +50,7 @@ class HelpCompletionModel(base.BaseCompletionModel): """A CompletionModel filled with help topics.""" - # https://github.com/The-Compiler/qutebrowser/issues/545 + # https://github.com/qutebrowser/qutebrowser/issues/545 # pylint: disable=abstract-method def __init__(self, parent=None): @@ -87,7 +87,7 @@ class QuickmarkCompletionModel(base.BaseCompletionModel): """A CompletionModel filled with all quickmarks.""" - # https://github.com/The-Compiler/qutebrowser/issues/545 + # https://github.com/qutebrowser/qutebrowser/issues/545 # pylint: disable=abstract-method def __init__(self, parent=None): @@ -102,7 +102,7 @@ class BookmarkCompletionModel(base.BaseCompletionModel): """A CompletionModel filled with all bookmarks.""" - # https://github.com/The-Compiler/qutebrowser/issues/545 + # https://github.com/qutebrowser/qutebrowser/issues/545 # pylint: disable=abstract-method def __init__(self, parent=None): @@ -117,7 +117,7 @@ class SessionCompletionModel(base.BaseCompletionModel): """A CompletionModel filled with session names.""" - # https://github.com/The-Compiler/qutebrowser/issues/545 + # https://github.com/qutebrowser/qutebrowser/issues/545 # pylint: disable=abstract-method def __init__(self, parent=None): @@ -249,7 +249,7 @@ class BindCompletionModel(base.BaseCompletionModel): """A CompletionModel filled with all bindable commands and descriptions.""" - # https://github.com/The-Compiler/qutebrowser/issues/545 + # https://github.com/qutebrowser/qutebrowser/issues/545 # pylint: disable=abstract-method COLUMN_WIDTHS = (20, 60, 20) diff --git a/qutebrowser/config/config.py b/qutebrowser/config/config.py index 9e8f14621..aa9ac1ca3 100644 --- a/qutebrowser/config/config.py +++ b/qutebrowser/config/config.py @@ -233,7 +233,7 @@ def _init_misc(): # doesn't overwrite our config. # # This fixes one of the corruption issues here: - # https://github.com/The-Compiler/qutebrowser/issues/515 + # https://github.com/qutebrowser/qutebrowser/issues/515 path = os.path.join(standarddir.config(), 'qsettings') for fmt in [QSettings.NativeFormat, QSettings.IniFormat]: diff --git a/qutebrowser/keyinput/modeman.py b/qutebrowser/keyinput/modeman.py index 54487ae5c..741fe87ec 100644 --- a/qutebrowser/keyinput/modeman.py +++ b/qutebrowser/keyinput/modeman.py @@ -299,7 +299,7 @@ class ModeManager(QObject): log.modes.debug("Leaving mode {}{}".format( mode, '' if reason is None else ' (reason: {})'.format(reason))) # leaving a mode implies clearing keychain, see - # https://github.com/The-Compiler/qutebrowser/issues/1805 + # https://github.com/qutebrowser/qutebrowser/issues/1805 self.clear_keychain() self.mode = usertypes.KeyMode.normal self.left.emit(mode, self.mode, self._win_id) diff --git a/qutebrowser/mainwindow/prompt.py b/qutebrowser/mainwindow/prompt.py index 5af2f6b7c..8943d8fb8 100644 --- a/qutebrowser/mainwindow/prompt.py +++ b/qutebrowser/mainwindow/prompt.py @@ -112,7 +112,7 @@ class PromptQueue(QObject): if not sip.isdeleted(question): # the question could already be deleted, e.g. by a cancelled # download. See - # https://github.com/The-Compiler/qutebrowser/issues/415 + # https://github.com/qutebrowser/qutebrowser/issues/415 self.ask_question(question, blocking=False) def shutdown(self): @@ -153,7 +153,7 @@ class PromptQueue(QObject): if self._shutting_down: # If we're currently shutting down we have to ignore this question # to avoid segfaults - see - # https://github.com/The-Compiler/qutebrowser/issues/95 + # https://github.com/qutebrowser/qutebrowser/issues/95 log.prompt.debug("Ignoring question because we're shutting down.") question.abort() return None diff --git a/qutebrowser/mainwindow/tabbedbrowser.py b/qutebrowser/mainwindow/tabbedbrowser.py index 0cdb5eff9..d65360359 100644 --- a/qutebrowser/mainwindow/tabbedbrowser.py +++ b/qutebrowser/mainwindow/tabbedbrowser.py @@ -270,7 +270,7 @@ class TabbedBrowser(tabwidget.TabWidget): # There are some good reasons why a URL could be empty # (target="_blank" with a download, see [1]), so we silently ignore # this. - # [1] https://github.com/The-Compiler/qutebrowser/issues/163 + # [1] https://github.com/qutebrowser/qutebrowser/issues/163 pass else: # We display a warnings for URLs which are not empty but invalid - diff --git a/qutebrowser/mainwindow/tabwidget.py b/qutebrowser/mainwindow/tabwidget.py index de65fa280..c4c4beaa5 100644 --- a/qutebrowser/mainwindow/tabwidget.py +++ b/qutebrowser/mainwindow/tabwidget.py @@ -253,7 +253,7 @@ class TabBar(QTabBar): fixing this would be a lot of effort, so we'll postpone it until we're reimplementing drag&drop for other reasons. - https://github.com/The-Compiler/qutebrowser/issues/126 + https://github.com/qutebrowser/qutebrowser/issues/126 Attributes: vertical: When the tab bar is currently vertical. diff --git a/qutebrowser/misc/earlyinit.py b/qutebrowser/misc/earlyinit.py index def252a91..66bc55ca0 100644 --- a/qutebrowser/misc/earlyinit.py +++ b/qutebrowser/misc/earlyinit.py @@ -69,7 +69,7 @@ def _missing_str(name, *, windows=None, pip=None, webengine=False): '(like Debian/Ubuntu), so you need to start without ' '--backend webengine there.'), ('QtWebEngine is currently unsupported with the OS X .app, see ' - 'https://github.com/The-Compiler/qutebrowser/issues/1692'), + 'https://github.com/qutebrowser/qutebrowser/issues/1692'), ] else: lines = ['If you installed a qutebrowser package for your ' diff --git a/qutebrowser/misc/editor.py b/qutebrowser/misc/editor.py index 1705df09c..a6f2854d8 100644 --- a/qutebrowser/misc/editor.py +++ b/qutebrowser/misc/editor.py @@ -107,7 +107,7 @@ class ExternalEditor(QObject): # Close while the external process is running, as otherwise systems # with exclusive write access (e.g. Windows) may fail to update # the file from the external editor, see - # https://github.com/The-Compiler/qutebrowser/issues/1767 + # https://github.com/qutebrowser/qutebrowser/issues/1767 with tempfile.NamedTemporaryFile( mode='w', prefix='qutebrowser-editor-', encoding=encoding, delete=False) as fobj: diff --git a/qutebrowser/misc/ipc.py b/qutebrowser/misc/ipc.py index 6641a9ee8..2e918ed07 100644 --- a/qutebrowser/misc/ipc.py +++ b/qutebrowser/misc/ipc.py @@ -222,7 +222,7 @@ class IPCServer(QObject): try: os.chmod(self._server.fullServerName(), 0o700) except FileNotFoundError: - # https://github.com/The-Compiler/qutebrowser/issues/1530 + # https://github.com/qutebrowser/qutebrowser/issues/1530 # The server doesn't actually exist even if ok was reported as # True, so report this as an error. raise ListenError(self._server) diff --git a/qutebrowser/misc/sessions.py b/qutebrowser/misc/sessions.py index 9a544c738..3b18c39a5 100644 --- a/qutebrowser/misc/sessions.py +++ b/qutebrowser/misc/sessions.py @@ -167,7 +167,7 @@ class SessionManager(QObject): if item.title(): data['title'] = item.title() else: - # https://github.com/The-Compiler/qutebrowser/issues/879 + # https://github.com/qutebrowser/qutebrowser/issues/879 if tab.history.current_idx() == idx: data['title'] = tab.title() else: @@ -306,7 +306,7 @@ class SessionManager(QObject): if 'zoom' in data: # The zoom was accidentally stored in 'data' instead of per-tab # earlier. - # See https://github.com/The-Compiler/qutebrowser/issues/728 + # See https://github.com/qutebrowser/qutebrowser/issues/728 user_data['zoom'] = data['zoom'] elif 'zoom' in histentry: user_data['zoom'] = histentry['zoom'] @@ -314,7 +314,7 @@ class SessionManager(QObject): if 'scroll-pos' in data: # The scroll position was accidentally stored in 'data' instead # of per-tab earlier. - # See https://github.com/The-Compiler/qutebrowser/issues/728 + # See https://github.com/qutebrowser/qutebrowser/issues/728 pos = data['scroll-pos'] user_data['scroll-pos'] = QPoint(pos['x'], pos['y']) elif 'scroll-pos' in histentry: diff --git a/qutebrowser/utils/debug.py b/qutebrowser/utils/debug.py index e342446b4..89ae62faf 100644 --- a/qutebrowser/utils/debug.py +++ b/qutebrowser/utils/debug.py @@ -137,7 +137,7 @@ def qflags_key(base, value, add_base=False, klass=None): Note: Passing a combined value (such as Qt.AlignCenter) will get the names for the individual bits (e.g. Qt.AlignVCenter | Qt.AlignHCenter). FIXME - https://github.com/The-Compiler/qutebrowser/issues/42 + https://github.com/qutebrowser/qutebrowser/issues/42 Args: base: The object the flags are in, e.g. QtCore.Qt diff --git a/qutebrowser/utils/log.py b/qutebrowser/utils/log.py index 07ec78741..e9ce3d463 100644 --- a/qutebrowser/utils/log.py +++ b/qutebrowser/utils/log.py @@ -406,9 +406,9 @@ def qt_message_handler(msg_type, context, msg): # When enabling debugging with QtWebEngine "Remote debugging server started successfully. Try pointing a " "Chromium-based browser to ", - # https://github.com/The-Compiler/qutebrowser/issues/1287 + # https://github.com/qutebrowser/qutebrowser/issues/1287 "QXcbClipboard: SelectionRequest too old", - # https://github.com/The-Compiler/qutebrowser/issues/2071 + # https://github.com/qutebrowser/qutebrowser/issues/2071 'QXcbWindow: Unhandled client message: ""', # https://codereview.qt-project.org/176831 "QObject::disconnect: Unexpected null parameter", @@ -551,7 +551,7 @@ class RAMHandler(logging.Handler): FIXME: We should do all the HTML formatter via jinja2. (probably obsolete when moving to a widget for logging, - https://github.com/The-Compiler/qutebrowser/issues/34 + https://github.com/qutebrowser/qutebrowser/issues/34 """ minlevel = LOG_LEVELS.get(level.upper(), VDEBUG_LEVEL) lines = [] diff --git a/qutebrowser/utils/objreg.py b/qutebrowser/utils/objreg.py index d05424fc3..e54502ef8 100644 --- a/qutebrowser/utils/objreg.py +++ b/qutebrowser/utils/objreg.py @@ -111,7 +111,7 @@ class ObjectRegistry(collections.UserDict): # # With older PyQt-versions (5.2.1) we'll get a "TypeError: # pyqtSignal must be bound to a QObject" instead: - # https://github.com/The-Compiler/qutebrowser/issues/257 + # https://github.com/qutebrowser/qutebrowser/issues/257 pass del partial_objs[name] diff --git a/qutebrowser/utils/urlutils.py b/qutebrowser/utils/urlutils.py index 1199c73f4..7e3827fcd 100644 --- a/qutebrowser/utils/urlutils.py +++ b/qutebrowser/utils/urlutils.py @@ -36,7 +36,7 @@ from qutebrowser.browser.network import pac # FIXME: we probably could raise some exceptions on invalid URLs -# https://github.com/The-Compiler/qutebrowser/issues/108 +# https://github.com/qutebrowser/qutebrowser/issues/108 class InvalidUrlError(ValueError): @@ -297,7 +297,7 @@ def qurl_from_user_input(urlstr): WORKAROUND - https://bugreports.qt.io/browse/QTBUG-41089 FIXME - Maybe https://codereview.qt-project.org/#/c/93851/ has a better way to solve this? - https://github.com/The-Compiler/qutebrowser/issues/109 + https://github.com/qutebrowser/qutebrowser/issues/109 Args: urlstr: The URL as string. diff --git a/qutebrowser/utils/utils.py b/qutebrowser/utils/utils.py index fbed4ede3..f3eab1eab 100644 --- a/qutebrowser/utils/utils.py +++ b/qutebrowser/utils/utils.py @@ -400,7 +400,7 @@ def keyevent_to_string(e): if sys.platform == 'darwin': # Qt swaps Ctrl/Meta on OS X, so we switch it back here so the user can # use it in the config as expected. See: - # https://github.com/The-Compiler/qutebrowser/issues/110 + # https://github.com/qutebrowser/qutebrowser/issues/110 # http://doc.qt.io/qt-5.4/osx-issues.html#special-keys modmask2str = collections.OrderedDict([ (Qt.MetaModifier, 'Ctrl'), diff --git a/scripts/dev/download_release.sh b/scripts/dev/download_release.sh index 80b68d2f0..7ec4d9159 100644 --- a/scripts/dev/download_release.sh +++ b/scripts/dev/download_release.sh @@ -14,7 +14,7 @@ fi cd "$tmpdir" mkdir windows -base="https://github.com/The-Compiler/qutebrowser/releases/download/v$1" +base="https://github.com/qutebrowser/qutebrowser/releases/download/v$1" wget "$base/qutebrowser-$1.tar.gz" || exit 1 wget "$base/qutebrowser-$1.tar.gz.asc" || exit 1 diff --git a/tests/conftest.py b/tests/conftest.py index d016f2e58..bafd1cf74 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -133,7 +133,7 @@ def pytest_collection_modifyitems(config, items): if item.get_marker('issue2183'): item.add_marker(pytest.mark.xfail( config.webengine and qtutils.version_check('5.7.1'), - reason='https://github.com/The-Compiler/qutebrowser/issues/' + reason='https://github.com/qutebrowser/qutebrowser/issues/' '2183')) if deselected: diff --git a/tests/end2end/data/downloads/issue1535.html b/tests/end2end/data/downloads/issue1535.html index aec88420b..2c147bff6 100644 --- a/tests/end2end/data/downloads/issue1535.html +++ b/tests/end2end/data/downloads/issue1535.html @@ -4,7 +4,7 @@

Cancelling a download that belongs to an mhtml download.

-

See also GitHub

+

See also GitHub