summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | CMake: Add WinMain supportCristian Adam2019-06-053-0/+78
* | | Fix typo: PROJECT_MAJOR_VERSION does not existKevin Funk2019-06-051-1/+1
* | | Add AppleClang as exception for warnings as errors for md4c libraryAlexandru Croitor2019-06-051-1/+1
* | | cmake: Add warnings_are_errors optionAlbert Astals Cid2019-06-051-0/+7
* | | Allow to build examples as standalone projectKevin Funk2019-06-051-19/+22
* | | Update .prev cmake filesAlbert Astals Cid2019-06-053-1/+3
* | | Regenerate cocoa qpa pluginAlexandru Croitor2019-06-052-1/+140
* | | CMake: Add WrapPCRE2 packageCristian Adam2019-06-053-4/+4
* | | Fix OpenGL vs. GLESv2 linkage, attempt number threeSimon Hausmann2019-06-056-27/+12
* | | cmake: build with exceptions disabled by defaultAlbert Astals Cid2019-06-053-0/+3
* | | Fix static usage requirements for XcbQpaJean-Michaël Celerier2019-06-052-5/+13
* | | Fix linkage of QtWidgets on AndroidSimon Hausmann2019-06-051-0/+10
* | | Regenerate the main qtbase modulesAlexandru Croitor2019-06-0518-103/+139
* | | Android: Fix incorrect build config for NetworkLeander Beernaert2019-06-041-8/+1
* | | Fix qFindTestData with cmake and ninja generatorSimon Hausmann2019-06-043-7/+27
* | | cmake: register plug-ins, create dependencies fileJean-Michaël Celerier2019-06-043-0/+14
* | | cmake: Fix xcb buildAlbert Astals Cid2019-06-043-2/+6
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-03135-1785/+2293
|\ \ \ | | |/ | |/|
| * | 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-303-1/+21
| * | QEventDispatcherWin32: rework sending of posted eventsAlex Trotsenko2019-05-252-70/+56
| * | 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
| * | 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
| * | Improve qHash(QFont)Marc Mutz2019-05-271-13/+14
| * | 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-156-14/+96
| * | 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
| * | qhashfunctions.h: add specializations of std::hash for some Qt typesMarc Mutz2019-05-291-0/+36
| * | 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-241-3/+18
| * | QTextMarkdownImporter: don't keep heading level on following list itemShawn Rutledge2019-05-242-49/+58
| * | Support clicking to toggle checkboxes in QTextEditShawn Rutledge2019-05-248-0/+96