about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5
Commit message (Collapse)AuthorAge
* qt5.qtgamepad: init at 5.12.7Henk Kalkwater2020-05-14
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Merge master into staging-nextFrederik Rietdijk2020-04-03
|\
| * qxmledit: init at 0.9.15Aleksey Uimanov2020-03-22
| |
* | qt512: pick upstream patch for QTBUG-78937volth2020-03-12
|/
* qt5.qtbase: backport cmake macro fixMartin Milata2020-02-20
| | | | | | | Backport fix of QT5_MAKE_OUTPUT_FILE CMake macro which causes FreeCAD build failure when building with qt-5.12.7. https://bugreports.qt.io/browse/QTBUG-81715
* qttools: Add qtdeclarative to buildInputsTom Hall2020-02-10
| | | | | | qtdeclarative is an optional dependency for some parts of qttools: without it, the lupdate binary is not able to process qml files for translatable strings.
* qt-5: 5.12.6 -> 5.12.7Will Dietz2020-02-02
| | | | https://www.qt.io/blog/qt-5.12.7-released
* Merge master into staging-nextFrederik Rietdijk2020-01-28
|\
| * qt5: remove last vestiges of Qt 5.11Thomas Tuegel2020-01-26
| | | | | | | | A file was left-over after removing Qt 5.11 at its end-of-life.
* | treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg2020-01-15
| | | | | | | | | | | | | | | | | | | | Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* | qtwebkit: build with bison3Luka Blaskovic2020-01-13
|/
* 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
| |