summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Use stub functions getpwuid and getgrgid for VxWorksPasi Petäjäjärvi2013-01-231-2/+2
* | | | Use stub function gettimeofday for VxWorksPasi Petäjäjärvi2013-01-231-0/+4
* | | | Do not define QT_NO_DYNAMIC_LIBRARY for VxWorks process (RTP)Pasi Petäjäjärvi2013-01-231-1/+1
* | | | Strip prepending <hostname>: string from currentPath() for VxSimPasi Petäjäjärvi2013-01-231-1/+9
* | | | Use taskIdSelf() function instead of taskIdCurrent global variablePasi Petäjäjärvi2013-01-231-2/+2
* | | | VxWorks header only available in DKM mode and not in RTP mode.Pasi Petäjäjärvi2013-01-231-1/+1
* | | | Use Qt defined gettimeofday for VxWorks and no fallback to X11 versionPasi Petäjäjärvi2013-01-232-1/+9
* | | | Don't clear the pointer in QScopedPointer's destructorThiago Macieira2013-01-231-1/+0
* | | | Add a new Q_GLOBAL_STATIC implementationThiago Macieira2013-01-223-119/+161
|/ / /
* | | Add a note for merging QString::contains(QRE, QREM) overloads in Qt 6Giuseppe D'Angelo2013-01-201-1/+1
* | | Add support for defining properties from member variables.Gerhard Gappmeier2013-01-192-7/+40
* | | Add class QSaveFile.David Faure2013-01-174-0/+487
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-1615-36/+211
|\| |
| * | Merge "Merge remote-tracking branch 'gerrit/release' into stable" into refs/s...Frederik Gladhorn2013-01-153-6/+6
| |\ \
| | * | Merge remote-tracking branch 'gerrit/release' into stableFrederik Gladhorn2013-01-153-6/+6
| | |\|
| | | * Change all shmget calls to user-only memoryThiago Macieira2013-01-152-5/+5
| | | * set pkg-config host_bins directly to install dirOswald Buddenhagen2013-01-111-1/+1
| * | | Fix renaming of files that differ only in case.Friedemann Kleint2013-01-154-1/+106
| |/ /
| * | Fix malloc errors from legacy realpath on Mac OSX.Jeremy Nicholl2013-01-141-2/+9
| * | Split QQNXLocaleData::readPPSLocale()Rafael Roquetto2013-01-142-6/+26
| * | Doc: corrected typo "the the"Nico Vertriest2013-01-111-1/+1
| * | Fix accidental obsolation of Qt::InputMethodQueryPekka Vuorela2013-01-111-1/+1
| * | Ignore WasDeclaredAsMetaType flag during binary check.Jędrzej Nowacki2013-01-101-5/+31
| * | Doc: cleanPath also normalizes separatorsLeena Miettinen2013-01-101-2/+2
| * | Protect Q_UNREACHABLE and Q_ASSUME by Q_ASSERT.Jędrzej Nowacki2013-01-102-12/+29
| |/
* | Add Q_COREAPP_STARTUP_FUNCTION macro.David Faure2013-01-153-0/+80
* | Bump Qt version to 5.1.0Frederik Gladhorn2013-01-154-10/+12
* | Add support for Linux eventfd(7) in the UNIX event loopThiago Macieira2013-01-152-4/+36
* | Doc: Update the info on the QSharedPointer internalsThiago Macieira2013-01-151-31/+24
* | QUrl: methods for converting QStringList <-> QList<QUrl>David Faure2013-01-142-0/+34
* | Add class QDebugStateSaver for writing QDebug operators correctlyDavid Faure2013-01-146-166/+324