summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make QStaticText private APIEskil Abrahamsen Blomfeldt2010-02-0114-189/+198
* Don't compare bool to char (avoid warning on MSVC)Eskil Abrahamsen Blomfeldt2010-02-011-1/+2
* doc: Add \since to QStaticTextEskil Abrahamsen Blomfeldt2010-02-011-0/+1
* Compile on WindowsEskil Abrahamsen Blomfeldt2010-02-011-0/+8
* Remove reference to _ARB macrosEskil Abrahamsen Blomfeldt2010-02-011-9/+9
* Improve performance of QStaticText on OpenGL by caching data on GPUEskil Abrahamsen Blomfeldt2010-01-295-25/+173
* Remove unused constructor in QStaticTextPrivateEskil Abrahamsen Blomfeldt2010-01-292-11/+0
* Initialize member variables in QStaticTextPrivate constructorEskil Abrahamsen Blomfeldt2010-01-291-0/+1
* Compile for SymbianEskil Abrahamsen Blomfeldt2010-01-261-0/+1
* Compile for S60Eskil Abrahamsen Blomfeldt2010-01-262-14/+19
* Attempt at making OpenVG work with QStaticTextEskil Abrahamsen Blomfeldt2010-01-262-25/+37
* CompileEskil Abrahamsen Blomfeldt2010-01-202-6/+3
* Add font object to QStaticTextEskil Abrahamsen Blomfeldt2010-01-202-1/+3
* Inline QGL2PEXVertexArray::addRect()Eskil Abrahamsen Blomfeldt2010-01-192-16/+15
* Optimize speed of QGL2PEXVertexArrayEskil Abrahamsen Blomfeldt2010-01-191-2/+11
* Implement QPaintBufferEngine::drawStaticTextItem()Eskil Abrahamsen Blomfeldt2010-01-184-1/+42
* doc: Add some performance hints to the documentationEskil Abrahamsen Blomfeldt2010-01-151-4/+11
* Use fallback when drawing projected textEskil Abrahamsen Blomfeldt2010-01-152-1/+30
* Test current graphics system + initialize memoryEskil Abrahamsen Blomfeldt2010-01-151-23/+44
* Remove translationDoesNotCauseRelayout testEskil Abrahamsen Blomfeldt2010-01-151-45/+0
* Add tests for QStaticText::prepare()Eskil Abrahamsen Blomfeldt2010-01-151-0/+51
* Fix crash when wrapping textEskil Abrahamsen Blomfeldt2010-01-151-1/+1
* Update size commentEskil Abrahamsen Blomfeldt2010-01-151-1/+2
* CompileEskil Abrahamsen Blomfeldt2010-01-153-20/+5
* Update size comment in QStaticTextPrivateEskil Abrahamsen Blomfeldt2010-01-141-1/+1
* Optimize drawStaticText() with rectangle destinationEskil Abrahamsen Blomfeldt2010-01-143-6/+14
* Add prepare() function to QStaticTextEskil Abrahamsen Blomfeldt2010-01-142-1/+29
* CompileEskil Abrahamsen Blomfeldt2010-01-143-3/+18
* Implement drawStaticTextItem() in OpenGL paint enginesEskil Abrahamsen Blomfeldt2010-01-1413-69/+135
* Remove font property in QStaticText and fix handling translation onEskil Abrahamsen Blomfeldt2010-01-144-50/+44
* Ignore rounding errors in QStaticText testEskil Abrahamsen Blomfeldt2010-01-141-11/+4
* Remove debug outputEskil Abrahamsen Blomfeldt2010-01-141-1/+1
* Ignore rounding error when painting to rotated painterEskil Abrahamsen Blomfeldt2010-01-141-15/+17
* Speed up QStaticText initializationEskil Abrahamsen Blomfeldt2010-01-141-10/+5
* Apply painter matrix to position in QPainter::drawStaticText()Eskil Abrahamsen Blomfeldt2010-01-141-10/+9
* Add autotests for transformed static textEskil Abrahamsen Blomfeldt2010-01-141-0/+184
* Allow access to QStaticTextPrivate from autotestsEskil Abrahamsen Blomfeldt2010-01-141-4/+3
* Some documentation fixesEskil Abrahamsen Blomfeldt2010-01-141-4/+7
* Support transformations in drawStaticText() and optimize for spaceEskil Abrahamsen Blomfeldt2010-01-149-61/+130
* Optimize QStaticText for spaceEskil Abrahamsen Blomfeldt2010-01-1410-110/+137
* Remove const-specifier to make QTextItemInt::operator=() more beautifulEskil Abrahamsen Blomfeldt2010-01-142-2/+2
* Respect font settings of QStaticText and clip to maximum sizeEskil Abrahamsen Blomfeldt2010-01-142-1/+22
* Add test for QStaticTextEskil Abrahamsen Blomfeldt2010-01-142-0/+162
* Support maximumSize for the layout of the text in a QStaticTextEskil Abrahamsen Blomfeldt2010-01-146-59/+279
* Speed optimization for QStaticTextEskil Abrahamsen Blomfeldt2010-01-146-23/+40
* Fix drawing in QStaticTextEskil Abrahamsen Blomfeldt2010-01-141-0/+1
* Space optimization in QStaticTextEskil Abrahamsen Blomfeldt2010-01-142-14/+9
* Optimize QStaticText for one line stringsEskil Abrahamsen Blomfeldt2010-01-146-85/+98
* Fix memory leakEskil Abrahamsen Blomfeldt2010-01-141-1/+3
* Compile on S60Eskil Abrahamsen Blomfeldt2010-01-141-0/+1