summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | | | Introduce QGraphicsItem::ItemIsPanel, light-weight window.Andreas Aardal Hanssen2009-08-267-124/+274
* | | | Fix another minor copy'n'paste error from QLineControl refactoringAlan Alpert2009-08-261-2/+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
* | | doc: qdoc warning about signal not found.Bjørn Erik Nilsen2009-08-251-1/+1
* | | Removed redundant QLocale code from QCoeFepInputContext.axis2009-08-251-90/+5
* | | Mac: respect Qt::AA_MacPluginApplication and disable native menubarRichard Moe Gustavsen2009-08-251-8/+7
* | | Make sure we use layoutDirection from the widget and not always the appThierry Bastian2009-08-2514-36/+40
* | | ItemViews: selection not well kept when new rows appearThierry Bastian2009-08-251-5/+6
* | | Some cleanups after code review.Jason Barron2009-08-252-6/+2
* | | Mac: When using Qt as a plugin app, menubars does not workRichard Moe Gustavsen2009-08-251-0/+6
* | | Cocoa: bugfix for autocads plugin projectRichard Moe Gustavsen2009-08-253-0/+21
* | | Remove semi-colon from Q_XXX macros in qgraphicseffect.hBjørn Erik Nilsen2009-08-251-1/+1
* | | Merge commit 'origin/master' into 4.6Jason Barron2009-08-252-6/+6
|\ \ \
| * | | Removed some 'illegal empty declaration' warnings from Symbian buildJanne Anttila2009-08-241-3/+3
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-2473-487/+6530
| |\ \ \
| | * | | Fixed an MSVC 9.0 /2008 warningAlessandro Portale2009-08-211-5/+5
| * | | | Make the singleton file server session independent of QCoreApplicationShane Kearns2009-08-241-3/+3
* | | | | QMenu: make no active action when the mouse leaves the menuThierry Bastian2009-08-251-0/+2
* | | | | Memory leak in QBrushOlivier Goffart2009-08-251-1/+1
* | | | | Carbon: pan gesture keeps breaking wheel eventsRichard Moe Gustavsen2009-08-256-3/+25
| |_|_|/ |/| | |
* | | | unneeded WINVER check in qapplication_win.cpp removedJoerg Bornemann2009-08-251-2/+0
* | | | qsystemtrayicon_win.cpp fix determination of NOTIFYICONDATA struct sizeJoerg Bornemann2009-08-251-5/+1
* | | | Merge branch '4.6'Thiago Macieira2009-08-2425-84/+473
|\ \ \ \
| * \ \ \ Merge branch '4.5' into 4.6Thiago Macieira2009-08-249-10/+42
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix QPlainTextEdit painting errorsmae2009-08-241-2/+3