summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* More qpixmap*.cpp fixes for QExplicitlySharedDataPointer.Jason Barron2009-08-212-3/+3
* Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-2148-858/+958
|\
| * Fix qpixmap*.cpp after latest QExplicitlySharedDataPointer changes.Jason Barron2009-08-204-18/+18
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-203-1/+5
| |\
| | * Fix build error when Q_WS_S60 is undefinedIain2009-08-202-1/+3
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicIain2009-08-2029-741/+855
| | |\
| | * | Fix build problem when Q_WS_S60 is undefinedIain2009-08-201-0/+2
| * | | Fix errors in commit d4c0be3bShane Kearns2009-08-201-3/+1
| | |/ | |/|
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-2040-823/+930
| |\ \
| | * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-2012-94/+77
| | |\ \ | | | |/
| | | * Use QExplicitlySharedDataPointer wherever possibleHarald Fernengel2009-08-2012-94/+77
| | * | Merge commit 'qt/master'Jason Barron2009-08-2028-729/+853
| | |\ \ | | | |/ | | |/|
| | | * This variable is used to signal a thread to exit. It should be volatile.Thiago Macieira2009-08-201-1/+1
| | | * Cocoa: cannot quit applicationRichard Moe Gustavsen2009-08-201-5/+13
| | | * Dont create native window handles when setting up gestures.Denis Dzyubenko2009-08-201-2/+0
| | | * QListView refactor: we now have an interface for the 2 view modesThierry Bastian2009-08-204-628/+586
| | | * Flickering "Whatsthis" pointer in CocoaPrasanth Ullattil2009-08-204-1/+31
| | | * Remove a few warnings when compiling Qt and unexport some functions.Thiago Macieira2009-08-204-7/+8
| | | * Performance issue in QGraphicsItem::addParentItem while building theGabriel de Dietrich2009-08-203-12/+42
| | | * XdndLeave events have incorrect source idBradley T. Hughes2009-08-201-2/+4
| | | * Improve memory usage of the connectionlists inside QObjectOlivier Goffart2009-08-193-9/+12
| | | * Document more of the behavior of QTouchEventBradley T. Hughes2009-08-191-43/+115
| | | * Carbon and Cocoa: Adding support for standard gestures.Richard Moe Gustavsen2009-08-192-4/+16
| | | * Improved the documentation of saving and restoring window geometry.Denis Dzyubenko2009-08-191-1/+14
| | | * Don't use pointers to temporary vars that go out of scope.Denis Dzyubenko2009-08-191-1/+1
| | | * Make the license test pass.Frans Englich2009-08-193-13/+10
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-2051-81/+225
| |\ \ \ | | |/ /
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-08-2051-78/+224
| | |\ \
| | | * | Trivial: fix includeHarald Fernengel2009-08-201-1/+1
| | | * | Make qprintdialog_unix.cpp compile on some Unices.Jason Barron2009-08-201-0/+1
| | * | | Symbian clipboard to use UID3 of QtGui.Janne Koskinen2009-08-201-1/+1
| * | | | performance: refactored use of RFs so corelib and gui share one sessionShane Kearns2009-08-201-12/+2
* | | | | Revert "Hackish workaroung to Open C / C++ defect when intermixing standard"Janne Anttila2009-08-211-5/+0
| |_|/ / |/| | |
* | | | Tidy up the PRELOAD macro definitions in qdrawhelper.cpp.Jason Barron2009-08-191-7/+4
* | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-1949-67/+209
|\ \ \ \
| * \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-1913-31/+173
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtAlan Alpert2009-08-1913-34/+189
| | |\ \ \
| | | * | | Fixed a crash when setting twice the same viewmode on a QListViewThierry Bastian2009-08-181-1/+3
| | | * | | Fixed QRasterPaintEngine::drawImage() for 1x1 source rectangles.Kim Motoyoshi Kalland2009-08-181-2/+34
| | | * | | add QGraphicsObject Q_INTERFACES macroThierry Bastian2009-08-181-0/+1
| | | * | | Compile fix with namespaceshjk2009-08-181-0/+2
| | | * | | Fixed bug when rendering long lines of text without XRender.Samuel Rødal2009-08-181-4/+12
| | | * | | QItemSelectionModel: hasSelection can return true when no selectionThierry Bastian2009-08-181-11/+11
| | | * | | QHeaderView: assertion when modifying the root iem of a treewidgetThierry Bastian2009-08-181-1/+2
| | | * | | Fix build failure on Mac OS 10.5Richard Moe Gustavsen2009-08-181-2/+4
| | | * | | Added support for gestures on Mac OS X CarbonRichard Moe Gustavsen2009-08-183-7/+76
| | | * | | Speed up midpoint lines starting far outside the device bounds.Gunnar Sletta2009-08-181-0/+14
| | | * | | Fixed a possible crash in QTextCursorThierry Bastian2009-08-181-1/+2
| | | * | | Avoid divide by zero on buggy Xlib/Xserver implementationsBradley T. Hughes2009-08-181-4/+14
| | * | | | Rectify copy'n'paste error from the QLineControl refactoring.Alan Alpert2009-08-191-1/+1