summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Allow build with MinGW and Hunter 3rd party packagesCristian Adam2019-06-042-1/+14
* Android: Fix linker erros for liblog & libcLeander Beernaert2019-06-041-0/+8
* cmake: register plug-ins, create dependencies fileJean-Michaƫl Celerier2019-06-0412-168/+453
* cmake: Fix xcb buildAlbert Astals Cid2019-06-045-4/+12
* Add private define _USE_MATH_DEFINES on Windows for every moduleAlexandru Croitor2019-06-041-0/+6
* Handle a few more condition types in pro2cmakeAlexandru Croitor2019-06-042-0/+64
* QtConfig.cmake.in: Fix typoKevin Funk2019-06-041-1/+1
* More fixes to conversion script while porting qtdeclarativeAlexandru Croitor2019-06-032-1/+10
* Generate the c++xx standard features instead of skipping themAlexandru Croitor2019-06-033-8/+42
* Add some basic instructions for cross-compiling for AndroidSimon Hausmann2019-06-031-0/+15
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-03161-1921/+2590
|\
| * QGraphicsWidget: overload two margins-setters with actual QMarginsF overloadsMarc Mutz2019-05-274-60/+67
| * QTextBrowser: detect and load markdown rather than assuming HTMLShawn Rutledge2019-05-305-1/+39
| * tst_qtextbrowser: add markdown test data to TESTDATAShawn Rutledge2019-06-011-1/+1
| * QEventDispatcherWin32: rework sending of posted eventsAlex Trotsenko2019-05-252-70/+56
| * Remove unneeded qstring_compat.cpp from the qmake buildJoerg Bornemann2019-05-293-11/+2
| * De-duplicate code for calling extra compiler depend_commandJoerg Bornemann2019-05-292-76/+56
| * RelationalTableModel example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-151-4/+6
| * QtCore: use qUtf16Printable and %ls, qErrnoWarning()Marc Mutz2019-05-298-25/+23
| * corelib/tools: use qUtf16Printable() and %lsMarc Mutz2019-05-294-9/+9
| * QDateTimeParser: use qUtf16Printable() and %lsMarc Mutz2019-05-291-29/+29
| * corelib/io: use qUtf16Printable(), %ls, qErrnoWarning()Marc Mutz2019-05-296-34/+35
| * QWindowsFileSystemWatcher: optimize qWarning() useMarc Mutz2019-05-291-12/+10
| * HTTP example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-152-10/+22
| * QPropertyAnimation: share some codeMarc Mutz2019-05-301-5/+10
| * Use QStringView overloads of <QDate/Time>::toString()Marc Mutz2019-05-293-4/+4
| * QFile: share some codeMarc Mutz2019-05-301-14/+13
| * ThreadedOpenGL example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-151-2/+4
| * Torrent example: Replace the last Java-style iterator with STL onesMarc Mutz2019-05-231-5/+7
| * Improve qHash(QFont)Marc Mutz2019-05-271-13/+14
| * Icons example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-151-2/+4
| * Add attribute to disable QSessionManagerDavid Edmundson2019-03-013-1/+13
| * Fix build without feature.labelTasuku Suzuki2019-05-262-3/+6
| * QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-157-19/+158
| * Fix gui build without feature.highdpiscalingTasuku Suzuki2019-05-261-0/+2
| * Windows QPA: Replace Q_DISABLE_COPY by Q_DISABLE_COPY_MOVEFriedemann Kleint2019-05-2444-46/+46
| * Windows QPA: Use nullptr consistentlyFriedemann Kleint2019-05-2813-32/+32
| * QSharedPointer: Fix build error for cross-built toolsFriedemann Kleint2019-05-291-0/+2
| * QAccessibleWidgets: re-enable NRVO in childWidgets()Marc Mutz2019-05-291-2/+2
| * QStyleSheetStyle: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-281-2/+2
| * Composition example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-152-5/+17
| * qhashfunctions.h: add specializations of std::hash for some Qt typesMarc Mutz2019-05-292-0/+72
| * qobject_p.h: Const-correctness fixKevin Funk2019-05-271-1/+1
| * Use QtPrivate::QHashCombine in qHash(QSslError)Marc Mutz2019-05-271-3/+3
| * qtreeview.h: Fix minor typoKevin Funk2019-05-271-1/+1
| * QtWidgets: eradicate some indexed loops [needing qAsConst()]Marc Mutz2019-05-292-8/+8
| * Make QCoreApplicationPrivate's destructor virtual in bootstrapped buildsGiuseppe D'Angelo2019-05-291-0/+5
| * Fix build without features.itemviewsTasuku Suzuki2019-05-122-4/+9
| * Update 3rdparty md4c libraryShawn Rutledge2019-05-243-1121/+1209
| * QTextMarkdownWriter: fix some bad cases with word wrapShawn Rutledge2019-05-244-4/+34