| Commit message (Expand) | Author | Age | Files | Lines |
* | src/3rdparty/phonon: Remove QT_WA and non-Unicode code paths, dropping Win9x ... | miniak | 2009-07-01 | 1 | -4/+1 |
|
|
* | src/tools/idc: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT... | miniak | 2009-07-01 | 1 | -53/+16 |
|
|
* | src/testlib: LPCWSTR -> wchar_t* | Marius Storm-Olsen | 2009-07-01 | 1 | -1/+1 |
|
|
* | src/qt3support: Remove QT_WA and non-Unicode code paths, dropping Win9x and N... | miniak | 2009-07-01 | 8 | -724/+231 |
|
|
* | src/activeqt: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT ... | miniak | 2009-07-01 | 12 | -266/+147 |
|
|
* | src/sql: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT support | miniak | 2009-07-01 | 2 | -37/+2 |
|
|
* | src/opengl: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT su... | miniak | 2009-07-01 | 1 | -8/+4 |
|
|
* | src/network: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s... | miniak | 2009-07-01 | 7 | -104/+43 |
|
|
* | src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT support | miniak | 2009-07-01 | 50 | -2919/+1227 |
|
|
* | Handle application paths larger than MAX_PATH, and fix potential buffer overflow | Marius Storm-Olsen | 2009-07-01 | 2 | -10/+39 |
|
|
* | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s... | miniak | 2009-07-01 | 28 | -1340/+554 |
|
|
* | src/winmain: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s... | miniak | 2009-07-01 | 1 | -13/+7 |
|
|
* | doc: Fixed several qdoc error reports. | Martin Smith | 2009-07-01 | 3 | -67/+78 |
|
|
* | Added QGraphicsScene::sendEvent(). | J-P Nurmi | 2009-07-01 | 3 | -1/+58 |
|
|
* | ItemViews: Fixed signal entered not being emitted when using the mouse | Thierry Bastian | 2009-07-01 | 3 | -33/+61 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Rhys Weatherley | 2009-07-01 | 1 | -1/+9 |
|\ |
|
| * | Fixes configure.exe silently disabling cetest even if you asked for it | Rohan McGovern | 2009-07-01 | 1 | -1/+9 |
|
|
* | | OpenVG compile fix - use const_cast instead of static_cast | Rhys Weatherley | 2009-07-01 | 1 | -4/+4 |
|/ |
|
* | Set the focus to a child widget when set on a QGroupBox | Benjamin Poulain | 2009-06-30 | 2 | -3/+13 |
|
|
* | add 4.6 specific modifications to linguist tools tests | Oswald Buddenhagen | 2009-06-30 | 7 | -2/+123 |
|
|
* | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-30 | 206 | -14/+6610 |
|\ |
|
| * | integrate linguist tool autotests into the qt testsuite | Oswald Buddenhagen | 2009-06-30 | 200 | -0/+6573 |
|
|
| * | Fix Toolbars in unified toolbar looking bad Carbon w/Fullscreen changes | Norwegian Rock Cat | 2009-06-30 | 1 | -2/+17 |
|
|
| * | Doc: Said which formats we support for a QIODevice driven MediaSource | Geir Vattekar | 2009-06-30 | 1 | -1/+6 |
|
|
| * | Doc: Fixed a doc bug in QPlainTextEdit class description. | Geir Vattekar | 2009-06-30 | 1 | -7/+7 |
|
|
| * | Doc: About menu on the Mac gets the application name from Info.plist. | Geir Vattekar | 2009-06-30 | 2 | -3/+6 |
|
|
| * | fix crash in QLocalServer on WinCE when waitForNewConnection times out | Joerg Bornemann | 2009-06-30 | 1 | -1/+1 |
|
|
* | | const ref for foreach() | Oswald Buddenhagen | 2009-06-30 | 1 | -1/+1 |
|
|
* | | Doc - some minor fixes on the sentences | Kavindra Devi Palaraja | 2009-06-30 | 1 | -13/+14 |
|
|
* | | add basic tests for QVariant/QObject qtscript integration | Kent Hansen | 2009-06-30 | 1 | -0/+10 |
|
|
* | | Linguist: defers the creation of the QPrinter | Thierry Bastian | 2009-06-30 | 2 | -8/+20 |
|
|
* | | QDockArea: remove coverity warning | Thierry Bastian | 2009-06-30 | 1 | -1/+1 |
|
|
* | | QToolBar: fix coverity warnings | Thierry Bastian | 2009-06-30 | 3 | -27/+18 |
|
|
* | | doc: Fixed several qdoc error reports. | Martin Smith | 2009-06-30 | 1 | -6/+10 |
|
|
* | | Merge branch '4.5' | Marius Storm-Olsen | 2009-06-30 | 27 | -45/+703 |
|\ \
| |/ |
|
| * | Doc: Fixed links that pointed to removed documentation. | Geir Vattekar | 2009-06-30 | 1 | -3/+4 |
|
|
| * | Compile qmake autotest | Marius Storm-Olsen | 2009-06-30 | 1 | -1/+1 |
|
|
| * | QWidget::adjustSize() sends a spontaneous event - Mac OS X Cocoa | Prasanth Ullattil | 2009-06-30 | 2 | -2/+12 |
|
|
| * | New binary | Marius Storm-Olsen | 2009-06-30 | 1 | -0/+0 |
|
|
| * | Support the -qtlibinfix parameter already on Unix/Mac | Marius Storm-Olsen | 2009-06-30 | 2 | -6/+15 |
|
|
| * | Remove links to out-of-date class chart. | Jason McDonald | 2009-06-30 | 2 | -4/+0 |
|
|
| * | bug fix | Derick Hawcroft | 2009-06-30 | 1 | -0/+1 |
|
|
| * | Remove unused variables | Anders Bakken | 2009-06-29 | 1 | -2/+0 |
|
|
| * | Remove superfluous call to SetBlittingFlags | Anders Bakken | 2009-06-29 | 1 | -1/+0 |
|
|
| * | QTemporaryFile: Report the user-provided openMode | João Abecasis | 2009-06-29 | 2 | -1/+35 |
|
|
| * | add Russian to the "'own' languages hack" until task #196275 will be closed | Ritt Konstantin | 2009-06-29 | 1 | -0/+1 |
|
|
| * | Always turn on shadows for Cocoa. | Norwegian Rock Cat | 2009-06-29 | 1 | -2/+1 |
|
|
| * | QNetworkAccessManager stuff: Some fixes for coverity | Markus Goetz | 2009-06-29 | 3 | -6/+13 |
|
|
| * | Fix crash/artifacts on SuperH | Tom Cooksey | 2009-06-29 | 1 | -3/+3 |
|
|
| * | Doc: Adding documentation on supported data types in Qt SQL module | Morten Engvoldsen | 2009-06-29 | 2 | -0/+587 |
|
|