aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix CLANG-warning '&&' within '||' [-Wlogical-op-parentheses].Friedemann Kleint2013-07-121-1/+1
* Relayout the text after the vertical alignment is changedMarco Bubke2013-07-011-0/+4
* Ensure the vertical text alignment is updated when the Text height changes.Andrew den Exter2013-06-111-2/+3
* Fix assert when calculating the implicit width of truncated lines.Andrew den Exter2013-05-311-1/+4
* Respond appropriately to textFormat changedAlan Alpert2013-05-171-0/+1
* Disable native glyph rendering on embeddedGunnar Sletta2013-04-251-1/+2
* Doc: Replace some references to NokiaSze Howe Koh2013-04-241-2/+2
* Use distance fields for text on retina displaysGunnar Sletta2013-04-021-1/+3
* Fix alignment of Text element with implicit sizeEskil Abrahamsen Blomfeldt2013-01-241-0/+3
* Make HTML horizontal alignment work like in QtQuick 1Eskil Abrahamsen Blomfeldt2013-01-241-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Enable module build with QT_NO_IMTasuku Suzuki2012-11-261-0/+4
* Improved documentation of Text.textFormat property.Samuel Rødal2012-11-221-1/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Various small doc fixes and improvementsBea Lam2012-08-091-3/+11
* Reset Styled/PlainText specific state when switching between formats.Andrew den Exter2012-07-311-0/+3
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* Update element references to smooth.Michael Brasser2012-07-181-14/+0
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-3/+3
* Remove unneeded mac specific code in QQuickTextYann Bodson2012-07-161-48/+16
* Add option to use native rasterizer for SceneGraph textEskil Abrahamsen Blomfeldt2012-07-101-3/+42
* Fix warning about assigned/unused variable.Friedemann Kleint2012-07-101-4/+0
* Speed up Text construction with RichTextAndrew den Exter2012-07-091-0/+1
* Reduce the number of unnecessary layouts on geometry changes.Andrew den Exter2012-07-091-128/+227
* Fix clicking on links in aligned or elided Text.Andrew den Exter2012-06-251-63/+45
* Create new documentation structureChris Adams2012-06-211-1/+1
* Avoid string-based lookup in IS_SIGNAL_CONNECTEDKent Hansen2012-06-101-2/+2
* Fix alpha being ignored in Text elementGlenn Watson2012-06-071-1/+1
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-2/+2
* Make sure we relayout on height change when onLineLaidOut is usedYann Bodson2012-06-061-1/+1
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-1/+1
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+1
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-1/+2
* Doc: Moving Qt Quick docs for new doc structureGeir Vattekar2012-05-091-1/+1
* Fix alignment bug in QQuickText with multi-line text and implicit widthYann Bodson2012-05-031-1/+5
* Fix bounding rects of text items.Andrew den Exter2012-04-271-0/+10
* Also check notifier endpoints when checking whether a signal is connected.Michael Brasser2012-04-231-4/+4
* Remove uninitialized variable.Andrew den Exter2012-04-201-4/+1
* Fix eliding when text width is reset by an implicitWidth change.Andrew den Exter2012-04-201-26/+19
* Don't create glyphs for truncated text.Andrew den Exter2012-04-191-13/+17
* Don't crash when calculating the implicit width of truncated lines.Andrew den Exter2012-04-171-1/+2
* Fix Text baselineOffset caclulations.Andrew den Exter2012-04-171-18/+44
* Do not automatically mark all text items as accessible.Frederik Gladhorn2012-04-031-3/+0
* Fix warnings in qtdeclarative.Friedemann Kleint2012-03-301-5/+1
* Fix horizontal alignment bug with rich textYann Bodson2012-03-261-2/+15
* Fix text wrapping and eliding with implicitWidth.Andrew den Exter2012-03-221-10/+41
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-47/+47
* Merge master <-> api_changesMatthew Vogt2012-03-051-118/+213
|\
| * Allow styled text to be elided.Andrew den Exter2012-03-011-9/+63
| * Reduce size of QQuickTextPrivateYann Bodson2012-03-011-86/+107