summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5
Commit message (Collapse)AuthorAge
* Merge pull request #76488 from jtojnar/more-python-cleanupsFrederik Rietdijk2020-01-06
|\ | | | | Another batch of Python 2 clean-ups
| * qt5.qtdeclarative: switch to python 3Jan Tojnar2019-12-29
| |
* | treewide: configureFlags is a flat listRobin Gloster2019-12-31
| |
* | treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
| |
* | Merge gcc-9 into staging (#68029)Frederik Rietdijk2019-12-30
|\ \
| * | Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz2019-12-26
| |\|
| * | qt511.qtbase: fix build with gcc9Franz Pletz2019-11-05
| | |
* | | qt5.qtbase: python2 -> python3Graham Christensen2019-12-18
| |/ |/| | | | | | | | | | | | | | | | | The only python reference in qtbase's dev output is a python script which imports print from __future__ (mkspecs/features/uikit/devices.py). It's not clear whether it depends on python or it just provides a python script. But I believe it's still good to have in buildInputs so it has a proper shebang. Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
* | wrap-qt-apps-hook.sh: wrap binaries in ./sbin/Bjørn Forsman2019-12-08
| | | | | | | | | | wrap-qt-apps-hook.sh runs before move-sbin.sh, so programs in ./sbin are currently not wrapped. Fix it.
* | qt5.qtbase: fix darwin patches for 5.12.6 (#74911)Sébastien Lavoie2019-12-03
| | | | | | | | qtbase was updated to 5.12.6 in https://github.com/NixOS/nixpkgs/pull/73562, but the patch for macOS wasn't updated, causing the build to fail.
* | qt5: remove patch merged in 5.12.6Milan Pässler2019-11-24
| | | | | | | | Patch for CVE-2019-13720 is included since QT 5.12.6, so it is unnecessary now.
* | qt5: 5.12.5 -> 5.12.6Will Dietz2019-11-24
| | | | | | | | https://www.qt.io/blog/qt-5.12.6-released
* | Merge staging-next into stagingFrederik Rietdijk2019-11-19
|\ \
| * | wrap-qt-apps-hook: `qtWrapperArgs` may be undefinedJohn Ericson2019-11-17
| | |
* | | qt511: Remove package setsadisbladis2019-11-18
| | | | | | | | | | | | Nothing depends on Qt 5.11 any more
* | | qt59: Remove package setsadisbladis2019-11-18
|/ / | | | | | | Nothing depends on Qt 5.9 any more
* | Merge staging-next into stagingFrederik Rietdijk2019-11-11
|\ \
| * | qtwebengine: add patch for CVE-2019-13720Milan Pässler2019-11-04
| |/
* | qt512.qtbase: Fix darwin buildadisbladis2019-11-10
| |
* | qt5 qmake setup hook: `qmakeFlags` may be undefinedJohn Ericson2019-11-08
| |
* | qtbase-setup-hook: `postPhases` may be undefinedJohn Ericson2019-11-02
| | | | | | | | My earlier sed missed this because it already had `{..}`.
* | treewide: `*Phase(s)?` variables are optionalJohn Ericson2019-11-01
| | | | | | | | | | If these aren't defined, the stdenv defaults are used in the `*Phase` case, or no extra phases are done, in the `*Phases` case.
* | treewide: Make still dont* Variables are optional in most casesJohn Ericson2019-11-01
| | | | | | | | | | | | | | | | | | | | Go beyond the obvious setup hooks now, with a bit of sed, with a skipped case: - cc-wrapper's `dontlink`, because it already is handled. Also, in nix files escaping was manually added. EMP
* | treewide: Make more `dont*` variables OK to be undefined in setup hooksJohn Ericson2019-11-01
|/
* Merge staging-next into stagingFrederik Rietdijk2019-10-16
|\
| * qt511.qmake: fix after 756b46a4Vladimír Čunát2019-10-13
| | | | | | | | | | 5.11 was forgotten by accident, apparently. This fixes build of qt511.qtsvg, for example (and many reverse deps).
* | Merge pull request #70689 from dtzWill/update/qt5-5.12.5Will Dietz2019-10-14
|\ \ | | | | | | qt5: 5.12.4 -> 5.12.5
| * | qt5: fix header_module variable typoWill Dietz2019-10-07
| | |
| * | qt5.qtbase: fix filenameWill Dietz2019-10-07
| | |
| * | qt512.qtbase: fix new path used in header modulesWill Dietz2019-10-07
| | |
| * | qt5: revert mac qtbase patch to include recent changeWill Dietz2019-10-07
| | |
| * | qt5: regen patches for 5.12.5 (conflicts/attention needed: mkspecs-mac, ↵Will Dietz2019-10-07
| | | | | | | | | | | | replace-libdir)
| * | qt5: 5.12.4 -> 5.12.5Will Dietz2019-10-07
| | |
* | | Merge branch 'staging-next' into stagingJan Tojnar2019-10-12
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' into staging-nextJan Tojnar2019-10-12
| |\ \ | | |/ | |/|
| | * qt5.{qtwebengine, qtwebkit}: fix -Wno-class-memaccess warning for clangDima2019-10-07
| | | | | | | | | | | | | | | | | | With a previous fix for log size issues due to GCC 8 a gcc specific `-W` flag was added that clang does not know, so it spams the logs.
* | | qt5.qtbase: Build all QPA backends by defaultadisbladis2019-10-07
|/ /
* | qtbase: Disable QAppleTestLogger on DarwinThomas Tuegel2019-10-01
| |
* | Merge pull request #69086 from ttuegel/qt-5.12.4Thomas Tuegel2019-09-26
|\ \ | | | | | | Qt 5.12.4
| * | qtbase-mac.patch: Re-enable QAppleTestLoggerThomas Tuegel2019-09-19
| | |
| * | fix-qmake-libtool.shThomas Tuegel2019-09-19
| | |
| * | qtbase: Fix formattingThomas Tuegel2019-09-19
| | |
| * | qmake-hook.sh: qmakeFlags is an arrayThomas Tuegel2019-09-19
| | |
| * | qtbase: Create .qmake.stash if missingThomas Tuegel2019-09-19
| | |
| * | qtbase: Update qmake cache name for Qt >= 5.12.4Thomas Tuegel2019-09-19
| | |
| * | qt512.qtbase: Replace libdir unconditionallyThomas Tuegel2019-09-19
| | |
| * | qt512.qtbase: Refresh patchesThomas Tuegel2019-09-19
| | |
| * | qt512: 5.12.3 -> 5.12.4Thomas Tuegel2019-09-19
| | |
* | | qtwebengine: fix build with pulseaudio 13.0worldofpeace2019-09-24
| | |
* | | Merge branch 'staging-next' into stagingVladimír Čunát2019-09-22
|\ \ \ | |/ / |/| / | |/