summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * implement proper vpath handlingOswald Buddenhagen2009-07-1312-114/+173
| | * factor out linguist-specific partOswald Buddenhagen2009-07-137-67/+168
| * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-131-0/+2
| |\ \ | | |/
| | * tst_qnetworkreply: qDebug instead of qWarningMarkus Goetz2009-07-131-1/+1
| | * QNAM: Fix double sending of a HTTP requestMarkus Goetz2009-07-132-0/+9
| | * QFlags::testFlag(): handle the zero case appropriately.Frans Englich2009-07-132-1/+25
| | * Fix line endings.Alexis Menard2009-07-131-22/+22
| * | doc: Use \inheaderfile to show which include file to include.Martin Smith2009-07-132-1/+2
| * | fix bug in qmake DEPLOYMENT variableJoerg Bornemann2009-07-131-2/+1
| * | QTreeView: now dragging lots of items is fastThierry Bastian2009-07-137-6/+51
| * | tst_qnetworkreply: qDebug instead of qWarningMarkus Goetz2009-07-131-2/+2
| * | Fix font propagation issues with QComboBox and the popup menu.Norwegian Rock Cat2009-07-133-4/+16
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-13189-3018/+7298
| |\ \
| | * | QFlags::testFlag(): handle the zero case appropriately.Frans Englich2009-07-132-1/+25
| | * | doc: Clarified what Qt::HANDLE is on Windows.Martin Smith2009-07-132-5/+11
| | * | Cut-off in QGraphicsView not hit if setting a scene rect.Bjørn Erik Nilsen2009-07-131-1/+1
| | * | Revert "Fixed leak of plugin instances"João Abecasis2009-07-131-18/+1
| | * | fix warning in qstringbuilder.h by using QLatin1Charhjk2009-07-131-1/+1
| | * | Fixed the lineendings in the tst_qsqltablemodel.cppDenis Dzyubenko2009-07-131-22/+22
| | * | Removed an assert from the QNetworkReply.Denis Dzyubenko2009-07-131-2/+2
| | * | Unified common code in QSyntaxHighlighter::rehighlight() and QSyntaxHighlight...J-P Nurmi2009-07-131-17/+14
| | * | Added QSyntaxHighlighter::rehighlightBlock() auto testJ-P Nurmi2009-07-131-1/+28
| | * | 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
| | * | Stabilize tst_QGraphicsView::mouseTracking2 (on Windows).Bjoern Erik Nilsen2009-07-131-1/+3
| | * | Fix broken tst_QGraphicsItem::sorting.Bjoern Erik Nilsen2009-07-131-1/+2
| | * | Fixes autotest to match the new code (db level precisionPolicy).Bill King2009-07-131-1/+1
| | * | Fixes up the autotest for mysql over ODBC connection.Bill King2009-07-131-2/+2
| | * | Merge commit 'origin/4.5'Bill King2009-07-1318-154/+416
| | |\ \ | | | |/
| | | * Fixes failure when table has null fields to updateBill King2009-07-132-1/+63
| | | * Fix memory leak in $$system() calls from .pro filesOswald Buddenhagen2009-07-101-0/+4
| | | * remove totally pointless conditionalOswald Buddenhagen2009-07-101-1/+1
| | | * remove dead codeOswald Buddenhagen2009-07-101-10/+0
| | | * Fixed a crash with input methodsPierre Rossi2009-07-103-6/+18
| | | * rewrite makeplurals.sh in perlOswald Buddenhagen2009-07-103-44/+43
| | | * make tests independent of PATH contentsOswald Buddenhagen2009-07-103-11/+19
| | | * Fix QDFBPaintEngine::drawTiledPixmap/fillRectAnders Bakken2009-07-101-57/+111
| | | * Designer: Restore Widget box title when switching to docked modeJoão Abecasis2009-07-091-0/+6
| | | * Stop showing then hiding windows on starting designer in top-level modeJoão Abecasis2009-07-091-4/+0
| | | * QNAM: httpDownloadPerformance auto testMarkus Goetz2009-07-091-0/+126
| | | * Pass the device arg to the keyboard drivers.Anders Bakken2009-07-094-8/+4
| | | * emit dataChanged() signalDerick Hawcroft2009-07-091-0/+1
| | | * Plugged possible memory leak in getPSQLVersion()Stian Sandvik Thomassen2009-07-091-2/+2
| | | * Hopefully fix isnan/isinf for good (for all platforms)Bill King2009-07-081-12/+20
| | * | Fixed linking of QtSvg with MSVC.Rohan McGovern2009-07-133-19/+18
| | * | Fixes merge mixup.Bill King2009-07-121-2/+2
| | * | 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