summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Doc: Fix most qdoc errors in QtSql.Casper van Donderen2012-04-2835-237/+299
* | qdoc: Further changes to the QML specializationMartin Smith2012-04-283-63/+87
* | Don't generate compiler warnings for using deprecated methodsLars Knoll2012-04-281-1/+4
* | Get rid of some deprecation warningsLars Knoll2012-04-281-3/+3
* | Re-enable casting to and from "ASCII" on tst_qstring.cppThiago Macieira2012-04-281-33/+13
* | Don't use the QRegExp methods that modify the object [QtCore]Thiago Macieira2012-04-274-4/+6
* | Wrap the non-ASCII testcases with QString::fromUtf8Thiago Macieira2012-04-271-5/+5
* | Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-276-47/+49
* | Convert these files to ASCII or UTF-8Thiago Macieira2012-04-272-2/+2
* | Force tst_qstring to use fromLatin1 where it has Latin 1 literalsThiago Macieira2012-04-271-37/+39
* | Fix QWindow autotest for Windows.Miikka Heikkinen2012-04-272-8/+20
* | Remove old Qt4 to-do comment.Jason McDonald2012-04-271-3/+1
* | Move QWinEventNotifier data members to a private classShane Kearns2012-04-272-20/+33
* | Replace QGuiApplication::activeWindow by focusWindow().Friedemann Kleint2012-04-274-4/+4
* | Windows: Fix warning about retrieving the handle from non-toplevels.Friedemann Kleint2012-04-271-2/+3
* | QWindowsBackingStore: Flush to correct window.Friedemann Kleint2012-04-271-1/+2
* | Remove deprecation tags from QWheelEvent.Morten Johan Sorvig2012-04-271-4/+2
* | Windows/Vista style: Fix painting of QGroupBox.Friedemann Kleint2012-04-271-16/+29
* | Fix warning about int-truncation (MSVC2010, 64bit).Friedemann Kleint2012-04-271-1/+1
* | doc: removed wrong license headers from several .pro snippetsRohan McGovern2012-04-275-200/+0
* | Add QMetaMethod::fromSignal() functionKent Hansen2012-04-274-0/+81
* | Fix workaround for image readers that can scale but not clipaavit2012-04-271-5/+1
* | Implement inline downscaling in png reader, to save memoryaavit2012-04-273-62/+157
* | Removed parallel_test from parallel-unsafe autotest.Rohan McGovern2012-04-271-1/+0
* | Respect the DontUseNativeDialog flag.Christoph Schleifenbaum2012-04-274-19/+14
* | cmake: temporarily set tests/auto/cmake insignificant on macRohan McGovern2012-04-271-0/+6
* | Mark that the Sun compiler includes the return type in the manglingThiago Macieira2012-04-271-0/+1
* | QDoc: Pretend that .qtx and .qtt files are .qdoc files.Casper van Donderen2012-04-271-1/+1
* | fix build with mingwKonstantin Ritt2012-04-271-17/+17
* | Fixed iOS compilation issues.Ian Dean2012-04-261-2/+2
* | Revert "Harfbuzz-shaper - fix incorrect logClusters being set in HB_OpenTypeP...Eskil Abrahamsen Blomfeldt2012-04-261-35/+13
* | Uncomment qnetworkproxyfactory autotestShane Kearns2012-04-261-1/+1
* | Fix memory leaks in 64-bits ODBC driverHonglei Zhang2012-04-261-2/+4
* | get rid of Q_*_EXPORT_INLINE macrosKonstantin Ritt2012-04-265-89/+37
* | Fix C++11 compilationOlivier Goffart2012-04-261-6/+6
* | Create interface for navigator calls and implement for BPS and PPSKevin Krammer2012-04-2611-100/+665
* | Take account of spanned items in QTreeView when dragging.Stephen Kelly2012-04-262-32/+42
* | Doc: Use the proper way to find qdoc.Casper van Donderen2012-04-262-2/+4
* | Doc: Add "make docs" command for QtXml.Casper van Donderen2012-04-263-1/+4
* | QDoc: Disambiguate prev and next links in html source.Casper van Donderen2012-04-261-2/+2
* | Map QAccessible::Role to the proper IA2Role.Jan-Arve Saether2012-04-261-1/+10
* | Use non-blocking reads on virtual keyboard pps device.Sean Harmer2012-04-261-1/+6
* | Fix compilation when debug output enabled on virtual keyboardSean Harmer2012-04-261-1/+1
* | Make QTimeLine test significant.Jason McDonald2012-04-261-1/+0
* | Ensure that QUrl::{to,from}LocalPath encode/decode properlyThiago Macieira2012-04-262-1/+37
* | Added mkspecs for iOS.Qt4iOS2012-04-2636-0/+1532
* | Remove deprecated conversion from QKeySequence to QStringOlivier Goffart2012-04-262-2/+2
* | Fix QRawFont autotest in WindowsMiikka Heikkinen2012-04-252-3/+10
* | Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-2512-112/+46
* | Split qobject_impl.h into qobjectdefs_impl.hKent Hansen2012-04-254-425/+488