summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMarius Bugge Monsen2009-07-143-15/+19
|\
| * Make sure QGraphicsScene::update() only requires one event-loopBjørn Erik Nilsen2009-07-143-15/+19
* | Remove sendGestureEvent().Marius Bugge Monsen2009-07-141-68/+0
* | Add QGraphicsView::filtersChildEvents property.Marius Bugge Monsen2009-07-145-9/+149
|/
* Use the correct font metrics function.Olivier Goffart2009-07-142-8/+2
* Make the window title set by setWindowFilePath() match our docs.Norwegian Rock Cat2009-07-142-4/+4
* Remove this foundItem boolean.Norwegian Rock Cat2009-07-141-4/+1
* use qt_mac_QStringToNString & qt_mac_NSStringToQStringNorwegian Rock Cat2009-07-142-6/+5
* Build fix for mingwThierry Bastian2009-07-149-18/+17
* Compile without qt3supportOlivier Goffart2009-07-131-1/+1
* Fixes: The keyboard navigation of QComboBox don't work with the completionNoah White-Hamerslough2009-07-131-2/+2
* QToolTip: Uses QPalette::ToolTipText default text color for rich text.Thomas Sondergaard2009-07-131-0/+1
* Added QTextListFormat::ListUpperRoman and QTextListFormat::ListLowerRoman for...Nils Jeisecke2009-07-139-7/+85
* QTreeView: now dragging lots of items is fastThierry Bastian2009-07-134-2/+47
* Fix font propagation issues with QComboBox and the popup menu.Norwegian Rock Cat2009-07-133-4/+16
* Cut-off in QGraphicsView not hit if setting a scene rect.Bjørn Erik Nilsen2009-07-131-1/+1
* Unified common code in QSyntaxHighlighter::rehighlight() and QSyntaxHighlight...J-P Nurmi2009-07-131-17/+14
* Added QSyntaxHighlighter::rehighlightBlock(QTextBlock)J-P Nurmi2009-07-132-0/+28
* Fix crash after "Remove QT_WA and non-Unicode code paths, dropping Win9x and ...Bjoern Erik Nilsen2009-07-131-1/+2
* Merge commit 'origin/4.5'Bill King2009-07-132-6/+3
|\
| * Fixed a crash with input methodsPierre Rossi2009-07-102-6/+3
* | Fixed linking of QtSvg with MSVC.Rohan McGovern2009-07-133-19/+18
* | QListView: small refactoringThierry Bastian2009-07-112-67/+61
* | ItemViews selection: improve performance of QItemSelection::indexesThierry Bastian2009-07-111-12/+23
* | build fix on windowsThierry Bastian2009-07-111-0/+1
* | ItemViews: make dragging faster when lots of items are selectedThierry Bastian2009-07-114-11/+55
* | 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
| * | Ensure that when we hide QToolBar in unified, unified follows.Norwegian Rock Cat2009-07-0910-42/+161
| * | Add the complex control SC_SpinBoxEditField to style optionNils Christian Roscher-Nielsen2009-07-091-1/+1
| * | Compile fix.Denis Dzyubenko2009-07-091-0/+1
| * | Fix compile issueThierry Bastian2009-07-093-13/+20
| * | QTabBar: now uses QVariantAnimation over QTimeLineThierry Bastian2009-07-094-73/+65
| * | QTreeView: cleanup of useless private slotsThierry Bastian2009-07-094-48/+20
| * | QTreeView: use QVariantAnimation over QTimeLineThierry Bastian2009-07-094-67/+55
| * | Remove unneeded assert.Friedemann Kleint2009-07-091-1/+0
| * | Directly copy QGenericMatrix members instead of using qMemCopy()Rhys Weatherley2009-07-091-1/+3
| * | Remove some left-over mentions of fixed-point in math3dRhys Weatherley2009-07-095-20/+3
| * | Make compileBill King2009-07-081-0/+1
| * | Merge commit 'origin/4.5'Bill King2009-07-088-80/+83
| |\ \ | | |/
| | * Update QGroupBox on focusBenjamin Poulain2009-07-081-5/+1