summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added prependEpocroot replacement function to platform_paths.prfMiikka Heikkinen2010-06-141-1/+19
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-06-1213-90/+103
|\
| * Show EditorDateEdit before changing selection in qdatetimeedit testMiikka Heikkinen2010-06-111-1/+1
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Sami Merila2010-06-1113-53/+109
| |\
| | * Merge branch 'runonphone_targets' into 4.7-s60axis2010-06-117-26/+28
| | |\
| | | * Moved runonphone target to prf files for all build systems.axis2010-06-117-27/+24
| | | * Fixed destdir not being defined.axis2010-06-101-0/+4
| | | * Enable runonphone target for libraries as well.axis2010-06-101-2/+3
| | * | Fix recursive targets for src.proMiikka Heikkinen2010-06-111-1/+1
| | * | Fix recursive 'make sis' for symbian buildsMiikka Heikkinen2010-06-111-2/+13
| * | | Incorrectly named keys in QS60StyleEnums::SkinPartsSami Merila2010-06-113-60/+60
| | |/ | |/|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-1255-302/+792
|\ \ \
| * | | Fixed an on-exit crash for apps using GL.Trond Kjernåsen2010-06-119-6/+21
| * | | QMetaType: do not crash when registering builtin stream operatorOlivier Goffart2010-06-112-0/+10
| * | | Fix another potential strstr() crash for EGL based GL apps.Trond Kjernåsen2010-06-111-1/+2
| * | | Fixed an on-exit application crash for GL apps using EGL.Trond Kjernåsen2010-06-111-1/+1
| * | | Compile fix.Samuel Rødal2010-06-111-2/+6
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-1045-294/+754
| |\ \ \ |/ / / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-1045-294/+754
| |\ \ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-06-10560-12599/+32881
| | |\ \ \
| | | * | | QWidget::childAt for masked child widgets doesn't work properlyBjørn Erik Nilsen2010-06-103-31/+150
| | | * | | Optimized 90-, 180-, and 270- rotated blits in raster paint engine.Samuel Rødal2010-06-101-0/+105
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-1041-258/+472
| | | |\ \ \
| | | | * | | Rename QLocale::isWrittenRightToLeft() to textDirection()Lars Knoll2010-06-096-9/+9
| | | | * | | Fixed some bugs in detection of keyboard directionalityLars Knoll2010-06-095-51/+18
| | | | * | | Add a isWrittenRightToLeft() method to QLocale.Lars Knoll2010-06-092-0/+21
| | | | * | | consistent handling of directionality in QTextLayoutLars Knoll2010-06-093-15/+23
| | | | * | | For an empty line edit the cursor position is depending on input languageLars Knoll2010-06-092-2/+4
| | | | * | | correctly initialize the bidi level in the text engineLars Knoll2010-06-091-2/+15
| | | | * | | Use the textDirection() of blocks correctly.Lars Knoll2010-06-094-14/+7
| | | | * | | Add QTextBlock::textDirection()Lars Knoll2010-06-092-0/+45
| | | | * | | Make sure LayoutDirectionAuto is the default text directionLars Knoll2010-06-091-2/+5
| | | | * | | LayoutDirectionAuto is the default layout direction for QPainterLars Knoll2010-06-091-5/+7
| | | | * | | Correct BiDi behavior of QLineEditLars Knoll2010-06-092-6/+7
| | | | * | | The default text direction for QTextOption is Qt::LayoutDirectionAutoLars Knoll2010-06-092-3/+3
| | | | * | | Handle setting the layoutDirection to Qt::LayoutDirectionAutoLars Knoll2010-06-092-1/+6
| | | | * | | Introduce LayoutDirection Qt::LayoutDirectionAutoLars Knoll2010-06-092-3/+12
| | | | * | | Fix QString::isRightToLeft() to conform with Unicode Bidi algorithmLars Knoll2010-06-092-10/+12
| | | | * | | small optimisationLars Knoll2010-06-091-2/+2
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-0912-154/+297
| | | | |\ \ \
| | | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-0912-154/+297
| | | | | |\ \ \
| | | | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-0912-154/+297
| | | | | | |\ \ \
| | | | | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-0812-154/+297
| | | | | | | |\ \ \
| | | | | | | | * | | QVarLenghtArray: Add typedefs for stl compatibility.Gordon Schumacher2010-06-082-0/+56
| | | | | | | | * | | prefer QElapsedTimer over QTimeRitt Konstantin2010-06-081-2/+2
| | | | | | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-089-152/+239
| | | | | | | | |\ \ \
| | | | | | | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-079-152/+239
| | | | | | | | | |\ \ \
| | | | | | | | | | * | | Allow to build Qt in static with mingwThierry Bastian2010-06-076-8/+6
| | | | | | | | | | * | | Protected call to glXChooseFBConfig with appropriate defines.Samuel Rødal2010-06-071-0/+11
| | | | | | | | | | * | | Use the new OpenGL 3.* context/profile if asked with X11/GLX.Riku Palomäki2010-06-071-6/+69