- 08 Apr, 2022 1 commit
-
-
Yuya Nishihara authored
According to the following comment, PyQt 5.11 is required for the scoped enum, and requiring Qt 5.11 (or 5.12 LTS) seems reasonable. https://github.com/qutebrowser/qutebrowser/issues/5904
-
- 06 Jun, 2020 1 commit
-
-
Manuel Jacob authored
--HG-- branch : stable
-
- 27 Aug, 2017 2 commits
-
-
Yuya Nishihara authored
4.7.5 is the minimum version as we stopped using QSettings.value(..., type=). Backed out changeset 99ed17f90a6c.
-
Yuya Nishihara authored
Mercurial 4.3 dropped the support for Python 2.6.
-
- 22 Jul, 2017 1 commit
-
-
Yuya Nishihara authored
This allows us to use QSettings.value(..., type=). > v4.8.3 23rd January 2011 > - Added the optional type keyword argument to QSettings.value() to allow the > type of the returned value to be specified.
-
- 10 Sep, 2016 1 commit
-
-
Yuya Nishihara authored
In other words, RHEL6 is no longer supported. We need to switch our codebase to new-style signals to support PyQt5, but old PyQt versions are known to have bugs leading to crash. Supporting these versions would be a mess. https://bitbucket.org/tortoisehg/thg/wiki/developers/PyQtPitfalls
-
- 19 May, 2015 1 commit
-
-
Yuya Nishihara authored
Mercurial finally dropped the support for 2.4 and 2.5.
-
- 28 Feb, 2011 1 commit
-
-
Steve Borho authored
--HG-- branch : stable
-
- 06 Mar, 2011 1 commit
-
-
Yuya Nishihara authored
Since 9f85dac94241, Qt 4.6 is required. And we use keyword arguments, which requires PyQt 4.7. --HG-- branch : stable
-
- 16 Jun, 2010 1 commit
-
-
Adrian Buehlmann authored
-
- 08 May, 2010 1 commit
-
-
Adrian Buehlmann authored
our codebase already uses PyQt new-style signal and slot support as described in http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/pyqt4ref.html#new-style-signal-and-slot-support this requires PyQt 4.5.
-
- 04 May, 2010 1 commit
-
-
Adrian Buehlmann authored
According to the docs the restoreGeometry function also checks if the restored geometry is outside the available screen geometry, and modifies it as appropriate if it is. Requires at least Qt 4.3 (according to PyQt book).
-
- 24 Dec, 2009 1 commit
-
-
Steve Borho authored
-
- 13 Sep, 2009 2 commits
-
-
Adrian Buehlmann authored
--HG-- branch : stable
-
Adrian Buehlmann authored
-
- 08 Sep, 2009 1 commit
-
-
Adrian Buehlmann authored
--HG-- branch : stable
-