summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Check the validity of qt_desktopWidget before dereferencingRuth Sadler2011-04-071-2/+4
| | * | | GraphicsView is not reset if focusItem is not set when keyboard closesSami Merila2011-04-081-6/+8
| | |/ /
| | * | Labels are not visible in dialogs with all themes (part2)Sami Merila2011-04-071-0/+1
| | * | Labels are not visible in dialogs with all themesSami Merila2011-04-071-0/+7
| | * | Enable webkit for symbian-gcce in configureLiang Qi2011-04-071-1/+0
| | * | Enable webkit build for the makefile build system with gcceLiang Qi2011-04-072-10/+9
| | * | Add the rules for gcce in do_not_build_as_thumb.prfLiang Qi2011-04-071-0/+5
| | * | Correct some parameters for the makefile build sytem, armcc and gcceLiang Qi2011-04-073-12/+9
| | * | Support QMAKE_LFLAGS.ARMCC and QMAKE_LFLAGS.GCCE in makefile build systemLiang Qi2011-04-072-1/+4
| | * | Do not unnecessarily draw application twice in landscapeMiikka Heikkinen2011-04-072-1/+9
| | * | Have the backing store destroyed also in special Symbian scenarios.Laszlo Agocs2011-04-071-1/+2
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-127-2/+119
| |\ \ \ | | | |/ | | |/|
| | * | ListView has wrong keyPressEvent behaviour when verticalMartin Jones2011-04-121-2/+2
| | * | Ensure view is positioned correctly when orientation changes.Martin Jones2011-04-123-0/+56
| | * | Fix regression in wigglytext.qmlMichael Brasser2011-04-124-0/+61
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-04-1223-86/+117
| |\ \ \
| | * | | look for makespec in the build dir firstOswald Buddenhagen2011-04-121-3/+3
| | * | | make collection of SUBDIRS in solution generator less bizarreOswald Buddenhagen2011-04-122-21/+22
| | * | | run depend_command in build dir in VS generators as wellOswald Buddenhagen2011-04-124-4/+18
| | * | | fixify target source against build treeOswald Buddenhagen2011-04-121-1/+1
| | * | | fix fixifying of QMAKE_SUBSTITUTESOswald Buddenhagen2011-04-121-6/+10
| | * | | dist target: fixify OBJECTS_DIR against output dirOswald Buddenhagen2011-04-121-1/+2
| | * | | fix paths of vpath-resolved filesOswald Buddenhagen2011-04-121-4/+3
| | * | | simplify: absolute fixification ignores the base dir argumentsOswald Buddenhagen2011-04-121-1/+1
| | * | | simplify: fileFixify for all same paths is always "."Oswald Buddenhagen2011-04-121-3/+1
| | * | | simplify: the input and output dirs are already normalizedOswald Buddenhagen2011-04-121-1/+1
| | * | | stop fixifying after first successOswald Buddenhagen2011-04-121-0/+1
| | * | | create a pwd string with a trailing slash only on demandOswald Buddenhagen2011-04-121-6/+7
| | * | | make uic3-generated moc files depend on mocinclude.tmpOswald Buddenhagen2011-04-121-0/+1
| | * | | useful location reporting for errors from QMAKE_SUBSTITUTESOswald Buddenhagen2011-04-123-1/+16
| | * | | clean up visual studio identification codeOswald Buddenhagen2011-04-1212-22/+16
| | * | | prefix TEMPLATE_PREFIX to TEMPLATE even if it is "default-constructed"Oswald Buddenhagen2011-04-121-7/+7
| | * | | fix detection of relative location informationOswald Buddenhagen2011-04-111-5/+7
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-1210-31/+136
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Allow enum values to be used as signal parametersBea Lam2011-04-128-28/+94
| | * | | ListModel::clear() should not clear rolesBea Lam2011-04-122-3/+42
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-water-staging into 4.7-int...Qt Continuous Integration System2011-04-111-1/+1
| |\ \ \ \
| | * | | | Cocoa: Fixup wrong code in patch baaa5aeRichard Moe Gustavsen2011-04-111-1/+1
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-04-114-1/+23
| |\ \ \ \ \
| | * | | | | Make sure removed QTextBlock is invalidJiang Jiang2011-04-114-1/+23
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-04-092-17/+30
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | [QTBUG-15278] QWidget::windowState gets out of sync (Aero Snap)Arnold Konrad2011-04-081-9/+25
| | * | | | | HTTP cacheing: do not store the date header with the resourcePeter Hartmann2011-04-081-8/+5
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-04-081-3/+1
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Let's not write to the source buffer when blending argb32 on rgb16.Samuel Rødal2011-04-081-3/+1
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-04-082-2/+2
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | make -markuntranslated work without -idbasedOswald Buddenhagen2011-04-081-1/+1
| | * | | | | fix conditional on shell typeOswald Buddenhagen2011-04-081-1/+1
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-water-staging into 4.7-int...Qt Continuous Integration System2011-04-085-25/+41
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Cocoa: p1 bug fix: fix auto test regressionsRichard Moe Gustavsen2011-04-072-6/+17