summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | fix tst_QWidget::inputFocus_task257832 on WindowsJoerg Bornemann2009-08-121-0/+1
* | indentation fixed in tst_QWidget::inputFocus_task257832Joerg Bornemann2009-08-121-10/+10
* | respect QAbstractSpinBox::NoButtons in windowsce / windowsmobile stylesJoerg Bornemann2009-08-122-1/+9
* | fix QTextFormat::doubleProperty where qreal is floatJoerg Bornemann2009-08-121-3/+4
* | fix decoration of DontShowOnScreen widgets on Windows CEJoerg Bornemann2009-08-121-1/+1
* | Test naming convention fixes.Rohan McGovern2009-08-129-8/+8
* | Update embedded copyright headers.Jason McDonald2009-08-124-30/+84
* | Revert "Frame property for QDateTimeEdit can be set independently of"Matthew Cattell2009-08-111-1/+0
* | Frame property for QDateTimeEdit can be set independently ofMatthew Cattell2009-08-111-0/+1
* | Phonon: improve locking to make it safer to load a sourceThierry Bastian2009-08-112-17/+25
* | Update URL for Qt FTP site.Jason McDonald2009-08-1111-38/+38
* | Update URL for Qt Labs.Jason McDonald2009-08-113-6/+6
* | Update URL for mailing list server.Jason McDonald2009-08-114-4/+4
* | Update URL for Qt web site.Jason McDonald2009-08-11101-171/+171
* | Update URL of online documentation.Jason McDonald2009-08-1158-100/+100
* | Update old email address.Jason McDonald2009-08-11321-568/+568
* | Eliminate some mentions of Trolltech.Jason McDonald2009-08-1182-218/+229
* | Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-11108-282/+279
* | Update license headers.Jason McDonald2009-08-117115-7215/+7215
* | Fixes formatting of date strings in psql driverBill King2009-08-101-1/+1
* | Missing break when formatting from a time valueBill King2009-08-101-0/+1
* | Doc: Our webdomain has changed.Volker Hilsheimer2009-08-1013-51/+51
* | Doc: Fix a typoBenjamin Poulain2009-08-101-1/+1
* | Fixed an assert that could happen when the mediaSource is deletedThierry Bastian2009-08-103-30/+21
* | Fix autotest for qtwidgets::snapshotJens Bache-Wiig2009-08-101-3/+3
* | Prevent a crash when there is no QTest::logger when calling warn()Andy Shaw2009-08-101-1/+3
* | remove useles QT += networkOswald Buddenhagen2009-08-071-2/+1
* | Fix compilation with xlC 7: operands to ?: must match.Thiago Macieira2009-08-071-2/+2
* | Fix compilation with xlC 7: operands to ?: must match.Thiago Macieira2009-08-071-1/+1
* | xlC 7 cannot compile QtConcurrent with these templates hereThiago Macieira2009-08-071-1/+1
* | Add functionality tests for XSync.Thiago Macieira2009-08-073-1/+49
* | Autotest: ensure we don't mishandle SSL certificates with NULsThiago Macieira2009-08-072-0/+98
* | Avoid compiling imageformats if you configure with -no-lib*Marius Storm-Olsen2009-08-071-3/+9
* | Use QFile instead of QTemporaryFile in compilerwarning testcaseMarius Storm-Olsen2009-08-061-5/+9
* | Fix crash in QX11Data::xdndHandleEnter when XGetWindowProperty failsOctavian Voicu2009-08-061-6/+7
* | Tests: Make uic/uic3 use QLibraryInfo paths as do the linguist tests.Friedemann Kleint2009-08-062-2/+4
* | Mac: fix autotestRichard Moe Gustavsen2009-08-061-1/+1
* | Tests: Make tools tests (rcc/moc/uic/uic3) run without X11-connection.Friedemann Kleint2009-08-064-4/+4
* | Make the test pass by setting a path where you have dirs.Alexis Menard2009-08-061-1/+2
* | Cleaned up test naming and platform-specific tests.Rohan McGovern2009-08-0632-201/+194
* | Fix a bug when activating HideNameFilterDetails on Windows filedialog.Alexis Menard2009-08-052-11/+19
* | Fix compilation on AIX: -I/usr/include cannot be used.Thiago Macieira2009-08-051-9/+3
* | Fix compilation when QT_NO_HTTP is definedMarkus Goetz2009-08-058-5/+18
* | Fixes hangup when pressing key in QListWidgetOlivier Goffart2009-08-052-1/+29
* | Cocoa: Menus show old selected values.Richard Moe Gustavsen2009-08-052-1/+29
* | Get more database tests working/passing.Bill King2009-08-052-4/+18
* | Make file extension case insensitive with the Gtk+ file dialogJens Bache-Wiig2009-08-041-1/+18
* | Fix: Gtk native dialogs do not repaint when zero-timers are usedJens Bache-Wiig2009-08-041-0/+1
* | Fix indentation.Alexis Menard2009-08-041-1/+3
* | Fix ancestor flags that are not correctly update when reparenting.Alexis Menard2009-08-042-11/+28