summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Extended surface capabilitiesAnders Bakken2009-05-012-6/+31
| | * Cleaned up surface creation codeAnders Bakken2009-05-014-34/+28
| | * Improved readability of the flip codeAnders Bakken2009-05-011-7/+2
| | * Fixed possible crash in QDirectFBPaintEngine::clipAnders Bakken2009-05-011-1/+1
| | * Apparently this is the best way to determine which to useBill King2009-05-011-5/+4
| | * QNetworkCookieJar: allow cookies with wrong domain attributePeter Hartmann2009-04-302-9/+8
| | * New autotest for Windows Mobile: tst_windowsmobileThomas Hartmann2009-04-3010-0/+446
| | * Correcting typoMorten Engvoldsen2009-04-301-2/+2
| | * Fixed busy indicator for a QProgressBar with a style sheet applied to it.jasplin2009-04-301-1/+1
| | * Fixes a possible issue in itemviws where we would not scroll to theThierry Bastian2009-04-302-10/+17
| | * QApplication::setStyle() can cause a crashRichard Moe Gustavsen2009-04-301-1/+4
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtmae2009-05-042-43/+46
| |\ \
| | * | Mac: QWidget::setMinimumSize does not workRichard Moe Gustavsen2009-05-042-43/+46
| * | | QTextEdit::ExtraSelection failure with style sheetsmae2009-05-042-6/+39
| |/ /
| * | QFileDialog::getOpenFileNames() is not shown at the correct positionRichard Moe Gustavsen2009-05-041-16/+3
| * | QDirModel now uses the same translations as QFileSystemModel toThierry Bastian2009-04-301-5/+6
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtKavindra Devi Palaraja2009-04-302-0/+62
| |\ \
| | * | Fixed QFile::copy/rename fail after initial failed attemptJoão Abecasis2009-04-302-0/+62
| * | | Doc - some cleanups on the documentation of QDrawUtilKavindra Devi Palaraja2009-04-301-24/+30
| |/ /
| * | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-2912-28/+281
| |\ \ | | |/
| | * Stabilize tst_QWidget::render_systemClip2 and remove wrong ifdefBjoern Erik Nilsen2009-04-291-3/+3
| | * QTransform::map(const QRegion&) cut-off for single rect regions.Bjoern Erik Nilsen2009-04-291-0/+4
| | * Speed-up QPainter::clipRegion().Bjoern Erik Nilsen2009-04-291-11/+20
| | * Wrong clip in QWidget::render(QPainter *, ...) when using Qt::(Replace|No)Clip.Bjoern Erik Nilsen2009-04-292-2/+109
| | * Documented the flow layout example.Morten Engvoldsen2009-04-292-4/+113
| | * Corrected bugs in the flow layout exampleMorten Engvoldsen2009-04-294-6/+30
| | * Corrected typoMorten Engvoldsen2009-04-291-1/+1
| | * Corrected description of the QLayout::takeAt() functionMorten Engvoldsen2009-04-291-1/+1
| * | Compile.Bjoern Erik Nilsen2009-04-291-1/+1
| * | Port QStyleSheetStyle to the new qDrawBorderPixmap implementationOlivier Goffart2009-04-292-172/+19
| * | Test for border imagesOlivier Goffart2009-04-292-0/+125
* | | Support sending touch events (with multiple touch points) to multiple widgets...Bradley T. Hughes2009-05-046-76/+141
* | | Initialize activeTouchPoints in the loop itself instead of beforeBradley T. Hughes2009-05-041-2/+4
* | | Use the HWND from the Windows MSG to find which widget to send events toBradley T. Hughes2009-04-302-33/+34
* | | Determine whether TouchBegin or TouchEnd should be sent at the time of touchp...Bradley T. Hughes2009-04-301-3/+6
* | | Made the Touch* event detection very strictBradley T. Hughes2009-04-301-3/+3
* | | Don't call RegisterTouchWindow() if we don't have a window idBradley T. Hughes2009-04-301-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-29124-1056/+1824
|\ \ \ | |/ /
| * | Add qDrawBorderPixmap() function, Qt::TileRules enum, QMargins struct and QTi...Marius Bugge Monsen2009-04-294-0/+346
| * | Use QLibrary instance to resolve Gtk symbolsJoão Abecasis2009-04-291-112/+112
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-295-6/+24
| |\ \ | | |/
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jarek Kobus2009-04-2927-248/+419
| | |\
| | | * Mac: Fixes a crash in tst_QWidget::updateOnDestroyedSignalBjoern Erik Nilsen2009-04-291-0/+3
| | | * Get rid of an unnecessary image copy when grabbing a GL framebuffer.Trond Kjernåsen2009-04-291-2/+10
| | | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jason McDonald2009-04-293-27/+26
| | | |\
| | | | * QNetworkAccessManager: do not segfault when using a network cacheBenjamin C Meyer2009-04-291-1/+2
| | | * | Fix broken link in documentation.Jason McDonald2009-04-291-1/+1
| | * | | Fix a crash in case of setting invalid point sizeJarek Kobus2009-04-291-2/+8
| * | | | make quote/escape parsing more qmake-compatibleOswald Buddenhagen2009-04-291-50/+67
| * | | | Fix incorrect size hint for QGroupBox Cleanlooks/GTKJens Bache-Wiig2009-04-291-0/+14