summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of /home/alpert/depot/personal/aalperts-qlinecontrol in...Alan Alpert2009-07-169-1825/+2970
|\
| * Remove emitingEditingFinished from QLineControlAlan Alpert2009-07-163-20/+5
| * Rename the p_foo() functions in QLineControl to internalFoo().Marius Bugge Monsen2009-07-142-31/+31
| * Make the member variable names in QLineControl consistent.Marius Bugge Monsen2009-07-144-245/+253
| * Some minor style and whitespace fixes.Marius Bugge Monsen2009-07-142-38/+44
| * Add '\internal' to the QLineControl documentation.Marius Bugge Monsen2009-07-141-40/+102
| * Cleanup some incorrect changes to QLineEditAlan Alpert2009-07-141-9/+8
| * qlinecontrol_p_p.h isn't actually used at all, remove file.Alan Alpert2009-07-141-105/+0
| * Replace Q_ASSERT with qWarningAlan Alpert2009-07-141-2/+4
| * Actually, some of that can't be moved back into QLineEditAlan Alpert2009-07-142-38/+43
| * Move some keypad navigation code back out of QLineControlAlan Alpert2009-07-142-50/+48
| * Fix some minor mistakesAlan Alpert2009-07-102-4/+4
| * Accidental Behavioural changes have been identified and rectified.Alan Alpert2009-07-081-4/+11
| * Fixed one of the QT3_SUPPORT constructors.Alan Alpert2009-07-081-8/+3
| * Forgot to bring in the change to QAbstractSpinBoxAlan Alpert2009-07-072-3/+3
| * Finish remaining TODOs for QLineControlAlan Alpert2009-07-073-11/+23
| * Manually integrate 099a32d121 to QLineControlAlan Alpert2009-07-071-1/+2
| * Manual cherrypick of QLineControl from kinetic-declarativeui-qfxlineeditAlan Alpert2009-07-079-1840/+3010
* | Merge commit 'qt/master' into kinetic-declarativeuiBjørn Erik Nilsen2009-07-1028-1836/+2899
|\ \
| * \ Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-10130-4194/+2093
| |\ \
| | * | QListView: improve performance on QListView::selectedIndexesThierry Bastian2009-07-101-7/+9
| | * | Fix compilation on SnowLeopardNorwegian Rock Cat2009-07-102-5/+5
| | * | ItemViews: make the pixmap from drag and drop more efficientThierry Bastian2009-07-102-14/+21
| | * | Tablet events get delivered to the widget where the tablet down happend.Luc Devallonne2009-07-101-2/+27
| | * | QTableView: auto-scrolling could be broken by invisible sectionsThierry Bastian2009-07-101-2/+2
| | * | QTableView: horizontal scrollbar could be inoperent with big columnsThierry Bastian2009-07-101-0/+4
| | * | QMainWindow: it is useless to apply the stte after a call to plugThierry Bastian2009-07-101-5/+0
| | * | QFileDialog: the side urls are now always cleaned when they are localThierry Bastian2009-07-101-4/+9
| | * | QDoubleSpinBox: make sure people can't choose too many decimalsThierry Bastian2009-07-101-3/+4
| | * | Support Tablet coordinate on Windows with non-zero physical originLuc Devallonne2009-07-102-13/+17
| * | | QGraphicsItem not updated properly when moving parent.Bjørn Erik Nilsen2009-07-102-2/+3
| * | | Fixes broken item-lookup for untransformable items.Bjørn Erik Nilsen2009-07-101-1/+6
| * | | Painting artifacts when closing an embedded popup in Graphics View.Bjørn Erik Nilsen2009-07-101-4/+3
| * | | Painting artifacts when moving an item with partial updates.Bjørn Erik Nilsen2009-07-102-24/+26
| * | | Rendering artifacts when hiding a QGraphicsItem.Bjørn Erik Nilsen2009-07-091-0/+10
| * | | Optimize QGraphicsViewPrivate::updateRect/updateRegion.Bjørn Erik Nilsen2009-07-082-7/+23
| * | | Reduce QTransform operations in QGraphicsSceneIndex.Bjørn Erik Nilsen2009-07-082-28/+76
| * | | Reduce QTransform operations in Graphics View.Bjørn Erik Nilsen2009-07-084-61/+188
| * | | Simplify QGraphicsScenePrivate::processDirtyItemsRecursive.Bjørn Erik Nilsen2009-07-032-62/+81
| * | | More re-factoring of QGraphicsSceneIndex.Bjørn Erik Nilsen2009-07-0210-96/+98
| * | | Speedup item-lookup in Graphics View.Bjørn Erik Nilsen2009-07-027-52/+65
| * | | Kill dead BSP tree code in graphics view.Bjørn Erik Nilsen2009-07-022-44/+0
| * | | Dont include untransformable graphics items twice.Bjørn Erik Nilsen2009-07-021-1/+0
| * | | Fixes broken BSP lookup in QGraphicsSceneBspTreeIndex.Bjørn Erik Nilsen2009-07-012-6/+14
| * | | Fix a regression with extended style option items.Alexis Menard2009-07-011-4/+4
| * | | Compiler warning.Bjørn Erik Nilsen2009-07-011-1/+1
| * | | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-0154-2991/+1330
| |\ \ \
| * \ \ \ Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-01128-3236/+7164
| |\ \ \ \
| * | | | | Partially revert 7fe4f8ff71cf09bbabbd3438ef637fe408a11c33Bjørn Erik Nilsen2009-06-301-5/+2
| * | | | | Make QGraphicsSceneIndex::clear() less nasty.Bjørn Erik Nilsen2009-06-301-2/+3