summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-1710-21/+100
|\
| * Fix MinGW (g++ 3.4.5) compilation.Friedemann Kleint2009-07-171-3/+4
| * Allow picking up tool button style from the systemJens Bache-Wiig2009-07-167-4/+88
| * ItemViews: don't commit data from editors when hiding the viewThierry Bastian2009-07-162-2/+2
| * Small simplification of code in ItemViews (delegate)Thierry Bastian2009-07-162-12/+6
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-1612-57/+130
|\ \ | |/
| * QTreeView: fix the scrollTo with position center and bottomThierry Bastian2009-07-161-10/+14
| * Doc: fix qdoc errors and clarify purpose of deviceTransform parameterVolker Hilsheimer2009-07-163-39/+58
| * Fix warnings for mingwThierry Bastian2009-07-161-2/+2
| * Fixed warnings on mingwThierry Bastian2009-07-161-2/+2
| * Wrapped the XInput include with an ifdef.Denis Dzyubenko2009-07-161-0/+4
| * With license it's better.Alexis Menard2009-07-161-0/+41
| * Update the license header in a few more placesThiago Macieira2009-07-162-2/+2
| * QGraphicsItems not painted after QGraphicsScene::clear().Bjoern Erik Nilsen2009-07-151-0/+1
| * fix warnings with mingwThierry Bastian2009-07-154-2/+6
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-1535-295/+260
|\ \ | |/
| * fix build on linuxThierry Bastian2009-07-151-11/+1
| * Compile fix.Denis Dzyubenko2009-07-151-0/+1
| * Fix warnings for mingwThierry Bastian2009-07-1516-195/+92
| * Fix license header in new files - make testcase pass.Volker Hilsheimer2009-07-153-9/+9
| * Compile after a72c30020bdadbe0d82e583e17acd25715604f7bBjørn Erik Nilsen2009-07-151-1/+1
| * repair the mouse cursor on Windows CEJoerg Bornemann2009-07-151-0/+4
| * Bad drawing of styled viewports within QAbstractScrollAreaOlivier Goffart2009-07-155-52/+40
| * Fix painting of the background of QAbstractItemView, QTextEdit and coOlivier Goffart2009-07-151-1/+1
| * 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
| |/
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-1432-55/+180
|\ \ | |/
| * 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
* | Doc: Review of documentation forDavid Boddie2009-07-141-31/+30
|/
* 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