Also check notifier endpoints when checking whether a signal is connected.
[profile/ivi/qtdeclarative.git] / src / quick / items / qquicktext.cpp
2012-04-23 Michael BrasserAlso check notifier endpoints when checking whether...
2012-04-20 Andrew den ExterRemove uninitialized variable.
2012-04-20 Andrew den ExterFix eliding when text width is reset by an implicitWidt...
2012-04-19 Andrew den ExterDon't create glyphs for truncated text.
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-17 Andrew den ExterDon't crash when calculating the implicit width of...
2012-04-16 Andrew den ExterFix Text baselineOffset caclulations.
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-03 Frederik GladhornDo not automatically mark all text items as accessible.
2012-03-30 Friedemann KleintFix warnings in qtdeclarative.
2012-03-27 Kent HansenMerge master into api_changes
2012-03-26 Yann BodsonFix horizontal alignment bug with rich text
2012-03-23 Kent HansenMerge master into api_changes
2012-03-22 Andrew den ExterFix text wrapping and eliding with implicitWidth.
2012-03-19 Kent HansenMerge master into api_changes
2012-03-13 Casper van DonderenRemove the usage of deprecated qdoc macros.
2012-03-05 Matthew VogtMerge remote branch 'gerrit/api_changes' into merge...
2012-03-05 Matthew VogtMerge master <-> api_changes
2012-03-01 Andrew den ExterAllow styled text to be elided.
2012-03-01 Yann BodsonReduce size of QQuickTextPrivate
2012-02-29 Andrew den ExterDon't round Text dimensions.
2012-02-29 Andrew den ExterAvoid unneccessary duplication of string data.
2012-02-24 Matthew VogtRename QDeclarative symbols to QQuick and QQml
2012-02-23 Andrew den ExterFix Text eliding with implicit height and maximumLineCount.
2012-02-23 Yann BodsonFix font size calculation in headings in StyledText.
2012-02-21 Andrew den ExterReduce the size of QTextPrivate.
2012-02-17 Andrew den ExterAvoid an unnecessary layout when eliding text.
2012-02-16 Andrew den ExterFix multi-length string substitution.
2012-02-14 Andrew den ExterBetter document with examples how relative paths are...
2012-02-13 Yann BodsonQML Text: make sure that the bounding rect has a y...
2012-02-10 Pekka VuorelaUse QInputMethod instead of deprecated QInputPanel
2012-02-09 Andrew den ExterAdd linkColor property to Text.
2012-02-07 Andrew den ExterResolve StyledText img tags relative to baseUrl.
2012-02-07 Andrew den ExterAdd contentWidth and contentHeight properties to Text...
2012-02-07 Yann BodsonRemove pixmap text caching in QML text element
2012-02-06 Eskil Abrahamsen... Fix updating text color in Text element
2012-02-06 Andrew den ExterAdd support for resizing fonts to fit Text dimensions.
2012-02-06 Yann BodsonCleanup: remove some debugging and use QQuickTextNode...
2012-02-02 Yann BodsonSupport inline images with <img> tag in StyledText
2012-02-02 Andrew den ExterClear Text formatting when setting plain text content.
2012-02-01 Andrew den ExterDocument the limitations of AutoText's rich text detection.
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-26 Eskil Abrahamsen... Fix updating of QML Text element
2012-01-24 Eskil Abrahamsen... Add support for shared glyph cache
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-19 Andrew den ExterAdd a baseUrl property to Text and TextEdit.
2012-01-19 Andrew den ExterDon't load embedded images from the current working...
2012-01-12 Pekka VuorelaAdapt to QInputPanel::inputDirection() API
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2012-01-05 Martin JonesSupport <pre> in StyleText textFormat
2012-01-02 Frederik GladhornAdd accessibility to qml
2011-12-20 Martin JonesSmall Text creation performance improvements.
2011-12-20 Martin JonesDon't enable multiline eliding unless wrap is enabled.
2011-12-07 Martin JonesAvoid Text layout being triggered unnecessarily
2011-12-07 Andrew den ExterAdd support for pixmap cache images to TextEdit.
2011-12-02 Kent HansenSay hello to QtQuick module