summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Update dist/changes-4.5.3 for sql changes.Bill King2009-09-281-1/+14
| | | | |
| | * | | Fixes a crash in QDoubleSpinBoxJoão Abecasis2009-09-253-222/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing dubious intermediate detection code that also had a buffer overflow. The results were inconsistent and not dependable on. Processing was inefficient and end value to user experience dubious. Test cases that abused the former behaviour were changed to consider input in an Intermediate where it was previously considered Invalid. With this change, user input will mostly be considered in an intermediate state, until it is effectively validated. Task-number: 255019 Reviewed-by: Anders Bakken
| | * | | Change log updatePrasanth Ullattil2009-09-251-1/+10
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust me
| | * | | QHostAddress: Clarification about DNSMarkus Goetz2009-09-251-0/+3
| | | | | | | | | | | | | | | | | | | | Task-number: QT-1683
| * | | | Updated JavaScriptCore from /home/khansen/dev/qtwebkit to ↵Kent Hansen2009-09-282-4/+4
| | |/ / | |/| | | | | | | | | | jsc-for-qtscript-4.6-staging-28092009 ( b98dec961e9389ddd5e10d7c4086de9a297cb984 )
| * | | add a test for custom QEventTransitionKent Hansen2009-09-281-3/+74
| | | | | | | | | | | | | | | | | | | | Test that the event has the right attributes. Also improve the custom QSignalTransition test to cover all attributes.
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-2849-313/+246
| |\ \ \ | | | |/ | | |/|
| | * | Document that scope unix is true for Symbian platform.Frans Englich2009-09-281-0/+2
| | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-2989 Reviewed-by: Jason Barron
| | * | Make the test pass on both large and small screens.Paul Olav Tvete2009-09-281-10/+10
| | | | | | | | | | | | | | | | Reviewed-by: Joerg
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Janne Koskinen2009-09-2848-302/+234
| | |\ \
| | | * | Deep copy QImage based on non-owned data so we can safely store themGunnar Sletta2009-09-281-2/+11
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Samuel
| | | * | Make QSignalEvent and QWrappedEvent inner classes of QStateMachineKent Hansen2009-09-2818-230/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Those two classes are specific to the state machine framework, but their names were so generic that we felt they were polluting the Q-namespace. They are now QStateMachine::SignalEvent and QStateMachine::WrappedEvent. Reviewed-by: Eskil Abrahamsen Blomfeldt
| | | * | Fixed unwanted recursion when calling openGLVersionFlags().Kim Motoyoshi Kalland2009-09-281-1/+2
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Gunnar
| | | * | Remove doc warning about UpdateSoftKeys.Jason Barron2009-09-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qdoc was giving attitude about this undocumented event type so mark it as omitted in the documentation. Task-number: QTBUG-4601 Reviewed-by: TrustMe
| | | * | QEventLoop::ExcludeUserInputEvents should not allow the user to close the windowBradley T. Hughes2009-09-283-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These types of input events are not handled by the normal mouse and key event handlers on X11 and Windows. Add special cases for them to make sure that they are not delivered while ExcludeUserInputEvents is set. Task-number: QTBUG-4242 Reviewed-by: Simon Hausmann
| | | * | Fixed qsharedpointer auto test build break for Symbian OS.Janne Anttila2009-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RVCT has problems with scoping, the similar workaround has been used in qhash.h also. Reviewed-by: Janne Koskinen
| | | * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-2811-14/+69
| | | |\ \
| | | | * | compile fix with namespaced qthjk2009-09-287-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Simon Hausmann
| | | | * | compile fix with namespacehjk2009-09-282-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: sroedal
| | | | * | Make sure the correct soft key is triggered.Jason Barron2009-09-282-3/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In cases where there are both softkey actions as well as "normal" actions, we need to be sure to skip over the none softkey actions since they should not be a part of the softkey framework and the 'index' will be out of sync. Reviewed-by: Sami Merila
| | | * | | Fixed qsharedmemory autotest compile break for Symbian OSJanne Anttila2009-09-282-3/+10
| | | |/ / | | | | | | | | | | | | | | | Reviewed-by: TrustMe
| | | * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-2813-54/+52
| | | |\ \
| | | | * | doc: Fixed three /sa that should be \saThorbjørn Lindeijer2009-09-283-3/+3
| | | | | |
| | | | * | Stabilize some more testsOlivier Goffart2009-09-287-43/+35
| | | | | |
| | | * | | Fixed style dependent failures for S60 in QGraphicsLinearLayout test.Janne Anttila2009-09-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since S60 does not compile QPlastiqueStyle, we use QWindowsStyle Reviewed-by: TrustMe
| | * | | | Webcore build break on Symbian fixJanne Koskinen2009-09-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepending adds epoc32\include too early into generated systeminclude path search order causing Webcore build to break due to wrong animation.h header getting included. Reviewed-by: Jason Barron
| * | | | | Fix qdoc error.Jason McDonald2009-09-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| * | | | | Fix qdoc error.Jason McDonald2009-09-281-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | Reviewed-by: Trust Me
| * | | | Fix qdoc error.Jason McDonald2009-09-281-1/+1
| |/ / / | | | | | | | | | | | | Reviewed-by: Trust Me
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-2812-31/+122
| |\ \ \
| | * | | Make sure signal handlers are installed on QWSPaul Olav Tvete2009-09-281-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QWS already installs message handlers, and this would cause testlib not to install its own handler, causing lots of extra test failures if there is a crash. The proper way would be to make testlib invoke previous handlers, but the quick and easy fix is just to forget about the old ones. The rationale is that the worst thing that can happen is that it will cause a crash, and that was going to happen anyway. Reviewed-by: Jeremy
| | * | | JavaScriptCore compile fix for Windows CE on ARMJoerg Bornemann2009-09-281-1/+2
| | |/ / | | | | | | | | | | | | Reviewed-by: Simon Hausmann
| | * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-282-2/+2
| | |\ \
| | | * | JavaScriptCore compile fix for Windows CE on ARMJoerg Bornemann2009-09-281-1/+2
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Simon Hausmann
| | | * | testBatFiles removed from qprocess.pro autotestJoerg Bornemann2009-09-281-1/+0
| | | | | | | | | | | | | | | | | | | | Reviewed-by: paul
| | * | | Removed RVCT workarounds for QFileSystemWatcher autotest.Janne Anttila2009-09-281-8/+0
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | The test passes without these workarounds in 5800 XpressMusic and emulator Reviewed-by: TrustMe
| | * | Enabled WINCE workaround for S60 in QEasingCurve::valueForProgress test.Janne Anttila2009-09-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | See: 82275b4c03a0. This workaround applies also for Symbian. Reviewed-by: TrustMe
| | * | Fixed qeasingcurve autotest compilation for other than WINCE platforms.Janne Anttila2009-09-281-5/+5
| | | | | | | | | | | | | | | | Reviewed-by: TrustMe
| * | | Fix qdoc errors.Jason McDonald2009-09-281-5/+6
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
* | | | Fixed: Fluidlauncher doesn't react to keys.Miikka Heikkinen2009-09-291-0/+1
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Some recent changes had made Fluidlauncher unresponsive to keyboard input. It appears none of the Fluidlauncher widgets got keyboard focus by default, so set the focus explicitly to proper widget. Task-number: QT-2214 Reviewed-by: Alessandro Portale
* | | Re-enabled tst_QImageReader::readFromDevice for Symbian OSJanne Anttila2009-09-281-3/+1
| | | | | | | | | | | | | | | | | | | | | Symbian OS has working networking support now, so we donät need to skip this test anymore. Reviewed-by: TrustMe
* | | Fixes autotest trying to delete table from wrong DBBill King2009-09-281-2/+2
| | |
* | | Suppress some compiler warnings that occur under OpenGL/ES 2.0Rhys Weatherley2009-09-282-0/+6
| | | | | | | | | | | | Reviewed-by: trustme
* | | QGLContext::drawTexture() is not supported under OpenGL/ES 2.0Rhys Weatherley2009-09-281-2/+15
| | | | | | | | | | | | Reviewed-by: trustme
* | | ifdef out convolution filter for OpenGL/ES 2.0Rhys Weatherley2009-09-281-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | Convolution filter is not compatible with OpenGL/ES 2.0 in its current form, and we probably don't need it now that we have a special-purpose blur filter. Reviewed-by: trustme
* | | Make the GL graphics system work under OpenGL/ES 2.0Rhys Weatherley2009-09-281-4/+69
|/ / | | | | | | | | | | | | Very basic port of the graphics system - performance may not be the best just yet. Reviewed-by: Sarah Smith
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-285-16/+72
|\ \
| * | QSQL; Precision Policy - update test to reflect passing status.Justin McPherson2009-09-281-4/+0
| | | | | | | | | | | | Reviewed-by: Bill King
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Sarah Smith2009-09-283-6/+66
| |\ \
| | * | Improved audio unit testsKurt Korbatits2009-09-282-2/+66
| | | | | | | | | | | | | | | | | | | | | | | | Added more checking in each step of the playback or recording tests. Reviewed-by:Justin McPherson