aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Don't round Text dimensions.Andrew den Exter2012-02-291-18/+19
| * Avoid unneccessary duplication of string data.Andrew den Exter2012-02-291-3/+11
| * Fix Text eliding with implicit height and maximumLineCount.Andrew den Exter2012-02-231-2/+4
| * Fix font size calculation in headings in StyledText.Yann Bodson2012-02-231-3/+12
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-29/+30
|/
* Reduce the size of QTextPrivate.Andrew den Exter2012-02-211-41/+47
* Avoid an unnecessary layout when eliding text.Andrew den Exter2012-02-171-22/+61
* Fix multi-length string substitution.Andrew den Exter2012-02-161-7/+26
* Better document with examples how relative paths are resolved.Andrew den Exter2012-02-141-0/+14
* QML Text: make sure that the bounding rect has a y position of 0.Yann Bodson2012-02-131-0/+1