summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* declaring fast allocation shrink hysteresis valuemread2010-09-301-0/+2
* fast allocator compiling for S60 3.2mread2010-09-304-4/+19
* moved fast allocator config to qt_hybridHeap_symbian_p.hmread2010-09-302-6/+6
* getting fast allocator to compile on S60 5.0 SDKmread2010-09-306-14/+110
* removing header use not in public SDKsmread2010-09-301-1/+5
* added header to arch.primread2010-09-301-1/+2
* added renamed headermread2010-09-301-0/+77
* new allocator tidy up and winscw freezemread2010-09-307-87/+13
* Qt apps to use the Symbian^4 fast allocator in pre-Symbian^4 platformsmread2010-09-3015-3618/+5626
* Enable call stack tracing of allocs, for memory leak debuggingShane Kearns2010-09-303-21/+55
* Fix BTRACE loggingShane Kearns2010-09-302-112/+77
* Implement RNewAllocator::Available for Doug Lea sectionShane Kearns2010-09-302-7/+11
* Fill in some of the missing functionsShane Kearns2010-09-301-5/+24
* Fix bug where negative numbers are cast to unsigned and added as an offsetShane Kearns2010-09-301-1/+1
* Code cleanupShane Kearns2010-09-304-19/+22
* Add the new allocator to corelibShane Kearns2010-09-307-2/+4361
* Fix QApplication::desktop()->availableGeometry() for SymbianMiikka Heikkinen2010-09-301-0/+3
* QS60Style: Possible NULL pointer use when drawing frameSami Merila2010-09-301-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-285-3/+23
|\
| * Fix QFontMetrics::lineWidth() for fonts with defined point sizeAlessandro Portale2010-09-281-1/+7
| * Implemeting, exporting and autotesting QFont::lastResortFont()Alessandro Portale2010-09-283-0/+12
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-271-2/+4
| |\
| | * Fixed regression when typing in QTextControl based widgets on Symbianaxis2010-09-271-2/+4
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-2848-4609/+691
|\ \ \ | |/ / |/| |
| * | Fix compile warnings (unused variables).Aaron McCarthy2010-09-282-1/+9
| * | Removing libconninet 3rdparty component.Aaron McCarthy2010-09-2843-4595/+650
| * | Closes properly the dbus connection in icd backendAaron McCarthy2010-09-281-0/+2
| * | Connect/Disconnect requests needs to use the same dbus connection to ICD for ...Aaron McCarthy2010-09-282-5/+6
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-274-8/+24
| |\ \ | | |/ | |/|
| | * Merge commit 'oslo-staging-1/4.7' into week39Morten Engvoldsen2010-09-273-2/+13
| | |\
| | * \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-261-8/+11
| | |\ \
| | * \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-2459-410/+1006
| | |\ \ \
| | * | | | Clarified documentation of loadFinished() signal.Jerome Pasion2010-09-241-5/+7
| | * | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Geir Vattekar2010-09-2437-258/+234
| | |\ \ \ \
| | | * \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-2237-258/+234
| | | |\ \ \ \
| | * | | | | | Doc: call qApp->precessEvents after QSplashScreen::showMessageGeir Vattekar2010-09-241-0/+7
| | * | | | | | Doc: Said that QApplication exits when not able to open X11 displayGeir Vattekar2010-09-241-0/+6
| | |/ / / / /
| | * | | | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-215-13/+40
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-2029-251/+742
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'doc-4.7' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into doc-4.7Morten Engvoldsen2010-09-201-3/+4
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'doc-4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into doc-4.7Jerome Pasion2010-09-2054-3632/+1690
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Added default value documentation for two variables.Jerome Pasion2010-09-171-3/+4
* | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-272-1/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Add export to QDeclarativeBasePositionerMarco Bubke2010-09-271-1/+1
| * | | | | | | | | | Fix assert when placing a .qml file inside $QTDIR/importsKai Koehne2010-09-271-0/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Moved the partial deployment section to qbase.pri.axis2010-09-274-45/+17
* | | | | | | | | | Made the Symbian menu close when switching native focus.axis2010-09-271-0/+4
|/ / / / / / / / /
* | | | | | | | | Document PropertyAnimation::targets propertyBea Lam2010-09-271-1/+8
* | | | | | | | | Fix test.Michael Brasser2010-09-271-0/+4
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-261-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |