summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* unify z-value handling in graphics and fx items.Lars Knoll2009-07-223-3/+15
* More cleanups in QFxItemLars Knoll2009-07-221-1/+1
* First round of cleanups for QFxItemLars Knoll2009-07-221-2/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-203-1/+2
|\
| * Fix compilation after change 6626a9Leonardo Sobral Cunha2009-07-171-0/+1
| * CompileEskil Abrahamsen Blomfeldt2009-07-172-1/+1
* | Emit selectionChange when setSelection is calledAlan Alpert2009-07-201-0/+5
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-1646-194/+404
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-169-1825/+2970
| |\
| * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-07-1549-203/+485
| |\ \
| | * | support context menu for system tray icons on Windows CEJoerg Bornemann2009-07-141-2/+11
| | * | 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 branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-169-1825/+2970
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | 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