summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * Optimize QIoDevice::readAll() to possibly do less (re)allocationsMarkus Goetz2009-05-201-3/+4
| | * Fix stopping link loops in QDirIterator on WindowsEskil Abrahamsen Blomfeldt2009-05-191-2/+2
| | * Clarifying what QLocale::C is and is notNils Christian Roscher-Nielsen2009-05-191-2/+2
| | * Clearifying QUrl docsMorten Engvoldsen2009-05-191-0/+6
| | * Fix compiler warning: use C++ cast operator, not the old-style C cast.Ariya Hidayat2009-05-191-1/+1
| | * Added doc about QSharedMemory and other applicationsMarkus Goetz2009-05-181-0/+4
| | * Replace all occurences of "heirarchy" with "hierarchy"Andre Haupt2009-05-181-1/+1
| | * Fix handling of dynamic casts in QSharedPointer.Thiago Macieira2009-05-181-9/+12
| | * Fix some typos in the documentation.Frederik Schwarzer2009-05-185-5/+5
| | * Fix race condition in ~QObjectOlivier Goffart2009-05-182-20/+11
| * | Merge branch 'eventDispatcherFixes'axis2009-05-192-65/+144
| |\ \
| | * | Made a small correction and optmization to the event dispatcher.axis2009-05-192-5/+18
| | * | Changed the way that Qt handles active objects.axis2009-05-192-58/+129
| | * | Corrected wrong comment.axis2009-05-151-1/+1
| | * | Removed obsolete code.axis2009-05-151-3/+0
| | * | Made the RequestComplete debug code depend on QT_DEBUG.axis2009-05-151-4/+2
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-188-145/+202
| |\ \ \ | | | |/ | | |/|
| | * | Use isNull() for strings instead of comparing against QString().Jesper Thomschütz2009-05-142-3/+3
| | * | Cleaning docsMorten Engvoldsen2009-05-131-1/+3
| | * | Adding details to QVariant docsMorten Engvoldsen2009-05-131-2/+3
| | * | qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-2/+3
| | * | qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-3/+3
| | * | Correcting bug in QString::fromWCharArray documentationMorten Engvoldsen2009-05-121-1/+3
| | * | QFSFileEngine: Fix access to uninitialized memoryJoão Abecasis2009-05-111-1/+1
| | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-111-20/+86
| | |\ \
| | | * | Set the instruction set when building on Debian's Linux/MIPS portBradley T. Hughes2009-05-111-20/+86
| | * | | qdoc: Fixed qdoc errors, or tried to.Martin Smith2009-05-111-117/+102
| | |/ /
| * | | Make QtConcurrent compile in S60.Morten Sørvig2009-05-183-1/+16
| * | | Due to some Symbian/Open C specifics when we get errorAleksandar Sasha Babic2009-05-181-5/+10
* | | | Use __DEBUGGER() when qFatal is called to give the debugger a chance toIain2009-05-261-0/+2
|/ / /
* | | By default we have socket notifier for read/write.Aleksandar Sasha Babic2009-05-181-2/+31
| |/ |/|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-05-1149-498/+609
|\ \
| * | Enable symbol visibility when compiling with RVCT.axis2009-05-111-2/+2
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-116-34/+34
| |\ \ | | |/
| | * QDataStream: Small doc errorMarkus Goetz2009-05-081-1/+1
| | * Fix leak of file descriptors in QTemporaryFileJoão Abecasis2009-05-081-0/+9
| | * compile?Harald Fernengel2009-05-081-1/+1
| | * Added further explanation on the note about stdin and QTextsStream::atEnd()Morten Engvoldsen2009-05-081-2/+4
| | * Fix reentrancy of QVector and QStringOlivier Goffart2009-05-082-2/+2
| | * Fixes QDir not reentrantOlivier Goffart2009-05-081-29/+18
| | * Revert "Added comment to QTextStream - clarification of the documentation"Morten Engvoldsen2009-05-081-2/+1
| | * Added comment to QTextStream - clarification of the documentationMorten Engvoldsen2009-05-061-1/+2
| * | Removed CActiveScheduler::Install(NULL) from closingDown.Janne Anttila2009-05-081-1/+0
| * | Merge branches 'virtualKeyboardAPI' and 'imHintsForS60'axis2009-05-063-0/+22
| |\ \
| | * | Split ImhNumbersOnly into DigitsOnly and FormattedNumbersOnly.axis2009-05-061-9/+10
| | * | Added inputMethodHints API.axis2009-05-041-0/+16
| | * | Added an event to request and close software input panel.axis2009-05-042-0/+5
| * | | Revert "We do have bug in AO cancel mechanism, unfortunately it was too late"Janne Anttila2009-05-061-4/+1
| * | | Revert "Work around compiler bug on Nokia Metrowerks compiler."Janne Anttila2009-05-061-5/+0
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-064-92/+36
| |\ \ \ | | | |/ | | |/|