summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | Fix QLineEdit drag'n'dropAlan Alpert2009-09-151-1/+0
| | * | | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Alan Alpert2009-09-1597-431/+1580
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fix QLineEdit::setPaletteAlan Alpert2009-09-152-1/+18
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | Fix crash in QVGSharedContext shutdownRhys Weatherley2009-09-161-0/+4
| | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Only regenerate pixmap filter source if the parameters have changed.Rhys Weatherley2009-09-151-2/+31
| * | | | | | | | | | | Remove unnecessary definitions in GL pixmap filter code.Rhys Weatherley2009-09-151-5/+0
| * | | | | | | | | | | Fix glMatrixMode() arguments for desktop OpenGLRhys Weatherley2009-09-151-2/+2
| * | | | | | | | | | | Compilation fix for OpenGL/ES 2.0Rhys Weatherley2009-09-151-0/+2
| * | | | | | | | | | | Export a function for getting a IDirectFBWindowAnders Bakken2009-09-154-6/+34
| * | | | | | | | | | | Export two functions for getting a surface in dfbAnders Bakken2009-09-152-1/+14
| * | | | | | | | | | | Fix a bug in surfaceForWidgetAnders Bakken2009-09-151-1/+2
| * | | | | | | | | | | Doc: Created a new Drawing Utility Functions page.David Boddie2009-09-152-16/+22
| * | | | | | | | | | | I don't think this was intentional...João Abecasis2009-09-152-2/+0
| * | | | | | | | | | | Increased performance of blurpicker example with GL 2 engine.Samuel Rødal2009-09-151-8/+8
| * | | | | | | | | | | QCursor support for Symbian OSShane Kearns2009-09-1559-172/+1114
* | | | | | | | | | | | Fixed glsl warnings on mac and stop using texturecoords when not neededGunnar Sletta2009-09-163-26/+20
* | | | | | | | | | | | Silenced GLSL compiler warning on Mac OS XGunnar Sletta2009-09-152-1/+5
|/ / / / / / / / / / /
* | | | | | | | | | | 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