Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compile fix. | Samuel Rødal | 2010-06-11 | 1 | -2/+6 |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-10 | 45 | -294/+754 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-10 | 45 | -294/+754 |
| |\ | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | David Boddie | 2010-06-10 | 560 | -12599/+32881 |
| | |\ | |||||
| | | * | QWidget::childAt for masked child widgets doesn't work properly | Bjørn Erik Nilsen | 2010-06-10 | 3 | -31/+150 |
| | | * | Optimized 90-, 180-, and 270- rotated blits in raster paint engine. | Samuel Rødal | 2010-06-10 | 1 | -0/+105 |
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-10 | 41 | -258/+472 |
| | | |\ | |||||
| | | | * | Rename QLocale::isWrittenRightToLeft() to textDirection() | Lars Knoll | 2010-06-09 | 6 | -9/+9 |
| | | | * | Fixed some bugs in detection of keyboard directionality | Lars Knoll | 2010-06-09 | 5 | -51/+18 |
| | | | * | Add a isWrittenRightToLeft() method to QLocale. | Lars Knoll | 2010-06-09 | 2 | -0/+21 |
| | | | * | consistent handling of directionality in QTextLayout | Lars Knoll | 2010-06-09 | 3 | -15/+23 |
| | | | * | For an empty line edit the cursor position is depending on input language | Lars Knoll | 2010-06-09 | 2 | -2/+4 |
| | | | * | correctly initialize the bidi level in the text engine | Lars Knoll | 2010-06-09 | 1 | -2/+15 |
| | | | * | Use the textDirection() of blocks correctly. | Lars Knoll | 2010-06-09 | 4 | -14/+7 |
| | | | * | Add QTextBlock::textDirection() | Lars Knoll | 2010-06-09 | 2 | -0/+45 |
| | | | * | Make sure LayoutDirectionAuto is the default text direction | Lars Knoll | 2010-06-09 | 1 | -2/+5 |
| | | | * | LayoutDirectionAuto is the default layout direction for QPainter | Lars Knoll | 2010-06-09 | 1 | -5/+7 |
| | | | * | Correct BiDi behavior of QLineEdit | Lars Knoll | 2010-06-09 | 2 | -6/+7 |
| | | | * | The default text direction for QTextOption is Qt::LayoutDirectionAuto | Lars Knoll | 2010-06-09 | 2 | -3/+3 |
| | | | * | Handle setting the layoutDirection to Qt::LayoutDirectionAuto | Lars Knoll | 2010-06-09 | 2 | -1/+6 |
| | | | * | Introduce LayoutDirection Qt::LayoutDirectionAuto | Lars Knoll | 2010-06-09 | 2 | -3/+12 |
| | | | * | Fix QString::isRightToLeft() to conform with Unicode Bidi algorithm | Lars Knoll | 2010-06-09 | 2 | -10/+12 |
| | | | * | small optimisation | Lars Knoll | 2010-06-09 | 1 | -2/+2 |
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-09 | 12 | -154/+297 |
| | | | |\ | |||||
| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-09 | 12 | -154/+297 |
| | | | | |\ | |||||
| | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-09 | 12 | -154/+297 |
| | | | | | |\ | |||||
| | | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-08 | 12 | -154/+297 |
| | | | | | | |\ | |||||
| | | | | | | | * | QVarLenghtArray: Add typedefs for stl compatibility. | Gordon Schumacher | 2010-06-08 | 2 | -0/+56 |
| | | | | | | | * | prefer QElapsedTimer over QTime | Ritt Konstantin | 2010-06-08 | 1 | -2/+2 |
| | | | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-08 | 9 | -152/+239 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-07 | 9 | -152/+239 |
| | | | | | | | | |\ | |||||
| | | | | | | | | | * | Allow to build Qt in static with mingw | Thierry Bastian | 2010-06-07 | 6 | -8/+6 |
| | | | | | | | | | * | Protected call to glXChooseFBConfig with appropriate defines. | Samuel Rødal | 2010-06-07 | 1 | -0/+11 |
| | | | | | | | | | * | Use the new OpenGL 3.* context/profile if asked with X11/GLX. | Riku Palomäki | 2010-06-07 | 1 | -6/+69 |
| | | | | | | | | | * | Splitted attrib_list generation into buildSpec from QGLContext::tryVisual. | Riku Palomäki | 2010-06-07 | 1 | -137/+144 |
| | | | | | | | | | * | Fix QTransform::map(const QPainterPath &) not working with paths that | Simon Hausmann | 2010-06-07 | 2 | -1/+9 |
| | * | | | | | | | | | Doc: Added details of a system proxy limitation on Windows. | David Boddie | 2010-06-07 | 1 | -5/+27 |
* | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-06-10 | 5 | -25/+75 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Update 4.7 def files | Shane Kearns | 2010-06-10 | 4 | -24/+67 |
| * | | | | | | | | | | QS60Style: QComboBox displays checkboxes for items | Sami Merila | 2010-06-10 | 1 | -1/+8 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-06-10 | 2 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Explicit EXPORTUNFROZEN will prevent default defBlock generation | Miikka Heikkinen | 2010-06-10 | 2 | -2/+3 |
* | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.... | Qt Continuous Integration System | 2010-06-10 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.... | Qt Continuous Integration System | 2010-06-10 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.... | Toby Tomkins | 2010-06-10 | 48 | -116/+769 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Problems with missing symbols on QWS/AIX. Include freetype synthesis file for... | Toby Tomkins | 2010-06-10 | 1 | -0/+1 |
* | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-06-09 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | / / / / / / / | |_|_|_|/ / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Fix qtlibinfix build of qml plugins (for Symbian) | Alessandro Portale | 2010-06-09 | 1 | -0/+1 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-06-09 | 2 | -5/+5 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Fix Symbian install path for Qml plugins | Alessandro Portale | 2010-06-09 | 1 | -4/+4 |