Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master... | Qt Continuous Integration System | 2010-02-20 | 302 | -68220/+34223 |
|\ | |||||
| * | Merge branch 'rtiff392' | aavit | 2010-02-20 | 170 | -62706/+9373 |
| |\ | |||||
| | * | license doc updated for libtiff 3.9.2 | aavit | 2010-02-16 | 1 | -39/+78 |
| | * | Our configuration and build modifications to libtiff | aavit | 2010-02-16 | 6 | -1/+454 |
| | * | Add libtiff 3.9.2 | aavit | 2010-02-16 | 209 | -0/+68942 |
| | * | Delete libtiff 3.8.2 | aavit | 2010-02-11 | 243 | -122767/+0 |
| * | | Merge branch 'rjpeg8' | aavit | 2010-02-20 | 133 | -5520/+24856 |
| |\ \ | |||||
| | * | | Update license doc, .pro file and qjpeghandler for libjpeg 8 | aavit | 2010-02-16 | 3 | -12/+23 |
| | * | | Our configuration and build modifications to libjpeg | aavit | 2010-02-16 | 2 | -2/+53 |
| | * | | Add libjpeg 8 | aavit | 2010-02-16 | 137 | -0/+53170 |
| | * | | Delete libjpeg 6b | aavit | 2010-02-16 | 90 | -33896/+0 |
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-... | Qt Continuous Integration System | 2010-02-20 | 6 | -134/+114 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-... | Qt Continuous Integration System | 2010-02-20 | 6 | -134/+114 |
| |\ \ \ \ |/ / / / / | |||||
| * | | | | Added exception to destdir location for abld and sbsv2. | axis | 2010-02-19 | 1 | -3/+7 |
| * | | | | Moved the "sis" target and friends from cpp code to qmake profiles. | axis | 2010-02-19 | 6 | -134/+110 |
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast... | Qt Continuous Integration System | 2010-02-19 | 46 | -253/+1144 |
|\ \ \ \ \ | |||||
| * | | | | | Add convenience function QTextCursor::positionInBlock() | mae | 2010-02-19 | 2 | -1/+26 |
| * | | | | | Fixed URL in Russian translation. | Robert Loehning | 2010-02-19 | 1 | -1/+1 |
| * | | | | | Designer/Resourceview: Suppress warning about QFileInfo on empty path. | Friedemann Kleint | 2010-02-19 | 1 | -0/+2 |
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast... | Qt Continuous Integration System | 2010-02-18 | 42 | -251/+1115 |
| |\ \ \ \ \ | |||||
| | * | | | | | optimize qstring::simplified() | Oswald Buddenhagen | 2010-02-18 | 2 | -23/+109 |
| | * | | | | | Revert optimizations to QString::append | Kai Koehne | 2010-02-18 | 2 | -42/+4 |
| | * | | | | | unbreak QList::append() and co. again | Oswald Buddenhagen | 2010-02-17 | 1 | -1/+1 |
| | * | | | | | Implement bookmark manager widget. | kh1 | 2010-02-17 | 8 | -52/+606 |
| | * | | | | | optimization: use QList::reserve() and QVector::reserve() | Oswald Buddenhagen | 2010-02-17 | 1 | -1/+3 |
| | * | | | | | amend "purge msvc.net and msvc2002 makespecs" | Oswald Buddenhagen | 2010-02-17 | 4 | -7/+101 |
| | * | | | | | Added QPlainTextEditor::anchorAt(const QPoint &pos) | Thorbjørn Lindeijer | 2010-02-17 | 2 | -0/+22 |
| | * | | | | | Fix memmory leak. | kh1 | 2010-02-17 | 1 | -0/+1 |
| | * | | | | | Fix spacing. | kh1 | 2010-02-17 | 1 | -0/+3 |
| | * | | | | | Prevent renaming the bookmarks menu root item, it's just a placeholder. | kh1 | 2010-02-17 | 2 | -4/+17 |
| | * | | | | | Fix broken set last shown pagen when the last page was about:blank. | kh1 | 2010-02-17 | 1 | -2/+3 |
| | * | | | | | Move launch with external app in base class. | kh1 | 2010-02-17 | 6 | -103/+82 |
| | * | | | | | Make sure the bookmarks menu updates on add/ remove as well. | kh1 | 2010-02-17 | 1 | -4/+6 |
| | * | | | | | Fix broken Drag&Drop, reset and clear the model if we set new bookmarks. | kh1 | 2010-02-17 | 1 | -3/+10 |
| | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast... | Qt Continuous Integration System | 2010-02-17 | 17 | -56/+194 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | avoid double reallocations in appending operations | Oswald Buddenhagen | 2010-02-16 | 2 | -4/+42 |
| | | * | | | | | avoid double reallocation in string-growing replace() case | Oswald Buddenhagen | 2010-02-16 | 1 | -1/+2 |
| | | * | | | | | optimize qHash() some more | Oswald Buddenhagen | 2010-02-16 | 1 | -8/+4 |
| | | * | | | | | optimize QList::mid() | Oswald Buddenhagen | 2010-02-16 | 2 | -3/+22 |
| | | * | | | | | optimization: use QList::reserve() in QSet::toList() | Oswald Buddenhagen | 2010-02-16 | 1 | -0/+1 |
| | | * | | | | | add QList::reserve() | Oswald Buddenhagen | 2010-02-16 | 2 | -8/+57 |
| | | * | | | | | optimization: get rid of QString::fromUtf16() usage, part 2 | Oswald Buddenhagen | 2010-02-16 | 10 | -30/+29 |
| | | * | | | | | add QString(const QChar *) c'tor | Oswald Buddenhagen | 2010-02-16 | 2 | -2/+37 |
* | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra... | Qt Continuous Integration System | 2010-02-19 | 305 | -5704/+5976 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Revert "Speed up QmlGraphicsItem::setParentItem." | Bjørn Erik Nilsen | 2010-02-19 | 1 | -5/+1 |
| * | | | | | | | | Fix dynamic example | Alan Alpert | 2010-02-19 | 1 | -0/+1 |
| * | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-19 | 3 | -13/+10 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fix tst_QmlGraphicsLoader::networkRequestUrl autotest. | Michael Brasser | 2010-02-19 | 1 | -2/+2 |
| | * | | | | | | | | Fix tst_qmlgraphicstextedit::delegateLoading autotest | Leonardo Sobral Cunha | 2010-02-19 | 1 | -8/+2 |
| | * | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-19 | 3 | -8/+5 |
| | |\ \ \ \ \ \ \ \ |