Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'origin/master' into qt-master-from-4.6 | Thiago Macieira | 2010-02-20 | 7 | -5/+901 |
|\ | |||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast... | Qt Continuous Integration System | 2010-02-19 | 2 | -1/+26 |
| |\ | |||||
| | * | Add convenience function QTextCursor::positionInBlock() | mae | 2010-02-19 | 2 | -1/+26 |
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 | Eskil Abrahamsen Blomfeldt | 2010-02-19 | 1 | -6/+13 |
| |\ \ | |||||
| | * \ | Merge remote branch 'qt/master' into staging-2-master | Qt Continuous Integration System | 2010-02-18 | 1 | -6/+13 |
| | |\ \ | | | |/ | |||||
| * | | | Fix fallback for QStaticText when it's unsupported in paint engine | Eskil Abrahamsen Blomfeldt | 2010-02-19 | 2 | -7/+10 |
| |/ / | |||||
| * | | Fix warnings on gcc | Eskil Abrahamsen Blomfeldt | 2010-02-18 | 1 | -3/+3 |
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 | Jason McDonald | 2010-02-16 | 2 | -34/+50 |
| |\ \ | |||||
| | * | | Rename QStaticText::setUseBackendOptimizations to setPerformanceHint() | Eskil Abrahamsen Blomfeldt | 2010-02-16 | 2 | -22/+34 |
| | * | | doc: Update documentation for QStaticText | Eskil Abrahamsen Blomfeldt | 2010-02-16 | 1 | -12/+16 |
| * | | | Fix license headers. | Jason McDonald | 2010-02-16 | 3 | -54/+54 |
| |/ / | |||||
| * | | Compile fix for QStaticText - include declaration of QColor | Rhys Weatherley | 2010-02-15 | 1 | -0/+1 |
| * | | Merge remote branch 'qt/master' into staging-2-master | Qt Continuous Integration System | 2010-02-15 | 5 | -9/+16 |
| |\ \ | |||||
| * | | | Support Qt::AutoTest in QStaticText::setTextFormat() | Eskil Abrahamsen Blomfeldt | 2010-02-15 | 1 | -3/+3 |
| * | | | Merge branch 'qt-graphics-team-qstatictext-4.7' | Eskil Abrahamsen Blomfeldt | 2010-02-15 | 4 | -2/+853 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'qstatictext-4.7' of git@scm.dev.nokia.troll.no:qt/qt-graphics-t... | Eskil Abrahamsen Blomfeldt | 2010-02-15 | 8 | -28/+76 |
| | |\ \ \ | |||||
| | | * \ \ | Merge branch 'master' of scm.dev.troll.no:qt/oslo-staging-2 into qstatictext-4.7 | Eskil Abrahamsen Blomfeldt | 2010-02-15 | 8 | -28/+76 |
| | | |\ \ \ | |||||
| | * | | | | | Separate out textFormat property from setText() function and remove | Eskil Abrahamsen Blomfeldt | 2010-02-15 | 3 | -24/+40 |
| | |/ / / / | |||||
| | * | | | | Add API for rich text and getting actual size of QStaticText | Eskil Abrahamsen Blomfeldt | 2010-02-14 | 3 | -26/+68 |
| | * | | | | Make QStaticText public API again | Eskil Abrahamsen Blomfeldt | 2010-02-10 | 5 | -183/+172 |
| | * | | | | Merge branch '4.6' into qstatictext-4.6 | Eskil Abrahamsen Blomfeldt | 2010-02-10 | 1 | -6/+5 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch '4.6' into qstatictext-4.6 | Eskil Abrahamsen Blomfeldt | 2010-02-08 | 3 | -5/+8 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Temporarily remove QPainter::drawStaticText() for Qt 4.6.x integration | Eskil Abrahamsen Blomfeldt | 2010-02-05 | 3 | -39/+46 |
| | * | | | | | | Revert changes made to QTextEngine for QStaticText | Eskil Abrahamsen Blomfeldt | 2010-02-04 | 2 | -68/+1 |
| | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into qstat... | Eskil Abrahamsen Blomfeldt | 2010-02-04 | 2 | -21/+60 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch '4.6' into qstatictext-4.6 | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 3 | -4/+14 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Add private header warning to qstatictext_p.h | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -0/+11 |
| | * | | | | | | | | Make QStaticText private API | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 5 | -182/+183 |
| | * | | | | | | | | Don't compare bool to char (avoid warning on MSVC) | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -1/+2 |
| | * | | | | | | | | doc: Add \since to QStaticText | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -0/+1 |
| | * | | | | | | | | Improve performance of QStaticText on OpenGL by caching data on GPU | Eskil Abrahamsen Blomfeldt | 2010-01-29 | 3 | -15/+90 |
| | * | | | | | | | | Remove unused constructor in QStaticTextPrivate | Eskil Abrahamsen Blomfeldt | 2010-01-29 | 2 | -11/+0 |
| | * | | | | | | | | Initialize member variables in QStaticTextPrivate constructor | Eskil Abrahamsen Blomfeldt | 2010-01-29 | 1 | -0/+1 |
| | * | | | | | | | | Compile for Symbian | Eskil Abrahamsen Blomfeldt | 2010-01-26 | 1 | -0/+1 |
| | * | | | | | | | | Compile | Eskil Abrahamsen Blomfeldt | 2010-01-20 | 1 | -1/+1 |
| | * | | | | | | | | Add font object to QStaticText | Eskil Abrahamsen Blomfeldt | 2010-01-20 | 2 | -1/+3 |
| | * | | | | | | | | Implement QPaintBufferEngine::drawStaticTextItem() | Eskil Abrahamsen Blomfeldt | 2010-01-18 | 1 | -0/+2 |
| | * | | | | | | | | doc: Add some performance hints to the documentation | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 1 | -4/+11 |
| | * | | | | | | | | Fix crash when wrapping text | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 1 | -1/+1 |
| | * | | | | | | | | Update size comment | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 1 | -1/+2 |
| | * | | | | | | | | Update size comment in QStaticTextPrivate | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -1/+1 |
| | * | | | | | | | | Optimize drawStaticText() with rectangle destination | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 2 | -5/+13 |
| | * | | | | | | | | Add prepare() function to QStaticText | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 2 | -1/+29 |
| | * | | | | | | | | Implement drawStaticTextItem() in OpenGL paint engines | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 2 | -2/+5 |
| | * | | | | | | | | Remove font property in QStaticText and fix handling translation on | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 2 | -35/+5 |
| | * | | | | | | | | Speed up QStaticText initialization | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -10/+5 |
| | * | | | | | | | | Allow access to QStaticTextPrivate from autotests | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -4/+3 |
| | * | | | | | | | | Some documentation fixes | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -4/+7 |
| | * | | | | | | | | Support transformations in drawStaticText() and optimize for space | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 2 | -26/+78 |
| | * | | | | | | | | Optimize QStaticText for space | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 2 | -78/+53 |