plasma-framework/scriptengines/javascript
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
..
simplebindings 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
backportglobal.h ok, this time _really_ move it over. svn is sometimes a little too forgiving / sloppy :( 2009-05-13 00:55:25 +00:00
CMakeLists.txt 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
javascriptdataengine.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
javascriptdataengine.h initial draft of a ECMAScript driven DataEngine. 2009-07-04 04:30:57 +00:00
javascriptrunner.cpp - Reduce the ammount of unused vars/parameters warnings 2009-11-15 15:41:16 +00:00
javascriptrunner.h ok, this time _really_ move it over. svn is sometimes a little too forgiving / sloppy :( 2009-05-13 00:55:25 +00:00
Messages.sh rename qtgui to reflect its actual purpose 2009-11-18 22:39:12 +00:00
plasma-scriptengine-applet-simple-javascript.desktop SVN_SILENT made messages (.desktop file) 2009-12-14 10:51:05 +00:00
plasma-scriptengine-dataengine-javascript.desktop SVN_SILENT made messages (.desktop file) 2009-12-09 11:40:52 +00:00
plasma-scriptengine-runner-javascript.desktop SVN_SILENT made messages (.desktop file) 2009-11-17 10:38:46 +00:00
simplejavascriptapplet.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
simplejavascriptapplet.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