summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Uninitialised variable fix for qfilesystemwatcher_symbianmread2009-09-241-1/+1
* Fix QTextDocument::revision()mae2009-09-244-23/+56
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-24156-2367/+2999
|\
| * Stabilize Q3Table testOlivier Goffart2009-09-241-0/+13
| * Made fast blur in GL 2 engine be radius independent.Samuel Rødal2009-09-242-140/+97
| * Fixes for WebKit trunk importSimon Hausmann2009-09-241-1/+5
| * Compile testsOlivier Goffart2009-09-242-5/+5
| * AudioServices; Nicer examples.Justin McPherson2009-09-245-193/+83
| * AudioService API changes; QString->const QString&, remove QAudioDeviceId use ...Justin McPherson2009-09-2432-689/+302
| * Mac audio; emit stateChanged on start, don't flush in push mode.Justin McPherson2009-09-242-0/+9
| * Mac audio; Remove signal re-decleration.Justin McPherson2009-09-242-8/+0
| * Remove extraneous debug statementBill King2009-09-241-2/+0
| * Fix cubic paths in OpenVGRhys Weatherley2009-09-231-3/+3
| * Stabilize more testsOlivier Goffart2009-09-233-89/+95
| * Fix tst_QWidget::activateWindow on X11Olivier Goffart2009-09-231-5/+6
| * Fix 3.1 build - move unimplemented RFs API to the S60 pluginShane Kearns2009-09-239-10/+124
| * Stabilize more testOlivier Goffart2009-09-238-10/+12
| * Compile fix for platforms prior to Symbian^3.Jason Barron2009-09-234-0/+11
| * Fix Q3TextBrowserOlivier Goffart2009-09-231-0/+1
| * Stabilize QGraphicsEffect and QToolTip testOlivier Goffart2009-09-232-12/+11
| * Try to stabilize stylesheet testOlivier Goffart2009-09-231-2/+3
| * QLabel and QTextEdit autotest pro files fixedJoerg Bornemann2009-09-232-2/+2
| * tests/auto/qpainter pro file fixedJoerg Bornemann2009-09-231-1/+1
| * tests/auto/QSvgGenerator pro file fixedJoerg Bornemann2009-09-231-1/+1
| * Merge branch 'imhintsAdditions' into 4.6axis2009-09-232-6/+16
| |\
| | * Cleaned up input method hints documentation a bit.axis2009-09-231-6/+15
| | * Added ImhEmailCharactersOnly flag.axis2009-09-231-0/+1
| * | Skip tst_QWidget::setWindowGeometry on X11Olivier Goffart2009-09-231-0/+10
| * | Stabilize tst_QWidget::saveRestoreGeometryOlivier Goffart2009-09-231-21/+37
| * | Don't disable painting with multiple screens and VNCJeremy Katz2009-09-233-8/+18
| |/
| * Add test for to see if the layout is stable if it has several solutions.Jan-Arve Sæther2009-09-231-6/+59
| * Merge branch 's60MainHelperClasses' into 4.6axis2009-09-2316-470/+667
| |\
| | * Corrected typo.axis2009-09-231-1/+1
| | * Added support for using custom application objects on S60.axis2009-09-2316-469/+666
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Marius Bugge Monsen2009-09-2339-760/+1193
| |\ \
| | * | Avoid calling ensureContext() in setGeometry.Jason Barron2009-09-231-1/+0
| | * | Small change in the API of animationsThierry Bastian2009-09-2315-38/+32
| | * | detect and eliminate forwarding headersOswald Buddenhagen2009-09-231-7/+20
| | * | reduce peak memory consumptionOswald Buddenhagen2009-09-231-30/+70
| | * | actually use the argument of Q_DECLARE_TR_FUNCTIONSOswald Buddenhagen2009-09-233-9/+77
| | * | namespaces *can* have tr() functions, after allOswald Buddenhagen2009-09-231-11/+8
| | * | drastically improve lupdate's scalabilityOswald Buddenhagen2009-09-231-197/+280
| | * | optimize/clarify function context stringificationOswald Buddenhagen2009-09-231-5/+6
| | * | do not record class forward declarationsOswald Buddenhagen2009-09-231-28/+27
| | * | remove more dead codeOswald Buddenhagen2009-09-231-2/+1
| | * | remove dead codeOswald Buddenhagen2009-09-231-13/+2
| | * | move static objects out of function scopeOswald Buddenhagen2009-09-231-6/+6
| | * | use a source char pointer instead of a string + indexOswald Buddenhagen2009-09-231-13/+18
| | * | take advantage of knowing that qstrings are zero-terminated internallyOswald Buddenhagen2009-09-231-6/+5
| | * | no need to actually compute number values. only 0 is specialOswald Buddenhagen2009-09-231-37/+18