summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-23710-717/+720
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-22710-717/+720
| |\| |
| | * | Fix QTextCodec race.David Faure2013-01-221-2/+5
| | * | QRegularExpression: fix wrong argument type for pcre_fullinfoGiuseppe D'Angelo2013-01-201-1/+1
| | * | Update copyright year in Digia's license headersSergio Ahumada2013-01-18708-711/+711
| | * | Store inode numbers in decimal notationThiago Macieira2013-01-181-1/+1
* | | | Change QT_FATAL_WARNINGS behavior to require a non-empty valueThiago Macieira2013-01-231-1/+1
* | | | Simplify checking of the SHM/SEM Unix key file's existenceThiago Macieira2013-01-231-3/+0
* | | | Undefine overlapping variable names defined in VxWorks headersPasi Petäjäjärvi2013-01-231-0/+38
* | | | Use time.h related includes from qfunctions_vxworks.h file.Pasi Petäjäjärvi2013-01-231-3/+1
* | | | Use sched_get_priority_* functions only for SCHED_RR and SCHED_FIFOPasi Petäjäjärvi2013-01-231-2/+14
* | | | Add support getting memory page size to RTP mode on VxWorks.Pasi Petäjäjärvi2013-01-232-1/+7
* | | | VxWorks process (RTP) mode does not have taskLock/taskUnlock functionsPasi Petäjäjärvi2013-01-231-0/+5