summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | Avoid conversion to/from QChar in the cn codec to unicodeBenjamin Poulain2010-03-071-11/+11
| | | | | * | | | Avoid memory allocations in conversion from Gb2312/Gb18030 to unicodeBenjamin Poulain2010-03-071-14/+37
| | | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-0749-2643/+3055
| | | | | |\ \ \ \
| | | | * | | | | | don't try to build corewlan plugin when corewlan was not found at configureLorn Potter2010-03-071-1/+1
| | | | | |/ / / / | | | | |/| | | |
| | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-0549-2643/+3055
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-0549-2643/+3055
| | | | | |\ \ \ \ \
| | | | | | * | | | | Allow empty authority in QUrl::setAuthority as per docs.Kimmo Kotajärvi2010-03-051-1/+5
| | | | | | * | | | | fixed case of GL include directoryMark Brand2010-03-051-1/+1
| | | | | | * | | | | Re-generate the Unicode tables after updates to the program that generates themThiago Macieira2010-03-052-1842/+1907
| | | | | | * | | | | add some usefull definitions to qunicodetables_p.hRitt Konstantin2010-03-052-17/+15
| | | | | | * | | | | qchar.cpp: fix identationRitt Konstantin2010-03-051-120/+123
| | | | | | * | | | | Make the UTF-8 encoder/decoder not accept Unicode non-charactersThiago Macieira2010-03-051-3/+25
| | | | | | * | | | | Finish reverting the UTF-8 hack added in 80ea01c6 (P4 106704, Qt 3.2).Thiago Macieira2010-03-051-9/+2
| | | | | | * | | | | Make QString::toUtf8() also use QUtf8.Thiago Macieira2010-03-051-39/+5
| | | | | | * | | | | Doc: add some notes about QString lossy/lossless conversionsThiago Macieira2010-03-051-5/+38
| | | | | | * | | | | Doc: fix a mistake saying that const char* was converted to QLatin1StringThiago Macieira2010-03-051-5/+5
| | | | | | * | | | | Doc: Update QString docs about real ASCII and to/fromAscii and NULs.Thiago Macieira2010-03-051-31/+47
| | | | | | * | | | | FreeType: Fast lookup of Latin-1 glyphsAndreas Kling2010-03-054-18/+72
| | | | | | * | | | | Fixing compilation error, missing ifdef.Carlos Manuel Duclos Vergara2010-03-051-1/+2
| | | | | | * | | | | Mac: qfontdialog autotest failesRichard Moe Gustavsen2010-03-051-9/+33
| | | | | | * | | | | Mac: non-modal native qfontdialog does not work at allRichard Moe Gustavsen2010-03-054-54/+135
| | | | | | * | | | | Mac: qfontdialog test failsRichard Moe Gustavsen2010-03-051-1/+1
| | | | | | * | | | | Mac: QFontDialog will not sometimes leave modalityRichard Moe Gustavsen2010-03-051-26/+9
| | | | | | * | | | | Mac: static getFont functions in QFontDialog does not workRichard Moe Gustavsen2010-03-053-203/+0
| | | | | | * | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-03-055-58/+82
| | | | | | |\ \ \ \ \
| | | | | | | * | | | | Don't needlessly call pushContext() when reading propertiesKent Hansen2010-03-051-15/+18
| | | | | | | * | | | | QtScript: Don't needlessly make deep copies of function namesKent Hansen2010-03-052-35/+55
| | | | | | | * | | | | QMetaType::type(): return immediately if the typename is emptyKent Hansen2010-03-051-0/+2
| | | | | | | * | | | | Change behavior of applicationShouldTerminate.Fabien Freling2010-03-051-8/+5
| | | | | | | * | | | | Prevent a freeze of QFileSystemWatcher on Mac.Denis Dzyubenko2010-03-051-0/+2
| | | | | | * | | | | | doc: Fixed some QML qdoc errors.Martin Smith2010-03-055-8/+23
| | | | | | |/ / / / /
| | | | | | * | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-03-0515-8/+8906
| | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-0522-182/+476
| | | | | | | |\ \ \ \ \
| | | | | | | | * | | | | Update the Qt focus widget on responder change.Morten Johan Sørvig2010-03-051-0/+7
| | | | | | * | | | | | | doc: Fixed some QML qdoc errors.Martin Smith2010-03-052-31/+70
| | | | | | | |/ / / / / | | | | | | |/| | | | |
| | | | | | * | | | | | add wifi power notifications. more Qt way for autorelease.Lorn Potter2010-03-052-33/+83
| | | | | | * | | | | | Merge remote branch 'staging/4.7' into bearermanagement/pollingAaron McCarthy2010-03-05233-3018/+3914
| | | | | | |\ \ \ \ \ \
| | | | | | * | | | | | | Remove unnecessary qWarnings from bearer management code.Aaron McCarthy2010-03-056-89/+77
| | | | | | * | | | | | | Don't keep polling network sessions open indefinitely.Aaron McCarthy2010-03-056-14/+85
| | | | | | * | | | | | | Prefer ethernet over wlan.Aaron McCarthy2010-03-041-18/+51
| | | | | | * | | | | | | Updating polling mechanism for bearer management engines.Aaron McCarthy2010-03-0411-28/+173
* | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-0911-242/+184
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-0811-242/+184
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Fixed bounds calculation in QtSvg.Kim Motoyoshi Kalland2010-03-0810-226/+173
| | * | | | | | | | | | | Fixed vector-effect property output from QSvgGenerator.Kim Motoyoshi Kalland2010-03-081-16/+11
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
* | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-096-48/+431
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Minor cleanup.Michael Brasser2010-03-092-26/+15
| * | | | | | | | | | | | Add highlightRangeMode and snapMode to GridView.Martin Jones2010-03-092-20/+384
| * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-0921-499/+241
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Minor anchors.fill optimization.Michael Brasser2010-03-094-2/+32