summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-213-5/+14
* Add a new compressable event QEvent::UpdateSoftKeys.Jason Barron2009-09-211-0/+2
* System locale on Mac may not return AnyCountry for any language != Ccon2009-09-181-2/+5
* Adding support for symbian graphics resources.Aleksandar Sasha Babic2009-09-181-1/+3
* Introduce native Symbian bitmap support to QPixmapJani Hautakangas2009-09-181-0/+1
* Add a new wildcard mode similar to bash in QRegExpBenjamin Poulain2009-09-172-18/+85
* have make_qfeatures_dot_h use QTSRCDIR if defined, update qfeatures.hJeremy Katz2009-09-161-5/+5
* QGlobal: fix Windows error reportingPeter Hartmann2009-09-161-1/+1
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Shane Kearns2009-09-165-23/+22
|\
| * Put back the declarativeData into its union so it doesn't take memoryOlivier Goffart2009-09-161-2/+4
| * Move QGuard to the ExtraDataOlivier Goffart2009-09-162-15/+15
| * Document that errors from flush are ignored in QFile::close()João Abecasis2009-09-161-1/+1
| * doc: Fixed some qdoc errors.Martin Smith2009-09-162-5/+2
* | Fix QTimer overflow with interval > 35 minutes on symbianShane Kearns2009-09-162-5/+30
|/
* Hide getStaticMetaObject() on platforms without Q_NO_DATA_RELOCATIONShane Kearns2009-09-161-2/+8
* doc: Fixed some qdoc errors.Martin Smith2009-09-161-1/+1
* I don't think this was intentional...João Abecasis2009-09-152-2/+0
* QCursor support for Symbian OSShane Kearns2009-09-153-0/+39
* Fix ambiguous overload for QTileRules constructorOlivier Goffart2009-09-151-0/+2
* System locale on Mac returns preferred language/country from sys prefs.con2009-09-141-5/+29
* Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-141-1/+1
|\
| * Fix libiconv support on FreeBSD.Raphael Kubo da Costa2009-09-131-1/+1
| * Update license headers again.Jason McDonald2009-09-08367-1468/+1468
* | Fix -Wconversion warnings where possible.David Faure2009-09-1310-45/+45
* | Do not make Mac-specific checks on FreeBSD.Raphael Kubo da Costa2009-09-131-2/+2
* | Compile fix for windowsRobert Griebl2009-09-111-1/+1
* | Out of memory fix for qUncompressRobert Griebl2009-09-112-21/+34
* | small optimization for variant handling in animationsThierry Bastian2009-09-111-3/+9
* | animations now display a warning if they don't have a end valueThierry Bastian2009-09-111-2/+2
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-111-1/+1
|\ \
| * | Fix the signal output in QObject::dumpObjectInfoOlivier Goffart2009-09-101-1/+1
* | | Optimized S60 version check.Miikka Heikkinen2009-09-111-21/+29
|/ /
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-10456-1843/+1857
|\ \
| * | Some unneeded semicolons lessAlessandro Portale2009-09-092-2/+2
| * | Add missing \since 4.6 in the QMargins documentationOlivier Goffart2009-09-091-0/+1
| * | Unable to access file means QFile::PermissionsErrorJoão Abecasis2009-09-091-1/+1
| * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-09456-1839/+1877
| |\ \
| | * | Update license headers again.Jason McDonald2009-09-09456-1824/+1824
| | * | Fix windows implemetation of QLocalSocket to emit bytesWritten() signalabcd2009-09-092-0/+2
| | * | Doc: A timeline's current value is not reset when the duration changes.David Boddie2009-09-081-0/+4
| | * | Replace QGLDrawable with a new QGLPaintDeviceTom Cooksey2009-09-081-1/+2
| | * | exception safety fix for QList::operator+= (const QList&)mread2009-09-081-7/+12
| * | | Fixed 'use of function is deprecated' warnings reported by RVCTJanne Anttila2009-09-094-8/+9
* | | | Fixed various PlatSec violations when app had no AllFiles capability.Miikka Heikkinen2009-09-103-9/+47
| |/ / |/| |
* | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-081-2/+15
|\ \ \
| * | | Animations of redocking widgets are brokenThierry Bastian2009-09-081-2/+15
| |/ /
* | | Fixed resolving absolute paths in Symbian.Miikka Heikkinen2009-09-081-5/+18
|/ /
* | Fix warning when compiling with QT_NO_EXCEPTIONSOlivier Goffart2009-09-071-1/+1
* | Fix a crash in the Win32 event dispatcherBradley T. Hughes2009-09-071-0/+2
* | Doc: Added a note that a state machine requires a running event loop.David Boddie2009-09-071-31/+11