summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QVarLengthArray: add rvalue overload of append/push_backMarc Mutz2017-02-252-0/+39
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-02-2469-1259/+901
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-2469-1259/+901
| |\
| | * QDockWidget: Fix memory leak when dragging a tab outside of a floating tab wi...Olivier Goffart2017-02-241-1/+2
| | * Doc: Fix minor typos in QRectFAaron Linville2017-02-232-5/+5
| | * QUrl::fromUserInput(with cwd) fix handling of files with trailing spacesDavid Faure2017-02-232-4/+4
| | * tst_qurl: use temp dir and create our own files for testingDavid Faure2017-02-231-15/+32
| | * tst_qurl: replace all QDir::currentPath() calls with local variableDavid Faure2017-02-231-18/+19
| | * QTextFormatCollection: replace copy ctor and op= with clear()David Faure2017-02-234-15/+37
| | * Output "qml-debug" as privateFeatureStephan Binner2017-02-231-1/+4
| | * Do not delete someone else's QSystemLocale when constructing anotherEdward Welbourne2017-02-231-1/+0
| | * Android: Fix always hidden software keyboard from popping upJoni Poikelin2017-02-231-0/+3
| | * Android: Fix OpenGL shader compilation on updated emulatorEskil Abrahamsen Blomfeldt2017-02-231-4/+0
| | * Add CONFIG += no_moc_predefs to allow one to escape problemsThiago Macieira2017-02-231-1/+1
| | * dockwidgets: recalculate the press position if the window resizesSergio Martins2017-02-222-0/+14
| | * Wrap RunLoopModeTracker into Objective-C namespacePavol Markovic2017-02-222-8/+6
| | * Move qJsonFromRawLibraryMetaData into qfactoryloader_p.hUlf Hermann2017-02-224-14/+13
| | * Fix multicastMembershipHelper to not assume addresses are IPv4Edward Welbourne2017-02-222-8/+20
| | * Make the factoryloader test compile without library supportUlf Hermann2017-02-222-0/+4
| | * QProcess::startDetached(): Support privilege elevation for non-.exe filesStephan Reiter2017-02-221-1/+2
| | * make more use of 'use' in library detectionOswald Buddenhagen2017-02-222-5/+8
| | * configure: fix 'use' for detecting static librariesOswald Buddenhagen2017-02-221-1/+1
| | * configure: make it possible to make 'use' conditionalOswald Buddenhagen2017-02-221-1/+14
| | * configure: support using libraries by their exported nameOswald Buddenhagen2017-02-221-5/+45
| | * configure: fix cross-module library usesOswald Buddenhagen2017-02-221-7/+21
| | * clash-check configure sub-config namesOswald Buddenhagen2017-02-221-0/+3
| | * configure: propagate errors from libraries' transitive dependenciesOswald Buddenhagen2017-02-221-1/+5
| | * configure: error out on activating conflicting librariesOswald Buddenhagen2017-02-221-0/+14
| | * configure: generalize command line overrides of library parametersOswald Buddenhagen2017-02-225-14/+41
| | * don't make false promises about configure FOO=bar assignmentsOswald Buddenhagen2017-02-221-2/+1
| | * add configure -list-librariesOswald Buddenhagen2017-02-223-1/+40
| | * add configure -list-featuresOswald Buddenhagen2017-02-224-965/+32
| | * use regular configure mechanism for openssl library referencesOswald Buddenhagen2017-02-225-34/+22
| | * fix usage of "empty" librariesOswald Buddenhagen2017-02-224-21/+13
| | * prefer library's export name when looking up input variablesOswald Buddenhagen2017-02-221-5/+14
| | * configure: refactor qtConfExportLibrary()'s interfaceOswald Buddenhagen2017-02-221-14/+18
| | * QTimeZone: do not access static functions through this->Marc Mutz2017-02-221-7/+7
| | * Disable optimizations for macx-icc debugThiago Macieira2017-02-211-2/+2
| | * Remove alias options from linux-icc/qmake.confThiago Macieira2017-02-211-1/+1
| | * Fix crash while dropping a tabbed group into a single floating QDockWidgetOlivier Goffart2017-02-212-5/+3
| | * Make sure to use C locale during time tests that assume itEdward Welbourne2017-02-203-14/+33
| | * QLoggingRegistry: fix potential data raceMarc Mutz2017-02-202-7/+16
| | * QMacStyle::sizeFromContents: don't do anything in CT_Menu caseOleg Yadrov2017-02-171-6/+1
| | * QMimeDatabase: fix matching of filenames with different length when lowercaseDavid Faure2017-02-172-1/+5
| | * QReadWriteLocker: Fix race in unlockOlivier Goffart2017-02-171-3/+3
| | * fix VNC platform plugin build on big-endian machinesShawn Rutledge2017-02-173-5/+10
| | * Adapt to the C++ SIC introduced by P0012: noexcept overloadingEric Lemanissier2017-02-175-0/+268
| | * Respect XDG_CONFIG_HOME when getting ibus socket locationFlorian Bruhin2017-02-171-1/+2
| | * Fix a race in QFreeListOlivier Goffart2017-02-171-2/+2
| | * QVarLengthArray: fix appending an already-contained itemMarc Mutz2017-02-172-7/+30