summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Reimplement qSwap and Q_DECLARE_SHARED differently.Thiago Macieira2009-08-142-0/+52
| | | | | | | | | This enables the use of Q_DECLARE_SHARED with d-pointers that are QExplicitlySharedDataPointer<PrivateClass>. Also, this enables swapping atomically QSharedPointers. Reviewed-by: Harald Fernengel
* Perform license checks on source files.Frans Englich2009-08-141-19/+65
| | | | | | | Previously we only checked headers, but we actually care about source files too. This detects about 50 errors all over Qt. Discussed with Thiago.
* Add stringbuilder auto test to auto.prohjk2009-08-141-0/+1
| | | | Reviewed-by: trustme
* Fix MLS testWarwick Allison2009-08-141-1/+2
| | | | "sm"+ellipsis (...) is same length as "small" in some fonts
* spelWarwick Allison2009-08-141-2/+2
|
* Fixed audio auto tests.Kurt Korbatits2009-08-134-129/+229
| | | | | | Handle platforms that don't have backends. Reviewed-by: Bill King
* Removed a few bogus includesAlessandro Portale2009-08-133-11/+0
|
* Compile fix.Alessandro Portale2009-08-131-1/+1
| | | | tst_qobject deleteQObjectWhenDeletingEvent needs QtGui.
* Fix build, by adjusting according to how test QProcess is.Frans Englich2009-08-131-1/+16
|
* fixing autotests for Windows CE (deployment - QHelp)Thomas Hartmann2009-08-133-2/+33
| | | | | Task-number: 214990 Reviewed-by: Joerg
* Fix focus proxy deletion bugs/crashes in QGraphicsItem.Andreas Aardal Hanssen2009-08-131-0/+42
| | | | | | | | | | | | | | | | | | | This change would have been much simpler if either QGraphicsItem inherited QObject, or if we had some similar QPointer-like class that supported QGraphicsItem. The issue is this: Each item can delegate another item to be its focus proxy. That item can be a parent or child, or something completely unrelated. Either of the two items can be deleted independently. The former solution was to store backpointers in a map in the scene. Problem is, the items may not be in a scene when this happens, they may be removed from the scene, and the items may be moved between two scenes. The bad part about this fix is that it adds another pointer to QGraphicsItemPrivate. Reviewed-by: Shane Kearns <shane.kearns@sosco.com>
* Fix auto test xmlpatternsschemats by adjusting build dependencies.Frans Englich2009-08-131-0/+1
|
* Fix to autotest of QDockWidgetThierry Bastian2009-08-131-1/+1
| | | | | Mac needs a bit more time to update the widgets when they are redocked
* Test naming convention cleanup.Rohan McGovern2009-08-131-118/+118
|
* Test cleaned-up.Gabriel de Dietrich2009-08-121-14/+39
|
* Ugly round corners when no border is drawnGabriel de Dietrich2009-08-121-0/+433
| | | | | | | | | | | | | | | When specifying round corners with QStyleSheetStyle and no border-width specified, the round corners were not rendered with antialiasing. Furthermore, if border-width was set to 0, part of the border was rendered in discordance with CSS3. The background in now rendered directly instead of drawing a clipped rectangle. The actual border width is checked before rendering. A test has been added at tests/auto/uiloader/baseline/css_borderradius_allwidgets.ui Task-number: 230362 Reviewed-by: olivier
* Add QGraphicsView to the QTouchEvent testBradley T. Hughes2009-08-121-121/+387
| | | | | Since QTouchEvents can also be sent to QGraphicsItems, we want to test that it actually works.
* add some benchmarks for QScriptEngine and QScriptValueKent Hansen2009-08-124-0/+436
|
* don't test mouse over on Windows mobile in tst_QWidget::setToolTipJoerg Bornemann2009-08-121-1/+3
| | | | Reviewed-by: mauricek
* Make QPropertyAnimation symetric wrt directionThierry Bastian2009-08-121-0/+42
| | | | | | It is now possible to set a start value and no end value and starting the animation will pick the default end value from the current value of the property that's being animated.
* QGraphicsRotation and QGraphicsRotation3D are now merged into 1 classThierry Bastian2009-08-121-20/+39
| | | | | | | | You can now also set the axis following hte Qt::Axis enum Note: I'm not 100% sure about the maths in QGraphicsRotation::applyTo Feel free to fix it. Reviewed-by: ogoffart
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtJason McDonald2009-08-122-0/+33
|\
| * Autotest: make sure we can't create QWeakPointer from a QObject in destruction.Thiago Macieira2009-08-121-0/+15
| | | | | | | | This test only works in debug mode
| * Possible Dead lock in the destructor of QObjectThierry Bastian2009-08-121-0/+18
| | | | | | | | | | | | | | | | | | | | | | The problem was that we were locking a mutex that was global to thread to remove posted events associated with a QObject from the posted event list. We were also immediately deleting those events. If that triggers the deletion of another QObject, you would then trigger a dead-lock. Task-number: 259514 Reviewed-by: brad Reviewed-by: ogoffart
* | Update obsolete license headers.Jason McDonald2009-08-12127-2967/+3962
|/ | | | Reviewed-by: Trust Me
* Replace "Trolltech" with more appropriate terms.Jason McDonald2009-08-1271-73/+73
| | | | Reviewed-by: Trust Me
* Replace obsolete license headers.Jason McDonald2009-08-1255-1706/+1705
| | | | Reviewed-by: Trust Me
* Update obsolete email addresses.Jason McDonald2009-08-1241-42/+42
| | | | Reviewed-by: Trust Me
* Update obsolete URL's in code and docs.Jason McDonald2009-08-12100-194/+194
| | | | Reviewed-by: Trust Me
* Update references to online documentation.Jason McDonald2009-08-122-10/+10
| | | | Reviewed-by: Trust Me
* Eliminate last mentions of "Qt Software".Jason McDonald2009-08-125-5/+5
| | | | Reviewed-by: Trust Me
* Update URL's to use new domain.Jason McDonald2009-08-123-22/+22
| | | | Reviewed-by: Trust Me
* Update contact URL in license headers.Jason McDonald2009-08-12952-1019/+1019
| | | | Reviewed-by: Trust Me
* Update stale license headers.Jason McDonald2009-08-124-24/+140
| | | | Reviewed-by: Trust Me
* Update the css_borderimage test to test the menubar as wellOlivier Goffart2009-08-111-181/+218
| | | | | | | The menu bar is currently broken with border-image, fix is about to be commited Task-number: 230363
* Make QFontMetrics::elidedText aware of multi-length stringsOlivier Goffart2009-08-111-3/+27
| | | | | Reviewed-by: Oswald Buddenhagen Task-number: QT-10
* QFSFileEngine must set LocalDiskFlag regardless file exists or notRitt Konstantin2009-08-111-0/+26
| | | | | | | | LocalDiskFlag actually means "Local File Engine" and can be effectively used for testing file path for target storage type (local/network/virtual and so on) Merge-request: 1176 Reviewed-by: Joerg Bornemann <joerg.bornemann@trolltech.com>
* '.' and '..' must not be hiddenRitt Konstantin2009-08-111-0/+13
| | | | | | | | | | | | | | | | | | _unix code always sets HiddenFlag for special dirs which is wrong; also there is some inconsistence under win: * FindFirstFile sets FILE_ATTRIBUTE_HIDDEN flag for ".." of hidden dir *even* if parent dir is not hidden; * GetFileAttributes sets FILE_ATTRIBUTE_HIDDEN flag for ".." *only* if parent dir is hidden. so, _win part sets HiddenFlag wrong too; finally, we never test parent dir's flags; futhermore hidden special dirs (dotAndDotDot) makes dir iterator's filtering a bit more complex Merge-request: 1176 Reviewed-by: Joerg Bornemann <joerg.bornemann@trolltech.com>
* avoid crash when testing HiddenFlag and BaseName is emptyRitt Konstantin2009-08-111-0/+3
| | | | | Merge-request: 1176 Reviewed-by: Joerg Bornemann <joerg.bornemann@trolltech.com>
* fix tst_QPixmapCache::clear for Windows CEJoerg Bornemann2009-08-111-6/+11
| | | | | | This test used too much memory for Windows CE <= 5. Reviewed-by: thartman
* Wrote an autotest to expose a bug in the GLib event dispatcher.axis2009-08-111-1/+15
| | | | | | | | | | | Zero timers don't fire on the first pass in the GLib event dispatcher. Ideally I should fix the bug of course, but time doesn't permit at the moment. Submitting this test instead as a "reminder". The UNIX event dispatcher passes the test, and it also passes if moved to the end of the slots. Task: 259505
* Merge branch '4.5'Thiago Macieira2009-08-119-13/+118
|\ | | | | | | | | | | Conflicts: configure tests/auto/moc/tst_moc.cpp
| * Autotest: ensure we don't mishandle SSL certificates with NULsThiago Macieira2009-08-072-0/+98
| | | | | | | | | | | | This is a vulnerability in some implementations. Qt isn't affected because... well, we never implemented the decoding of escape sequences :-)
| * Use QFile instead of QTemporaryFile in compilerwarning testcaseMarius Storm-Olsen2009-08-061-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | QTemporaryFile on Windows doesn't open the file as a sharable, and doens't close the file when you call .close(). So the testcase fails on Windows with a Sharing Violation when the compiler tries to compile the file. By switching to QFile we can at least close the file before letting the compiler chew on it, and remove it at the end when the testcase is done. Open the file with Truncate, in case the testcase fails to remove the file. Reviewed-by: trustme
| * 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
| | | | | | | | | | | | | | | | On mac, we prefer testing with mp3 rather than ogg, Because in the latter case, you must install perian to make it work. And the test machines dont. Reviewed-by: brad
| * 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
| | | | | | | | | | | | | | | | The test was failing because the goal of the test expect to get only directories displayed. But if you don't have some in the current dir then it fails. home dir should be enough. Reviewed-by:TrustMe
* | QTableView with swapped headers PageUp/PageDown bugGabriel de Dietrich2009-08-111-0/+33
| | | | | | | | | | | | | | | | | | QTableView with header-swapped rows wouldn't scroll correctly when PageUp or PageDown pressed. Simplified calculation for next currentIndex provided in QTableView::moveCursor. Task-number: 259308 Reviewed-by: olivier
* | Fixes false fails in interbase autotests.Bill King2009-08-113-0/+9
| |