summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
...
* | | Do runtime check for SetVolume.Frans Englich2009-09-241-5/+12
* | | Essentially do 's/NULL/0/g', to adhere to Qt coding style.Frans Englich2009-09-249-22/+22
* | | Remove TODO comment.Frans Englich2009-09-241-1/+0
* | | Make local function static.Frans Englich2009-09-241-1/+1
* | | Adopt Qt coding style.Frans Englich2009-09-241-60/+60
* | | Updated TODO listGareth Stockwell2009-09-241-17/+0
* | | Up-date to our new website address.Frans Englich2009-09-241-1/+1
* | | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-232759-28305/+1338903
|\ \ \ | |/ /
| * | fix QApp::translate() callsOswald Buddenhagen2009-09-221-5/+5
| * | Make the test fail in a nicer way if it failsPaul Olav Tvete2009-09-221-7/+7
| * | Fix tst_QScriptEngine::throwErrorFromProcessEventsOlivier Goffart2009-09-222-2/+3
| * | Move 3rdparty fonts into repository.Jason McDonald2009-09-2239-0/+986075
| * | QtScript: Fix comparing QVariant and QObject.Olivier Goffart2009-09-212-1/+8
| * | qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-211-2/+7
| * | Remove 3rdparty/javascriptcore unused .pro file that produce errors duringJocelyn Turcotte2009-09-181-73/+0
| * | Windows CE specific time functions removed from QtWebKitJoerg Bornemann2009-09-186-698/+2
| * | QtWebKit Windows CE compile fixJoerg Bornemann2009-09-182-0/+8
| * | QtWebKit Windows CE compile fixesJoerg Bornemann2009-09-185-6/+8
| * | Copied Windows CE compatiblity date/time conversion functions from WebKitSimon Hausmann2009-09-182-0/+693
| * | Removed JavaScriptCore.pro file that shouldn't be there.Simon Hausmann2009-09-181-69/+0
| * | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-09-187-12/+90
| * | Updated WebKit from /home/joce/dev/qtwebkit/ to qtwebkit-4.6-snapshot-1809200...Jocelyn Turcotte2009-09-182246-29270/+114278
| * | Merge branch '4.5' into 4.6Tom Cooksey2009-09-171-5/+9
| |\ \ | | |/
| | * Fixes: Fixed incorrect tracks number calculation with phonon/gstDmytro Poplavskiy2009-09-161-5/+9
| | * Doc: Note that Netscape plugins are only available on desktop platforms.David Boddie2009-09-091-3/+7
| | * Update license headers again.Jason McDonald2009-09-081-4/+4
| | * Fix #error line not to have a ' as it's not correctAlbert Astals Cid2009-08-311-1/+1
| * | Separate the copy of JavaScriptCore that QtScript uses from the copy thatSimon Hausmann2009-09-16480-0/+238765
| * | Fixed a typo found during translationJure Repinc2009-09-141-1/+1
| * | Doc: Note that Netscape plugins are only available on desktop platforms.David Boddie2009-09-091-3/+6
| * | Fix crash of QtScript on Mac OS XSimon Hausmann2009-09-091-2/+6
| * | Fix crash in QtScript with exceptions.Simon Hausmann2009-09-091-1/+2
| * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-095-9/+12
| |\ \
| | * | Update license headers again.Jason McDonald2009-09-091-4/+4
| | * | fix major memory leak in JavaScriptCore RegisterFile on Windows CEJoerg Bornemann2009-09-081-0/+3
| | * | make JavaScriptCore compile on platforms with case-insensitive file systemKent Hansen2009-09-083-5/+5
| * | | Fixed compiler warnings for RVCT compiler.Janne Anttila2009-09-092-7/+7
| |/ /
| * | Fix QScriptEngineAgent::functionExit (JIT enabled)Jedrzej Nowacki2009-09-072-1/+4
| * | Fix QScriptEngineAgent::exceptionCatch (JIT enabled)Jedrzej Nowacki2009-09-072-1/+4
| * | make JavaScriptCore compile on HPUXKent Hansen2009-09-077-3/+12
| * | Few expected fails were fixed in QScriptEngineAgentJedrzej Nowacki2009-09-073-0/+15
| * | Implement symbol hiding for JSC's JIT functions.Thiago Macieira2009-09-041-0/+23
| * | define MAP_ANON as MAP_ANONYMOUS on HPUXKent Hansen2009-09-041-0/+3
| * | Add a way of getting the stack base on HP-UX.Thiago Macieira2009-09-041-0/+45
| * | Add PLATFORM(HPUX) and COMPILER(ACC) defines, for HP-UX support.Thiago Macieira2009-09-041-0/+24
| * | Fix compilation on AIX: struct tm has no timezone information.Simon Hausmann2009-09-041-1/+1
| * | Implement support for getting the stack base on AIX.Thiago Macieira2009-09-041-0/+12
| * | Fix compilation with xlC 7: operator-> must return a pointer-like type.Thiago Macieira2009-09-041-1/+1
| * | Work around an apparent xlC 7 bug: partial specialisation on HashMap.Thiago Macieira2009-09-041-49/+54
| * | Fix compilation with xlC 7: apparently problem with nested templates.Thiago Macieira2009-09-041-20/+20