summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* doc: Fixed many broken links.Martin Smith2010-05-193-39/+38
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-198-47/+62
|\
| * Make sure cursorPositionChanged is emitted when doing undo/redoThorbjørn Lindeijer2010-05-181-0/+8
| * Gestures in GraphicsView do not require a viewport to subscribe to gestures.Denis Dzyubenko2010-05-185-8/+44
| * Removed the "maybe" timer from gesturemanager.Denis Dzyubenko2010-05-182-38/+7
| * Fixes a crash and a memory leak in gesturemanager.Denis Dzyubenko2010-05-181-1/+3
* | Compile with Gcc 4.1Olivier Goffart2010-05-171-0/+1
* | Optimized pixmapcache key generation for icons and stylesOlivier Goffart2010-05-174-69/+59
|/
* Use case-insensitive comparison for the "data" scheme in URLsThiago Macieira2010-05-151-1/+1
* Revert "Optimized pixmapcache key generation for icons and styles"Thiago Macieira2010-05-153-48/+65
* Revert "More improvements to pixmap cache key generation"Thiago Macieira2010-05-144-57/+50
* More improvements to pixmap cache key generationJens Bache-Wiig2010-05-144-50/+57
* Fix for autotest failure in qwidget::saveRestoreGeometry()Carlos Manuel Duclos Vergara2010-05-141-1/+1
* Optimized pixmapcache key generation for icons and stylesJens Bache-Wiig2010-05-143-65/+48
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-144-3/+50
|\
| * Mac: restoreGeometry()Carlos Manuel Duclos Vergara2010-05-143-3/+48
| * [Regression] Build failure on Mac CarbonCarlos Manuel Duclos Vergara2010-05-141-0/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-1429-394/+273
|\ \ | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-1329-394/+273
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-1229-394/+273
| | |\
| | | * Compile fix on Windows.Kim Motoyoshi Kalland2010-05-122-2/+2
| | | * Skip definition of wintab functions in case of QT_NO_TABLETEVENT.Mirko Damiani2010-05-122-0/+7
| | | * Made curve tesselation be dynamically adjusted based on transform.Samuel Rødal2010-05-126-241/+46
| | | * Fix compiler warning in QT_REQUIRE_VERSIONOlivier Goffart2010-05-111-1/+1
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-1120-152/+219
| | | |\
| | | | * Really fix tst_QDockWidget::taskQTBUG_9758_undockedGeometry on LinuxOlivier Goffart2010-05-101-1/+4
| | | | * Opt out of visual-config size checks with extensionNicolai de Haan2010-05-101-0/+5
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-05-1062-446/+928
| | | | |\
| | | | | * Mark QFileDialog::Options as a Q_FLAGSOlivier Goffart2010-05-071-0/+1
| | | | | * Fixed scrolling bugs in widget graphics effect backend.Samuel Rødal2010-05-072-33/+4
| | | | | * Fixed source pixmap bug in widget graphics effect backend.Samuel Rødal2010-05-071-1/+1
| | | | | * Fix crash with stylesheet if widget change style in the changeEventOlivier Goffart2010-05-071-10/+10
| | | | | * Fix textdrawing under GL on N900.Gunnar Sletta2010-05-071-1/+1
| | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-0711-95/+178
| | | | | |\
| | | | | | * Some EGL implementations does not return a EGLNativeDisplayTypeJørgen Lind2010-05-061-1/+1
| | | | | | * Fixed the sizing of the dock area with fixed size dock widgetsThierry Bastian2010-05-052-31/+19
| | | | | | * QSortFilterProxyModel: Warning or assert failureGabriel de Dietrich2010-05-051-1/+1
| | | | | | * Performance issue with QGraphicsItem::ItemClipsChildrenToShape.Bjørn Erik Nilsen2010-05-055-5/+95
| | | | | | * Fixes crash in QGraphicsItem::mouseMove for untransformable items.Bjørn Erik Nilsen2010-05-051-1/+5
| | | | | | * Pack Graphics View booleans in quint32 bit fields.Bjørn Erik Nilsen2010-05-054-49/+53
| | | | | | * Fix a bug in QGraphicsItem::scroll.Alexis Menard2010-05-051-3/+4
| | | | | | * Fixed the position of the dock widget when undockedThierry Bastian2010-05-041-5/+1
| | | | * | | Fix off-by-one in text layouts and widget size hints on MacEskil Abrahamsen Blomfeldt2010-05-104-12/+16
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-1330-149/+242
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-1230-149/+242
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Use qrand() instead of rand()Bradley T. Hughes2010-05-042-2/+2
| | * | | | | Merge remote branch 'mainline/4.7' into 4.7Morten Johan Sørvig2010-05-1216-53/+144
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-0728-147/+240
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | Make QCompleter cope with restricted screen real estate (mobile devices)Dominik Holland2010-05-061-6/+15
| | | * | | | Don't initialize Wintab if QT_NO_TABLETEVENT is defined.Mirko Damiani2010-05-062-0/+4