summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Implemented task 247268 - Cleanup qeventdispatcher_unix.cpp.Janne Anttila2009-05-271-17/+7
* Keep exported symbols the same between udeb and urel, although theIain2009-05-262-1/+6
* Update comment - this version might even make sense...Iain2009-05-261-1/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicIain2009-05-2640-1204/+1493
|\
| * Compile on Qt/Symbian.Jason Barron2009-05-251-1/+0
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-2510-148/+227
| |\
| | * qdoc: Added some missing qdoc comments.Martin Smith2009-05-251-1/+1
| | * Fix syntax of the fcntl system call: this is not setsockoptThiago Macieira2009-05-221-6/+3
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-228-61/+114
| | |\
| | | * Fixed compilation with -qtnamespaceMarkus Goetz2009-05-224-7/+9
| | | * Reset openMode to NotOpen when returning false from QFile::open()João Abecasis2009-05-221-0/+9
| | | * QTemporaryFile: really close files before renamingJoão Abecasis2009-05-221-0/+7
| | | * QTemporaryFileEngine now tracks if a fileName has been generatedJoão Abecasis2009-05-221-3/+18
| | | * QTemporaryFile: there's no need to keep another pointer to the engine hereJoão Abecasis2009-05-221-4/+1
| | | * QTemporaryFile: really (re)open file if it has been really closed...João Abecasis2009-05-221-2/+21
| | | * Unconditionally open temporary files in ReadWrite modeJoão Abecasis2009-05-221-0/+1
| | | * QTemporaryFile: handle failures from QFSFileEngine::open(mode, fd)João Abecasis2009-05-221-9/+11
| | | * Documentation fixJoão Abecasis2009-05-221-2/+2
| | | * QTemporaryFile would forget fileName while file was "closed"João Abecasis2009-05-221-1/+2
| | | * QTemporaryFile: don't clear filePath if remove failsJoão Abecasis2009-05-221-3/+5
| | | * QFile::rename fallback: reset permissions and error state on successJoão Abecasis2009-05-221-1/+4
| | | * QFile::copy: close source file when using fallback mechanismJoão Abecasis2009-05-221-0/+1
| | | * Allow renaming QTemporaryFiles on windowsJoão Abecasis2009-05-221-9/+10
| | | * Don't block copy sequential files in QFile::renameJoão Abecasis2009-05-221-0/+5
| | | * Don't loop around sigaction because it can't return EINTR.Thiago Macieira2009-05-221-16/+7
| | | * Fix a compile error on MSVC 64bits due to qhash casting a pointer.Thierry Bastian2009-05-201-4/+1
| | * | qdoc: Moved some qdoc comments into the .cpp file common to all packages.Martin Smith2009-05-222-83/+113
| | |/
| * | Revert "Enable symbol visibility when compiling with RVCT."axis2009-05-251-2/+2
| * | Factor Symbian specific code into its own file, qlocale_symbian.cpp.Frans Englich2009-05-253-794/+844
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-2015-43/+48
| |\ \ | | |/
| | * 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