summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mentioned the new fancy browser example in the changes-4.5.2.Ariya Hidayat2009-05-191-0/+2
* Updated WebKit from /home/ariya/dev/webkit/qtwebkit-4.5 to origin/qtwebkit-4....Ariya Hidayat2009-05-196-1645/+695
* 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
| | | * Replace all occurences of "heirarchy" with "hierarchy"Andre Haupt2009-05-183-4/+4
| | | * Fix handling of dynamic casts in QSharedPointer.Thiago Macieira2009-05-182-18/+140
| | | * Fix some typos in the documentation.Frederik Schwarzer2009-05-1864-76/+76
| | | * Fix QNetworkDiskCache to expire the oldest files first.Benjamin C Meyer2009-05-182-4/+5
| | | * Prevent a crash with brushed metal windows and a qApp style sheetNorwegian Rock Cat2009-05-181-4/+17
| | | * Adding change details in to Qt 3 to Qt 4 porting guideMorten Engvoldsen2009-05-181-0/+6
| | | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Andy Shaw2009-05-188-36/+175
| | | |\
| | | | * QCss: font-family handle fallback font specsOlivier Goffart2009-05-183-15/+21
| | | | * Fix race condition in ~QObjectOlivier Goffart2009-05-183-20/+100
| | | | * QCalendarWidget::setDateTextFormat() reset the format is the date is invalidBenjamin Poulain2009-05-182-1/+54