summaryrefslogtreecommitdiffstats
path: root/tests/manual
Commit message (Expand)AuthorAgeFilesLines
* normalise signal/slot signatures [QtNetwork tests]Marc Mutz2012-10-192-13/+13
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-191-1/+1
* Modified vertical alignments of simple widgets on OSXTero Ahola2012-10-1811-0/+615
* QScreen manual test improvements: fields resize, better formattingShawn Rutledge2012-10-164-11/+24
* Add a manual test for QMacCocoaViewContainerAndy Shaw2012-09-244-0/+286
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-22123-2662/+2662
* Added manual test for QScreen propertiesShawn Rutledge2012-09-218-0/+495
* Fix build of tests/ on Windows CEKevin Funk2012-09-102-2/+7
* Add example to test widget grab.Friedemann Kleint2012-09-073-1/+347
* Ensure child items are updated even if the parent item has no contentAndy Shaw2012-08-293-0/+84
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0144-0/+44
* Add command line options to windowgeometry testAndreas Holzammer2012-08-011-2/+17
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-2/+0
* Track window state in manual test windowflags.Friedemann Kleint2012-07-182-15/+39
* Improve windowflags, windowgeometry manual tests.Friedemann Kleint2012-07-118-21/+62
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* QHeaderView - resizeSection improvementThorbjørn Lund Martsum2012-07-052-0/+113
* qget test - fix null pointer dereferenceShane Kearns2012-06-271-1/+1
* remove some qmake -project boilerplate from project filesOswald Buddenhagen2012-06-191-3/+0
* Add Qt::WindowTransparentForInput to Window flags manual test.Friedemann Kleint2012-06-082-0/+7
* Cocoa implementation of QPA menu interface.James Turner2012-05-192-0/+206
* Enable specifying raw headers for the requestShane Kearns2012-05-053-10/+33
* Windowmodality-test: Compile with Qt 4.8.Friedemann Kleint2012-05-042-6/+6
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira2012-05-041-1/+1
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-4/+4
* Convert these files to ASCII or UTF-8Thiago Macieira2012-04-271-1/+1
* lance: Document all available command line options.Holger Hans Peter Freyther2012-04-251-2/+6
* Fix windowgeometry test for Windows.Friedemann Kleint2012-04-242-1/+4
* Move the CMake unit tests to auto/Stephen Kelly2012-04-2333-1365/+0
* Build the tests with the build type that the top-level was invoked with.Stephen Kelly2012-04-201-0/+2
* Make sure -fPIE is added to the compile flags.Stephen Kelly2012-04-201-0/+2
* Only run the CMake DBus unit tests on UNIX systems.Stephen Kelly2012-04-201-1/+3
* Window geometry manual tests: Add Window state controls.Friedemann Kleint2012-04-208-197/+664
* Implement QCocoaWindow::setWindowState.Morten Johan Sorvig2012-04-205-4/+54
* Set the window title for the QWindow as well.Morten Johan Sorvig2012-04-201-0/+1
* Add a manual test for the window geometry.Friedemann Kleint2012-04-195-0/+580
* Fix a CMake unit test.Stephen Kelly2012-04-181-2/+4
* Build the first CMake test if *at least* version 2.8.7 is available.Stephen Kelly2012-04-181-1/+1
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1695-164/+199
|\
| * Fix warnings in manual tests.Friedemann Kleint2012-04-136-9/+9
| * Build manual tests.Friedemann Kleint2012-04-1291-155/+190
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1015-194/+1351
|\|
| * Make sure we create an application before a QWidget.Stephen Kelly2012-04-042-0/+2
| * Add support for PUT & POST to qget testShane Kearns2012-04-025-189/+424
| * Update tests/manual/windowmodality to test native dialogsBradley T. Hughes2012-03-304-99/+601
| * Remove modal child widget buttons from tests/manual/windowmodalityBradley T. Hughes2012-03-293-129/+39
| * windowmodality test: Allow exec() with ApplicationModal dialogsBradley T. Hughes2012-03-283-145/+181
| * Don't use the pri depends line for link dependencies.Stephen Kelly2012-03-283-4/+8
| * Add manual test for window modalityBradley T. Hughes2012-03-274-0/+468
| * QHttpNetworkConnection test: avoid integer divide by zero exception.Martin Petersson2012-03-271-1/+1