summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Worked around a SC issue in S60 3.x vs 5.0 versions.axis2011-02-141-1/+13
| | * | | | | Apply the gcce link rules for LIBS_PRIVATE too.Liang Qi2011-02-111-3/+3
| | * | | | | Build Qt with GCCE 4.4.1, Symbian^3 PDK on Linux and Mac OS X.Liang Qi2011-02-111-4/+1
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-1433-29/+494
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Don't leak ScopeChainNode'sAaron Kennedy2011-02-142-3/+41
| | * | | | | Rename 'plugins\qmldebugging' (work around qmake issues)Kai Koehne2011-02-117-6/+6
| | * | | | | Correct the "module not installed" error handlingAaron Kennedy2011-02-1116-13/+285
| | * | | | | Flickable uses the flick velocity to determine whether to retain grabMartin Jones2011-02-111-1/+6
| | * | | | | Make addImportPath() work for windows paths starting with lower caseBea Lam2011-02-112-3/+15
| | * | | | | Report any exceptions occurring in WorkerScript javascript codeBea Lam2011-02-116-3/+139
| | * | | | | MouseArea docs - link to onCanceled() from onReleased()Bea Lam2011-02-111-0/+2
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-02-142-3/+12
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Designer: Slots of main container not visible in signal/slot editor.Friedemann Kleint2011-02-112-3/+12
* | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-02-1656-439/+1428
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch earth-team/master into earth-stagingJoão Abecasis2011-02-1656-439/+1428
| |\ \ \ \ \ \ \
| | * | | | | | | Add experimental support for armCC on LinuxHarald Fernengel2011-02-115-2/+144
| | * | | | | | | Fixed resizing popups with QSizeGrip on X11Denis Dzyubenko2011-02-101-1/+3
| | * | | | | | | Workaround public header depending on private in symbian^3Shane Kearns2011-02-081-1/+6
| | * | | | | | | Fix reversed conditionOlivier Goffart2011-02-081-1/+1
| | * | | | | | | Fix warning, unused parametter errorOlivier Goffart2011-02-081-2/+1
| | * | | | | | | Fixed mapFromGlobal in some window managers on X11Denis Dzyubenko2011-02-081-1/+16
| | * | | | | | | Removed obsolete code that was incorrectly handling ConfigureNotifyDenis Dzyubenko2011-02-081-13/+1
| | * | | | | | | QMutex: do not use inline mutex in debug.Olivier Goffart2011-02-071-1/+8
| | * | | | | | | Fix race condition between QEventLoop::exec and QThread::exitOlivier Goffart2011-02-074-2/+29
| | * | | | | | | Remove QThreadData::mutexOlivier Goffart2011-02-071-2/+0
| | * | | | | | | tst_qnetworkreply: Use proper test server hostnameMarkus Goetz2011-02-071-1/+1
| | * | | | | | | demo browser: Verbose output about Zerocopy usageMarkus Goetz2011-02-042-2/+8
| | * | | | | | | tst_qnetworkreply: Some additionsMarkus Goetz2011-02-041-1/+15
| | * | | | | | | QNAM: Delete old fileMarkus Goetz2011-02-041-84/+0
| | * | | | | | | QNAM: Move authentication cache to separate classMarkus Goetz2011-02-046-245/+424
| | * | | | | | | tst_qnetworkreply: Relax a conditionMarkus Goetz2011-02-041-10/+6
| | * | | | | | | Implement QThreadData::current using __threadOlivier Goffart2011-02-031-3/+20
| | * | | | | | | Crash in QFileSystemEngine::canonicalName with older libc versionOlivier Goffart2011-02-021-2/+3
| | * | | | | | | Fix leak in QFactoryLoaderOlivier Goffart2011-02-021-1/+3
| | * | | | | | | Fixed "not a valid preprocessing token" on GCCE.axis2011-02-011-1/+1
| | * | | | | | | Fixed win32-msvc2008 build regression.axis2011-01-312-9/+5
| | * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-01-3110669-56893/+38205
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix for linux build errorShane Kearns2011-01-281-1/+1
| | * | | | | | | | Merge branch 'windowsMakefileBuildSupport' into earth-masteraxis2011-01-2814-47/+140
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Made qmake strip trailing \ from libdirs.axis2011-01-281-1/+4
| | | * | | | | | | | Fixed GCCE libdir handling if the paths have spaces in them.axis2011-01-281-9/+9
| | | * | | | | | | | Added MinGW support for adding lib prefix and extension via profile.axis2011-01-284-9/+21
| | | * | | | | | | | Added support for various special compiler/linker flags on MinGW.axis2011-01-281-0/+18
| | | * | | | | | | | Added support for rvct_linker config in qmake's MinGW generator.axis2011-01-281-3/+11
| | | * | | | | | | | Avoided some MinGW specific codepaths when building Symbian libs.axis2011-01-282-3/+4
| | | * | | | | | | | Added .lib/.dso dependency tracking to Symbian with MinGW generator.axis2011-01-281-0/+6
| | | * | | | | | | | Stopped honoring the RVCT22INC variable on symbian-armcc mkspec.axis2011-01-281-6/+6
| | | * | | | | | | | Fixed a typo in src profile.axis2011-01-281-1/+1
| | | * | | | | | | | Fixed a build library deployment issue in sqlite.axis2011-01-281-0/+6
| | | * | | | | | | | Fixed include in network module on Symbian.axis2011-01-281-1/+1