summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QCursor support for Symbian OSShane Kearns2009-09-1559-172/+1114
* Fix a bug in FocusScopes; ensure subFocus is set correctly.Andreas Aardal Hanssen2009-09-151-1/+3
* Remove unused signal declaration.Andreas Aardal Hanssen2009-09-151-1/+0
* Removed a debug output that was a bit annoyingThorbjørn Lindeijer2009-09-151-2/+1
* doc: Fixed some qdoc errors.Martin Smith2009-09-151-2/+1
* Removed GL1 pixmap filters and ported colorize filter to GL2 engine.Samuel Rødal2009-09-153-61/+22
* QNativeSocketEngine on Windows: don't bail out on non-fatal errorPeter Hartmann2009-09-151-3/+9
* Fix ambiguous overload for QTileRules constructorOlivier Goffart2009-09-153-3/+7
* Doc: Added some snippets to the multimedia audio docs.Geir Vattekar2009-09-154-5/+18
* Made QGraphicsBlurEffect use the high blur quality setting.Samuel Rødal2009-09-151-0/+2
* Fixed QLineEdit to pass the tst_QLineEdit::displayText() autotest.Kim Motoyoshi Kalland2009-09-152-2/+9
* Fixed rendering errors in blurpicker with -graphicssystem openglSamuel Rødal2009-09-152-1/+16
* doc: Fixed some qdoc errors.Martin Smith2009-09-153-45/+29
* Export again qt_set_sequence_auto_mnemonicOlivier Goffart2009-09-151-1/+1
* Support for focus scopes: QGraphicsItem::ItemIsFocusScope.Andreas Aardal Hanssen2009-09-155-36/+177
* Fix bugs in handling of initial focus.Andreas Aardal Hanssen2009-09-151-2/+5
* Remove this line; which no longer has any effect.Andreas Aardal Hanssen2009-09-151-2/+0
* Bauhaus widgetbox drag and drop not working in CocoaPrasanth Ullattil2009-09-151-0/+4
* Added support in qimagereader to base plugin selection on stream contentGunnar Sletta2009-09-152-10/+49
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-152-15/+11
|\
| * Fix update issues in QGraphicsView.Alexis Menard2009-09-152-15/+11
* | Don't round-trip to GL server for glGetError() in release mode.Rhys Weatherley2009-09-151-1/+10
|/
* qdoc: Shift snippets in QGLShaderProgram out into doc/src/snippetsRhys Weatherley2009-09-151-49/+3
* Merge commit 'origin/4.5' into 4.6Bill King2009-09-142-4/+8
|\
| * Fixes QSqlTableModel: trying to delete the wrong row.Bill King2009-09-141-4/+5
| * Fixes crash when calling numRows on unknown query type (ibase)Bill King2009-09-141-0/+3
* | Remove spurious, wrong semi-colonThiago Macieira2009-09-141-1/+1
* | Fix closing the menu of a QMenuBar with the mouseOlivier Goffart2009-09-141-1/+3
* | Merge branch '4.5' into 4.6Thiago Macieira2009-09-141-1/+1
|\ \ | |/
| * Fixed off-by-one error in call to XGetKeyboardMapping that meant that max_key...Thomas Sondergaard2009-09-141-1/+1
| * Clean up properly in the QPF1 font enginePaul Olav Tvete2009-09-141-0/+6
* | Make qtest_gui.h define QT_GUI_LIB to enable GUI tests.Thiago Macieira2009-09-141-0/+8
* | Move the QT_GUI_LIB check to qtestevent.h instead of qtestmouse.h.Thiago Macieira2009-09-143-2/+4
* | Fixed gradient referencing in SVGs.Kim Motoyoshi Kalland2009-09-149-159/+135
* | Add filter strength to QGraphics[Colorize,Grayscale]Effect.Ariya Hidayat2009-09-143-1/+86
* | Really fixed clipping bug in portedcanvas with -graphicssystem opengl.Samuel Rødal2009-09-141-1/+1
* | If the font does not exist, then the right bearing becomes to bigJørgen Lind2009-09-143-2/+5
* | Fixed clipping bug in GL 2 engine.Samuel Rødal2009-09-141-0/+1
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Ariya Hidayat2009-09-141-5/+29
|\ \
| * | System locale on Mac returns preferred language/country from sys prefs.con2009-09-141-5/+29
* | | Add strength factor to the colorize filter.Ariya Hidayat2009-09-142-1/+53
|/ /
* | Fixed clipping bug in portedcanvas with -graphicssystem openglSamuel Rødal2009-09-141-0/+3
* | Ensured that we use GL 1 engine when -graphicssystem opengl1 is used.Samuel Rødal2009-09-141-1/+1
* | Implement synthetic enter/leave events for QWS.Paul Olav Tvete2009-09-144-9/+29
* | API change. This will get rid of the ugly setAnchorSpacing() method.Jan-Arve Sæther2009-09-144-200/+292
* | Fix QMenuBar hover effect.Olivier Goffart2009-09-141-3/+1
* | Fix RTL text alignment in QComboBox items with SH_ComboBox_PopupEskil Abrahamsen Blomfeldt2009-09-141-0/+6
* | Fixed a typo found during translationJure Repinc2009-09-141-1/+1
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-143-2/+15
|\ \
| * | Fix drawTiledPixmap for NPOT pixmaps on OpenGL ES 2.0Tom Cooksey2009-09-141-0/+12