| Commit message (Expand) | Author | Age | Files | Lines |
* | Removing a few superfluous semicolons. | Alessandro Portale | 2009-09-03 | 1 | -1/+1 |
|
|
* | Added trace graphics system for painting performance profiling. | Samuel Rødal | 2009-09-03 | 1 | -0/+2 |
|
|
* | CSS parser speed-up: skip the need to call toLower(). | Ariya Hidayat | 2009-09-03 | 1 | -42/+42 |
|
|
* | CSS parsing speed-up: reserve CSS symbols prior to parsing. | Ariya Hidayat | 2009-09-02 | 1 | -0/+1 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 4 | -52/+52 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 89 | -1157/+1157 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 89 | -1157/+1157 |
|
|
| * | Make assorted constructors follow good coding practice | Keith Isdale | 2009-08-24 | 2 | -11/+2 |
|
|
| * | fix QTextFormat::doubleProperty where qreal is float | Joerg Bornemann | 2009-08-12 | 1 | -3/+4 |
|
|
| * | Qt's domain name is now qt.nokia.com. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 89 | -89/+89 |
|
|
* | | Deleting the CFontStore without a crash | mread | 2009-08-28 | 3 | -5/+19 |
|
|
* | | Avoid undefined text metrics when GetTextMetrics() in QFontEngineWin | Eskil Abrahamsen Blomfeldt | 2009-08-26 | 1 | -1/+3 |
|
|
* | | Make QWS compile with namespaces | Paul Olav Tvete | 2009-08-26 | 1 | -1/+2 |
|
|
* | | Don't float objects into next page unless they can fit in it | Eskil Abrahamsen Blomfeldt | 2009-08-24 | 1 | -1/+13 |
|
|
* | | Warning fix: mask_format = unreferenced parameter | Alessandro Portale | 2009-08-21 | 1 | -0/+1 |
|
|
* | | Fixed an MSVC 9.0 /2008 warning | Alessandro Portale | 2009-08-21 | 1 | -5/+5 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-21 | 2 | -19/+27 |
|\ \ |
|
| * | | Fix undo/redo of single-command edit blocks | mae | 2009-08-20 | 2 | -19/+27 |
|
|
* | | | Use QExplicitlySharedDataPointer wherever possible | Harald Fernengel | 2009-08-20 | 2 | -18/+10 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-08-19 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | Fixed a possible crash in QTextCursor | Thierry Bastian | 2009-08-18 | 1 | -1/+2 |
|
|
* | | | Changed names and URLs to reflect name change. | axis | 2009-08-19 | 4 | -4/+4 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 24 | -124/+105 |
|\ \ \
| |/ / |
|
| * | | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 15 | -46/+41 |
|
|
| * | | More coverity warnings removed | Thierry Bastian | 2009-08-17 | 3 | -12/+2 |
|
|
| * | | QTextControl::print: fix coverity warning | Thierry Bastian | 2009-08-17 | 2 | -4/+3 |
|
|
| * | | Fix coverity warnings | Thierry Bastian | 2009-08-17 | 1 | -3/+3 |
|
|
| * | | Better handling of qreal with QVariant | Thierry Bastian | 2009-08-17 | 1 | -1/+1 |
|
|
| * | | Fixed coverity warnings | Thierry Bastian | 2009-08-17 | 1 | -1/+1 |
|
|
| * | | Use LIBS_PRIVATE on Mac and X11. | Thiago Macieira | 2009-08-17 | 1 | -1/+1 |
|
|
| * | | Doc: Fix links and silence qdoc warnings. | Volker Hilsheimer | 2009-08-16 | 1 | -8/+7 |
|
|
| * | | Avoid wrapping outside word boundaries in QTextDocument unless necessary | Eskil Abrahamsen Blomfeldt | 2009-08-14 | 1 | -9/+10 |
|
|
| * | | QVariant: more work on avoinding conversion between float and doubles | Thierry Bastian | 2009-08-14 | 1 | -3/+2 |
|
|
| * | | QCssParser: reordering initializers to match declaration | Thierry Bastian | 2009-08-14 | 1 | -1/+1 |
|
|
| * | | Fixed coverity warnings | Thierry Bastian | 2009-08-14 | 2 | -8/+8 |
|
|
| * | | QVariant: added toFloat and toReal | Thierry Bastian | 2009-08-14 | 3 | -13/+11 |
|
|
| * | | QTextFormat: better use QVariant::userType over QVariant::type | Thierry Bastian | 2009-08-14 | 1 | -15/+15 |
|
|
* | | | Changing names of Symbian leave <-> qt throw translation functions | mread | 2009-08-13 | 2 | -3/+3 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 89 | -99/+115 |
|\ \ \
| |/ / |
|
| * | | Replace some mentions of Trolltech with more appropriate terms. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
| * | | Update URL's to use new domain. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 89 | -89/+89 |
|
|
| * | | Change QFontMetrics::width to return the width of the longest variant if the ... | Olivier Goffart | 2009-08-11 | 1 | -2/+4 |
|
|
| * | | Make QFontMetrics::elidedText aware of multi-length strings | Olivier Goffart | 2009-08-11 | 1 | -2/+15 |
|
|
| * | | Add the Qt::TextLongestVariant flag so QFontMetrics::size returns the size of... | Olivier Goffart | 2009-08-11 | 1 | -1/+1 |
|
|
| * | | fix QTextFormat::doubleProperty where qreal is float | Joerg Bornemann | 2009-08-11 | 1 | -3/+4 |
|
|
* | | | Doc improvement made by David Boddie. | Alessandro Portale | 2009-08-11 | 1 | -3/+3 |
|
|
* | | | Docs: Mentioning that Symbian has a default font size of 7 points | Alessandro Portale | 2009-08-11 | 1 | -1/+3 |
|
|
* | | | RVCT didn't like a test bool variable exported directly from QtGui, | Miikka Heikkinen | 2009-08-11 | 1 | -2/+7 |
|
|