summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-2212-200/+77
|\
| * Merge commit 'origin/4.5'Samuel Rødal2009-05-202-2/+3
| |\
| | * Fix a wrong compiler define (was a typo).Ariya Hidayat2009-05-201-1/+1
| | * Don't draw an arrow for toolbuttons that are text only and have a menu.Norwegian Rock Cat2009-05-201-1/+2
| * | Merge branch '4.5' of ../qt-45-documentationDavid Boddie2009-05-2011-198/+74
| |\ \
| | * \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5David Boddie2009-05-2010-182/+58
| | |\ \ | | | |/
| | | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-204-21/+26
| | | |\
| | | | * QComboBox: style change event should not resets custom item delegatesOlivier Goffart2009-05-202-9/+19
| | | | * Revert focus apparance on itemviews for X11Jens Bache-Wiig2009-05-201-3/+3
| | | | * Remove bad documentation about window modality and QMessageBox.Norwegian Rock Cat2009-05-201-9/+4
| | | * | qdoc: Moved a qdoc comment to a file that is in all packages.Martin Smith2009-05-203-4/+7
| | | |/
| | | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-203-6/+20
| | | |\
| | | | * Fix a crash where QCocoaWindow get events after its widget is deadNorwegian Rock Cat2009-05-202-5/+19
| | | | * Fix a typo in the class documentation for QItemDelegateAndy Shaw2009-05-201-1/+1
| | | * | qdoc: Moved qdoc comments from qmacstyle_mac.mm to qstyles.qdocMartin Smith2009-05-201-152/+6
| | | |/
| | * | Doc: Fixed the paper sizes again.David Boddie2009-05-201-16/+16
| | |/
* | | Removed debug outputDenis Dzyubenko2009-05-201-5/+0
* | | Added a simple test for gesture event delivery to graphicsitemsDenis Dzyubenko2009-05-202-0/+2
* | | Added setters to QGesture object.Denis Dzyubenko2009-05-202-7/+39
* | | Started implementing tests for gestures on graphicsviewDenis Dzyubenko2009-05-201-3/+2
* | | Dont accept graphicsscenegesture event by defaultDenis Dzyubenko2009-05-201-0/+1
* | | Moved gestures info to an extra in QGraphicsItemPrivate not to increase the s...Denis Dzyubenko2009-05-202-15/+48
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-2025-33/+64
|\ \ \ | |/ /
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-1924-33/+60
| |\ \ | | |/
| | * Ignore GCC warning of unsafe floating point comparisons.Ariya Hidayat2009-05-191-0/+14
| | * Replace all occurences of "heirarchy" with "hierarchy"Andre Haupt2009-05-181-1/+1
| | * Fix some typos in the documentation.Frederik Schwarzer2009-05-1822-28/+28
| | * Prevent a crash with brushed metal windows and a qApp style sheetNorwegian Rock Cat2009-05-181-4/+17
| * | compile fixes with namespaceshjk2009-05-191-0/+4
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-199-27/+65
|\ \ \ | |/ /
| * | Merge commit 'origin/4.5'Olivier Goffart2009-05-189-27/+65
| |\ \ | | |/
| | * QCss: font-family handle fallback font specsOlivier Goffart2009-05-181-7/+12
| | * QCalendarWidget::setDateTextFormat() reset the format is the date is invalidBenjamin Poulain2009-05-181-1/+1
| | * Fixed crash in QWizard running on old Windows systems.jasplin2009-05-183-3/+8
| | * Fix QSoundServer on Big-Endian machines.Tom Cooksey2009-05-181-7/+33
| | * Fixed a bug which implicitly closed perspective transformed poly lines.Trond Kjernåsen2009-05-181-3/+5
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Geir Vattekar2009-05-1539-511/+626
| | |\
| | | * Cocoa: Window flickers when resized with a QTabWidgetRichard Moe Gustavsen2009-05-151-2/+2
| | * | Doc: Updated description of QMainWindow::unifiedTitleAndToolBarOnMacGeir Vattekar2009-05-151-4/+4
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-05-1818-112/+293
|\ \ \ \
| * | | | Fixed warning.Denis Dzyubenko2009-05-181-8/+9
| * | | | No need to mark QGesture ctor explicitDenis Dzyubenko2009-05-181-2/+2
| * | | | Added a TODO entry (bad name in the enum).Denis Dzyubenko2009-05-181-1/+1
| * | | | More improvement to gesture propagation (still no graphicsview).Denis Dzyubenko2009-05-183-53/+62
| * | | | implemented gestures support in graphicsview for QGraphicsItems andDenis Dzyubenko2009-05-1814-58/+216
| * | | | Don't export private class QGestureManagerDenis Dzyubenko2009-05-181-1/+1
| * | | | Fixed mouse event propagation to widgets inside graphicsview - make sureDenis Dzyubenko2009-05-182-3/+9
| * | | | Small improvement in gesturemanager and a fix for potential crashDenis Dzyubenko2009-05-181-2/+2
| * | | | Mentioned in the doc that the QGesture pointer that is returned by theDenis Dzyubenko2009-05-181-0/+3
| * | | | Replaced evil foreach with a for loop.Denis Dzyubenko2009-05-181-4/+8