| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-14 | 292 | -8422/+18371 |
|\ |
|
| * | Our modifications to freetype | Harald Fernengel | 2009-08-14 | 8 | -23/+292 |
|
|
| * | Add freetype 2.3.9 | Harald Fernengel | 2009-08-14 | 661 | -0/+292236 |
|
|
| * | Deleted freetype 2.3.6 | Harald Fernengel | 2009-08-14 | 650 | -282668/+0 |
|
|
| * | clucene compiles on Windows CE now | Thomas Hartmann | 2009-08-13 | 6 | -0/+50 |
|
|
| * | Doc - Some cleanup on the documentation of QWebElement | Kavindra Devi Palaraja | 2009-08-13 | 1 | -158/+220 |
|
|
* | | Added missing copyright headers | Simon Hausmann | 2009-08-14 | 2 | -0/+36 |
|
|
* | | Fix compilation | Simon Hausmann | 2009-08-14 | 1 | -0/+2 |
|
|
* | | Fix compilation on Windows | Simon Hausmann | 2009-08-14 | 1 | -1/+1 |
|
|
* | | compile | Olivier Goffart | 2009-08-12 | 1 | -0/+1 |
|
|
* | | Refactor the way the JS stack are created for native function | Olivier Goffart | 2009-08-12 | 4 | -100/+3 |
|
|
* | | Move JSC::Debugger's events calls from JSC::evaluate() to | Jedrzej Nowacki | 2009-08-12 | 1 | -23/+0 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-12 | 11 | -44/+198 |
|\ \
| |/ |
|
| * | Phonon: On windows, cross fading was broken | Thierry Bastian | 2009-08-12 | 1 | -1/+2 |
|
|
| * | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
| * | Phonon: avoids assert when switching source | Thierry Bastian | 2009-08-11 | 1 | -0/+2 |
|
|
| * | Phonon::VideoWidget still flickering | Thierry Bastian | 2009-08-11 | 1 | -0/+2 |
|
|
| * | Fix Whitespace errors | Prasanth Ullattil | 2009-08-11 | 2 | -29/+29 |
|
|
| * | Fix compile error on 64Bit | Prasanth Ullattil | 2009-08-11 | 2 | -0/+34 |
|
|
| * | Add support for hooking BeginPaint/EndPaint on 64Bit Windows | Prasanth Ullattil | 2009-08-11 | 3 | -2/+111 |
|
|
| * | Phonon: Video widget on Windows flickers when going to next video | Thierry Bastian | 2009-08-11 | 1 | -1/+14 |
|
|
| * | Phonon: improve locking to make it safer to load a source | Thierry Bastian | 2009-08-11 | 2 | -13/+22 |
|
|
| * | QtWebKit compile fix for Windows CE | Joerg Bornemann | 2009-08-10 | 1 | -1/+1 |
|
|
| * | Fixed an assert that could happen when the mediaSource is deleted | Thierry Bastian | 2009-08-10 | 3 | -40/+24 |
|
|
* | | remove erroneous operator==(int) | Kent Hansen | 2009-08-12 | 2 | -2/+0 |
|
|
* | | Calls to JSC::Debugger's new events that where created in | Jedrzej Nowacki | 2009-08-11 | 1 | -2/+34 |
|
|
* | | Calls to JSC::Debugger's new events that where created in | Jedrzej Nowacki | 2009-08-11 | 5 | -4/+129 |
|
|
* | | JSGlobalObject debugger's setter | Jedrzej Nowacki | 2009-08-10 | 1 | -1/+11 |
|
|
* | | Move some debug hooks | Jedrzej Nowacki | 2009-08-10 | 1 | -1/+13 |
|
|
* | | New class and new JSC::JSGlobalData attribute. | Jedrzej Nowacki | 2009-08-10 | 7 | -1/+193 |
|
|
* | | Debugger API develop. New events corresponding to QtScript old-backend | Jedrzej Nowacki | 2009-08-10 | 1 | -0/+47 |
|
|
* | | Debugger modification. Debugger receive column number from op_debug | Jedrzej Nowacki | 2009-08-10 | 6 | -12/+17 |
|
|
* | | don't add the jscprint function when building QtScript | Kent Hansen | 2009-08-10 | 1 | -0/+2 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | In a .pro file the include() function does not warn if specified file | Keith Isdale | 2009-08-10 | 1 | -1/+1 |
|
|
* | | update JS bindings to be in sync with commit 394f62d779e6e120ce2fc19bd61ec64b... | Kent Hansen | 2009-08-10 | 17 | -24/+24 |
|
|
* | | make JSC::Register members private again | Kent Hansen | 2009-08-06 | 1 | -1/+1 |
|
|
* | | give Error constructors DontEnum attribute | Kent Hansen | 2009-08-06 | 1 | -6/+6 |
|
|
* | | Should be part of last commit 3350281b3b4640b24b09f2897b033678670ed37a | Jedrzej Nowacki | 2009-08-06 | 1 | -0/+1 |
|
|
* | | Force parser to send information about current column number. | Jedrzej Nowacki | 2009-08-06 | 11 | -41/+49 |
|
|
* | | Updates getPropertyNames() on all javascript object to use the flag | Benjamin Poulain | 2009-08-05 | 73 | -110/+109 |
|
|
* | | RegExp.prototype.toString() when pattern is empty | Kent Hansen | 2009-08-05 | 1 | -0/+4 |
|
|
* | | compile | Kent Hansen | 2009-08-05 | 1 | -1/+1 |
|
|
* | | construct a QScriptObject instead of a JSObject | Kent Hansen | 2009-08-05 | 1 | -1/+4 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-05 | 10 | -27/+39 |
|\ \
| |/ |
|
| * | Fixed warnings on phonon/ds9 with mingw (gcc 4) | Thierry Bastian | 2009-08-03 | 9 | -23/+28 |
|
|
| * | Doc: there is no group of explicitly shared classes, only one class uses this. | Volker Hilsheimer | 2009-07-30 | 1 | -4/+11 |
|
|
* | | New UString method. Conversion from UString to QString. | Jedrzej Nowacki | 2009-08-05 | 1 | -0/+12 |
|
|
* | | add ifdefs for qtscript-specific changes | Kent Hansen | 2009-08-05 | 3 | -1/+19 |
|
|
* | | Make it possible to delete properties even though they have the DontDelete at... | Kent Hansen | 2009-08-04 | 21 | -52/+52 |
|
|