summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QDeclarativeDebug: Make autotests more robustKai Koehne2010-10-044-13/+14
* QDeclarativeDebugClient: Make sure status is consistentKai Koehne2010-10-043-3/+8
* QDeclarativeDebugClient: Fix gcc warningKai Koehne2010-10-041-1/+1
* QmlDebugService: Check that there is a receiver before sending messagesKai Koehne2010-10-041-2/+4
* Make QmlDebug protocol more robustKai Koehne2010-10-0412-180/+362
* Add exports for BauhausThomas Hartmann2010-10-042-2/+2
* Qmake: Fix wrong path in the breakpad post link stepMarco Bubke2010-10-011-10/+9
* Add breakpad supportMarco Bubke2010-10-017-0/+105
* Add sendParentChangeNotification to QGraphicsItemMarco Bubke2010-10-012-4/+16
* Use setParentItem() instead of setParentItemHelper if componentComplete is trueMarco Bubke2010-10-012-9/+34
* Add export to QDeclarativeBasePositionerMarco Bubke2010-10-011-1/+1
* Autotest that new "import Qt 4.7"s aren't added accidentallyAaron Kennedy2010-10-011-0/+57
* Document "import QtQuick 1.0" changeAaron Kennedy2010-10-012-0/+56
* Replace "import Qt 4.7" with "import QtQuick 1.0"Aaron Kennedy2010-10-011-1/+1
* Add test for Qt 4.7 moduleAaron Kennedy2010-10-015-1/+183
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Jason McDonald2010-10-011095-1417/+1417
* Register QtQuick 1.0 module.Aaron Kennedy2010-10-015-31/+146
* If a type is registered under several names, share the attached property objectAaron Kennedy2010-10-019-10/+62
* Fixed compile error on non-Symbian platforms.axis2010-10-011-0/+2
* Fixed regression when typing in QTextControl based widgets on Symbianaxis2010-10-012-55/+208
* Fix QApplication::desktop()->availableGeometry() for SymbianMiikka Heikkinen2010-10-011-0/+3
* fix moc argument quoting on mingwOswald Buddenhagen2010-10-011-5/+5
* QDeclarativeDebugService: Add bc autotestKai Koehne2010-10-013-2/+95
* Added support for unsigned smart installer package creation in SymbianMiikka Heikkinen2010-10-013-4/+49
* Fix crash when trying to append a null transform to QDeclarativeItem.Michael Brasser2010-10-013-1/+26
* QAxBase::dynamicCall() returns invalid QVariantPrasanth Ullattil2010-10-011-2/+4
* Fixes cursor shape when widget becomes native on X11.Denis Dzyubenko2010-10-011-1/+3
* Streamlined smart installer package creationMiikka Heikkinen2010-09-302-5/+12
* Fixed incorrect snippet in BLD_INF_RULES documentationMiikka Heikkinen2010-09-302-1/+8
* Fix assert when placing a .qml file inside $QTDIR/importsKai Koehne2010-09-291-0/+1
* Fixed floating point overflow issues in QRasterizer::rasterizeLineSamuel Rødal2010-09-292-61/+79
* Fixed scaled point drawing with square cap in raster paint engine.Samuel Rødal2010-09-292-24/+39
* Removing libconninet 3rdparty component.Aaron McCarthy2010-09-2943-4595/+650
* Closes properly the dbus connection in icd backendAaron McCarthy2010-09-291-0/+2
* Connect/Disconnect requests needs to use the same dbus connection to ICD for ...Aaron McCarthy2010-09-292-5/+6
* Updated WebKit to 6e15c3404d15a8ab72242152ec966e5e388161a2Simon Hausmann2010-09-2811-5/+332
* Update QtDeclarative .def files.Jason McDonald2010-09-272-0/+4
* Move includes after copyright blockMartin Jones2010-09-271-5/+2
* Mitigate private header problems in QtCreator by adding semi-private APIKai Koehne2010-09-274-0/+187
* Mitigate private header problems in QtCreator by adding semi-private APIKai Koehne2010-09-277-3/+140
* fix RSS listing examplePeter Hartmann2010-09-273-47/+59
* Improved Symbian4 platform detectionMiikka Heikkinen2010-09-274-57/+93
* QHostInfo: Fix a crash when a new request is pushed while resolving.Jocelyn Turcotte2010-09-271-8/+11
* QML Debugging: Documentation fixesLasse Holmstedt2010-09-271-15/+3
* Fix dependency on the plugins rule for multimediaAndy Shaw2010-09-271-1/+2
* Avoid OpenVG rendering errors when stroking an aliased path.Jason Barron2010-09-241-1/+6
* Incorrect translations for application menu items on Mac OS X.Prasanth Ullattil2010-09-241-2/+7
* Fix a crash with D&d on mingwThierry Bastian2010-09-241-6/+6
* QTreeView: do not scroll to top if last item is removedFrank Reininghaus2010-09-242-0/+26
* Fix text direction setting in QTextBlock layoutJiang Jiang2010-09-231-6/+0