index
:
qt/qt.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
history/qtquick2
history/qtquick2-v8
Qt 4.x. This repository is obsolete.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gui
/
text
/
qstatictext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers
Akseli Salovaara
2015-03-31
1
-13
/
+13
*
Memory and file descriptor leak in QFontCache
Simon Yuan
2014-05-14
1
-4
/
+2
*
Updated year in copyright header
Kai Koehne
2014-03-26
1
-1
/
+1
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-13
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-29
1
-24
/
+24
*
Update contact information in license headers.
Sergio Ahumada
2012-08-01
1
-2
/
+2
*
Update year in Nokia copyright messages.
Jason McDonald
2012-01-11
1
-1
/
+1
*
Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7
Liang Qi
2011-07-01
1
-3
/
+7
|
\
|
*
Fix text color in some cases of QML and QStaticText
Eskil Abrahamsen Blomfeldt
2011-06-29
1
-3
/
+7
|
*
Update licenseheader text in source files
Jyri Tahtela
2011-05-13
1
-17
/
+17
*
|
Update licenseheader text in source files for qt4.8
Jyri Tahtela
2011-05-13
1
-17
/
+17
*
|
Put all the declarations of qt_defaultDpi{,X,Y}() in one place
Jiang Jiang
2011-04-05
1
-3
/
+0
|
/
*
Update copyright year to 2011.
Jason McDonald
2011-01-11
1
-1
/
+1
*
Fix possible crash in QStaticText and QDeclarativeTextLayout
Eskil Abrahamsen Blomfeldt
2010-10-29
1
-1
/
+21
*
Make QStaticText honor QPainter::pen() for rich text on X11 w/raster
Eskil Abrahamsen Blomfeldt
2010-09-20
1
-1
/
+4
*
Fix crash when using unprintable chars in QStaticText
Eskil Abrahamsen Blomfeldt
2010-09-10
1
-2
/
+1
*
Fix QStaticText copy constructor to also copy text option property
Eskil Abrahamsen Blomfeldt
2010-09-03
1
-3
/
+3
*
doc: Clarify documentation of QStaticText
Eskil Abrahamsen Blomfeldt
2010-08-09
1
-4
/
+12
*
Fix crash when setting font decorations on text drawn with QStaticText
Eskil Abrahamsen Blomfeldt
2010-08-02
1
-1
/
+6
*
doc: Fix qdoc errors for text related files
Eskil Abrahamsen Blomfeldt
2010-07-20
1
-3
/
+1
*
Remove qMemCopy() usage from all .cpp files of Qt itself.
Robin Burchell
2010-07-18
1
-6
/
+6
*
Fix compiler warnings in QtGui (text,painting).
Friedemann Kleint
2010-06-21
1
-5
/
+4
*
Add QTextOption API to QStaticText
Eskil Abrahamsen Blomfeldt
2010-06-14
1
-4
/
+30
*
Speed up QStaticText with affine transformation on GL2 engine
Eskil Abrahamsen Blomfeldt
2010-06-01
1
-14
/
+23
*
Replace memmove with memcpy
Eskil Abrahamsen Blomfeldt
2010-05-27
1
-6
/
+6
*
Optimize initialization of QStaticText
Eskil Abrahamsen Blomfeldt
2010-05-27
1
-77
/
+86
*
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...
Qt Continuous Integration System
2010-04-18
1
-0
/
+2
|
\
|
*
Fix building of corelib, network and gui with qconfig minimal.
Aaron McCarthy
2010-04-16
1
-0
/
+2
*
|
Further RVCT4 fixes for Symbian
Iain
2010-04-16
1
-2
/
+2
|
/
*
Fix gcc compile warning in qstatictext.cpp
Eskil Abrahamsen Blomfeldt
2010-04-14
1
-1
/
+1
*
Merge remote branch 'origin/4.7' into 4.7
Olivier Goffart
2010-04-01
1
-0
/
+4
|
\
|
*
Fix compile error with QT_NO_TEXTHTMLPARSER in QtGui
Tasuku Suzuki
2010-03-26
1
-1
/
+4
*
|
Support the pen set on the painter in QStaticText when using rich text
Eskil Abrahamsen Blomfeldt
2010-03-30
1
-0
/
+5
*
|
Make QStaticText layout lazy
Eskil Abrahamsen Blomfeldt
2010-03-29
1
-27
/
+37
*
|
Change QStaticText::setMaximumSize() to setTextWidth()
Eskil Abrahamsen Blomfeldt
2010-03-29
1
-37
/
+49
*
|
Respect QPainter::pen() in QPainter::drawStaticText()
Eskil Abrahamsen Blomfeldt
2010-03-29
1
-3
/
+12
*
|
Synchronize rich text and plain text code paths in QStaticText
Eskil Abrahamsen Blomfeldt
2010-03-26
1
-2
/
+4
|
/
*
doc: Fixed several qdoc errors.
Martin Smith
2010-03-09
1
-2
/
+4
*
Avoid always detaching QStaticText
Eskil Abrahamsen Blomfeldt
2010-02-24
1
-2
/
+0
*
Merge branch 'master' of
[email protected]
:qt/oslo-staging-2
Eskil Abrahamsen Blomfeldt
2010-02-22
1
-9
/
+12
|
\
|
*
Fix fallback for QStaticText when it's unsupported in paint engine
Eskil Abrahamsen Blomfeldt
2010-02-19
1
-6
/
+9
|
*
Fix warnings on gcc
Eskil Abrahamsen Blomfeldt
2010-02-18
1
-3
/
+3
*
|
Copy useBackendOptimization setting when QStaticText is detached
Eskil Abrahamsen Blomfeldt
2010-02-22
1
-1
/
+1
|
/
*
Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2
Jason McDonald
2010-02-16
1
-32
/
+43
|
\
|
*
Rename QStaticText::setUseBackendOptimizations to setPerformanceHint()
Eskil Abrahamsen Blomfeldt
2010-02-16
1
-20
/
+27
|
*
doc: Update documentation for QStaticText
Eskil Abrahamsen Blomfeldt
2010-02-16
1
-12
/
+16
*
|
Fix license headers.
Jason McDonald
2010-02-16
1
-18
/
+18
|
/
*
Separate out textFormat property from setText() function and remove
Eskil Abrahamsen Blomfeldt
2010-02-15
1
-20
/
+35
*
Add API for rich text and getting actual size of QStaticText
Eskil Abrahamsen Blomfeldt
2010-02-14
1
-22
/
+58
*
Make QStaticText public API again
Eskil Abrahamsen Blomfeldt
2010-02-10
1
-1
/
+1
[next]