aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix possible crash when removing items from QQmlDelegateModelDaniel Vrátil2015-02-021-0/+5
| * | Doc: Fixed a broken link about sprite sheet scriptLiang Qi2015-02-021-8/+6
| * | Fix vertical positioning of the first image in TextJoni Poikelin2015-02-021-1/+1
| * | Doc: add missing "winrt" & "winphone" to Qt.platform.osJ-P Nurmi2015-02-021-0/+2
| * | Doc: fix Qt.platform.os since -tagJ-P Nurmi2015-02-021-1/+1
| * | Don't crash on FreeBSD when computing stack limitsAlex Richardson2015-01-281-1/+2
| * | Ensure that Canvas has the correct size with complex bindings.Mitch Curtis2015-01-281-1/+3
| * | Doc fix: QHistoryState is registered in QML as HistoryStatePierre Rossi2015-01-281-4/+4
| * | Canvas: don't crash when getContext("2d") is called on destruction.Mitch Curtis2015-01-261-0/+3
| * | Avoid sRGB usage when targeting an incapable FBOLaszlo Agocs2015-01-261-1/+9
| * | V4: include alloca private header as alloca is used unconditionally.Pasi Petäjäjärvi2015-01-262-0/+2
| * | Use sysconf function for getting memory page sizePasi Petäjäjärvi2015-01-261-1/+1
| * | Image: Fix that HiDPI image was not found with QRC aliasEike Ziller2015-01-231-1/+1
| * | Fix usage of pow to C99 standard compliancePasi Petäjäjärvi2015-01-211-1/+1
| * | Fix docs for QQuickWindow::RenderStageLaszlo Agocs2015-01-211-6/+6
| * | Doc: link issues qtdeclarativeNico Vertriest2015-01-202-2/+2
| * | Fix grammar in Keyboard Focus documentation.Mitch Curtis2015-01-201-1/+1
| * | Doc: Rename section title 'Text' to prevent incorrect linkingTopi Reinio2015-01-201-1/+1
| * | Fix and improve links to Component::completedAlejandro Exojo2015-01-202-8/+10
| * | Scale mipmapped npot images when not supportedLaszlo Agocs2015-01-191-2/+11
| |/
| * Fix failing assertion in debug builds for JS that calls constantsSimon Hausmann2015-01-152-2/+2
* | Handle TouchCancel events in QQuickPinchAreaAaron McCarthy2015-02-242-1/+46
* | Fix deprecation warnings about constructing QString from const char*.Friedemann Kleint2015-02-232-2/+3
* | Fix MSVC 64 bit warnings about loss of data when converting from 'size_t' to ...Friedemann Kleint2015-02-232-2/+2
* | Fix some qdoc-warnings.Friedemann Kleint2015-02-235-6/+9
* | Account for leading when drawing text decorationEskil Abrahamsen Blomfeldt2015-02-201-1/+4
* | Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-1935-149/+115
* | Add Qt.hsva() functionSean Harmer2015-02-185-0/+36
* | NamedNodeMap: Remove logically dead codeHolger Hans Peter Freyther2015-02-181-6/+2
* | Fixed license headersJani Heikkinen2015-02-17255-715/+715
* | Flickable: use wheel event pixel deltas when availableShawn Rutledge2015-02-163-83/+214
* | High-dpi SVG and QQuickImageProvider ImagesMorten Johan Sørvig2015-02-131-1/+13
* | PinchArea: handle smart zoom gestureShawn Rutledge2015-02-133-0/+40
* | Fix 590 inconsistent override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-136-30/+30
* | Doc: Bump QtQuick import version to 2.5Shawn Rutledge2015-02-121-1/+1
* | Use TabFocusBehavior in QStyleHints in QtQuickLiang Qi2015-02-122-12/+2
* | QQuickText: Move baseUrl to ExtraData.Robin Burchell2015-02-122-5/+8
* | QQuickText: Decrease the size of QQuickTextPrivate by moving image tags to Ex...Robin Burchell2015-02-122-50/+65
* | QQuickParticleData: Reorganise fields to drop size from 208 to 200 bytes on x...Robin Burchell2015-02-122-5/+10
* | QML Models: Register ItemSelectionModelGabriel de Dietrich2015-02-122-0/+141
* | QuickTestResult: Try a bit harder when stringifying a valueGabriel de Dietrich2015-02-121-1/+3
* | Add Q_GADGET wrappers for QModelIndex & Co.Gabriel de Dietrich2015-02-125-0/+412
* | Update copyright headersJani Heikkinen2015-02-121205-7770/+7746
* | Remove unnecessary calls to initializeOpenGLFunctionsLaszlo Agocs2015-02-111-5/+2
* | Implement dnd support in QQuickWidget differentlyLaszlo Agocs2015-02-112-15/+43
* | Exposed TypedArray private APIs for Canvas3D use.Pasi Keranen2015-02-114-6/+20
* | Respect the text's background-color when it is set in the style in HTMLAndy Shaw2015-02-051-0/+7
* | QQuickItemParticle: Only delete owned particlesAlan Alpert2015-02-042-11/+54
* | Initial shot at native Qml-and-C++ debugginghjk2015-02-041-0/+234
* | Use correct QOpenGLFunctions objectBerthold Krevert2015-02-041-3/+15