summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Do not loop forever if we are adding the layout itself to the layout.Jan-Arve Sæther2009-10-192-0/+8
* Whitespace cleanup.Jan-Arve Sæther2009-10-191-13/+13
* API addition: Make it possible to set the size policy of an anchor.Jan-Arve Sæther2009-10-164-54/+88
* Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-10-161-159/+165
|\
| * QGAL: refactor and document the simplification algorithmCaio Marcelo de Oliveira Filho2009-10-151-159/+165
| * QGAL: refactor calculateGraphs() methodCaio Marcelo de Oliveira Filho2009-10-152-75/+93
| * QGAL: update the sizes of all anchors instead of doing it separatedlyCaio Marcelo de Oliveira Filho2009-10-152-9/+20
| * QGAL: avoid having to re-calculate lists of variablesCaio Marcelo de Oliveira Filho2009-10-152-31/+27
| * QGAL: add a way to test whether simplex was used in a calculationCaio Marcelo de Oliveira Filho2009-10-152-0/+12
| * QGAL: improve dump graph and add helper codeCaio Marcelo de Oliveira Filho2009-10-152-3/+13
| * QGraphicsAnchorLayout: Fix sequential anchor distribution w/ expanding sizesEduardo M. Fleury2009-10-151-86/+76
| * QGraphicsAnchorLayout: Ensure spacing is not negativeEduardo M. Fleury2009-10-152-0/+33
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-10-162-2/+5
|\ \
| * | Fixed typo in qtableview.cpp.Gabriel de Dietrich2009-10-161-1/+1
| * | Fixed a rare crash in qt_x11_enforce_cursorGabriel de Dietrich2009-10-151-1/+4
* | | Make sure that the anchor layout autotests pass in release configurationJan-Arve Sæther2009-10-162-2/+2
|/ /
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-10-1533-154/+839
|\ \
| * | Fixed updating problems QListView with IconModeGabriel de Dietrich2009-10-151-1/+1
| * | Merge commit origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-155-67/+92
| |\ \ | | |/
| | * Cocoa: QInputDialog autotest reveals event dispatcher bugRichard Moe Gustavsen2009-10-141-8/+13
| | * doc: Replaced \obsolete with \warning.Martin Smith2009-10-143-59/+76
| | * Cocoa: qfiledialog will not exit cleanlyRichard Moe Gustavsen2009-10-141-0/+3
| * | Merge origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-1425-85/+740
| |\ \ | | |/
| | * Modified QSymbianControl::setFocusSafely to set last focused controlGareth Stockwell2009-10-131-1/+2
| | * Mac: fix autotest for qcolordialogRichard Moe Gustavsen2009-10-131-1/+3
| | * crash fix on WinCE without gesture supportMaurice Kalinowski2009-10-131-3/+6
| | * Mac: small bugfix to the mac gesture implementationRichard Moe Gustavsen2009-10-131-0/+6
| | * Fixed the QKeyEvent::nativeModifiers() call.axis2009-10-131-1/+1
| | * Mac: small code fix-up for the gesture commit 5 min ago.Richard Moe Gustavsen2009-10-131-2/+5
| | * Mac: implement gestures conforming to the new APIRichard Moe Gustavsen2009-10-136-17/+392
| | * Carbon: QApplication auto test shows bug in event dispatcherRichard Moe Gustavsen2009-10-131-1/+1
| | * Second attempt: Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-134-4/+7
| | * Revert "Fixed a few compiler warnings from QtGui for Symbian."Janne Anttila2009-10-137-16/+11
| | * Remove heuristic mask from S60 cursor to match other platformsShane Kearns2009-10-131-12/+12
| | * Merge qt-team-widgets/4.6 into origin/4.6Olivier Goffart2009-10-136-77/+149
| | |\
| | * | Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-137-11/+16
| | * | Doc: Gesture API documentation review.David Boddie2009-10-125-75/+119
| | * | Fix default action in s60 drag'n'drop managerShane Kearns2009-10-121-2/+2
| | * | Make QTextControl give the right default action to Drag managerShane Kearns2009-10-121-2/+6
| | * | Make writing out word-spacing use the right property.Thomas Zander2009-10-121-2/+2
| | * | Fixed a bug visible in QPrintPreview with the X11 XLFD font engine.Trond Kjernåsen2009-10-121-1/+1
| | * | Added documentation for the Gesture API.Denis Dzyubenko2009-10-127-27/+238
| | * | Added support for singleshot gestures.Denis Dzyubenko2009-10-121-2/+4
| | * | Fix for qapplication::testDeleteLaterProcessEvents autotest in Symbian.Janne Anttila2009-10-122-4/+5
| * | | Make the autotest pass for descending order in QTableWidgetPierre Rossi2009-10-142-2/+2
| * | | Sorting bug in QTableView fixPierre Rossi2009-10-131-0/+2
| * | | Fix sorting after changing a QTableView's headerOlivier Goffart2009-10-131-0/+3
* | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-10-153-181/+251
|\ \ \ \ | |/ / / |/| | |
| * | | QGAL: refactor calculateGraphs() methodCaio Marcelo de Oliveira Filho2009-10-092-75/+93
| * | | QGAL: update the sizes of all anchors instead of doing it separatedlyCaio Marcelo de Oliveira Filho2009-10-092-9/+20