summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
* | Move QTemporaryFileEngine to private headerDavid Faure2013-01-143-50/+107
* | Add syncToDisk() to QAbstractFileEngine.David Faure2013-01-146-4/+58
* | Add renameOverwrite() to QAbstractFileEngine.David Faure2013-01-147-0/+49
* | Added QMessageAuthenticationCodeRuslan Nigmatullin2013-01-144-0/+423
* | QString::contains overload that returns the match resultsGiuseppe D'Angelo2013-01-142-0/+29
* | Introduce default ctors for QRegularExpressionMatch(Iterator)Giuseppe D'Angelo2013-01-142-0/+42
* | Avoid a QVector allocation in QRegularExpressionMatchPrivateGiuseppe D'Angelo2013-01-141-8/+10
* | Merge branch 'stable' into devSergio Ahumada2013-01-0930-69/+70
|\|
| * Define Q_COMPILER_AUTO_FUNCTION for MVSCThiago Macieira2013-01-081-0/+1
| * Fix compile when QT_EVAL is definedAndy Shaw2013-01-081-3/+3
| * Replace macro qdoc with Q_QDOCDebao Zhang2013-01-0827-65/+65
| * Fix warning about cast from ASCII.Friedemann Kleint2013-01-071-1/+1
* | Merge "Merge branch 'stable' into dev" into refs/staging/devJędrzej Nowacki2013-01-078-17/+57
|\ \
| * | Merge branch 'stable' into devFrederik Gladhorn2013-01-078-17/+57
| |\|
| | * Disable Q_COMPILER_RVALUE_REFS on QNXRafael Roquetto2013-01-041-0/+3
| | * remove unused member from QSystemLocalePrivateJoerg Bornemann2013-01-041-3/+0
| | * Remove redundant Q_OS_BLACKBERRY define check.Rafael Roquetto2013-01-041-2/+2
| | * Don't increase the reference count if dynamic_cast failedThiago Macieira2013-01-041-0/+2
| | * BlackBerry: Reevaluation of timer list in event dispatcherBernd Weimer2013-01-041-10/+21
| | * Clarify how two digit years are parsed by QDateTime::fromString().Mitch Curtis2013-01-032-1/+27
| | * Fix copy-pasto in QMetaObject::methodCount docs.Stephen Kelly2013-01-031-1/+1
| | * Declare the QMetaType::WasDeclaredAsMetaType enum as privateThiago Macieira2013-01-031-0/+1
* | | Introduce QRegularExpression::NoMatch match typeGiuseppe D'Angelo2013-01-072-1/+20
* | | Provide operators for QMargins.Friedemann Kleint2013-01-072-0/+267
* | | Add API dealing with QMargins to QRect.Friedemann Kleint2013-01-073-1/+101
* | | Rename QRegularExpression-related feature defs to QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2013-01-0713-50/+70
|/ /
* | Fix the \since version for QSharedPointer::create().Stephen Kelly2013-01-071-1/+1
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-0487-485/+1003
|\|
| * Make these headers includable directly, on all systemsThiago Macieira2013-01-012-6/+6
| * Speed up and fix QByteArray::setNum()hjk2012-12-302-14/+36
| * Don't use MPProcessorsScheduled on Mac OS XThiago Macieira2012-12-281-5/+2
| * Removed an unnecessary forward declarationThorbjørn Lindeijer2012-12-281-2/+0
| * Fix QMutex::tryLock with negative valuesThiago Macieira2012-12-231-3/+2