summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement bookmark manager widget.kh12010-02-178-52/+606
* optimization: use QList::reserve() and QVector::reserve()Oswald Buddenhagen2010-02-171-1/+3
* amend "purge msvc.net and msvc2002 makespecs"Oswald Buddenhagen2010-02-174-7/+101
* Added QPlainTextEditor::anchorAt(const QPoint &pos)Thorbjørn Lindeijer2010-02-172-0/+22
* Fix memmory leak.kh12010-02-171-0/+1
* Fix spacing.kh12010-02-171-0/+3
* Prevent renaming the bookmarks menu root item, it's just a placeholder.kh12010-02-172-4/+17
* Fix broken set last shown pagen when the last page was about:blank.kh12010-02-171-2/+3
* Move launch with external app in base class.kh12010-02-176-103/+82
* Make sure the bookmarks menu updates on add/ remove as well.kh12010-02-171-4/+6
* Fix broken Drag&Drop, reset and clear the model if we set new bookmarks.kh12010-02-171-3/+10
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-1717-56/+194
|\
| * avoid double reallocations in appending operationsOswald Buddenhagen2010-02-162-4/+42
| * avoid double reallocation in string-growing replace() caseOswald Buddenhagen2010-02-161-1/+2
| * optimize qHash() some moreOswald Buddenhagen2010-02-161-8/+4
| * optimize QList::mid()Oswald Buddenhagen2010-02-162-3/+22
| * optimization: use QList::reserve() in QSet::toList()Oswald Buddenhagen2010-02-161-0/+1
| * add QList::reserve()Oswald Buddenhagen2010-02-162-8/+57
| * optimization: get rid of QString::fromUtf16() usage, part 2Oswald Buddenhagen2010-02-1610-30/+29
| * add QString(const QChar *) c'torOswald Buddenhagen2010-02-162-2/+37
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-...Qt Continuous Integration System2010-02-169-58/+69
|\ \
| * \ Merge remote branch 'qt/master' into s60-masterQt Continuous Integration System2010-02-1643-2831/+1129
| |\ \
| * \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-16386-4218/+2641
| |\ \ \
| | * | | Fixed missing repaints on S60 3.1.axis2010-02-151-1/+9
| | * | | Build break fix for QS60Style.Sami Merila2010-02-151-1/+2
| | * | | QS60Style: Branch indicator in tree view is misplacedSami Merila2010-02-151-7/+9
| | * | | Compilation error fix: missing comma in enum list in QS60StyleSami Merila2010-02-151-1/+1
| | * | | Scroll bar handle/groove ends are squeezed (in nHD resolution)Sami Merila2010-02-151-4/+7
| | * | | QS60Style draws drop area as a black rectSami Merila2010-02-153-2/+12
| | * | | Remove scrollbar context menu from QS60StyleSami Merila2010-02-151-0/+3
| | * | | Change a name of a variable to be more descriptiveSami Merila2010-02-141-2/+2
| * | | | Enabled commit 2b60b542a for all platforms.axis2010-02-162-20/+5
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-1649-330/+634
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Designer: Fix compile for namespaced qt.ck2010-02-164-8/+8
| * | | Designer: Implement isDirty()-handling using a QUndoStack.Friedemann Kleint2010-02-165-40/+225
| * | | doc: A QPlainTextEdit is never a QTextBrowserThorbjørn Lindeijer2010-02-161-1/+1
| * | | fix line endingsOswald Buddenhagen2010-02-166-120/+120
| * | | Designer:Fix undo crash caused by special handling of key move.Friedemann Kleint2010-02-166-90/+177
| * | | Fix qml test breakage of 12180c397a2007970978033928b4b5b12efad7c6Friedemann Kleint2010-02-1621-40/+40
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-1512-40/+72
| |\ \ \ |/ / / /
| * | | Assistant: Rebuild search index at most once at start-up.ck2010-02-153-3/+34
| * | | Prepare translations of the declarative module.Friedemann Kleint2010-02-159-37/+38
* | | | Merge branch 'qt-master-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-02-13383-4201/+2598
|\ \ \ \ | |/ / / |/| | |
| * | | Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-132676-3479/+321418
| |\ \ \ | |/ / / |/| | |
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-1342-2829/+1122
|\ \ \ \
| * | | | Refactor font and zoom handling, reduces clutter in central widget.kh12010-02-1210-167/+212
| * | | | Some more refactoring.kh12010-02-1212-358/+462
| * | | | Move the QWebView based help viewer into it's own source files.kh12010-02-129-434/+560
| * | | | add QMAKE_DEL_TREE (aka. rm -rf) to avoid more hard-coded platform ifdefsOswald Buddenhagen2010-02-122-5/+3
| * | | | use variables from the spec instead of hard-coding platform ifdefsOswald Buddenhagen2010-02-121-7/+4