summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-271-3/+10
|\
| * Fix subControlRect of the Mac style for the QComboBoxBenjamin Poulain2009-08-251-3/+10
* | QTabBar: Fix the position of button in tabs.Olivier Goffart2009-08-272-8/+10
* | QTabBar: fix text being croped when there is an icon on the tabOlivier Goffart2009-08-272-19/+12
* | Refactor the way QCommonStyle layout the tabOlivier Goffart2009-08-272-81/+87
* | Doc: Explained how mouse events are handled by QGraphicsView.Geir Vattekar2009-08-271-3/+5
* | Gestures: Implement swipe gestureRichard Moe Gustavsen2009-08-277-4/+171
* | Fix compile error on WindowsPrasanth Ullattil2009-08-272-2/+2
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6David Boddie2009-08-275-73/+99
|\ \
| * | Gestures: make all screen points floatRichard Moe Gustavsen2009-08-273-16/+16
| * | Mac: Fix Imageviewer example, and bugfix gesturesRichard Moe Gustavsen2009-08-273-2/+4
| * | Cocoa: implement pan gestures to follow mouseRichard Moe Gustavsen2009-08-272-13/+14
| * | Cocoa: Implement single touch panRichard Moe Gustavsen2009-08-273-56/+79
* | | Doc: Fixed recommended code as suggested in the public task.David Boddie2009-08-271-1/+2
|/ /
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6David Boddie2009-08-2714-27/+165
|\ \
| * | Fixed clipping bugs in QGLWidgets (very noticeable in sub-attaq).Samuel Rødal2009-08-271-1/+2
| * | Implement IME reconversion on windows.Prasanth Ullattil2009-08-273-1/+74
| * | Doc: Widgets may ignore the role set with QWidget::setForegroundRole().Geir Vattekar2009-08-271-0/+8
| * | Make sure itemAt() reflects the visual order.Jan-Arve Sæther2009-08-274-7/+26
| * | Doc fixes.Jan-Arve Sæther2009-08-271-9/+30
| * | Remove warning.Jan-Arve Sæther2009-08-271-1/+1
| * | Do not crash when double-clicking a tab in a QTabBar with movable tabsFrank Reininghaus2009-08-271-1/+2
| * | doc: Add Graphics Effect images.Bjørn Erik Nilsen2009-08-261-3/+17
| * | reverting the definition of WINVER and _WIN32_WINNT in qglobal.hJoerg Bornemann2009-08-261-4/+5
* | | Doc: First review/editing of the QTouchEvent class documentation.David Boddie2009-08-271-27/+30
* | | Doc: Added a section to tidy things up. This document needs more work.David Boddie2009-08-261-10/+12
|/ /
* | Improved QPainter API for allowing native painting in GL / VG.Samuel Rødal2009-08-263-0/+45
* | doc: Misspelled class names.Bjørn Erik Nilsen2009-08-261-2/+2
* | QAbstractItemView sometimes doesn't allow changing the selectionThierry Bastian2009-08-261-3/+0
* | doc: fixes qdoc warnings/errors related to the Graphics Effect framework.Bjørn Erik Nilsen2009-08-262-71/+144
* | Avoid undefined text metrics when GetTextMetrics() in QFontEngineWinEskil Abrahamsen Blomfeldt2009-08-261-1/+3
* | Remove superfluous '.data()' call from dashStroker.Jason Barron2009-08-261-1/+1
* | Fixes typo in doc and missing return in anchor layoutLeonardo Sobral Cunha2009-08-261-2/+4
* | QToolbar now collapses when draggedThierry Bastian2009-08-263-5/+5
* | Doc - Completed review of documentation for the QGraphicsEffect group ofKavindra Devi Palaraja2009-08-261-77/+95
* | Fix warning.Olivier Goffart2009-08-261-1/+3
* | Fix "We mean it." comments in graphicsviewOlivier Goffart2009-08-2610-20/+20
* | fix warnings on Windows CEJoerg Bornemann2009-08-265-4/+9
* | Make QWS compile with namespacesPaul Olav Tvete2009-08-2617-35/+66
* | QLineEdit: reenable the delete action from the context menuThierry Bastian2009-08-265-13/+2
* | Cocoa, the menus can be disabled after a modal dialogRichard Moe Gustavsen2009-08-261-3/+10
* | Fix another minor copy'n'paste error from QLineControl refactoringAlan Alpert2009-08-261-2/+2
* | Doc - Removed a trailing whitespace and more cleanupsKavindra Devi Palaraja2009-08-251-11/+6
* | Doc - Reviewing documentation for QGraphicsEffect and QGraphicsEffectSourceKavindra Devi Palaraja2009-08-251-24/+30
* | QTableWidget didn't repaint a cell after takeItemThierry Bastian2009-08-251-0/+2
* | QWidgetanimator: the animations are children of the widget they animateThierry Bastian2009-08-251-1/+1
* | Micro-optimization in QPainterPath::toFillPolygonsThorbjørn Lindeijer2009-08-251-7/+1
* | Fix use of uninitialized memory in QLineEditOlivier Goffart2009-08-251-3/+3
* | QListView:: visualRect would return incorrect valuesThierry Bastian2009-08-251-6/+4
* | Fix memory leak in QLineEditOlivier Goffart2009-08-251-0/+1