summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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-131-0/+40
| | | | | | Merge-request: 653 Reviewed-by: Olivier Goffart <ogoffart@trolltech.com> Task-number: 247560
* More tests for list numberingOlivier Goffart2009-07-132-0/+50
|
* Added QTextListFormat::ListUpperRoman and QTextListFormat::ListLowerRoman ↵Nils Jeisecke2009-07-131-0/+36
| | | | | | | for roman numbering of lists as supported by HTML/ODF Reviewed-by: Olivier Goffart Merge-request: 681
* Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-137-0/+80
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/3rdparty/webkit/JavaScriptCore/generated/Grammar.cpp src/3rdparty/webkit/JavaScriptCore/generated/Grammar.h src/3rdparty/webkit/VERSION src/3rdparty/webkit/WebCore/ChangeLog src/3rdparty/webkit/WebCore/generated/CSSGrammar.cpp src/3rdparty/webkit/WebCore/generated/CSSGrammar.h src/3rdparty/webkit/WebCore/generated/Grammar.cpp src/3rdparty/webkit/WebCore/generated/Grammar.h src/3rdparty/webkit/WebCore/generated/XPathGrammar.cpp src/3rdparty/webkit/WebCore/generated/XPathGrammar.h src/3rdparty/webkit/WebKit/qt/ChangeLog tools/linguist/lrelease/main.cpp tools/linguist/lupdate/main.cpp tools/linguist/shared/profileevaluator.cpp
| * implement proper vpath handlingOswald Buddenhagen2009-07-137-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | this also removes the bogus special casing of various filename-containing variables inside the pro parser. while this is a feature as such, it restores backwards compatibility without damaging the correct behavior again, so it qualifies for 4.5. based on a2f40fce2a1cf3c19a13fa27eea08192493ab76e from creator Task-number: 254098
| * tst_qnetworkreply: qDebug instead of qWarningMarkus Goetz2009-07-131-1/+1
| |
| * QFlags::testFlag(): handle the zero case appropriately.Frans Englich2009-07-131-0/+24
| | | | | | | | | | | | | | | | Brought up by Andy. See perforce change 314809, 17b07e3ab6192b31f77fd2f126705b9ab53b3937. Related to task 221708. Reviewed-By: Andy Shaw (cherry picked from commit cc24c46c117248ecb98200416e7f25375e6bb476)
| * Fix line endings.Alexis Menard2009-07-131-22/+22
| |
* | tst_qnetworkreply: qDebug instead of qWarningMarkus Goetz2009-07-131-2/+2
| |
* | QFlags::testFlag(): handle the zero case appropriately.Frans Englich2009-07-131-0/+24
| | | | | | | | | | | | | | Brought up by Andy. See perforce change 314809, 17b07e3ab6192b31f77fd2f126705b9ab53b3937. Related to task 221708. Reviewed-By: Andy Shaw
* | Fixed the lineendings in the tst_qsqltablemodel.cppDenis Dzyubenko2009-07-131-22/+22
| |
* | Added QSyntaxHighlighter::rehighlightBlock() auto testJ-P Nurmi2009-07-131-1/+28
| | | | | | | | | | Merge-request: 379 Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* | Stabilize tst_QGraphicsView::mouseTracking2 (on Windows).Bjoern Erik Nilsen2009-07-131-1/+3
| | | | | | | | | | | | | | Use QApplication::sendEvent directly instead of calling the static sendMouseMove function, which also calls QTest::mouseMove. This test failed with spy.count() being 2 instead of 1 (which is correct since we both use QTest::mouseMove and QApplication::sendEvent).
* | Fix broken tst_QGraphicsItem::sorting.Bjoern Erik Nilsen2009-07-131-1/+2
| | | | | | | | | | A top-level window on Windows cannot have a smaller width than 120. Increase the width by 20 and expect another row of items to be painted.
* | Fixes autotest to match the new code (db level precisionPolicy).Bill King2009-07-131-1/+1
| |
* | Fixes up the autotest for mysql over ODBC connection.Bill King2009-07-131-2/+2
| |
* | Merge commit 'origin/4.5'Bill King2009-07-138-55/+264
|\ \ | |/ | | | | | | | | | | | | Conflicts: src/plugins/kbddrivers/usb/main.cpp tests/auto/qnetworkreply/tst_qnetworkreply.cpp tests/auto/qwidget/tst_qwidget.cpp
| * Fixes failure when table has null fields to updateBill King2009-07-131-0/+62
| | | | | | | | | | | | | | Fixes an issue where too many parameters are bound when updating QSqlTableModel where the stored record has NULLs in it. Reviewed-by: Justin McPherson
| * Fixed a crash with input methodsPierre Rossi2009-07-101-0/+15
| | | | | | | | | | | | | | | | | | The inputContext's focusWidget was not reset when disabling input methods. Thanks to Benjamin P. Task-number: 257832 Reviewed-by: Denis
| * rewrite makeplurals.sh in perlOswald Buddenhagen2009-07-103-44/+43
| | | | | | | | ... so it works under windows as well.
| * make tests independent of PATH contentsOswald Buddenhagen2009-07-103-11/+19
| | | | | | | | use absolute paths for the tested executables
| * QNAM: httpDownloadPerformance auto testMarkus Goetz2009-07-091-0/+126
| | | | | | | | Reviewed-by: Peter Hartmann
* | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-1093-221/+3206
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem_p.h tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp tests/auto/qgraphicsview/tst_qgraphicsview.cpp
| * | adding autotestThierry Bastian2009-07-101-2/+28
| | | | | | | | | | | | Task-number: 248688
| * | QTableView: horizontal scrollbar could be inoperent with big columnsThierry Bastian2009-07-101-0/+26
| | | | | | | | | | | | Task-number: 240266
| * | QFileDialog: the side urls are now always cleaned when they are localThierry Bastian2009-07-101-0/+21
| | | | | | | | | | | | Task-number: 257579
| * | Update test db definitions.Bill King2009-07-101-5/+9
| | |
| * | Get more sql autotests passing or expect-failing.Bill King2009-07-102-4/+16
| | |
| * | fix the test _and_ the class :)Harald Fernengel2009-07-031-11/+6
| | |
| * | QLocalSocket WriteOnly mode fixed on WindowsJoerg Bornemann2009-07-091-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | Write only local sockets silently disconnected after some time. Reason: we cannot call PeekNamedPipe on a write only pipe. Task-number: 257714 Reviewed-by: ossi Autotest: tst_QLocalSocket::writeOnlySocket
| * | autotest: removed tons of warningsThierry Bastian2009-07-091-1/+2
| | |
| * | Fixed handling of some SVG attributes when value is invalid.Suneel BS2009-07-091-0/+84
| | | | | | | | | | | | | | | | | | | | | | | | When the parsing of an SVG attribute fails, it should be given the default value. Fixed handling of invalid viewBox, stop-opacity and stop-offset. Autotest included. Reviewed-by: Kim
| * | Fixed inheritence of SVG fill attributes.Suneel BS2009-07-091-0/+68
| | | | | | | | | | | | | | | | | | | | | Fixed inheritence of fill-opacity, fill-rule and fill. Autotest included. Reviewed-by: Kim
| * | autotest fixThierry Bastian2009-07-091-2/+6
| | | | | | | | | | | | | | | On the font from the font dialog, we can only test family, size and style
| * | Disable private unit tests when Qt is configured withoutRohan McGovern2009-07-0932-69/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -developer-build, part 2. Some autotests use private (unexported) code, either because they're testing private classes or because that's the easiest way to test the public classes. Configuring Qt with `-developer-build' is needed for these tests. This commit fixes the tests so configuring without `-developer-build' only builds the tests which strictly use public API.
| * | Remove some left-over mentions of fixed-point in math3dRhys Weatherley2009-07-093-23/+20
| | | | | | | | | | | | Reviewed-by: trustme
| * | Merge commit 'origin/4.5'Bill King2009-07-084-17/+70
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/sql/drivers/ibase/qsql_ibase.cpp tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp tests/auto/qsqldatabase/tst_databases.h tests/auto/qsqldatabase/tst_qsqldatabase.cpp translations/qt_ru.ts
| | * make test behave like othersDerick Hawcroft2009-07-081-1/+1
| | |
| | * Make the table actually delete before the autotestBill King2009-07-081-1/+1
| | |
| | * Cleanup more SQL autotest failures.Bill King2009-07-083-12/+28
| | |
| | * safely drop tables.Derick Hawcroft2009-07-081-1/+3
| | |
| | * Auto test for task 233829Derick Hawcroft2009-07-071-1/+29
| | | | | | | | | | | | | | | | | | - postgreSQL specific autotest. Task-number:233829
| | * Fix more sql autotest failures.Bill King2009-07-061-3/+4
| | | | | | | | | | | | | | | | | | Sql server fails at numeric field calculations. (Confirmed by running against MySql via odbc). Also, quote fields properly. The drivers know how to do it correctly, so let them handle it.
| | * Fix precision autotest for SqlServerBill King2009-07-061-6/+7
| | | | | | | | | | | | | | | Sql Server can't count. Reduce the expected length of string when we're on sql server.
| | * Fix up two more qsqldatabase autotests.Bill King2009-07-031-1/+8
| | |
| * | Make test pass when executed from debug/release directory.Volker Hilsheimer2009-07-081-0/+3
| | |
| * | Compile fix for the qapplication autotest.Denis Dzyubenko2009-07-081-25/+43
| | | | | | | | | | | | Reviewed-by: TrustMe
| * | autotest compile fix for MacOSXThierry Bastian2009-07-081-1/+1
| | |
| * | added auto test tst_QLocalSocket::readBufferOverflowJoerg Bornemann2009-07-081-0/+33
| | | | | | | | | | | | | | | | | | | | | This test handles the case when one limits the size of the socket's read buffer and more data than the buffer size is available. Reviewed-by: ossi