summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* implement string-->enum conversionKent Hansen2009-07-022-3/+9
* first stab at implementing Qt property getter/settersKent Hansen2009-07-024-24/+230
* skip some of the V8 tests so autotest doesn't hangKent Hansen2009-07-021-0/+4
* remove a bunch of expected failuresKent Hansen2009-07-021-94/+0
* implement caching of slot wrapper functionsKent Hansen2009-07-023-4/+42
* make the qtscript calculator and tetrix examples runKent Hansen2009-07-022-4/+4
* implement marking of QObject connectionKent Hansen2009-07-021-8/+9
* implement QScriptValue::QObjectMember property flagKent Hansen2009-07-024-8/+12
* use the JSC::Getter and JSC::Setter flagsKent Hansen2009-07-021-4/+2
* create a new QScriptContext when calling a Qt methodKent Hansen2009-07-021-2/+14
* implement QObject property flagsKent Hansen2009-07-022-2/+97
* add placeholder implementations of findChild() and findChildren()Kent Hansen2009-07-011-1/+25
* make the calculator example use only standard JSKent Hansen2009-06-301-45/+62
* don't crash if isFunction() is called with invalid JS valueKent Hansen2009-06-301-1/+1
* implement setting of default prototype in newQObject()Kent Hansen2009-06-302-14/+51
* implement name-based connection, make more tests workKent Hansen2009-06-302-19/+41
* port recent changes from qt/masterKent Hansen2009-06-303-7/+23
* make part of test not assertKent Hansen2009-06-292-2/+4
* dummy QScriptContextInfo implementationKent Hansen2009-06-291-25/+81
* disable the JIT for nowKent Hansen2009-06-291-0/+2
* Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-06-298610-162995/+333391
|\
| * Re-apply change d5270cd1254e8df4a4ad39ef19d76fffaaecf41f by Friedemann KleintFriedemann Kleint2009-06-291-1/+16
| * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-06-29101-862/+2060
| * Prospective windows build fixSimon Hausmann2009-06-261-2/+2
| * Re-apply change cac74b70d0a7f1ba5b70311450d86906c4436d6d by Friedemann KleintFriedemann Kleint2009-06-261-1/+16
| * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-06-26174-884/+4473
| * Re-apply change 89e6d626f1e23858735659a1596408cd7a521c02 by Friedemann KleintFriedemann Kleint2009-06-241-1/+16
| * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-06-2410-23/+70
| * Merge branch 'master-stable' of scm.dev.nokia.troll.no:qt/qt into qtwebkit-4....Simon Hausmann2009-06-247564-17898/+161763
| |\
| | * Fix option rect offset for QComboBox on Vista styleJens Bache-Wiig2009-06-231-2/+3
| | * QHttpNetworkReply autotest: fix build on WindowsPeter Hartmann2009-06-231-1/+1
| | * Fixed build error on X11 with gcc 4.1.2.jasplin2009-06-231-6/+6
| | * Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-2352-92/+1002
| | |\
| | | * Fix compilation after the last change.Thiago Macieira2009-06-232-2/+6
| | | * Attempt to fix header installation for Phonon.Thiago Macieira2009-06-232-28/+34
| | | * mark plural messages as such in the qm readerOswald Buddenhagen2009-06-231-0/+18
| | | * add -input-codec option for qm readerOswald Buddenhagen2009-06-232-3/+10
| | | * Fix the dash pattern examples in the documentation of QPenBenjamin Poulain2009-06-231-2/+2
| | | * Fix missing member initialization.kh2009-06-2315-1/+16
| | | * Doc - Adding the new Frozen Column Example by Pierre Rossi into our list ofKavindra Devi Palaraja2009-06-232-0/+2
| | | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Kavindra Devi Palaraja2009-06-231-5/+0
| | | |\
| | | | * Improve text drawing quality with CarbonSimon Hausmann2009-06-231-5/+0
| | | * | Doc - Adding Pierre Rossi's frozen column exampleKavindra Devi Palaraja2009-06-2310-0/+758
| | | |/
| | | * make the last checkin compile.Bill King2009-06-231-2/+0
| | | * Fixes non-unicode strings should be strings, not bytearrays.Bill King2009-06-231-17/+1
| | | * Prevented QWizard from crashing upon removing a page after deleting a field o...jasplin2009-06-223-0/+48
| | | * Fixed drawTiledPixmap() for the GL paint engine.Trond Kjernåsen2009-06-221-7/+13
| | | * Check for null pointer in QGraphicsProxyWidget::event() in case there is no f...Marius Bugge Monsen2009-06-221-1/+1
| | | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Marius Bugge Monsen2009-06-222-1/+32
| | | |\
| | | | * Moving a child widget right after show() does not work as expected.Bjørn Erik Nilsen2009-06-222-1/+32