summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added setters to QGesture object.Denis Dzyubenko2009-05-202-7/+39
* Started implementing tests for gestures on graphicsviewDenis Dzyubenko2009-05-202-117/+199
* Dont accept graphicsscenegesture event by defaultDenis Dzyubenko2009-05-201-0/+1
* Moved gestures info to an extra in QGraphicsItemPrivate not to increase the s...Denis Dzyubenko2009-05-202-15/+48
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-20127-2303/+3289
|\
| * Doc: First attempt at a simpler widgets tutorial.David Boddie2009-05-2011-11/+449
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-05-20244-3712/+5983
| |\
| | * Add string-->enum conversion for properties and slotsKent Hansen2009-05-204-9/+96
| | * Inject some more Qt colors into the css to make it look a bit more QtSoftwareThomas Zander2009-05-201-22/+12
| | * Refactor the qimagereader autotest to work with shadow buildBenjamin Poulain2009-05-207-211/+224
| | * Remove unused variables from various About dialogs.Jason McDonald2009-05-205-38/+9
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-1989-197/+555
| | |\
| | | * Revert "Makes the layout of many of the areas be in aligned columns to immens...Simon Hausmann2009-05-191-8/+21
| | | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5David Boddie2009-05-19982-29740/+31747
| | | |\
| | | | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5David Boddie2009-05-19982-29740/+31747
| | | | |\
| | | | | * qwidget autotest fixed for Windows CEJoerg Bornemann2009-05-191-0/+1
| | | | | * make the changedSignal test more robustKent Hansen2009-05-191-2/+2
| | | | | * Fix stopping link loops in QDirIterator on WindowsEskil Abrahamsen Blomfeldt2009-05-191-2/+2
| | | | | * Adpot more code to use QtNetworkSettings instead of hard coded names.Frans Englich2009-05-196-55/+54
| | | | | * Use QtNetworkSettings for IMAP server, instead of hard coding.Frans Englich2009-05-192-4/+4
| | | | | * Use QtNetworkSettings, don't hard code IMAP host name. This should fix failur...Frans Englich2009-05-191-2/+2
| | | | | * Fix webkit import on cygwin and gentooSimon Hausmann2009-05-191-1/+1
| | | | | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Nils Christian Roscher-Nielsen2009-05-192-8/+8
| | | | | |\
| | | | | | * network autotests: do not use imap.troll.no for testingPeter Hartmann2009-05-192-8/+8
| | | | | * | Clarifying what QLocale::C is and is notNils Christian Roscher-Nielsen2009-05-191-2/+2
| | | | | |/
| | | | | * Don't "hope" that a connection gets picked up; do it right!Norwegian Rock Cat2009-05-191-2/+4
| | | | | * grabWindow in MacGui test was grabbing the wrong area.Norwegian Rock Cat2009-05-191-6/+1
| | | | | * qmake autotest: Remove dependency on Qt3 Support on WindowsJoão Abecasis2009-05-191-4/+2
| | | | | * make splitter autotest pass on mac tooKent Hansen2009-05-191-3/+2
| | | | | * Updated WebKit from /home/ariya/dev/webkit/qtwebkit-4.5 to origin/qtwebkit-4....Ariya Hidayat2009-05-193-11/+41
| | | | | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-196-8/+14
| | | | | |\
| | | | | | * Windows CE autotest compile fixesJoerg Bornemann2009-05-194-4/+4
| | | | | | * fix compiler warnings when qreal == float in tessellator autotestJoerg Bornemann2009-05-191-4/+4
| | | | | | * Clearifying QUrl docsMorten Engvoldsen2009-05-191-0/+6
| | | | | * | qdoc: Corrected a misspelled name.Martin Smith2009-05-191-1/+1
| | | | | |/
| | | | | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-191-0/+14
| | | | | |\
| | | | | | * Ignore GCC warning of unsafe floating point comparisons.Ariya Hidayat2009-05-191-0/+14
| | | | | * | qdoc: Corrected an escape sequence in the credits file.Martin Smith2009-05-191-1/+1
| | | | | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-19146-629/+1319
| | | | | |\ \ | | | | | | |/
| | | | | | * Cocoa 64: ssl does not workRichard Moe Gustavsen2009-05-191-0/+1
| | | | | | * Fix autotest for qitemmodel on windowsJens Bache-Wiig2009-05-191-1/+1
| | | | | | * Fixed autotest tst_QPrinter::printDialogCompleter on Windows.Kim Motoyoshi Kalland2009-05-191-2/+3
| | | | | | * Fix autotest compile for qitemview on windowsJens Bache-Wiig2009-05-191-1/+1
| | | | | | * Fixed autotest failure in tst_QImage::smoothScale3()Samuel Rødal2009-05-191-3/+3
| | | | | | * Fix compiler warning: use C++ cast operator, not the old-style C cast.Ariya Hidayat2009-05-191-1/+1
| | | | | | * Update QtWebKit changes for the next patch release.Ariya Hidayat2009-05-181-0/+10
| | | | | | * Updated WebKit from /home/ariya/dev/webkit/qtwebkit-4.5 to origin/qtwebkit-4....Ariya Hidayat2009-05-189-10/+162
| | | | | | * Added doc about QSharedMemory and other applicationsMarkus Goetz2009-05-181-0/+4
| | | | | | * Make ctrl+lmb and mmb work in a same way everywhere (like in browsers).kh2009-05-183-44/+51
| | | | | | * Make sure we add the progress bar only once.kh2009-05-181-14/+16