summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add Q_DECL_UNUSED, marking functions or variables unusedThiago Macieira2013-02-121-0/+4
* Improve QRegularExpression captureCount / namedCaptureGroups docsGiuseppe D'Angelo2013-02-121-4/+23
* QRegularExpression: print a warning if (?J) is used in a patternGiuseppe D'Angelo2013-02-121-0/+8
* QRegularExpression: don't use study data when getting the pattern infoGiuseppe D'Angelo2013-02-121-1/+2
* Leave some Qt 6 remarks for QStringRefThiago Macieira2013-02-121-0/+4
* Remove overlapping variable names defined in VxWorks headersPasi Petäjäjärvi2013-02-121-9/+0
* Use stub function rand_r for VxWorks DKM modePasi Petäjäjärvi2013-02-122-0/+4
* Ensure QDateTime can handle QDate's full range of julian dates.Mitch Curtis2013-02-122-5/+8
* Correctly detect HTML 5 charset attribute in QTextCodec::codecForHtml()Mitch Curtis2013-02-121-15/+17
* Remove dead code from QPointer.Stephen Kelly2013-02-111-40/+0
* Add support for SHA3 to QCryptographicHash.Richard Moore2013-02-094-6/+109
* QUrl effective TLDs: update table and split into chunks of 64KPeter Hartmann2013-02-092-6200/+9685
* qMetaTypeId(): deprecate the dummy parameter.Olivier Goffart2013-02-082-18/+18
* Fix crash-on-exit with some plugin systems (e.g. sensors)Thiago Macieira2013-02-071-8/+9
* Add qunsetenv(), next to qputenv() and friends.David Faure2013-02-072-0/+38
* Add note about QT_{BEGIN,END}_HEADER removal for Qt 6Sergio Ahumada2013-02-061-0/+1
* Add QT_{BEGIN,END}_HEADER definition backSergio Ahumada2013-02-051-0/+3
* Add qDegreesToRadians and qRadiansToDegrees math functionsLaszlo Papp2013-02-053-0/+170
* QRegularExpression: add method for extracting the capturing group namesGiuseppe D'Angelo2013-02-052-0/+50
* Provide better error if min (or max) is defined in QDateTimeThorbjørn Martsum2013-02-021-0/+3
* Remove unused variables and functions from the source codeThiago Macieira2013-02-022-10/+0
* Comment out an unused global variable.Thiago Macieira2013-02-021-1/+1
* Work around an unfixed glibc bug in dlclose(3) on exitThiago Macieira2013-02-022-4/+14
* Improve QLibrary global destructionThiago Macieira2013-02-022-39/+111
* Put #ifdef around Windows-only functionThiago Macieira2013-02-011-0/+2
* Remove left-overs of QT_{BEGIN,END}_HEADERSSergio Ahumada2013-01-311-2/+1
* Added support for multicore CPUs for INTEGRITY (V10+) target.Florian Behrens2013-01-301-0/+7
* Update roleNames in QAbstractProxyModel if sourceModel resets.Nils Jeisecke2013-01-302-0/+12
* Work around posix violation in qnx (missing pselect())Fabian Bumberger2013-01-303-10/+17
* Provide the resetInternalData slot to cleanly reset data in proxy subclasses.Stephen Kelly2013-01-303-0/+60
* Generate forward header (QtMath) for the math operations with syncqtLaszlo Papp2013-01-291-0/+4
* QStringRef: Added a trimmed() function.Keith Gardner2013-01-292-0/+33
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2913-39/+27
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2813-39/+27
| |\
| | * Don't use the union trick to do unlawful castsThiago Macieira2013-01-281-18/+6
| | * Doc: Fix module name formatSze Howe Koh2013-01-2511-20/+20
| | * Fixed checking HOME variable return value using isEmpty()Pasi Petäjäjärvi2013-01-251-1/+1
* | | Add the Qt::ItemNeverHasChildren flag and use it in QTreeView.Stephen Kelly2013-01-294-1/+28
* | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-29187-739/+0
* | | Set some attributes on pthread condattrsThiago Macieira2013-01-283-14/+52
* | | QVarLengthArray: add squeeze functionPeter Kümmel2013-01-282-3/+22
|/ /
* | Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-2810-99/+99
* | Add toJson() formatting argument to QJsonDocument interfaceJean-Paul Delimat2013-01-262-3/+49
* | Add static dotProduct methods to the QPoint(F) classesLaszlo Papp2013-01-263-0/+44
* | Doc: write up the docs for Q_GLOBAL_STATICThiago Macieira2013-01-243-13/+523
* | Add an umbrella cmake config file for Qt 5.Stephen Kelly2013-01-242-2/+51
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-241-1/+1
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-01-221-1/+1
| |\
| | * Doc: added path to qtcore.qdocconfNico Vertriest2013-01-211-1/+1
* | | Added initializer list constructors for Qt associative containers.Roman Pasechnik2013-01-246-0/+101