summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-281-1/+3
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | * | | | | 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.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-275-4/+120
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | / / / | | |_|_|/ / / | |/| | | | |
| | * | | | | Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-265-4/+120
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | 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
| | | * | | | Add QHostInfo benchmarkMarkus Goetz2009-12-183-0/+108
* | | | | | | Remove the entire warning, is seems it was only there forMorten Johan Sørvig2010-01-051-11/+0
* | | | | | | Remove obsolete XShape configure warning.Morten Johan Sørvig2010-01-051-4/+1
* | | | | | | Don't use QPointer in objectve-c interfaces.Morten Johan Sørvig2010-01-051-2/+2
* | | | | | | Cocoa: exec() on a dialog with Qt::Tool windowflag is just a dialog.Richard Moe Gustavsen2010-01-041-3/+3
* | | | | | | Fixed QGLFormat::operator== to handle new fields.Kim Motoyoshi Kalland2010-01-042-3/+54
* | | | | | | Carbon: compile fixRichard Moe Gustavsen2010-01-041-1/+1
* | | | | | | Cocoa: app menu does now show before doing qApp::exec()Richard Moe Gustavsen2010-01-042-16/+28
* | | | | | | Added support for OpenGL up to version 3.2 on Windows.Kim Motoyoshi Kalland2009-12-304-25/+275
* | | | | | | Format qOpenGLVersionFlagsFromString() according to Qt coding style.Kim Motoyoshi Kalland2009-12-301-22/+16
* | | | | | | Merge branch '4.6'Thiago Macieira2009-12-26260-3472/+11075
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-268-2/+105
| |\ \ \ \ \ \ | | |/ / / / / | | | | | / / | | |_|_|/ / | |/| | | |
| | * | | | Don't include dlfcn.h unconditionally.Thiago Macieira2009-12-252-1/+1
| | * | | | Fix warning on 64-bit build with MSVC.Thiago Macieira2009-12-251-1/+1
| | * | | | Add missing license headers to the new solaris-cc-stlport mkspecs.Thiago Macieira2009-12-252-0/+82
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-255-0/+21
| | |\ \ \ \ | |/ / / / /
| | * | | | 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
| | * | | | Add two new mkspecs for SunCC with stlport.Thiago Macieira2009-12-254-0/+18
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-258-172/+170
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | 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-2374-1083/+1747
| | |\ \ \ \
| | | * | | | Changed autodetection logic for stlport version and sqlite in SymbianMiikka Heikkinen2009-12-232-10/+14
| | | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-233-8/+23
| | | |\ \ \ \ | | |/ / / / / | |/| | | | |
| | | * | | | 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
| | | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-221-2/+4
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | Changed make sis only require .make.cache if QT_SIS_TARGET is not set.Miikka Heikkinen2009-12-221-2/+4
| * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2009-12-2310-237/+451
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | 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-222-4/+11
| | * | | | 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
| |\ \ \ \ \