summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mark the QScriptClass object prototypeKent Hansen2009-07-071-0/+2
* start to implement QScriptEngine::importExtension()Kent Hansen2009-07-061-5/+200
* implement QScriptEngine::availableExtensions()Kent Hansen2009-07-062-3/+75
* fix QScriptValue::construct() when argument is not array-likeKent Hansen2009-07-062-4/+8
* make QScriptClass::HasInstance extension workKent Hansen2009-07-062-2/+2
* start implementing QScriptClass extensionsKent Hansen2009-07-032-1/+50
* make more tests passKent Hansen2009-07-032-4/+2
* Attributes and deletion of String object propertiesKent Hansen2009-07-034-0/+29
* make more tests passKent Hansen2009-07-031-1/+13
* implement a fair amount of the QScriptClass functionalityKent Hansen2009-07-024-15/+209
* implement string-->enum conversionKent Hansen2009-07-021-1/+9
* first stab at implementing Qt property getter/settersKent Hansen2009-07-024-24/+230
* implement caching of slot wrapper functionsKent Hansen2009-07-022-1/+42
* implement marking of QObject connectionKent Hansen2009-07-021-8/+9
* implement QScriptValue::QObjectMember property flagKent Hansen2009-07-023-4/+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-021-0/+74
* add placeholder implementations of findChild() and findChildren()Kent Hansen2009-07-011-1/+25
* 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-301-7/+13
* port recent changes from qt/masterKent Hansen2009-06-302-7/+20
* make part of test not assertKent Hansen2009-06-291-0/+2
* 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-294178-152938/+187055
|\
| * 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-243133-7842/+15428
| |\
| | * Fix option rect offset for QComboBox on Vista styleJens Bache-Wiig2009-06-231-2/+3
| | * Fixed build error on X11 with gcc 4.1.2.jasplin2009-06-231-6/+6
| | * Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-2315-61/+104
| | |\
| | | * Fix compilation after the last change.Thiago Macieira2009-06-231-1/+4
| | | * Attempt to fix header installation for Phonon.Thiago Macieira2009-06-231-4/+12
| | | * Improve text drawing quality with CarbonSimon Hausmann2009-06-231-5/+0
| | | * 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-222-0/+26
| | | * 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-221-1/+4
| | | |\
| | | | * Moving a child widget right after show() does not work as expected.Bjørn Erik Nilsen2009-06-221-1/+4
| | | * | Check if the row larger or equal to the flowPositions vector to prevent out o...Marius Bugge Monsen2009-06-221-1/+1
| | | |/
| | | * Fixed wrong painting when doing IntersectClip after setClipping(false).Samuel Rødal2009-06-222-11/+14