summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * Make sure to update pos QDFBCursor::moveAnders Bakken2009-08-181-0/+1
| | | | | * mingw: make it possible to build without rtti supportThierry Bastian2009-08-181-0/+1
| | | | | * add QGraphicsObject Q_INTERFACES macroThierry Bastian2009-08-181-0/+1
| | | | | * Compile fix with namespaceshjk2009-08-181-0/+2
| | | | | * Animations: update the documentationThierry Bastian2009-08-181-7/+0
| | | | | * Make TestLib compatible with mingw when gui is not usedThierry Bastian2009-08-183-2/+7
| | | | | * Fixed bug when rendering long lines of text without XRender.Samuel Rødal2009-08-181-4/+12
| | | | | * Fix autotest: on windows, timers are not accurate enoughThierry Bastian2009-08-181-2/+4
| | | | | * Autotest: Be very pedant about the tests. There's at least one compilerThiago Macieira2009-08-181-4/+33
| | | | | * Fix autotest: removed useless debug tracesThierry Bastian2009-08-181-1/+0
| | | | | * QItemSelectionModel: hasSelection can return true when no selectionThierry Bastian2009-08-181-11/+11
| | | | | * QHeaderView: assertion when modifying the root iem of a treewidgetThierry Bastian2009-08-181-1/+2
| | | | | * Fix build failure on Mac OS 10.5Richard Moe Gustavsen2009-08-181-2/+4
| | | | | * Added support for gestures on Mac OS X CarbonRichard Moe Gustavsen2009-08-183-7/+76
| | | | | * Speed up midpoint lines starting far outside the device bounds.Gunnar Sletta2009-08-181-0/+14
| | | | | * tst_QTableView::task259308_scrollVerticalHeaderSwappedSections fails.Gabriel de Dietrich2009-08-181-0/+1
| | | | | * As of Qt 4.6, the minimum OS X version is 10.4.Morten Sorvig2009-08-181-1/+1
| | | | | * Fixed a possible crash in QTextCursorThierry Bastian2009-08-181-1/+2
| | | | | * Avoid divide by zero on buggy Xlib/Xserver implementationsBradley T. Hughes2009-08-181-4/+14
| | | | * | Doc: Added missing images.David Boddie2009-08-182-0/+0
| | | * | | Rectify copy'n'paste error from the QLineControl refactoring.Alan Alpert2009-08-191-1/+1
| | * | | | Fixing the build break.Aleksandar Sasha Babic2009-08-191-1/+1
| | * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-193-14/+13
| | |\ \ \ \
| | | * | | | This was bug as EINPROGRESS and EAGAIN are not the same thing.Aleksandar Sasha Babic2009-08-191-1/+0
| | | * | | | Did some cleanups after review of the S60 branch.axis2009-08-192-13/+13
| | * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-19149-341/+190
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Changig variable name from misleadingAleksandar Sasha Babic2009-08-191-12/+12
| | | * | | | Changed names and URLs to reflect name change.axis2009-08-19143-158/+158
| | | * | | | Being more precise in the code comments.Aleksandar Sasha Babic2009-08-191-1/+1
| | * | | | | renamed and restyled exit info printermread2009-08-191-10/+17
| * | | | | | Enabled contextmenu event for Symbian.Janne Anttila2009-08-192-4/+10
| * | | | | | Trivial fixes for src/plugins/imageformats after review.Janne Anttila2009-08-192-4/+6
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-191-153/+21
| |\ \ \ \ \
| | * | | | | As far as we know the bug int the Open C,Aleksandar Sasha Babic2009-08-191-3/+1
| | * | | | | Removing local function (*accept*, *connect*, *bind* ...)Aleksandar Sasha Babic2009-08-191-150/+20
| | |/ / / /
| * | | | | Fixed xmlpatterns review comments.Janne Anttila2009-08-193-19/+0
| * | | | | Trivial whitespace removal from src/xml/sax/qxml.cpp.Janne Anttila2009-08-191-1/+1
| |/ / / /
* | | | | Review fixes for qmake (project.cpp cleanup)Miikka Heikkinen2009-08-1915-175/+205
|/ / / /
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-182-8/+0
|\ \ \ \
| * \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-08-181134-20582/+33011
| |\ \ \ \
| | * | | | Removing class member as there it isAleksandar Sasha Babic2009-08-181-6/+0
| * | | | | removed old todos from qclipboard_s60Janne Koskinen2009-08-181-2/+0
* | | | | | make the BigAlloc() test keep allocating if it's not done enough alreadymread2009-08-181-4/+10
| |/ / / / |/| | | |
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-1815-820/+20
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-183-6/+3
| |\ \ \ \ \
| | * | | | | No need for logging line. Return of -1Aleksandar Sasha Babic2009-08-181-3/+0
| | * | | | | Trivial, followng the Qt coding style.Aleksandar Sasha Babic2009-08-181-1/+1
| | * | | | | Trivial coding style related change.Aleksandar Sasha Babic2009-08-181-2/+2
| * | | | | | Review fixes to qmakeMiikka Heikkinen2009-08-1812-814/+17
| |/ / / / /
* | | | | | disabled exceptions safety tests for Symbian 3.x as they always fail due to m...mread2009-08-181-1/+2
|/ / / / /