| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The code block associated with QBENCHMARK_ONCE macro will only be executed once,
whether the backend returns a valid result or not. The "-iterations" command line
argument is also ignored.
This is useful for benchmarking code that has side effects.
Revby: jasplin
|
|
|
|
|
|
|
|
|
| |
The documentation implies that start restarts. Which it did, but only if the
timeline was finished _and_ the duration hadn't been changed meanwhile.
So after a setDuration(), start() would do nothing, which was unexpected.
Merge-request: 1145
Reviewed-by: Olivier Goffart <ogoffart@trolltech.com>
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The docs said that the default axis was (0, 0, 1), but the code
and unit tests were using (0, 0, 0). Modify the code to match the
docs because (0, 0, 0) is not very useful. Also optimize the
calculation of sin/cos values for 90, 180, and 270 degrees.
Reviewed-by: Aaron Kennedy
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
in a tree-like model with one of its grand-children being selected.
Added recursive deselection for the model.
Task-number: 232634
Reviewed-by: thierry
|
| |
| |
| |
| | |
Task-number: 258459
|
| |
| |
| |
| |
| |
| |
| |
| | |
If the current index is invalid, start would be (0,0) but would be
skiped
Task-number: 220195
Reviewed-by: thierry
|
| |
| |
| |
| |
| |
| | |
... by prepending SRCDIR to the loaded files.
Reviewed-by: TrustMe
|
| |
| |
| |
| |
| |
| |
| | |
On windows mobile with native menubar integration the menubar is not
a child of the mainwindow
Reviewed-by: Joerg
|
| |
| |
| |
| |
| |
| | |
This extra check prevents a crash if plugin loading fails
Reviewed-by: Joerg
|
| |
| |
| |
| |
| |
| | |
Windows CE is sometimes a little bit slow
Reviewed-by: Joerg
|
| |
| |
| |
| | |
Reviewed-by: Joerg
|
| |
| |
| |
| |
| |
| | |
We cannot remove a file that's still opened.
Reviewed-by: ossi
|
| |
| |
| |
| |
| |
| | |
There's no time() on Windows CE.
Reviewed-by: Daniel Molkentin
|
| |
| |
| |
| |
| |
| |
| | |
Win CE doesn't support real file permissions (FAT only).
Further, we don't have pagefile.sys.
Reviewed-by: thartman
|
| |
| |
| |
| |
| |
| |
| |
| | |
These tests run against domain names in troll.no and to allow shorter
names the machine has to be in this domain.
Removing them since this specific case test the OS more than Qt itself.
Reviewed-by: Thiago
|
| |
| |
| |
| | |
Reviewed-by: thartman
|
| |
| |
| |
| |
| |
| |
| | |
The TCP socket must get the chance to read data into its read buffer
after the first read operation emptied it.
Reviewed-by: thartman
|
| |
| |
| |
| | |
Reviewed-by: thartman
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
QProcess is supposed to be reentrant but was not on Unix. The
constructor of QProcessManager could be exectued several time when
QProcess is created. The construction is now protected by a mutex.
Task-number: 254246
Reviewed-by: Olivier Goffart
|
| |
| |
| |
| |
| |
| | |
defaultRowSizes was broken on oxygen style because of missing icons.
Reviewed-by: paul
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
before, it asserted; now, the test is not asserting anymore but
still failing, because the fix is not yet checked in. Additionally,
it now runs from a shadow directory.
Reviewed-by: TrustMe
|
| |
| |
| |
| |
| |
| |
| |
| | |
dnotify is something from older linux kernels and cannot be trusted, therefore
we skip some tests. Also we cannot guarantee that 1 operation on the file give only
1 notification in general, so we relaxed the conditions.
Reviewed-by: paul
|
| |
| |
| |
| |
| | |
Apperently we don't get the leave event when simply moving the
mouse with the testlib
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
The first VERIFY_COLOR(w.geometry(), w.color); call was failing because
the window was mapped but not yet painted on the screen.
Reviewed-by: Bradley T. Hughes
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Changing a style on a widget should invalidate the widget's layout,
since the layouts spacings and margins may depend on the style.
One optimization could be to check to see if the spacing and margins
have changed due to the style change, but the old style is not available
in changeEvent, so we'll keep it simple for now.
RevBy: paul
Task: 256986
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Last QVERIFY still failing.
Reviewed-by: olivier
|
| |
| |
| |
| |
| |
| |
| | |
Instead of ignoring _NET_WORKAREA, merge it with each screen geometry
to give a meaningful availableGeometry() for all screens.
Reviewed-by: denis
|
| |
| |
| |
| |
| |
| |
| | |
To make sure we don't receive same signals several times from a
QDesktopWidget, added the debug output whenever the signal is emitted.
Reviewed-by: trustme
|
| | |
|
| |
| |
| |
| | |
Reviewed-by: paul
|
| |
| |
| |
| |
| | |
view doesn't exist anymore and the qWait should be enough to make the
x11 call useless
|
| | |
|
| |
| |
| |
| | |
Reviewed-by: paul
|
| |
| |
| |
| |
| |
| |
| | |
- We need to process events in order to leave time to mac to update
the widget.
- When in undefined case, the progressbar is animated, so the number
of paintevents might be bigger than 1.
|
| |
| |
| |
| |
| | |
Reviewed-by: thierry
Reviewed-by: olivier
|
| | |
|
| |
| |
| |
| |
| |
| | |
We already trimmed away any \r from the expected line, but we did not
trim away \r from the actual line. That caused some false negatives on
windows.
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
can not be found change that behavior to warn by default.
Currently the default behavior of include() in a .pro file is not to
warn if the supplied file argument can not be found which can lead to
hard to find build errors. The include() will now,by default, warn if
the specified file can not be found.
If a warning is not required because the included file is optional then
example use in the .pro file:
include(SomePriFile.pri", "", true)
Task-number:259398
Reviewed-by:Marius Storm-Olsen
|
|
|
|
| |
That machine has no 'Times New Roman' the test was reliying in
|
| |
|