summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a leak and a crash in designerv5.7.15.7.1Jarek Kobus2016-11-033-29/+71
* Fix assert when instantiating QWebEngineViewKai Koehne2016-10-271-0/+3
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-017-108/+203
|\
| * make write_file() capable of making files (not) executableOswald Buddenhagen2016-09-304-13/+36
| * terminate when command called by system() got SIGINT or SIGQUITOswald Buddenhagen2016-09-291-3/+10
| * fix raw data leak in $$absolute_path()Oswald Buddenhagen2016-09-291-1/+5
| * fix calculations of worst-case size requirements for token bufferOswald Buddenhagen2016-09-291-6/+9
| * fix custom functions inheriting other functions' argumentsOswald Buddenhagen2016-09-291-17/+39
| * make error() propagate from requires() and REQUIRES=Oswald Buddenhagen2016-09-293-6/+12
| * make error() propagate from custom replace functionsOswald Buddenhagen2016-09-292-51/+73
| * fix error() not propagating through if()Oswald Buddenhagen2016-09-293-7/+8
| * nuke dead expandVariableReferences() overload prototypeOswald Buddenhagen2016-09-291-1/+0
| * Use popen() with binary under WindowsMat Sutcliffe2016-09-292-2/+9
| * qmake: fix UB in QMakeParser::putHashStr()Marc Mutz2016-09-291-1/+2
| * QMake: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-09-291-1/+1
* | qdoc: Use group information for page navigation (breadcrumbs)Topi Reinio2016-09-271-0/+13
* | qdoc: Add 'plain' HTML class attribute for \badcode snippetsTopi Reinio2016-09-201-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-174-2/+57689
|\ \ | |/
| * windeployqt: Add QtSerialBusFriedemann Kleint2016-09-141-2/+6
| * BC data files for QtTools for Qt 5.6Milla Pohjanheimo2016-09-053-0/+57683
* | BC data files for QtTools (5.7)Milla Pohjanheimo2016-09-133-0/+58979
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-059-131/+176
|\ \ | |/
| * Qt Designer: Adapt warning about mismatched class namesv5.6.25.6.2Friedemann Kleint2016-08-311-11/+23
| * Qt Designer: Adapt URL in QUrl property completion list to qt.ioFriedemann Kleint2016-08-221-1/+1
| * Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-154-9/+9
| * qdoc: Comment what's left of main() to clarify what it's doingEdward Welbourne2016-08-081-3/+5
| * qdoc: sub-class command-line parser to declutter main()Edward Welbourne2016-08-081-101/+127
| * winrtrunner: Fix deployment of QtQuick applications when using appxMaurice Kalinowski2016-08-081-6/+11
| * Update Qt logo in qdoc manualFriedemann Kleint2016-08-051-0/+0
* | qdoc: Improve resolution of QML type inheritanceTopi Reinio2016-08-167-27/+22
* | qdoc: Only link to C++ types when resolving C++ function argumentsTopi Reinio2016-08-111-2/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-0228-94/+206
|\ \ | |/
| * macdeployqt: add library search pathGuilherme Steinmann2016-07-272-2/+23
| * winrtrunner: Add support for installing packagesMaurice Kalinowski2016-07-203-47/+80
| * winrt: arm: copy ucrtbased.dll in debug modeMaurice Kalinowski2016-07-201-0/+27
| * Skip deployment of dependencies with lower version numberMaurice Kalinowski2016-07-201-1/+6
| * Fix build of Android on API level >=21André Klitzing2016-07-201-1/+5
| * qtdiag: Fix output of screen geometries for negative coordinatesFriedemann Kleint2016-07-201-1/+1
| * windeployqt: Fix option --dry-runFriedemann Kleint2016-07-181-7/+11
| * Give editable combo boxes an arrow cursor in the form designerAlex Henrie2016-07-011-1/+3
| * Use the size hint of the pushbutton when determining the minimum heightAndy Shaw2016-07-011-4/+5
| * Qt Designer: Use Q_OS_MACOS macro instead of Q_OS_MACFriedemann Kleint2016-07-0115-23/+23
| * Qt Designer: Fix gcc identation warningNikita Baryshnikov2016-06-301-5/+3
| * Linguist: Fix lupdate includes without spacesMarko Kangas2016-06-293-3/+20
* | Remove manual uiloader testFriedemann Kleint2016-07-29180-29765/+0
* | Bump versionOswald Buddenhagen2016-07-281-1/+1
* | Fix gcc6 warning about unused functionsNikita Baryshnikov2016-07-113-31/+0
* | Update the detection of MSVC to use "msvc"Thiago Macieira2016-07-051-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-2929-414/+546
|\ \ | |/
| * Ensure FileFilterTable is filled ordered so we get the same qch file each timeSune Vuorela2016-06-221-2/+4