summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix changes' docTimur Pocheptsov2021-05-041-1/+1
* Tweak naming of QT_OVERLOADED_MACRO variantsTor Arne Vestbø2021-05-044-20/+20
* QPrintEngineMac: code tidiesGiuseppe D'Angelo2021-05-041-4/+4
* tst_moc: fix returning-reference-to-local warningMårten Nordheim2021-05-041-2/+2
* Test at some Android DPIs in additionMorten Johan Sørvig2021-05-041-4/+9
* Remove setting of Qt 5 high-dpi attributesMorten Johan Sørvig2021-05-041-10/+0
* Ensure setDateTime clears status also when shortEdward Welbourne2021-05-042-1/+10
* Delete less-than operator for QKeyCombinationVolker Hilsheimer2021-05-041-0/+2
* QUntypedBindable: Allow controlled access to internalsFabian Kosmale2021-05-042-0/+14
* Moc: parse trailing return typeMårten Nordheim2021-05-045-9/+201
* iOS: Implement QIOSScreen::logicalBaseDpi()Morten Sørvig2021-05-032-2/+2
* tst_QProcess: increase wait time and remove ill-advised QCOMPAREThiago Macieira2021-05-031-2/+1
* Add QUntypedBindable::metaType functionFabian Kosmale2021-05-032-4/+31
* Q(Untyped)Bindable: Print warnings when operations failFabian Kosmale2021-05-033-6/+97
* QJniObject: add callStatic[Object]Method overloads for jmethodIDIvan Solovev2021-05-033-0/+247
* QJniEnvironment: extend APIIvan Solovev2021-05-034-5/+147
* uic: Fix font family code generation for pythonFriedemann Kleint2021-05-033-2/+12
* rhi: gl: Sanity check vertex outputs and fragment inputsLaszlo Agocs2021-05-032-0/+26
* QSqlTableModel::orderByClause(): Quote the table nameFriedemann Kleint2021-05-032-25/+28
* Document that a toplevel window QSizeGrip doesn't get rendered on macOSVolker Hilsheimer2021-05-031-0/+4
* Disable spurious MSVC warning C4273 in Qt Gui, Qt OpenGLKai Köhne2021-05-033-0/+20
* Extend QT_SCREEN_SCALE_FACTORS testMorten Johan Sørvig2021-05-031-14/+39
* Parse QT_SCREEN_SCALE_FACTORS spec only onceMorten Johan Sørvig2021-05-032-36/+66
* Add ABI suffix to .prl files for AndroidJoerg Bornemann2021-05-031-1/+5
* Update the comment in QtFinishPrlFile.cmakeJoerg Bornemann2021-05-031-2/+4
* Android: Fix Application becomes unresponsive issuePekka Gehör2021-05-035-2/+24
* QFlags::setFlag: don't go through Int, go through QFlags itselfGiuseppe D'Angelo2021-05-031-1/+1
* QCoreApplication::applicationFilePath: add ELF auxval supportThiago Macieira2021-05-021-4/+21
* qdbus: add support for "aay" (QByteArrayList)David Faure2021-05-021-0/+3
* QLocalSocket: declare operators for the SocketOptions flagGiuseppe D'Angelo2021-05-021-0/+2
* QFlags: streamline some macrosGiuseppe D'Angelo2021-05-021-10/+6
* QLocalSocket: fix inclusions in namespaced buildsGiuseppe D'Angelo2021-05-021-1/+4
* QFlags: remove the doc-only declaration of copy operationsGiuseppe D'Angelo2021-05-021-4/+0
* QFlags: kill Q_NO_TYPESAFE_FLAGSGiuseppe D'Angelo2021-05-021-13/+0
* QUrl: code tidiesGiuseppe D'Angelo2021-05-021-9/+9
* QRandom: enable a check also on MSVCGiuseppe D'Angelo2021-05-021-7/+2
* QRandom: drop a usage of std::is_literal_typeGiuseppe D'Angelo2021-05-021-1/+0
* cmake: FreeBSD has DF_ORIGIN supportThiago Macieira2021-05-011-1/+1
* Revert "Include qsimd.cpp in bootstrap build"Thiago Macieira2021-05-011-1/+0
* QHash: disable the AES based one on the bootstrap libraryThiago Macieira2021-05-011-2/+2
* Add grabber context pointersShawn Rutledge2021-05-012-0/+26
* uic: Update qclass_lib_map.hFriedemann Kleint2021-05-011-158/+7
* Silence warning in QPrintDialogSzabolcs David2021-05-013-8/+8
* ItemViews: don't delete dragged items when a subclass accepted the moveVolker Hilsheimer2021-05-013-12/+25
* Add _qt_internal_wrap_tool_command to replace QT_TOOL_PATH_SETUP_COMMANDAlexey Edelev2021-04-302-0/+39
* Port QVariantAnimation to the new property systemSona Kurazyan2021-04-305-6/+66
* QSFPM: fix filterCaseSensitivityChanged signal emission logicIvan Solovev2021-04-302-0/+23
* Do not use qt_internal_module_info for non-module targetsAlexey Edelev2021-04-302-4/+10
* Let the h2 test server both send and receive DATA framesMårten Nordheim2021-04-302-6/+17
* Add a helper method for testing write-once bindable propertiesJuha Vuolle2021-04-301-4/+117