Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Fix D-Bus marshalling of booleans in optimised code. | Thiago Macieira | 2009-12-27 | 1 | -1/+3 | |
| * | | | | | Merge branch '4.5' into 4.6-staging | Thiago Macieira | 2009-12-26 | 2 | -4/+12 | |
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | | | ||||||
| | * | | | Use Mono instead of MonoLSB when writing pbm files. | Rhys Weatherley | 2009-12-23 | 1 | -1/+1 | |
| | * | | | Fix memory leak of QGLGlyphCoord objects in the OpenGL1 paint engine | Rhys Weatherley | 2009-12-20 | 1 | -3/+11 | |
* | | | | | Don't use QPointer in objectve-c interfaces. | Morten Johan Sørvig | 2010-01-05 | 1 | -2/+2 | |
* | | | | | Cocoa: exec() on a dialog with Qt::Tool windowflag is just a dialog. | Richard Moe Gustavsen | 2010-01-04 | 1 | -3/+3 | |
* | | | | | Fixed QGLFormat::operator== to handle new fields. | Kim Motoyoshi Kalland | 2010-01-04 | 1 | -3/+13 | |
* | | | | | Carbon: compile fix | Richard Moe Gustavsen | 2010-01-04 | 1 | -1/+1 | |
* | | | | | Cocoa: app menu does now show before doing qApp::exec() | Richard Moe Gustavsen | 2010-01-04 | 2 | -16/+28 | |
* | | | | | Added support for OpenGL up to version 3.2 on Windows. | Kim Motoyoshi Kalland | 2009-12-30 | 4 | -25/+275 | |
* | | | | | Format qOpenGLVersionFlagsFromString() according to Qt coding style. | Kim Motoyoshi Kalland | 2009-12-30 | 1 | -22/+16 | |
* | | | | | Merge branch '4.6' | Thiago Macieira | 2009-12-26 | 140 | -2219/+4452 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Don't include dlfcn.h unconditionally. | Thiago Macieira | 2009-12-25 | 1 | -0/+1 | |
| * | | | | Fix warning on 64-bit build with MSVC. | Thiago Macieira | 2009-12-25 | 1 | -1/+1 | |
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2009-12-25 | 1 | -0/+3 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | FTBFS on hurd-i386 because since clock_gettime is not available there | Samuel Thibault | 2009-12-25 | 1 | -0/+3 | |
| | * | | | Fix build on ARMv6 when NEON is detected. | Thiago Macieira | 2009-12-25 | 1 | -1/+1 | |
| * | | | | Minor optimization for QS60Style | Sami Merila | 2009-12-23 | 1 | -3/+3 | |
| * | | | | Correcting white space in QS60Style | Sami Merila | 2009-12-23 | 1 | -76/+76 | |
| * | | | | QComboboxes are squeezed in QVGA screens | Sami Merila | 2009-12-23 | 1 | -29/+31 | |
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6 | Janne Koskinen | 2009-12-23 | 41 | -684/+1801 | |
| |\ \ \ \ | ||||||
| | * | | | | Changed autodetection logic for stlport version and sqlite in Symbian | Miikka Heikkinen | 2009-12-23 | 1 | -1/+1 | |
| | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2009-12-23 | 2 | -6/+19 | |
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| | | * | | | Setting background color to a QDialog doesn't work | Sami Merila | 2009-12-23 | 1 | -1/+4 | |
| | | * | | | QWidget with the window flag Qt::Dialog is not decorated as a dialog | Sami Merila | 2009-12-23 | 1 | -1/+1 | |
| | | * | | | Device flickers badly when orientation change occurs | Sami Merila | 2009-12-23 | 2 | -4/+14 | |
| | | |/ / | ||||||
| | * | | | Implement ScaledClipRect in the jpeg image plugin | Rhys Weatherley | 2009-12-23 | 2 | -9/+47 | |
| | * | | | Add support for ClipRect to the jpeg image plugin | Rhys Weatherley | 2009-12-23 | 2 | -86/+149 | |
| | * | | | Use libjpeg's builtin scaler for implementing setScaledSize() | Rhys Weatherley | 2009-12-22 | 1 | -3/+2 | |
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2009-12-22 | 7 | -142/+248 | |
| | |\ \ \ | | | |/ / | | |/| | | ||||||
| | | * | | Use 3x3 PMV matrices rather than 4x4 in the GL2 engine | Tom Cooksey | 2009-12-22 | 3 | -64/+62 | |
| | | * | | Handle broken shaders better in the GL2 engine's shader manager | Tom Cooksey | 2009-12-22 | 1 | -77/+114 | |
| | | * | | Add GLfloat[2][2] & GLfloat[3][3] uniform setters to QGLShaderProgram | Tom Cooksey | 2009-12-22 | 2 | -0/+71 | |
| | | * | | Fix build with neon instructions enabled but not set in mkspec | Tom Cooksey | 2009-12-22 | 1 | -1/+1 | |
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2009-12-22 | 1 | -1/+5 | |
| | |\ \ \ | ||||||
| | | * | | | Memory leak when using QWidget::setWindowIcon() in Carbon. | Prasanth Ullattil | 2009-12-22 | 1 | -1/+5 | |
| | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2009-12-22 | 4 | -46/+65 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2009-12-22 | 2 | -134/+11 | |
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | ||||||
| | | * | | | | Remove unused legacy code from the jpeg image plugin | Rhys Weatherley | 2009-12-22 | 2 | -134/+11 | |
| | * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2009-12-22 | 20 | -97/+1062 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | / / | | | | |/ / | | | |/| | | ||||||
| | | * | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ... | Simon Hausmann | 2009-12-21 | 8 | -13/+125 | |
| | | * | | | Drag and drop icon not updated correctly in Cocoa. | Prasanth Ullattil | 2009-12-21 | 1 | -3/+6 | |
| | | * | | | Adding missing file. | Carlos Manuel Duclos Vergara | 2009-12-21 | 1 | -0/+74 | |
| | | * | | | Warn when calling QFileInfo::absolutePath() on an improper object. | Andreas Kling | 2009-12-21 | 1 | -0/+2 | |
| | | * | | | update harfbuzz to 2b78f0d78ad3075fd1657d1260b31219e1a5155 | Lars Knoll | 2009-12-21 | 2 | -3/+4 | |
| | | * | | | Fixing a problem with xmlpatterns, where code from tools/xmlpatterns was bein... | Carlos Manuel Duclos Vergara | 2009-12-21 | 6 | -77/+850 | |
| | | * | | | Fix for WinCE compilation of QAbstractSpinBox. | David Laing | 2009-12-21 | 1 | -1/+1 | |
| | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2009-12-21 | 5 | -8/+20 | |
| | |\ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2009-12-19 | 8 | -220/+272 | |
| | |\ \ \ \ | ||||||
| | | * \ \ \ | Merge branch '4.5' into 4.6-staging | Thiago Macieira | 2009-12-18 | 1 | -16/+4 | |
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| | |