summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| * | Fixed resetting error mode on Windows on error when stat'ing a file.Denis Dzyubenko2009-05-111-2/+0
| * | Faster slot disconnection while destroying of QObjectOlivier Goffart2009-05-112-150/+87
| * | Fixed leak of plugin instancesJoão Abecasis2009-05-081-1/+18
| * | Fix leak of global dataJoão Abecasis2009-05-081-0/+9
| * | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-062-1/+4
| |\ \ | | |/
| | * Added comment to QTextStream - clarification of the documentationMorten Engvoldsen2009-05-061-1/+2
| | * Fix memory leak in QFutureMorten Sørvig2009-05-051-0/+2
| * | Use the new QTextCodec::codecForUtfText in qtextstream to detect theDenis Dzyubenko2009-05-041-7/+2
| * | When data was copied from Mozilla Firefox to Qt, the text format was not valid.Denis Dzyubenko2009-05-042-12/+68
| * | Deprecate qt_mac_set_show_menubar for a public cross-platform API.Norwegian Rock Cat2009-05-042-0/+15
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtOlivier Goffart2009-05-042-7/+3
| |\ \
| | * | prefer macro over stubMaurice Kalinowski2009-05-042-7/+3
| * | | Merge commit 'origin/4.5'Olivier Goffart2009-05-042-90/+25
| |\ \ \ | | |/ / | |/| / | | |/
| | * Greatly reduced the complexity of the boilerplate function.Thiago Macieira2009-05-041-90/+17
| | * Added comment to clearify the use of indexes.Morten Engvoldsen2009-05-041-0/+8
| * | Fixed QFile::copy/rename fail after initial failed attemptJoão Abecasis2009-04-301-0/+3
| * | Add qDrawBorderPixmap() function, Qt::TileRules enum, QMargins struct and QTi...Marius Bugge Monsen2009-04-291-0/+6
| * | introduce Q_WS_WINCEMaurice Kalinowski2009-04-291-1/+6
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-291-2/+9
| |\ \ | | |/
| | * performance improvement of isUncRoot in qfsfileengine_win.cppJoerg Bornemann2009-04-281-2/+9
| * | Compile Warnings removed in canConvertThierry Bastian2009-04-281-2/+3
| * | Fixed to float support in QVariantThierry Bastian2009-04-271-25/+33
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-242-5/+2
| |\ \ | | |/
| | * Return the correct MIB number for TSCII. When the code wasFrans Englich2009-04-241-2/+1
| | * Alias for QUtf16Codec is wrong.Frans Englich2009-04-241-3/+1
| | * Change Qt version number to 4.5.2Thiago Macieira2009-04-241-2/+2
| * | Remove the Direct3D engine.Gunnar Sletta2009-04-241-8/+7
| * | Merge branch '4.5'Thiago Macieira2009-04-232-2/+8
| |\ \ | | |/
| | * Fixes for QByteArrayMatcherJoão Abecasis2009-04-232-2/+8
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-234-6/+8
| |\ \ | | |/
| | * Allow QThread to start a QTimer and QEventLoop before QCoreApplication is con...Bradley T. Hughes2009-04-234-6/+8
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-232-11/+12
| |\ \ | | |/
| | * Doc fixesJoão Abecasis2009-04-221-0/+1
| | * Make make_qfeatures_dot_h script generate the current copyright header.Jason McDonald2009-04-221-27/+27
| * | Merge branch '4.5'Thiago Macieira2009-04-202-4/+4
| |\ \ | | |/
| | * don't detach in qHash()Lars Knoll2009-04-201-2/+2
| | * Unable to build ActiveQt with Opensource edition.Prasanth Ullattil2009-04-201-2/+2
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-201-127/+137
| |\ \ | | |/
| | * Make temporary files close-on-execOswald Buddenhagen2009-04-181-0/+11
| | * sanitize whitespace & parenthesesOswald Buddenhagen2009-04-181-128/+127
| * | Merge commit 'remotes/tb-optim/qvariant-optimizations'Thierry Bastian2009-04-173-60/+88
| |\ \
| | * | make construction for known type fasterThierry Bastian2009-03-312-23/+34
| | * | make the float constructor inline (improves construction/destruction performa...Thierry Bastian2009-03-312-3/+1
| | * | small change wrt to destruction (patch suggested by ogoffart)Thierry Bastian2009-03-311-5/+9
| | * | add proper support for floats to QVariantThierry Bastian2009-03-262-7/+21
| | * | Improved qVariantSetValue by reusing the internals if possibleThierry Bastian2009-03-261-1/+12