summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Background in landscape mode on S60 5.0 is brokenSami Merilä2009-11-271-0/+1
* Fixing background painting after orientation switch.Alessandro Portale2009-11-272-1/+2
* Revert "Fixes implicit grabbing in Qt/Cocoa"Jason McDonald2009-11-262-29/+30
* Fix crash of QtWebKit on any page with Flash when compiled witn MinGW.Jocelyn Turcotte2009-11-251-2/+2
* On Windows Flash is played only while moving mouse inside the plugin.Prasanth Ullattil2009-11-251-1/+1
* Fixes implicit grabbing in Qt/CocoaDenis Dzyubenko2009-11-252-30/+29
* Fix QFile::map in Linux 64bitOlivier Goffart2009-11-251-1/+1
* Fix softkeys for QDialogButtonBoxes created without a parent.Jason Barron2009-11-251-0/+24
* Compile fix for win32-icc.Jan-Arve Sæther2009-11-241-0/+12
* Don't crash in eval() function when QtScript debugger is attachedKent Hansen2009-11-241-2/+8
* WinCE: only use native menu bars for windows mobileninerider2009-11-231-0/+3
* Revert check for file size to a warning in QFile::mapJoão Abecasis2009-11-231-1/+1
* Fix regression introduced in 1e6b424b692b20dcfec920f8d3563e520ec1ff05João Abecasis2009-11-231-1/+5
* Fixed antialiasing in the GL based QGraphicsView demos under X11.Trond Kjernåsen2009-11-231-1/+6
* Incorrect DropAction returned by QDrag::exec() on Cocoa.Prasanth Ullattil2009-11-231-1/+1
* Q_ASSERT failure when resizing a span to (1,1) in 1st cellGabriel de Dietrich2009-11-231-1/+1
* Fix configure warning for non-symbian buildsJason McDonald2009-11-231-2/+4
* Fixes regression in QListView: Selection would not expend to the full viewportOlivier Goffart2009-11-211-2/+6
* Do not recreate the VGImage if the size is unchangedRhys Weatherley2009-11-202-33/+10
* Remove unmatched else in non-EGL mode for OpenVG pixmap dataRhys Weatherley2009-11-201-1/+0
* Prevent a deep copy of QImage::bits() in the OpenVG pixmap implementationRhys Weatherley2009-11-201-2/+10
* Remember to match the actual arguments too.Thiago Macieira2009-11-202-0/+20
* Disable the deprecation warning for this signal since we're using it nowThiago Macieira2009-11-201-5/+0
* Revert "Stop using the NameOwnerChanged signal without arg0 in QtDBus itself"Thiago Macieira2009-11-201-0/+3
* Revert "Doc: Added an example to demonstrate the QWebElement class."Jason McDonald2009-11-202-15/+0
* remove bogus doc paragraphs relating to codecForUtfText()Oswald Buddenhagen2009-11-201-6/+0
* doc: Fixed qdoc according to Bjarne's recommendation.Martin Smith2009-11-203-16/+38
* Doc: Added an example to demonstrate the QWebElement class.David Boddie2009-11-202-0/+15
* Fix for compile error in Phonon MMF backendGareth Stockwell2009-11-207-62/+14
* Freeze def files against 4.6.0Shane Kearns2009-11-196-8/+40
* Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2009-11-197-6/+63
* Compile with mixed carbon/cocoa universal builds.Morten Johan Sørvig2009-11-193-9/+23
* Export QStateMachine::WrappedEvent and QStateMachine::SignalEventEskil Abrahamsen Blomfeldt2009-11-191-2/+2
* Fix the evaluation nag in binary installs with commercial licenses.Thiago Macieira2009-11-191-12/+14
* Application object must be constructed before QScriptEngineKent Hansen2009-11-191-1/+5
* remove unneeded JavaScriptCore.proKent Hansen2009-11-191-69/+0
* Fix QCombobox painting regression on WindowsOlivier Goffart2009-11-191-2/+0
* LineEdit graphics are sometimes missing from webpages with s60styleSami Merilä2009-11-192-25/+43
* Crash when rendering a scene using DeviceCoordinateCacheGabriel de Dietrich2009-11-191-3/+6
* Fix tst_QGraphicsView::inputMethodSensitivity autotestOlivier Goffart2009-11-191-0/+2
* Fixed Multi-length strings not implemented for float functionsOlivier Goffart2009-11-191-3/+19
* Revert "Fix detection of linux-g++"Paul Olav Tvete2009-11-194-4/+4
* Fixed compilation on AIX 6.1 with xlC 10.1Samuel Rødal2009-11-194-6/+12
* Update license headers to release version.Jason McDonald2009-11-193339-43446/+43446
* Softkeymanager to not update sofkeys when native s60 dialog is shownJason Barron2009-11-191-0/+4
* Complement Phonon for Symbian documentation.Frans Englich2009-11-191-0/+4
* Fix QGtkStyle crash when switching themes.Robert Griebl2009-11-192-31/+46
* Fix multiple regressions in QGtkStyle caused by freetype fixesJens Bache-Wiig2009-11-192-13/+20
* Fix regression introduced in c08e708037d33271825ce6a6a1ac640e96b70c36João Abecasis2009-11-191-4/+2
* Removing unnecessary chunking and stat'ing when reading QIODeviceJoão Abecasis2009-11-191-54/+81