summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QGraphicsView: fix few artefacts that can appear if the changed() signal is c...Olivier Goffart2010-08-202-11/+33
* tst_qmetaobject: fix compilation, now that wrong NOTIFY property failsOlivier Goffart2010-08-201-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-2017-92/+168
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-2017-92/+168
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-1917-92/+168
| | |\
| | | * Fixed autotest compilation issue on solarisThierry Bastian2010-08-195-19/+19
| | | * Fixed build issue on SolarisThierry Bastian2010-08-191-3/+3
| | | * Remove wrong NOTIFY attribute.Olivier Goffart2010-08-193-11/+11
| | | * Ignore LayoutDirectionChange event in QTextControlJiang Jiang2010-08-191-8/+0
| | | * Fix an obvious bug in tst_QGL::clipTest()Trond Kjernåsen2010-08-191-1/+1
| | | * moc: Error if the NOTIFY signal is invalid.Olivier Goffart2010-08-195-48/+134
| | | * QDateEdit/QTimeEdit: remove duplicate properties.Olivier Goffart2010-08-191-2/+0
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-207-45/+353
|\ \ \ \ | |/ / / |/| | |
| * | | Doing "import foo.qml" doesn't work in QML anymoreBea Lam2010-08-201-6/+4
| * | | Add info to Loader docs about receiving signals and key eventsBea Lam2010-08-206-39/+349
| |/ /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-191-13/+13
|\ \ \ | |/ / |/| |
| * | Ensure geometry of top-level widget accounts for S60 screen furnitureGareth Stockwell2010-08-191-13/+13
| |/
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-194-8/+43
|\ \ | |/ |/|
| * Fatal crash on solaris 64 bitCarlos Manuel Duclos Vergara2010-08-191-1/+2
| * qdoc: Added more elements to qt.pageindexMartin Smith2010-08-191-0/+29
| * doc: Removed comment about automatic inclusion of 3rd party library.Martin Smith2010-08-191-4/+2
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-08-199-12/+4
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-191-0/+6
| | |\
| * | | qdoc3: Added more pagewords & elements to the search index.Martin Smith2010-08-192-3/+4
| | |/ | |/|
| * | qdoc3: Added more pagewords & elements to the search index.Martin Smith2010-08-191-0/+6
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-198-28/+131
|\ \ \ | |_|/ |/| |
| * | Fixes a regression preventing loading images without extensionsThierry Bastian2010-08-192-8/+13
| * | Made GL pixmap backend respect Qt::NoOpaqueDetection flag..Samuel Rødal2010-08-191-2/+4
| * | QTextCodec: fix wodring of a commentOlivier Goffart2010-08-191-2/+4
| * | QDeclarativeImageProvider: Do not keep the global declarative mutex locked wh...Olivier Goffart2010-08-194-16/+110
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-199-12/+4
|\ \ \ | |/ / |/| |
| * | Fix Image element svg autotestJoona Petrell2010-08-199-12/+4
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-192-25/+2
|\ \ \ | |/ / |/| / | |/
| * cleanup and remove __FUNCTION__, which breaks build on solarisLorn Potter2010-08-192-25/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-1915-104/+250
|\ \ | |/
| * Added license headers to new files.Rohan McGovern2010-08-183-0/+123
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-1815-104/+127
| |\ |/ /
| * use intel linker and librarian with iccOswald Buddenhagen2010-08-181-2/+2
| * create missing output directories for substituted filesOswald Buddenhagen2010-08-183-4/+4
| * fix shadow builds with scratchboxOswald Buddenhagen2010-08-181-3/+8
| * QMake/Win32/MinGW: Fix ar script generating with absolute pathsTuomas Suutari2010-08-181-4/+1
| * Crash in QWidgetPrivate::init on QApplication::quit() using a modal dialog on...Carlos Manuel Duclos Vergara2010-08-187-12/+94
| * Crash in QX11PaintEngine::drawPixmapCarlos Manuel Duclos Vergara2010-08-181-0/+2
| * Revert "Fix the rendering of lines with the X11 paint engine"Samuel Rødal2010-08-182-75/+12
| * Revert "Outline / fill inconsistency in X11 paint engine."Samuel Rødal2010-08-181-4/+4
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-181-0/+4
|\ \ | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-181-0/+4
| |\
| | * respect the layout direction in the default text optionLars Knoll2010-08-181-0/+4
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-1821-4039/+359
|\ \ \
| * | | Doc: Fixing overlapping text in header listMorten Engvoldsen2010-08-181-1/+1