summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | respect QAbstractSpinBox::NoButtons in windowsce / windowsmobile stylesJoerg Bornemann2009-08-122-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code is adapted from QCommonStyle which handles this case for other styles. Reviewed-by: thartman
| | | * | | | | | fix QTextFormat::doubleProperty where qreal is floatJoerg Bornemann2009-08-121-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This function was too strict. It returned 0 if the property wasn't of type QVariant::Double. Now it tests for QMetaType::Float too. Reviewed-by: kh1 Reviewed-by: mauricek
| | | * | | | | | fix decoration of DontShowOnScreen widgets on Windows CEJoerg Bornemann2009-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Widgets with the WA_DontShowOnScreen attribute must not have a window decoration. Autotest: tst_QWidget::initialPosForDontShowOnScreenWidgets Reviewed-by: thartman
| | | * | | | | | Test naming convention fixes.Rohan McGovern2009-08-129-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure the testcase and directory name are the same (excluding `tst_').
| | | * | | | | | Update embedded copyright headers.Jason McDonald2009-08-124-30/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | | * | | | | | Revert "Frame property for QDateTimeEdit can be set independently of"Matthew Cattell2009-08-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6844dea0cb583a86bc72e7f008720ab76deef040. added to wrong branch. should be in 4.6 but this was added to 4.5
| | | * | | | | | Frame property for QDateTimeEdit can be set independently ofMatthew Cattell2009-08-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calendar popup A frame was always drawn around the QDateTimeEdit editor if a popup calendar had been set. QStyleOptionsComboBox options are being set in paintEvent and initialised from the properties of QStyleOptionsSpinBox but were missing the frame bool property. Now, if the user sets a frame on the QDateTimeEdit, this property will be consistent with setFrame() property of the QDateTimeEdit widget.
| | | * | | | | | Phonon: improve locking to make it safer to load a sourceThierry Bastian2009-08-112-17/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: 259482
| | | * | | | | | Update URL for Qt FTP site.Jason McDonald2009-08-1111-38/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | | * | | | | | Update URL for Qt Labs.Jason McDonald2009-08-113-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | | * | | | | | Update URL for mailing list server.Jason McDonald2009-08-114-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | | * | | | | | Update URL for Qt web site.Jason McDonald2009-08-11101-171/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | | * | | | | | Update URL of online documentation.Jason McDonald2009-08-1158-100/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | | * | | | | | Update old email address.Jason McDonald2009-08-11321-568/+568
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | | * | | | | | Eliminate some mentions of Trolltech.Jason McDonald2009-08-1182-218/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | | * | | | | | Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-11108-282/+279
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | | * | | | | | Update license headers.Jason McDonald2009-08-117115-7215/+7215
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | | * | | | | | Fixes formatting of date strings in psql driverBill King2009-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After the coverity fix, the proper code path executed, which failed to enquote the date field properly, so this fix fixes that issue.
| | | * | | | | | Missing break when formatting from a time valueBill King2009-08-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found by coverity.
| | | * | | | | | Doc: Our webdomain has changed.Volker Hilsheimer2009-08-1013-51/+51
| | | | | | | | |
| | | * | | | | | Doc: Fix a typoBenjamin Poulain2009-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Genarated->generated
| | | * | | | | | Fixed an assert that could happen when the mediaSource is deletedThierry Bastian2009-08-103-30/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using streaming, it could happen that the last reference to the MediaSource is in another thread. So the objects are destroyed from another thread. In which case we would delete QObject (ioDevice) in another thread. That is fixed by calling deleteLater which will ensure that they are deleted in their own thread. Note: there was a nother assert that could happen due to a race condition in the worker thread. That is also fixed with this patch. Reviewed-by: jbache
| | | * | | | | | Fix autotest for qtwidgets::snapshotJens Bache-Wiig2009-08-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kramer is no longer accessible from the pulse test system Reviewed-by: jesperht
| | | * | | | | | Prevent a crash when there is no QTest::logger when calling warn()Andy Shaw2009-08-101-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, the info() function was modified to use an assert rather than an pointer check with an if to make it consistent with the rest of the file. Reviewed-by: jesperht
| | | * | | | | | remove useles QT += networkOswald Buddenhagen2009-08-071-2/+1
| | | | | | | | |
| | * | | | | | | Fix QCombobox popup flicker on OSMorten Sørvig2009-08-241-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't disable updates when showing the popup. This was introduced by commit 5516c2165, the original bug in task 152840 is not reproducible on OS X. Task-number: Reviewed-by: Richard Moe Gustavsen
| * | | | | | | | Optimize createDFBSurfaceAnders Bakken2009-08-241-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When possible do a single memcpy instead of one per scan-line. Reviewed-by: Donald Carr <donald.carr@nokia.com>
| * | | | | | | | Improve error message when using WM with NO_LAYERAnders Bakken2009-08-242-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QT_DIRECTFB_WM relies on QT_DIRECTFB_LAYER to be defined. Reviewed-by: Donald Carr <donald.carr@nokia.com>
| * | | | | | | | Reset is_null in QDirectFBPixmapData::invalidate()Anders Bakken2009-08-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Donald Carr <donald.carr@nokia.com>
| * | | | | | | | Release surface in QDirectFBPixmapData::invalidateAnders Bakken2009-08-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Donald Carr <donald.carr@nokia.com>
| * | | | | | | | Improve error reporting in DFBScreenAnders Bakken2009-08-243-23/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it possible to pass a DFBResult* around to get notified of errors in calling functions. Reviewed-by: Donald Carr <donald.carr@nokia.com>
| * | | | | | | | Make sure QGraphicsOpacityEffect::opacity is bound between 0.0 and 1.0Bjørn Erik Nilsen2009-08-241-0/+3
| | | | | | | | |
| * | | | | | | | Reset dangling handle after close on WinCE 5João Abecasis2009-08-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Maurice Kalinowski
| * | | | | | | | Always check the file handle before attempting to map the fileJoão Abecasis2009-08-241-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Maurice Kalinowski
| * | | | | | | | QFSFileEngine: Don't close file if we already have a file for mappingJoão Abecasis2009-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Maurice Kalinowski
| * | | | | | | | doc: More documentation of the graphics effect framework.Bjørn Erik Nilsen2009-08-242-12/+371
| | | | | | | | |
| * | | | | | | | fix performance issue with QScriptValue::setProperty()Kent Hansen2009-08-242-75/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calling QScriptEngine::toStringHandle() is dead slow, so don't call it; use JSC::Identifier() directly instead.
| * | | | | | | | pass engine and identifier to QScriptStringPrivate constructorKent Hansen2009-08-242-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small cleanup/optimization.
| * | | | | | | | add an internal QScriptValue ctor to initialize from d-pointerKent Hansen2009-08-243-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid having to create a dummy QScriptValue (which will have its d_ptr set to 0).
| * | | | | | | | make some internal qtscript functions inlineKent Hansen2009-08-244-133/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it faster.
| * | | | | | | | qglobal.h now has the definition for WINVERThierry Bastian2009-08-241-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It became useless to have it for mingw here
| * | | | | | | | Made it possible to use the Vista specific desktop effects.Trond Kjernåsen2009-08-241-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't call UpdateLayeredWindowIndirect() unless we have a frameless window, since it will ruin Vista specific desktop effects. Reviewed-by: Jens Bache-Wiig Reviewed-by: Samuel
| * | | | | | | | Phonon/ds9: fix a potential dead-lock found by userThierry Bastian2009-08-244-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is following merge request 878. A customer was able to get a dead- lock when calling at the same time RenderFile and enumerating the audio devices. We now have a global mutex for that.
| * | | | | | | | compile fix with namespaced Qthjk2009-08-2416-24/+40
| | | | | | | | |
| * | | | | | | | Fix configure's support for traditional bourne shells.Thiago Macieira2009-08-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not allowed: for flag; do allowed: for flag do Don't ask me why. The semi-colon should stand for a newline... Reviewed-by: Carlos Duclos
| * | | | | | | | QMenuBar: some update Geometries missingThierry Bastian2009-08-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This could lead to having wrong geometry on the mainwindow when a menubar is present.
| * | | | | | | | Unfreeze the DEF files for now.Jason Barron2009-08-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the private-but-exported API of Qt is still quite unstable and this is causing problems in the link step since the libraries will not link. The temporary solution is to unfreeze the symbols until we can find a better way to update the symbols. Task-number: Iain
| * | | | | | | | s/hasAlpha/hasAlphaChannel/gAnders Bakken2009-08-243-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it more consistent. Reviewed-by: TrustMe
| * | | | | | | | pass engine pointer to QScriptValuePrivateKent Hansen2009-08-243-34/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just a little cleanup.
| * | | | | | | | Add missing file in priAlexis Menard2009-08-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by:TrustMe