summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes undeleted timers (and endless warning from the event loop aboutAaron Kennedy2010-07-231-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-2364-175/+483
|\
| * Remove unneeded member variable.Michael Brasser2010-07-222-6/+3
| * Fix test.Michael Brasser2010-07-221-0/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2295-754/+1935
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2295-754/+1935
| | |\
| | | * Fix TextInput echoMode autotest on LinuxJoona Petrell2010-07-221-0/+4
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-226-5/+36
| |\ \ \
| | * | | Added silent behavior to the most important Symbian build steps.axis2010-07-222-0/+7
| | * | | Fixed compiling with symbian/linux-armcc and configure -silent optionaxis2010-07-221-1/+1
| | * | | Removed some warnings from armcc that are unneeded.axis2010-07-221-1/+10
| | * | | Made the makefile build system use QMAKE_CFLAGS.xxx properly.axis2010-07-222-2/+10
| | * | | Automatically disabled unsupported modules for certain compilers.axis2010-07-221-0/+7
| | * | | Fixed an incorrect profile inclusion.axis2010-07-221-1/+1
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-2253-150/+399
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | If the QEventDispatcherGlibc causes warnings, it should say soDaniel Molkentin2010-07-221-3/+3
| | * | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Andy Shaw2010-07-221-1/+4
| | |\ \ \
| | | * | | Drag & Drop failing in itemviews on Cocoa.Prasanth Ullattil2010-07-221-1/+4
| | * | | | Remove a warning message that no longer appears after all on WindowsAndy Shaw2010-07-221-5/+1
| | |/ / /
| | * | | qdoc: Removed debug code.Martin Smith2010-07-221-1/+0
| | * | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-07-22456-4983/+11874
| | |\ \ \
| | | * | | Fix the smallFont test failure for Mac and LinuxAndy Shaw2010-07-222-1/+3
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-2134-77/+113
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Revert "Compile fix for MSVC"Robert Loehning2010-07-211-2/+1
| | | | * | Compile fix for MSVCRobert Loehning2010-07-211-1/+2
| | | | * | Improve QAccessible for QAccessibleTabBarSebastian Sauer2010-07-211-2/+6
| | | | * | Improve QAccessible for QTabBarSebastian Sauer2010-07-211-0/+6
| | | | * | fix the export macros for the QtDBus moduleRomain Pokrzywka2010-07-2127-71/+71
| | | | * | rebuild configure.exeJoerg Bornemann2010-07-211-0/+0
| | | | * | make "configure -qt-gif" work again on WindowsJoerg Bornemann2010-07-211-2/+2
| | | | * | Fix a typo in harfbuzz thai line breaking.Ritt Konstantin2010-07-211-1/+1
| | | | * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Andy Shaw2010-07-2121-917/+164
| | | | |\ \
| | | | * | | Ensure that font sizes that are > 0 and < 1 are still respectedAndy Shaw2010-07-212-1/+27
| | * | | | | qdoc: Fixed reporting of read-only status for QML properties.Martin Smith2010-07-2216-68/+281
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-223-14/+40
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Improve the conversion from indexted to RGB16Benjamin Poulain2010-07-221-7/+16
| | * | | | | Avoid qMin() for each pixel when converting indexed colors in-placeBenjamin Poulain2010-07-221-4/+12
| | * | | | | Premultiply the color table instead of each pixel for image conversionBenjamin Poulain2010-07-221-2/+7
| | * | | | | Switch the default value for configure's -separate-debug-info to "no".hjk2010-07-221-2/+2
| | * | | | | Docs: Additional HTML extraction marks for enumerations.Leandro Melo2010-07-221-1/+5
| |/ / / / /
* | | | | | Generalize qml "registration"Aaron Kennedy2010-07-226-21/+64
* | | | | | Fix compiler warningAaron Kennedy2010-07-221-2/+0
| |_|_|_|/ |/| | | |
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-2219-37/+326
|\ \ \ \ \
| * | | | | Fix TextEdit text attribute and text stored in the internal QTextDocument hav...Joona Petrell2010-07-222-2/+37
| * | | | | Remove QDeclarativeItem::childrenChanged() signal overloadMartin Jones2010-07-224-3/+7
| * | | | | Update QtGui and QtDeclarative def filesJoona Petrell2010-07-224-12/+33
| * | | | | Make rootContext and engine pointers in QDeclarativeView API constJoona Petrell2010-07-224-14/+15
| * | | | | Add additional QVariant benchmarks.Michael Brasser2010-07-221-0/+45
| * | | | | Allow MouseArea dragging to filter mouse events from descendantsMartin Jones2010-07-226-6/+189
* | | | | | Reuse QML lexer to simplify .pragma script logicAaron Kennedy2010-07-222-67/+42
|/ / / / /