summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | get rid of extra calls to handle()Ritt Konstantin2011-01-211-9/+4
| | | * | simplify QSharedMemory::detach()Ritt Konstantin2011-01-213-5/+3
| | | * | avoid extra calculationsRitt Konstantin2011-01-212-4/+2
| | | * | fix error reporting on detach()Ritt Konstantin2011-01-211-1/+1
| | | * | fix error reportingRitt Konstantin2011-01-211-0/+1
| | | * | Make QMAKE_EXTENSION_SHLIB and friends work in all Symbian mkspecs.Miikka Heikkinen2011-01-212-3/+3
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-01-211-1/+1
| | |\ \ \ | | | |/ /
| | | * | Fix to pen state handling in OpenVG paint engine.Jani Hautakangas2011-01-211-1/+1
| | |/ /
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-01-217-10/+31
| | |\ \
| | | * | BorderImage fails for .sci source containing a URLMartin Jones2011-01-213-5/+13
| | | * | positionViewAtIndex can fail when positioned near end of list.Martin Jones2011-01-214-5/+18
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-01-213-89/+67
| | |\ \ \ | | | |/ /
| | | * | Revert "Fix loaded() signal to be emitted only once"Bea Lam2011-01-213-89/+67
| | |/ /
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-203-11/+13
| | |\ \
| | | * | Revert "don't include harfbuzz where we don't use it"Oswald Buddenhagen2011-01-205-0/+9
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-208-20/+13
| | | |\ \ | | |/ / /
| | | * | don't accidentaly enable egl when disabling openvgRitt Konstantin2011-01-201-1/+3
| | | * | be more consistent about CFG_EGL_GLES_INCLUDES interpretationRitt Konstantin2011-01-201-1/+1
| | | * | fix build with -opengl es1 in some casesRitt Konstantin2011-01-201-5/+5
| | | * | don't include harfbuzz where we don't use itRitt Konstantin2011-01-205-9/+0
| | | * | don't assign MANIFEST_DIR if we don't need itOswald Buddenhagen2011-01-202-4/+4
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-01-201-22/+34
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Improved QMAKE_POST_LINK support in symbian-sbsv2Miikka Heikkinen2011-01-201-22/+34
| | |/ /
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-01-203-12/+11
| | |\ \
| | | * | Switch default Phonon backend on Symbian from Helix to MMFGareth Stockwell2011-01-191-12/+6
| | | * | Do not load aplication fonts on Symbian^1 and belowAlessandro Portale2011-01-191-0/+3
| | | * | Fix compilation error.Jason McDonald2011-01-191-0/+2
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-192-1/+8
| | |\ \ \
| | | * | | Use SRCDIR as a base path for the test data.Lucian Varlan2011-01-192-1/+4
| | | * | | Add the test data to the INSTALLS targetAdrian Constantin2011-01-191-0/+4
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-01-192-2/+18
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-01-194-28/+225
| | |\ \ \ \
| | | * | | | Supporting Qt application fonts on SymbianAlessandro Portale2011-01-194-28/+225
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-192-16/+9
| | |\ \ \ \ \ | | | |/ / / / | | |/| | / / | | | | |/ / | | | |/| |
| | | * | | fix doubleformat config.testRitt Konstantin2011-01-191-1/+1
| | | * | | stabilize qmake autotestRitt Konstantin2011-01-191-15/+8
| | |/ / /
* | | | | Setting the size of a loader overwrote its implict size.Martin Jones2011-01-274-4/+57
| |_|_|/ |/| | |
* | | | Implement property versioning inside the declarative engineAaron Kennedy2011-01-2731-178/+494
|/ / /
* | | Fix warnings.Michael Brasser2011-01-251-2/+2
* | | Fix critical spelling mistake.Martin Jones2011-01-251-1/+1
* | | Add location information for tracing.Michael Brasser2011-01-255-12/+63
* | | Add "Complete" message for tracing.Michael Brasser2011-01-252-0/+7
* | | Notify that pressed has changed before calling the onClicked handler.Michael Brasser2011-01-253-1/+65
* | | Improve information reported for MouseArea hover events.Michael Brasser2011-01-251-2/+6
* | | Fix copy-paste error in QDeclarativeMouseArea::hoverMoveEvent.Michael Brasser2011-01-251-1/+1
* | | Expose implicitWidth and implicitHeight properties of Item.Martin Jones2011-01-2429-57/+652
* | | Add list of new properties/methods in QtQuick 1.1Martin Jones2011-01-242-1/+116
* | | Change Qt.application.layoutDirection from bool to correct type of Qt::Layout...Joona Petrell2011-01-192-4/+13
* | | Add a layout direction example to positionersJoona Petrell2011-01-1911-16/+197
* | | Update demos following renaming of Image::cachedBea Lam2011-01-191-2/+2