summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Simplify the graph by replacing a sequence of anchors with one anchor.Jan-Arve Sæther2009-07-222-2/+172
* Some cleanup - improve dot dumper.Jan-Arve Sæther2009-07-223-70/+52
* QGraphicsAnchorLayout: Fix memory management issue in QSimplex solverEduardo M. Fleury2009-07-223-50/+54
* QGraphicsAnchorLayout: Delete center constraints on item removalEduardo M. Fleury2009-07-223-11/+41
* QGraphicsAnchorLayout: Removing delete d_ptrAnselmo Lacerda S. de Melo2009-07-221-3/+0
* QGraphicsAnchorLayout: Update m_vertexList reference count systemEduardo M. Fleury2009-07-222-26/+30
* QGraphicsAnchorLayout: Bugfix in spacing() methodEduardo M. Fleury2009-07-221-1/+2
* QGraphicsAnchorLayout: Apply Jan-Arve's patchEduardo M. Fleury2009-07-225-80/+136
* QGraphicsAnchorLayout: Temporary destructor to avoid memory leaksEduardo M. Fleury2009-07-221-0/+12
* QGraphicsAnchorLayout: Delete internal layout edges in destructorEduardo M. Fleury2009-07-223-0/+13
* QGraphicsAnchorLayout: Bugfix in preferred size calculationEduardo M. Fleury2009-07-221-3/+7
* QGraphicsAnchorLayout: Bugfix, set skipInPreferred flag for verticalEduardo M. Fleury2009-07-221-0/+2
* QGraphicsAnchorLayout: Making private class inherit from QGraphicsLayoutPrivateJesus Sanchez-Palencia2009-07-223-8/+5
* QGraphicsAnchorLayout: Adding QGraphicsAnchorLayout public and private classesJesus Sanchez-Palencia2009-07-225-2/+1707
* QSimplex: Adding the Simplex solver for linear systemsJesus Sanchez-Palencia2009-07-223-2/+488
* QGraph: Adding the graph structureJesus Sanchez-Palencia2009-07-222-1/+181
* Fixed compile with -qtnamespace and MSVC.Rohan McGovern2009-07-221-4/+6
* Doc: documentation for boolean properties should say what happens whenVolker Hilsheimer2009-07-211-5/+7
* Doc: make potentially incorrect overloads obsolete.Volker Hilsheimer2009-07-212-3/+25
* Doc: document reimplementations of internal functions as internal.Volker Hilsheimer2009-07-211-4/+4
* Doc: More docu for the QPixmapCache::KeyVolker Hilsheimer2009-07-211-1/+13
* Remove unused gesture related defines and structuresBradley T. Hughes2009-07-212-101/+56
* LayeredPane should not be reported as an IP address edit control to MSAAJan-Arve Sæther2009-07-212-0/+3
* Doc: mark QImage/QPixmap alphaChannel and setAlphaChannel as obsolete.Volker Hilsheimer2009-07-212-41/+38
* Doc: fix links between QGraphicsItem and QTouchEventVolker Hilsheimer2009-07-202-7/+7
* Return selectedFilter in QGtkStyle file dialogsLukáš Lalinský2009-07-202-5/+27
* Doc: clarify relevance for QGraphicsItem and add a few \saVolker Hilsheimer2009-07-201-26/+84
* Doc: small improvementsVolker Hilsheimer2009-07-201-1/+1
* Doc: Make QAction::priority/Priority documentation clearerVolker Hilsheimer2009-07-201-9/+9
* Fixed includes in the gestures public headers.Denis Dzyubenko2009-07-202-10/+9
* Fixes build for Windows MobileThomas Hartmann2009-07-201-1/+0
* doc: Changed several \reimp to \internalMartin Smith2009-07-204-16/+2
* compile against the Windows 7 SDK RCBradley T. Hughes2009-07-201-15/+16
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtOswald Buddenhagen2009-07-201-4/+208
|\
| * On Vista the native file dialog search feature return wrong paths.Prasanth Ullattil2009-07-201-4/+208
* | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-208-33/+67
|\ \ | |/ |/|
| * Fix the hand scrolling in QGraphicsView that will stop unexpectedly.Alexis Menard2009-07-201-1/+1
| * Fix crash when native socket notifiers would send a notification after being ...Norwegian Rock Cat2009-07-201-4/+8
| * Fix deadlock in the QWS server when destroying lots of windowsTom Cooksey2009-07-172-3/+8
| * Fix accidental selection of popup items under the mouse in QComboBoxmae2009-07-171-0/+2
| * Enhanced QDirModel documentationMarkus Goetz2009-07-171-1/+4
| * Better caching of file system icon providers.Norwegian Rock Cat2009-07-161-1/+36
| * QFileDialog static functions doesn't honor the DontUseNativeDialog flag.Alexis Menard2009-07-151-3/+3
| * Revert "QFileDialog: When passing an invalid path in static functions the nat...Alexis Menard2009-07-141-18/+3
| * Fixed a potential memory leak on XPJens Bache-Wiig2009-07-131-2/+4
* | compile fix after the last commitDenis Dzyubenko2009-07-201-1/+1
* | QDesktopServices::openUrl failed for local file paths with a file schemaDenis Dzyubenko2009-07-201-2/+4
* | Compile fix with namepaceshjk2009-07-203-16/+13
* | Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-196-11/+14
* | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-197-8/+30