summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix warnings for mingw in QtCoreThierry Bastian2009-07-155-11/+11
* Fix license header in new files - make testcase pass.Volker Hilsheimer2009-07-153-9/+9
* Compile after a72c30020bdadbe0d82e583e17acd25715604f7bBjørn Erik Nilsen2009-07-151-1/+1
* Make Graphics View auto-tests less dependant on WS.Bjørn Erik Nilsen2009-07-152-16/+29
* Doc - fixed a typoKavindra Devi Palaraja2009-07-151-1/+1
* Fix Solaris build failure with the new qt_safe_() socket functions.Robert Griebl2009-07-151-1/+2
* repair the mouse cursor on Windows CEJoerg Bornemann2009-07-151-0/+4
* Bad drawing of styled viewports within QAbstractScrollAreaOlivier Goffart2009-07-156-52/+75
* Fix painting of the background of QAbstractItemView, QTextEdit and coOlivier Goffart2009-07-152-1/+198
* Rebuilt the configure.exeThierry Bastian2009-07-151-0/+0
* Fix compilation of webkit with mingwThierry Bastian2009-07-151-3/+0
* remove lots of warnings with mingwThierry Bastian2009-07-151-1/+1
* Fixes more sql autotestsBill King2009-07-151-10/+12
* Fixes sql autotests.Bill King2009-07-151-4/+1
* Fixed recompile of tests/auto/selftests/exception.Rohan McGovern2009-07-156-9/+9
* Fixed selftest failure.Rohan McGovern2009-07-151-2/+2
* Improve error message from configure.exe when trying to compile the Windows p...David Faure2009-07-141-2/+8
* Forgot to include qnet_unix_p.h for the qt_safe_() functionsRobert Griebl2009-07-141-0/+1
* QNetworkReply: Add isFinished() method documentation improvementMarkus Goetz2009-07-141-0/+4
* support context menu for system tray icons on Windows CEJoerg Bornemann2009-07-141-2/+11
* Socket function cleanup: replacing direct POSIX calls with qt_safe_().Robert Griebl2009-07-145-44/+42
* outdated comment in qfsfileengine_win.cpp removedJoerg Bornemann2009-07-141-2/+0
* large file support for Windows CEJoerg Bornemann2009-07-141-16/+19
* micro optimization in qfsfileengine_win.cppJoerg Bornemann2009-07-141-4/+2
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMarius Bugge Monsen2009-07-1410-15/+88
|\
| * QNetworkReply: Add isFinished() methodMarkus Goetz2009-07-146-0/+42
| * Make sure QGraphicsScene::update() only requires one event-loopBjørn Erik Nilsen2009-07-144-15/+46
| * Fixed the qlineedit autotest.Denis Dzyubenko2009-07-141-3/+3
| * doc: Clarified what happens with a null Q3CString.Martin Smith2009-07-141-5/+27
* | Remove sendGestureEvent().Marius Bugge Monsen2009-07-141-68/+0
* | Add auto-tests for QGraphicsItem::filtersChildEvents.Marius Bugge Monsen2009-07-141-0/+123
* | Fixed the qlineedit autotest.Denis Dzyubenko2009-07-141-3/+3
* | doc: Clarified what happens with a null Q3CString.Martin Smith2009-07-141-5/+27
* | Add QGraphicsView::filtersChildEvents property.Marius Bugge Monsen2009-07-145-9/+149
|/
* Use the correct font metrics function.Olivier Goffart2009-07-142-8/+2
* fix for mingw to still look into LIB and INCLUDE env varThierry Bastian2009-07-141-7/+6
* Make the window title set by setWindowFilePath() match our docs.Norwegian Rock Cat2009-07-142-4/+4
* Make the mainwindow examples use setWindowFilePathNorwegian Rock Cat2009-07-146-18/+15
* Remove this foundItem boolean.Norwegian Rock Cat2009-07-141-4/+1
* use qt_mac_QStringToNString & qt_mac_NSStringToQStringNorwegian Rock Cat2009-07-142-6/+5
* update to the configure program to support mingw+phononThierry Bastian2009-07-142-25/+39
* Build fix for mingwThierry Bastian2009-07-1421-40/+35
* Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-...Simon Hausmann2009-07-13902-5881/+22556
* Update to today's WebKit 4.6 snapshotSimon Hausmann2009-07-131-1/+1
* Compile without qt3supportOlivier Goffart2009-07-131-1/+1
* Make test faster + fix whitespaceOlivier Goffart2009-07-131-20/+21
* Fixes: The keyboard navigation of QComboBox don't work with the completionNoah White-Hamerslough2009-07-132-2/+42
* QToolTip: Uses QPalette::ToolTipText default text color for rich text.Thomas Sondergaard2009-07-131-0/+1
* make examples/activeqt/webbrowser work on Windows CEJoerg Bornemann2009-07-133-3/+3
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-1312-7/+179
|\