Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtbase: workaround for gcc internal error | Mark Brand | 2018-02-16 | 1 | -5/+42 |
| | |||||
* | qt5: update to 5.10.1 | Mark Brand | 2018-02-15 | 1 | -82/+33 |
| | |||||
* | qtbase: add workaround for internal compiler error | Tony Theodore | 2017-12-20 | 1 | -37/+43 |
| | | | | fixes #2011, fixes #2013 | ||||
* | qt5: update to 5.10.0 | Mark Brand | 2017-12-16 | 1 | -16/+16 |
| | |||||
* | qt5: update to 5.9.3 | Mark Brand | 2017-11-22 | 1 | -18/+17 |
| | |||||
* | qt5: update to 5.9.2 | Mark Brand | 2017-10-07 | 1 | -20/+65 |
| | | | | qtwebkit is still at version 5.9.1 since 5.9.2 is not published. | ||||
* | upgrade qt5 packages to Qt 5.9.1 | Mark Brand | 2017-07-31 | 1 | -15/+15 |
| | |||||
* | qtbase: use pkg-config for harfbuzz | Mark Brand | 2017-06-14 | 1 | -4/+29 |
| | |||||
* | upgrade qt5 packages to Qt 5.9.0 | Mark Brand | 2017-06-02 | 1 | -57/+33 |
| | |||||
* | upgrade qt5 modules to 5.8.0 | Mark Brand | 2017-01-30 | 1 | -150/+91 |
| | |||||
* | update qt5 modules to 5.7.1 | Mark Brand | 2016-12-15 | 1 | -117/+70 |
| | |||||
* | qtbase: Fix wrong assert | Boris Nagaev | 2016-11-19 | 1 | -0/+33 |
| | | | | Fix https://github.com/mxe/mxe/issues/1572 | ||||
* | unify qtbase-1-fixes.patch | Boris Nagaev | 2016-11-19 | 1 | -51/+28 |
| | |||||
* | Copyright headers: point to LICENSE.md and shorten | Boris Nagaev | 2016-08-27 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792 | ||||
* | qtbase: fix pkgconfig files and enable debug variants | Tony Theodore | 2016-07-16 | 1 | -0/+65 |
| | | | | fixes #1316 | ||||
* | qtbase: updated fontconfig/freetype patch | Mark Brand | 2016-06-21 | 1 | -28/+64 |
| | |||||
* | qtbase: fix build with -fontconfig and -system-freetype for MS Windows | Boris Pek | 2016-06-19 | 1 | -6/+33 |
| | | | | https://github.com/mxe/mxe/pull/1400 | ||||
* | upgrade to Qt 5.7.0 | Mark Brand | 2016-06-17 | 1 | -104/+20 |
| | |||||
* | upgrade to Qt 5.6.0 | Mark Brand | 2016-03-16 | 1 | -30/+56 |
| | | | | | | | | | | removed modules: qtquick1 qtwebkit new modules: qtquickcontrols2 qtwebview | ||||
* | qtbase: update patch for fixing `ar' error: | Boris Pek | 2016-02-24 | 1 | -0/+19 |
| | | | | | `u' modifier ignored since `D' is the default (see `U') This error is shown during builds of end-user programs. | ||||
* | fix build with CMake + Qt5 (QUiLoader) | Boris Nagaev | 2016-01-17 | 1 | -0/+33 |
| | | | | | | | | Add the patch known to fix this issue in https://github.com/Alexpux/MINGW-packages/issues/762 (cmake: Rearrange STATIC vs INTERFACE targets). fix #1185 | ||||
* | qtbase: unify the patch | Boris Nagaev | 2016-01-17 | 1 | -0/+169 |