summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* BT: Revert "Fixes: Don't fill the pixmap because we will copy the cache in...Andreas Aardal Hanssen2009-04-221-1/+3
* BT: Fix update regression for cached QGraphicsItem (Elastic Nodes stuck)Andreas Aardal Hanssen2009-04-221-1/+13
* BT: Make things work on 10.3Norwegian Rock Cat2009-04-221-1/+1
* We don't need to call two times itemChange when an item is deleted.Alexis Menard2009-04-221-6/+0
* BT: Update text of About Qt dialogJason McDonald2009-04-201-0/+1
* BT: Fix a crash when using Q(File)Dialog::open() in QCocoa.Norwegian Rock Cat2009-04-201-1/+4
* Fix the About Qt dialog text to be truthful, post-LGPLJason McDonald2009-04-181-24/+29
* BT: Make native QFontDialog work when using show and changing windowsNorwegian Rock Cat2009-04-171-3/+5
* Line edit displays garbage when pressing up or down arrow keys (Cocoa).Prasanth Ullattil2009-04-171-1/+4
* BT:Stop widgets disappearing in unified when clicking the toolbar buttonNorwegian Rock Cat2009-04-171-1/+12
* Doc - Some minor cleanups in the documentation of QInputDialog. AlsoKavindra Devi Palaraja2009-04-171-85/+96
* Fix crash in the SQLQueryModel testsOlivier Goffart2009-04-171-3/+4
* QX11Embed crashes on 64-bit SolarisBradley T. Hughes2009-04-171-4/+3
* Fixes QSortFilterProxyModel not reporting child if the model need to fetchMoreOlivier Goffart2009-04-161-0/+3
* Doc - clarified that on Windows, for 32-bit programs running in WOW64Kavindra Devi Palaraja2009-04-161-0/+4
* Prevent crash in qt_scrollRectInImage.Samuel Rødal2009-04-161-2/+5
* Update the item if the text has changed but the boundingRect is theAlexis Menard2009-04-161-0/+1
* Reparenting QGLWidgets did sometimes caused warnings to be printed onTrond Kjernåsen2009-04-161-1/+1
* BT: Namespace compile fixes for Cocoa.Norwegian Rock Cat2009-04-163-6/+15
* Don't crash or loop infinitely when we retrieving the accessible accel.Jan-Arve Sæther2009-04-151-3/+10
* BT: OpenGL ES 2.0 now compiles properly for Windows CEThomas Hartmann2009-04-151-4/+6
* BT: Fix Cocoa bug w/OpenGL widgets in dock widgets would disappear.Norwegian Rock Cat2009-04-155-23/+32
* BT: Fix a crash on certain theme changes in GNOMEJens Bache-Wiig2009-04-151-0/+1
* BT: QAbstractSocket: fix check for closing state (typo)Peter Hartmann2009-04-151-1/+1
* The submenu of a multicolumn menu have an incorrect positionThierry Bastian2009-04-151-2/+2
* Revert "Fixup update rect regression by adjusting expose rectangles."Jason McDonald2009-04-151-34/+8
* BT: compilefix for Qt in namespaceThomas Hartmann2009-04-151-3/+3
* BT: Fix a regression to 4.4 in Graphics View's handling of child clippersAndreas Aardal Hanssen2009-04-151-14/+16
* QGraphicsView: Rubber Band drag mode not updated correctly when scrolling [re...Alexis Menard2009-04-151-20/+20
* Fixup update rect regression by adjusting expose rectangles.Andreas Aardal Hanssen2009-04-151-8/+34
* Fixes: Wrong adjustment of rect added in 0aa2ef27249dc8e782c2942340776bb19...Bjoern Erik Nilsen2009-04-151-3/+2
* Fixes: We have to adjust the item's bounding rect.Bjoern Erik Nilsen2009-04-151-2/+16
* Fixes: Optimize the way we adjust rectangles.Bjoern Erik Nilsen2009-04-152-47/+68
* Fixes: Partially revert 9b0af2395c84a6895a5ce6368f151d4ec00c8755Bjoern Erik Nilsen2009-04-151-2/+2
* Fixes: Minimize QVariant overhead related to QGraphicsItem::itemChange.Bjoern Erik Nilsen2009-04-152-43/+51
* Optimise QPainterPath::contains(QPointF)Lars Knoll2009-04-151-1/+1
* Optimise QGraphicsScene/View::items(const QPointF &pos)Lars Knoll2009-04-153-14/+88
* Fixes: Simplify the cut-offs and be more agressive :-)Bjoern Erik Nilsen2009-04-153-42/+68
* Fixes: Discard update requests if possible.Bjoern Erik Nilsen2009-04-152-10/+35
* Fixes: Don't bother updating hidden items.Bjoern Erik Nilsen2009-04-152-1/+4
* Fixes: Do not update children if not required.Bjoern Erik Nilsen2009-04-151-1/+2
* Fixes: Don't check the force boolean.Bjoern Erik Nilsen2009-04-151-1/+1
* Fixes: Minimize QVariant constr/destr in setPosHelper.Bjoern Erik Nilsen2009-04-151-2/+3
* Fixes: Optimize QGraphicsViewPrivate::itemUpdated.Bjoern Erik Nilsen2009-04-151-21/+19
* Fixes: Discard update requests if possible.Bjoern Erik Nilsen2009-04-153-21/+44
* Fixes: Don't bother processing items that are clipped away.Bjoern Erik Nilsen2009-04-152-52/+67
* Fixes: Optimization: Clip path is empty if the bounding rect is empty.Bjoern Erik Nilsen2009-04-151-1/+10
* Fixes: Clever invalidating of the cached clip path.Bjoern Erik Nilsen2009-04-152-13/+129
* Fixes: Compile on funky scratchbox ARM compiler.Bjoern Erik Nilsen2009-04-151-1/+1
* Fixes: Get rid of lots of calls to qFuzzyCompare.Bjoern Erik Nilsen2009-04-152-3/+9