aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Doc: Document limits of QSGGeometry::setLineWidth5.4Kai Koehne2015-06-041-2/+8
* Doc: Added the missing \brief and \image to the example docsVenugopal Shivashankar2015-06-021-1/+2
* Avoid calling potentially pure virtual methodDavid Edmundson2015-04-271-18/+9
* Don't send deferred delete events from windowDestroyed()Andy Shaw2015-03-302-7/+1
* Always remove reply from replies when processing cancelledAlbert Astals Cid2015-03-301-3/+5
* Make sure we deref an item from its window.Gunnar Sletta2015-03-061-3/+2
* Fix crash in overdraw and change visualizersDaiwei Li2015-02-251-2/+2
* Fix memory leak of QSGContext object in QSGThreadedRenderLoopjian liang2015-02-242-0/+6
* docs: Add a link to Drag and DropArea in MouseArea's drag sectionSérgio Martins2015-02-171-0/+2
* Doc: fix exampleJoerg Bornemann2015-02-161-1/+2
* Fix width/height property assignment during animations.Aaron McCarthy2015-02-121-1/+1
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-101-1/+1
|\
| * QQuickTextItem: fix crash on polishingGiuseppe D'Angelo2015-01-291-1/+1
* | Doc: fix a file name of an imageLiang Qi2015-02-061-0/+0
* | Fix regression where QQuickScreenAttached overwrites QScreen valuesAlbert Astals Cid2015-02-062-2/+10
* | Fix crash when QQuickWindow::updatePolish() deletes QQuickItems.Gunnar Sletta2015-02-061-14/+16
* | Doc: link issues qtdeclarativeNico Vertriest2015-02-048-31/+29
* | TextInput: update the baseline offset when vertical alignment changesJ-P Nurmi2015-02-031-0/+1
* | Fix Text wrapping when growing from 0 width.Michael Brasser2015-02-031-1/+1
* | 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
* | Ensure that Canvas has the correct size with complex bindings.Mitch Curtis2015-01-281-1/+3
* | 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
* | Image: Fix that HiDPI image was not found with QRC aliasEike Ziller2015-01-231-1/+1
* | Fix docs for QQuickWindow::RenderStageLaszlo Agocs2015-01-211-6/+6
* | Doc: link issues qtdeclarativeNico Vertriest2015-01-201-1/+1
* | 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
* | Scale mipmapped npot images when not supportedLaszlo Agocs2015-01-191-2/+11
|/
* Make opengl context current in context2d's toImage if necessaryUlf Hermann2015-01-121-4/+26
* Fix timing output from windows render loopLaszlo Agocs2015-01-111-1/+1
* Fix grammatical error in Text and TextEdit documentation.Mitch Curtis2015-01-092-2/+2
* TextEdit: fix construction time text cacheJ-P Nurmi2015-01-081-1/+1
* Doc: Updated the snippet to call the right functionVenu2014-12-181-1/+1
* Fix QQuickText alignment when lineHeight is setDaiwei Li2014-12-162-3/+15
* Add hiDPI @2x retina image support to AnimatedImageMarko Kangas2014-12-101-1/+8
* Fix the visualization of unmerged batch geometries without indexJocelyn Turcotte2014-12-092-2/+5
* Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Simon Hausmann2014-12-093-4/+4
|\
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-053-4/+4
| |\
| | * qttest: make findChild available only for QtTest 1.1Fawzi Mohamed2014-12-051-2/+2
| | * Update plugins.qmltypesKai Koehne2014-12-052-2/+2
* | | Avoid string-based connect in QQuickImageBase.Michael Brasser2014-12-082-6/+6
|/ /
* | Fix QtQuick2 module unload supportChris Adams2014-12-044-0/+14
* | Error out when trying to set an item as its own parentFrederik Gladhorn2014-12-031-1/+1
* | QtQuick.Window: add missing documentation for Window methodsShawn Rutledge2014-12-031-19/+102
* | Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-022-2/+2
|\|
| * Make effectiveDevicePixelRatio() return a qreal.Morten Johan Sørvig2014-11-302-2/+2
* | Don't default to HighQualitySubPixelAntialiasing on WinRTAndrew Knight2014-12-021-1/+1
* | Add missing call to rendercontrolLaszlo Agocs2014-11-281-1/+3