summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Fixes bug when adding the same child animation twice to the same groupLeonardo Sobral Cunha2009-04-211-1/+2
| * | | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-2111-92/+90
| |\ \ \ \ | | |/ / /
| | * | | don't assert if the signal is not validKent Hansen2009-04-211-1/+2
| | * | | remove QItemAnimation and add the interpolator for QColorThierry Bastian2009-04-202-3/+1
| | * | | iterationCount becomes loopCount againThierry Bastian2009-04-209-89/+89
| * | | | rename QTransition -> QActionTransitionKent Hansen2009-04-2113-87/+88
| * | | | don't assert if the signal is not validKent Hansen2009-04-211-1/+2
| * | | | initialize "for-future-expansion"-pointerKent Hansen2009-04-201-1/+1
| |/ / /
| * | | docKent Hansen2009-04-2011-6/+23
| * | | more docKent Hansen2009-04-172-2/+6
| * | | docKent Hansen2009-04-173-3/+4
| * | | compileKent Hansen2009-04-171-0/+2
| * | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-1736-214/+617
| |\ \ \
| | * \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animationsAlexis Menard2009-04-1736-214/+617
| | |\ \ \
| | * | | | Initial import of kinetic-animations branch from the old kineticAlexis Menard2009-04-17465-0/+229562
| | / / /
| * | | | Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-17463-0/+229936
| / / /
* | | | Merge branch 'master' of ../../qt/qt into kinetic-declarativeuiMichael Brasser2009-04-223-131/+141
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| | |/
* | | Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-2284-113/+15465
|/ /
* | 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
| * | small simplification in internals of QVariantThierry Bastian2009-03-261-25/+4
| * | Added template to the private classes to avoid double allocation in QVariantThierry Bastian2009-03-261-7/+18
| * | Avoids calling function pointer in constructor of QVariantThierry Bastian2009-03-261-23/+23
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-172-5/+5
|\ \ \ | | |/ | |/|
| * | fix reading problem on 64-bit machines in QProcess and socket enginePeter Hartmann2009-04-162-5/+5
| * | Silence warning about unused static function on WindowsJoão Abecasis2009-04-151-0/+2
| * | Doc - clarified that on Windows, for 32-bit programs running in WOW64Kavindra Devi Palaraja2009-04-151-0/+4
| * | BT: Fix Cocoa bug w/OpenGL widgets in dock widgets would disappear.Norwegian Rock Cat2009-04-151-0/+1
* | | Condense this code into one single case. Avoid duplicating code.Thiago Macieira2009-04-161-11/+6
* | | Fixes: Faster string-splitting in QResource::findNode()Gunnar Sletta2009-04-161-7/+37
* | | Fixes: Make QDir::cleanPath() slightly faster, by avoiding some detach calls..Gunnar Sletta2009-04-161-4/+8
* | | Fixes: Speed up QFileInfo::setFile() a bit...Gunnar Sletta2009-04-161-6/+4
* | | Experimental fix for speeding up QResource::name()...Gunnar Sletta2009-04-161-2/+8
* | | Reduce the number of calls to cleanPath() in QResourceRoot::findNodeSamuel Rødal2009-04-161-8/+16
* | | Silence warning about unused static function on WindowsJoão Abecasis2009-04-151-0/+2
* | | Doc - clarified that on Windows, for 32-bit programs running in WOW64Kavindra Devi Palaraja2009-04-151-0/+4
* | | BT: Fix Cocoa bug w/OpenGL widgets in dock widgets would disappear.Norwegian Rock Cat2009-04-151-0/+1
* | | Introduce QPointF::manhattanLengthGunnar Sletta2009-04-152-0/+15
* | | Merge commit 'origin/4.5'Olivier Goffart2009-04-154-24/+33
|\ \ \ | |/ /
| * | Fix regression in QString::replace(int, int, QChar) when string is emptyPaul Olav Tvete2009-04-151-18/+16