summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Removed QtWebkit.dll from Qt.sis in Symbian buildsMiikka Heikkinen2009-12-291-4/+0
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-282-13/+18
|\
| * Using qt.iby no longer requires emulator deployment to be doneMiikka Heikkinen2009-12-282-13/+18
* | Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-271-1/+3
|\ \
| * | Fix D-Bus marshalling of booleans in optimised code.Thiago Macieira2009-12-271-1/+3
* | | Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-262-4/+12
|\ \ \ | |/ /
| * | Use Mono instead of MonoLSB when writing pbm files.Rhys Weatherley2009-12-231-1/+1
| * | Fix memory leak of QGLGlyphCoord objects in the OpenGL1 paint engineRhys Weatherley2009-12-201-3/+11
* | | Don't include dlfcn.h unconditionally.Thiago Macieira2009-12-251-0/+1
* | | Fix warning on 64-bit build with MSVC.Thiago Macieira2009-12-251-1/+1
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-251-0/+3
|\ \ \ | |_|/ |/| |
| * | FTBFS on hurd-i386 because since clock_gettime is not available thereSamuel Thibault2009-12-251-0/+3
| * | Fix build on ARMv6 when NEON is detected.Thiago Macieira2009-12-251-1/+1
* | | Minor optimization for QS60StyleSami Merila2009-12-231-3/+3
* | | Correcting white space in QS60StyleSami Merila2009-12-231-76/+76
* | | QComboboxes are squeezed in QVGA screensSami Merila2009-12-231-29/+31
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Janne Koskinen2009-12-2341-684/+1801
|\ \ \
| * | | Changed autodetection logic for stlport version and sqlite in SymbianMiikka Heikkinen2009-12-231-1/+1
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-232-6/+19
| |\ \ \
| | * | | Setting background color to a QDialog doesn't workSami Merila2009-12-231-1/+4
| | * | | QWidget with the window flag Qt::Dialog is not decorated as a dialogSami Merila2009-12-231-1/+1
| | * | | Device flickers badly when orientation change occursSami Merila2009-12-232-4/+14
| | |/ /
| * | | Implement ScaledClipRect in the jpeg image pluginRhys Weatherley2009-12-232-9/+47
| * | | Add support for ClipRect to the jpeg image pluginRhys Weatherley2009-12-232-86/+149
| * | | Use libjpeg's builtin scaler for implementing setScaledSize()Rhys Weatherley2009-12-221-3/+2
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2009-12-227-142/+248
| |\ \ \ | | |/ / | |/| |
| | * | Use 3x3 PMV matrices rather than 4x4 in the GL2 engineTom Cooksey2009-12-223-64/+62
| | * | Handle broken shaders better in the GL2 engine's shader managerTom Cooksey2009-12-221-77/+114
| | * | Add GLfloat[2][2] & GLfloat[3][3] uniform setters to QGLShaderProgramTom Cooksey2009-12-222-0/+71
| | * | Fix build with neon instructions enabled but not set in mkspecTom Cooksey2009-12-221-1/+1
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-221-1/+5
| |\ \ \
| | * | | Memory leak when using QWidget::setWindowIcon() in Carbon.Prasanth Ullattil2009-12-221-1/+5
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-224-46/+65
| |\ \ \ \
| * \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2009-12-222-134/+11
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Remove unused legacy code from the jpeg image pluginRhys Weatherley2009-12-222-134/+11
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-2220-97/+1062
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2009-12-218-13/+125
| | * | | Drag and drop icon not updated correctly in Cocoa.Prasanth Ullattil2009-12-211-3/+6
| | * | | Adding missing file.Carlos Manuel Duclos Vergara2009-12-211-0/+74
| | * | | Warn when calling QFileInfo::absolutePath() on an improper object.Andreas Kling2009-12-211-0/+2
| | * | | update harfbuzz to 2b78f0d78ad3075fd1657d1260b31219e1a5155Lars Knoll2009-12-212-3/+4
| | * | | Fixing a problem with xmlpatterns, where code from tools/xmlpatterns was bein...Carlos Manuel Duclos Vergara2009-12-216-77/+850
| | * | | Fix for WinCE compilation of QAbstractSpinBox.David Laing2009-12-211-1/+1
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-215-8/+20
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-198-220/+272
| |\ \ \ \
| | * \ \ \ Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-181-16/+4
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Fixed crash when parsing invalid polygons in svgs.Kim Motoyoshi Kalland2009-12-181-16/+4
| | | * | | fix Cocoa buildPeter Hartmann2009-12-151-1/+1
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-187-204/+268
| | |\ \ \ \
| | | * | | | doc: Added a missing \sa command, plus a \l in the text.Martin Smith2009-12-181-7/+8