Fix QByteArray documentation errors.
[profile/ivi/qtbase.git] / src / testlib /
2012-09-11 Frederik GladhornDo not include /examples in qdocconfs.
2012-09-11 Casper van DonderenDoc: Centralize more common settings in 1 global qdocconf.
2012-09-07 Jeremy LainéFix QTest::qExec crash with no command line arguments
2012-09-01 Casper van DonderenDoc: Fix docbuild when not using -developer-build.
2012-08-30 Casper van DonderenDoc: Simplify qtbase qdocconfs.
2012-08-30 Kai KoehneLogging: Remove mutex for OutputDebugString
2012-08-29 Frederik GladhornExclude the examples/widgets/doc dir for all but widgets.
2012-08-27 Stephen KellyDeprecate qWaitForWindowShown QWidget* overload since...
2012-08-23 Stephen KellyRemove qWaitForWindowShown(QWindow*) overload.
2012-08-21 Jeremy Katzfix some QTest documentation
2012-08-17 Sergio AhumadaDoc: Fix spelling errors
2012-08-14 Marc MutzQtTestLib: use new qEnvironmentVariableIsEmpty()
2012-08-11 Frederik GladhornFix order of namespace/include guards.
2012-08-08 Oswald Buddenhagenrename qt_module_config.prf => qt_module.prf
2012-08-07 Kent HansenMake QSignalSpy copy QVariant parameters directly
2012-08-02 Paul Olav TveteMake tests compile without gui-private
2012-07-31 Lars KnollFix some syncqt warnings.
2012-07-25 David FaureAdd QSignalSpy::wait() method.
2012-07-25 Friedemann KleintDeprecate the qWaitForWindowShown(QWindow *) method.
2012-07-20 David FaureProvide public API for native event filtering, moved...
2012-07-20 Friedemann KleintImplement waitForWindowExposed and friends for widget...
2012-07-19 Stephen KellyMove QWindowSystemInterface out of qpa.
2012-07-18 Oswald Buddenhagenremove needless/commented INCLUDEPATHs
2012-07-13 Marc Mutzdoc/snippets: normalize signals/slots
2012-07-13 Friedemann KleintImprove accessibility test helpers.
2012-07-12 Friedemann KleintImplement qWaitForWindowShown using qWaitForWindowExposed.
2012-07-06 Casper van DonderenDoc: Replace all occurences of \BR with \br.
2012-07-02 Girish RamakrishnanMake QWindowSystemInterface part of QPA API
2012-06-29 Oswald BuddenhagenMerge branch 'buildsystem' (second round)
2012-06-28 Thiago MacieiraUpdate the macros for shared/DLL and static builds
2012-06-27 Albert Astals CidAdd const & to foreach 'iterators'
2012-06-26 Giuseppe D'AngeloFix QCOMPARE for QIcon in QtGui
2012-06-26 Oswald Buddenhagenmake using testlib automatically "promote" all modules...
2012-06-26 Girish RamakrishnanUse valSeen since it results in unused warning otherwise
2012-06-21 Girish RamakrishnanRemove QWS references from testlib
2012-06-20 Chris AdamsAdd new benchmark metrics to testlib
2012-06-20 Oswald BuddenhagenMerge "Merge branch 'buildsystem'" into refs/staging...
2012-06-19 Oswald BuddenhagenMerge branch 'buildsystem'
2012-06-19 Oswald Buddenhagenfix misnomer: qt_module.prf => qt_build_config.prf
2012-06-19 Oswald Buddenhagenautomatically add QT_BUILD_FOO_LIB to DEFINES
2012-06-19 Oswald Buddenhagenclean up projects from QPRO_PWD nonsense, etc.
2012-06-19 Oswald Buddenhagenauto-generate module pris
2012-06-19 Oswald Buddenhagenautomatically add the version header to HEADERS
2012-06-19 Oswald Buddenhagenmake qt_module_config.prf install the module pri file
2012-06-09 Thiago MacieiraUse UTF-8 in the QtTest data and benchmark tags
2012-06-08 Stephen KellyUse variadic macros where available to make QSKIP sourc...
2012-06-03 Kent HansenChange testlib signal dumper hooks to use signal index...
2012-05-29 Laszlo AgocsMake qWaitForWindowShown more robust on X
2012-05-25 Konstantin RittReplace `const QLatin1String &` with `QLatin1String...
2012-05-18 Olivier GoffartQIcon: move back to QtGui
2012-05-17 Rohan McGoverntestlib: added missing newline to error message
2012-05-17 Lars Knollturn off exceptions by default where they aren't required
2012-05-16 David FaureAdd header qtest_widgets.h, similar to qtest_gui.h...
2012-05-11 Casper van DonderenDoc: Add a default license footer.
2012-05-11 David FaureFix -Wlogical-op warning in qtestmouse.h
2012-05-10 Thiago MacieiraChange to/fromAscii to to/fromUtf8 in the QString conve...
2012-05-10 Marius Storm-OlsenMerge "Merge branch 'docs-refactoring' into master...
2012-05-10 Marius Storm-OlsenMerge branch 'docs-refactoring' into master
2012-05-10 Marius Storm-OlsenDon't add C-style copyright headers to qmake project...
2012-05-09 Casper van DonderenDoc: Add "make docs" targets for libraries.
2012-05-09 Casper van DonderenDoc: Modularize QtTest documentation.
2012-05-04 Thiago MacieiraChange remaining uses of {to,from}Ascii to {to,from...
2012-05-03 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-27 Friedemann KleintReplace QGuiApplication::activeWindow by focusWindow().
2012-04-25 Laszlo AgocsUpdate QTest::QTouchEventSequence docs
2012-04-24 Laszlo AgocsAdd flag in testlib to disable committing the simulated...
2012-04-24 Thiago MacieiraDon't use the QRegExp methods that modify the object...
2012-04-23 Thiago MacieiraAdd missing private headers to testlib.pro
2012-04-18 Ian DeanChange coreservices -> ios
2012-04-17 Lars KnollMerge "Merge remote-tracking branch 'origin/api_changes...
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-16 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-11 Thiago MacieiraChange the component formatting enum values so the...
2012-04-11 Thiago MacieiraMerge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambig...
2012-04-10 Oswald BuddenhagenMerge remote-tracking branch 'origin/master' into api_c...
2012-03-31 Robin BurchellRemove all calls to, and deprecate qMalloc, qRealloc...
2012-03-29 Thiago MacieiraPort to the new QUrl API
2012-03-27 Kent HansenMerge master into api_changes
2012-03-27 Laszlo AgocsAdd QPA notes to QCursor pos() and setPos()
2012-03-23 Kent HansenMerge "Merge master into api_changes" into refs/staging...
2012-03-23 Kent HansenMerge master into api_changes
2012-03-21 Kent HansenUse the new QMetaMethod API in testlib
2012-03-21 Jason McDonaldtestlib: Remove obsolete internal compare_helper overload.
2012-03-19 Frederik GladhornRemove QAccessibleEvent child parameter.
2012-03-19 Frederik GladhornAccessibility: add text update events
2012-03-19 Kent HansenMerge master into api_changes
2012-03-18 Frederik GladhornMake copy and assign private for QAccessibleEvent.
2012-03-16 Charles YinFix broken qWaitForWindowShown() behavior
2012-03-16 Kent HansenMerge master into api_changes
2012-03-15 Samuel RødalImproved qWaitForWindowShown().
2012-03-15 Frederik GladhornUse pointers for QAccessibleEvent.
2012-03-14 Olivier GoffartRemove QTEST_NO_SPECIALIZATIONS
2012-03-13 Laszlo AgocsDeliver events in qtestmouse
2012-03-13 Frederik GladhornAutotest details of QAccessibleEvent.
2012-03-12 João AbecasisMerge "Merge remote-tracking branch 'origin/master...
2012-03-12 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-12 Frederik GladhornUse QAccessibleEvent in test.
2012-03-12 Jason McDonaldtestlib: Improve formatting of QCOMPARE failure messages.
2012-03-09 Friedemann KleintMerge "Merge remote-tracking branch 'origin/containers...
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/containers' into...
next