summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://codereview.qt-project.org/qt/qtbase into newdocsJerome Pasion2012-11-0251-532/+692
|\
| * fix error handling bug in QWindowsPipeReaderJoerg Bornemann2012-11-021-2/+6
| * Use fusion instead of motif.Frederik Gladhorn2012-11-022-3/+3
| * Fix the gregorian date <-> julian day calculations in QDateJon Severinsson2012-11-022-54/+56
| * Update QDateTime serialisation docs and increase version number.Mitch Curtis2012-11-021-2/+2
| * Improve QDateTime test coverage.Mitch Curtis2012-11-021-1/+2
| * Fix warnings when using QImage as QtConcurrent::mapped return typeLiang Qi2012-11-021-3/+3
| * Improve / fix QRegularExpression* docsGiuseppe D'Angelo2012-11-011-35/+89
| * rewrite default spec handlingOswald Buddenhagen2012-11-012-1/+11
| * Strip trailing whitespace in itemviews.Stephen Kelly2012-11-011-1/+1
| * Fix for leak in QFutureChristian Strømme2012-11-013-5/+46
| * Qt Core: Removed unnecessary group membership.Jerome Pasion2012-11-012-19/+0
| * Generate instances of types in the CMake tests.Stephen Kelly2012-10-311-1/+6
| * QNX: Use inotify on QNX systems that support itThomas McGuire2012-10-303-3/+14
| * QNX: Remember information on whether a file is a linkThomas McGuire2012-10-301-0/+7
| * Check for both A and P when converting QDateTime to string.Mitch Curtis2012-10-301-1/+2
| * Define additional math.h constants if not already definedJonathan Liu2012-10-301-0/+48
| * Remove qstandardpaths_json.cppThiago Macieira2012-10-292-260/+0
| * QMap - improve QMap stl-map ctorThorbjørn Lund Martsum2012-10-291-1/+1
| * Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-296-39/+0
| * Fix build on MinGW after 0f14ea3f3a05ef785b44fa610bf90ff3b5ba7bebKonstantin Ritt2012-10-291-3/+10
| * Remove some dead code in switch statementsSergio Ahumada2012-10-292-6/+0
| * Doc fixes for qcoreapplication.Frederik Gladhorn2012-10-272-8/+26
| * Fix compilation: QChar(char) is "from ASCII"Thiago Macieira2012-10-271-1/+1
| * QMap 5.0 - keep track of leftmost node (BIC)Thorbjørn Lund Martsum2012-10-272-3/+23
| * QMap - use hint on insert in QMap::toStdMapThorbjørn Lund Martsum2012-10-271-1/+1
| * Removed usage of pipe in Blackberry event dispatcherBernd Weimer2012-10-264-42/+78
| * Change one int to qint64 in QDateTime::setMSecsSinceEpoch(qint64)Jon Severinsson2012-10-261-1/+1
| * Qt Core: Adding a landing page and sorted the documentation.Jerome Pasion2012-10-2612-42/+186
| * Add a CMake macro to test module includesStephen Kelly2012-10-261-0/+75
* | Doc: Removed the HTML template from the .qdocconf filesJerome Pasion2012-10-261-1/+0
* | Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-2647-222/+837
|\|
| * Remove stale QT_MODULE() usage casesKonstantin Ritt2012-10-253-6/+0
| * Core/kernel: Make some signals private.Stephen Kelly2012-10-2511-12/+36
| * Update QDataStream format docs for gui/math3d classesSean Harmer2012-10-251-29/+29
| * Quieten warning about uninitialized use of d pointerTobias Hunger2012-10-241-1/+1
| * Return invalid datetime when calling addMSecs with invalid QDateTime.Mitch Curtis2012-10-241-0/+7
| * Improve QTime test coverage.Mitch Curtis2012-10-241-1/+1
| * Improve QDate test coverage.Mitch Curtis2012-10-241-5/+4
| * Output leading zeroes for yyyy date formats in QLocale::toString().Mitch Curtis2012-10-241-1/+1
| * QProcess: Include program in destructor warning.Friedemann Kleint2012-10-231-2/+4
| * Blackberry: Fix applicationFilePath() for unpackaged executablesThomas McGuire2012-10-231-2/+0
| * CMake: Make qt5_use_modules a macro, not a function.Stephen Kelly2012-10-221-8/+8
| * Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-224-44/+9
| * Trim trailing whitespace.Stephen Kelly2012-10-225-35/+35
| * Use the layout change hint to speed up QItemSelectionModel.Stephen Kelly2012-10-223-28/+110
| * Doc: refer to QUrlQuery in QUrl's main doc bodyThiago Macieira2012-10-191-3/+4
| * Remove the QThread::terminated() signalSze Howe Koh2012-10-195-37/+9
| * detach() safely in QVector::erase(), and update callers to not detach.Andreas Hartmetz2012-10-191-4/+6
| * QNX: Use extra information in dirent to avoid stat() callsThomas McGuire2012-10-193-2/+69