summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-07-13Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-...Simon Hausmann902-5881/+22556
2009-07-13Compile without qt3supportOlivier Goffart1-1/+1
2009-07-13Fixes: The keyboard navigation of QComboBox don't work with the completionNoah White-Hamerslough1-2/+2
2009-07-13QToolTip: Uses QPalette::ToolTipText default text color for rich text.Thomas Sondergaard1-0/+1
2009-07-13Added QTextListFormat::ListUpperRoman and QTextListFormat::ListLowerRoman for...Nils Jeisecke9-7/+85
2009-07-13Removed two generated files.Simon Hausmann2-43/+0
2009-07-13Merge commit 'origin/4.5'Oswald Buddenhagen7-8/+60
2009-07-13Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann18-2040/+3375
2009-07-13Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann1-0/+2
2009-07-13doc: Use \inheaderfile to show which include file to include.Martin Smith1-1/+1
2009-07-13QTreeView: now dragging lots of items is fastThierry Bastian7-6/+51
2009-07-13Fix font propagation issues with QComboBox and the popup menu.Norwegian Rock Cat3-4/+16
2009-07-13Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie98-2464/+3850
2009-07-13Doc: Explicitly declare the module for each namespace to prevent strangeDavid Boddie2-0/+2
2009-07-13QNAM: Fix double sending of a HTTP requestMarkus Goetz2-0/+9
2009-07-13QFlags::testFlag(): handle the zero case appropriately.Frans Englich1-1/+1
2009-07-13QFlags::testFlag(): handle the zero case appropriately.Frans Englich1-1/+1
2009-07-13doc: Clarified what Qt::HANDLE is on Windows.Martin Smith1-3/+8
2009-07-13Cut-off in QGraphicsView not hit if setting a scene rect.Bjørn Erik Nilsen1-1/+1
2009-07-13Revert "Fixed leak of plugin instances"João Abecasis1-18/+1
2009-07-13fix warning in qstringbuilder.h by using QLatin1Charhjk1-1/+1
2009-07-13Removed an assert from the QNetworkReply.Denis Dzyubenko1-2/+2
2009-07-13Unified common code in QSyntaxHighlighter::rehighlight() and QSyntaxHighlight...J-P Nurmi1-17/+14
2009-07-13Added QSyntaxHighlighter::rehighlightBlock(QTextBlock)J-P Nurmi2-0/+28
2009-07-13Fix crash after "Remove QT_WA and non-Unicode code paths, dropping Win9x and ...Bjoern Erik Nilsen1-1/+2
2009-07-13Merge commit 'origin/4.5'Bill King8-84/+141
2009-07-13Fixes failure when table has null fields to updateBill King1-1/+1
2009-07-13Fixed linking of QtSvg with MSVC.Rohan McGovern3-19/+18
2009-07-13Fixes merge mixup.Bill King1-2/+2
2009-07-11QListView: small refactoringThierry Bastian2-67/+61
2009-07-11ItemViews selection: improve performance of QItemSelection::indexesThierry Bastian1-12/+23
2009-07-11build fix on windowsThierry Bastian1-0/+1
2009-07-11ItemViews: make dragging faster when lots of items are selectedThierry Bastian4-11/+55
2009-07-10Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen251-12296/+11741
2009-07-10Fixed a crash with input methodsPierre Rossi2-6/+3
2009-07-10QGraphicsItem not updated properly when moving parent.Bjørn Erik Nilsen2-2/+3
2009-07-10QListView: improve performance on QListView::selectedIndexesThierry Bastian1-7/+9
2009-07-10Fixes broken item-lookup for untransformable items.Bjørn Erik Nilsen1-1/+6
2009-07-10Fix compilation on SnowLeopardNorwegian Rock Cat2-5/+5
2009-07-10ItemViews: make the pixmap from drag and drop more efficientThierry Bastian2-14/+21
2009-07-10Tablet events get delivered to the widget where the tablet down happend.Luc Devallonne1-2/+27
2009-07-10QTableView: auto-scrolling could be broken by invisible sectionsThierry Bastian1-2/+2
2009-07-10QTableView: horizontal scrollbar could be inoperent with big columnsThierry Bastian1-0/+4
2009-07-10QMainWindow: it is useless to apply the stte after a call to plugThierry Bastian1-5/+0
2009-07-10doc: Clarified that native messages are being handled.Martin Smith2-24/+43
2009-07-10Painting artifacts when closing an embedded popup in Graphics View.Bjørn Erik Nilsen1-4/+3
2009-07-10Fix compilation support with namespaces for QtLibcSupplementThiago Macieira1-3/+4
2009-07-10QFileDialog: the side urls are now always cleaned when they are localThierry Bastian1-4/+9
2009-07-10QDoubleSpinBox: make sure people can't choose too many decimalsThierry Bastian1-3/+4
2009-07-10Phonon videos on windows would not show with video acceleration disabledThierry Bastian1-1/+1