summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-02-273-4/+285
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-02-273-4/+285
| |\
| | * QMainWindow would show hidden QDockwidget when calling rstoreDockWidgetThierry Bastian2010-02-261-2/+1
| | * Compile on WinCEaavit2010-02-252-2/+284
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-2610-22/+44
|\ \ \ | |/ / |/| |
| * | Merge remote branch 'origin/master' into berlin-masterJoerg Bornemann2010-02-26449-22277/+25381
| |\ \
| * | | use QList::reserve() as appropriateOswald Buddenhagen2010-02-252-0/+6
| * | | optimize appending of (empty) lists to (empty) listsOswald Buddenhagen2010-02-251-9/+16
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-248-13/+22
| |\ \ \
| | * | | suppress pointer aliasing warningsOswald Buddenhagen2010-02-241-3/+6
| | * | | Fix compilation with namespace.ck2010-02-241-0/+1
| | * | | Remove QObject::tr() in the network module code.Friedemann Kleint2010-02-246-10/+15
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-...Qt Continuous Integration System2010-02-2650-627/+1004
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-2650-627/+1004
| |\ \ \ \
| | * | | | Build break fix for commit d8465414e6fd543cfc20e732030dedd8d2bc685f.Janne Anttila2010-02-262-4/+3
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-258-219/+231
| | |\ \ \ \
| | | * \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-258-219/+231
| | | |\ \ \ \
| | | | * | | | Removed an export that shouldn't be exported.axis2010-02-251-1/+1
| | | | * | | | Reduced the code and memory footprint of the keymap.axis2010-02-252-129/+124
| | | | * | | | Enabled Qt key events to work also when native key code is missing.wasila2010-02-253-164/+141
| | | | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merila2010-02-2561-705/+1087
| | | | |\ \ \ \
| | | | | * | | | Improvements to itemview keypad navigation in S60.Janne Anttila2010-02-254-50/+89
| | | | * | | | | Crash in QGraphicsScenePrivate::setFocusItemHelperSami Merila2010-02-251-1/+2
| | * | | | | | | Fix a signed/unsigned comparison compiler warningJoão Abecasis2010-02-251-1/+1
| | * | | | | | | Cleaning of the patch to QTBUG-3168Benjamin Poulain2010-02-251-2/+2
| | * | | | | | | Patch to QTBUG-3168Carolina Gomes2010-02-251-5/+22
| | |/ / / / / /
| | * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-251-1/+13
| | |\ \ \ \ \ \
| | | * | | | | | Revert changes made in scroll_sys().Fabien Freling2010-02-251-1/+13
| | * | | | | | | Set the roleNames of proxy models to the roleNames of the source model.Stephen Kelly2010-02-251-0/+1
| | | |_|/ / / / | | |/| | | | |
| | * | | | | | Initialize mem to 0Anders Bakken2010-02-241-1/+1
| | * | | | | | Force DSFLIP_BLIT unless it's a full flip in DFBAnders Bakken2010-02-241-1/+12
| | * | | | | | Support for disabling partial flips in dfbAnders Bakken2010-02-242-2/+5
| | * | | | | | Allow forcing premultiplied format in DFBAnders Bakken2010-02-241-1/+5
| | * | | | | | Better support tlw transparency in DirectFBAnders Bakken2010-02-242-40/+50
| | * | | | | | Fix an isOpaque bug in QDirectFBWindowSurfaceAnders Bakken2010-02-241-2/+2
| | * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-243-3/+33
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Fixed translucent window rendering on 16 bit X11.Samuel Rødal2010-02-241-1/+1
| | | * | | | | GV: Update issues if drawItems() is overridden and IndirectPainting is used.Bjørn Erik Nilsen2010-02-241-2/+25
| | | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-241-0/+7
| | | |\ \ \ \ \
| | | | * | | | | More pedantry.Trond Kjernåsen2010-02-241-2/+2
| | | | * | | | | Fix grammar.Trond Kjernåsen2010-02-241-2/+3
| | | | * | | | | Doc: QFutureWatcher: specify that calls to setFuture should happen after the ...Olivier Goffart2010-02-241-0/+6
| | * | | | | | | QNAM HTTP: Switch back to QueuedConnection for requeueRequest.Markus Goetz2010-02-241-2/+16
| | * | | | | | | QNAM HTTP: Set some values after clear() in a QHttpNetworkReplyMarkus Goetz2010-02-241-0/+2
| | * | | | | | | QNetworkAccessManager: Documentation enhancementsMarkus Goetz2010-02-241-1/+8
| | |/ / / / / /
| | * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-248-22/+89
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-248-22/+89
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-238-22/+89
| | | | |\ \ \ \ \
| | | | | * | | | | QLineEdit shows leftovers of edit cursor after clear()Prasanth Ullattil2010-02-231-1/+1
| | | | | * | | | | doc: Added indication of default modality value for panels.Martin Smith2010-02-231-3/+10