plasma-framework/scriptengines/javascript/simplebindings
Aaron J. Seigo 47deeea77c huge cleanup with lots of inter-twined changes, but this should be more or less ready for 4.4.0 at this point! changes include:
* discovered QByteArrays were completely opaque to the runtime, obviously not good seeing how many things use them. fortunately, Qt has bindings for them ... in the examples! so just pulled those over (license compatible, thankfully) and now that works
* implement the remaining security hooks so it knows the difference between different kinds of urls
* export KIO::Job into the runtime; i really wish we could have had more time to do something more elegant than just pushing the object wholesale into the runtime as it exposes a LOT of API, but this works, should be safe (security wise) and as we are in feature freeze there's really nothing better that can be done to replace it at this point in time
* move some of the utility bindings (i18n, DataEngine) into simplebindings/ for consistency
* break out the qvariant stuff that is used outside of the DataEngine bindings for clarity
* brea out a bunch of the bookkeeping setup stuff from simplejavascriptapplet.cpp (it was getting messy) and put it into a separate .cpp file

svn path=/trunk/KDE/kdebase/runtime/; revision=1063070
2009-12-16 22:05:46 +00:00
..
anchorlayout.cpp clean up api 2009-11-27 21:31:43 +00:00
animationgroup.cpp Thou shalst not commit old cheese which uses experimental API, unless thou hath 2009-12-15 00:33:01 +00:00
animationgroup.h Thou shalst not commit old cheese which uses experimental API, unless thou hath 2009-12-15 00:33:01 +00:00
appletinterface.cpp huge cleanup with lots of inter-twined changes, but this should be more or less ready for 4.4.0 at this point! changes include: 2009-12-16 22:05:46 +00:00
appletinterface.h huge cleanup with lots of inter-twined changes, but this should be more or less ready for 4.4.0 at this point! changes include: 2009-12-16 22:05:46 +00:00
bytearrayclass.cpp huge cleanup with lots of inter-twined changes, but this should be more or less ready for 4.4.0 at this point! changes include: 2009-12-16 22:05:46 +00:00
bytearrayclass.h huge cleanup with lots of inter-twined changes, but this should be more or less ready for 4.4.0 at this point! changes include: 2009-12-16 22:05:46 +00:00
bytearrayprototype.cpp huge cleanup with lots of inter-twined changes, but this should be more or less ready for 4.4.0 at this point! changes include: 2009-12-16 22:05:46 +00:00
bytearrayprototype.h huge cleanup with lots of inter-twined changes, but this should be more or less ready for 4.4.0 at this point! changes include: 2009-12-16 22:05:46 +00:00
color.cpp fix color api 2009-11-27 03:03:48 +00:00
dataengine.cpp huge cleanup with lots of inter-twined changes, but this should be more or less ready for 4.4.0 at this point! changes include: 2009-12-16 22:05:46 +00:00
dataengine.h huge cleanup with lots of inter-twined changes, but this should be more or less ready for 4.4.0 at this point! changes include: 2009-12-16 22:05:46 +00:00
filedialogproxy.cpp missing license headers and emails 2009-12-14 22:04:05 +00:00
filedialogproxy.h missing license headers and emails 2009-12-14 22:04:05 +00:00
font.cpp clean up the api 2009-11-27 19:01:50 +00:00
graphicsitem.cpp Restore files 2009-11-18 22:53:23 +00:00
gridlayout.cpp -pedantic 2009-11-30 11:44:47 +00:00
i18n.h huge cleanup with lots of inter-twined changes, but this should be more or less ready for 4.4.0 at this point! changes include: 2009-12-16 22:05:46 +00:00
linearlayout.cpp Create bindings for QGraphicsGridLayout 2009-11-29 04:17:30 +00:00
painter.cpp clean up api 2009-11-27 20:28:42 +00:00
pen.cpp pen, without which painter is a lot less useful 2009-11-27 20:29:14 +00:00
pixmap.cpp mark these as getters 2009-11-27 02:20:33 +00:00
point.cpp fix point api up 2009-11-27 02:49:38 +00:00
qscriptbookkeeping.cpp huge cleanup with lots of inter-twined changes, but this should be more or less ready for 4.4.0 at this point! changes include: 2009-12-16 22:05:46 +00:00
rect.cpp fix up the rect api 2009-11-27 02:59:09 +00:00
size.cpp declare the default constructors and width/height as getters/setters 2009-11-27 02:43:45 +00:00
timer.cpp Restore files 2009-11-18 22:55:29 +00:00
uiloader.cpp uiloader is part of the simplebindings 2009-11-27 03:12:43 +00:00
uiloader.h uiloader is part of the simplebindings 2009-11-27 03:12:43 +00:00
url.cpp Restore files 2009-11-18 22:55:46 +00:00
variant.cpp huge cleanup with lots of inter-twined changes, but this should be more or less ready for 4.4.0 at this point! changes include: 2009-12-16 22:05:46 +00:00
variant.h huge cleanup with lots of inter-twined changes, but this should be more or less ready for 4.4.0 at this point! changes include: 2009-12-16 22:05:46 +00:00