mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
34 lines
1.2 KiB
Text
34 lines
1.2 KiB
Text
== Kross CHANGES ==
|
|
|
|
2.0
|
|
* The whole backend got replaced and is build up on Qt's metatypes now.
|
|
This means we are able to throw any QObject/QVariant in and just use
|
|
the slots as script-functions and the properties as script-members.
|
|
So, we don't need wrappers/bindings any longer (and provided
|
|
scripting-interfaces don't need to depend on Kross) on the one hand
|
|
and and earn a more cleaner interface on the other. Beside the try
|
|
to follow KISS, we should earn much more speed that way cause
|
|
everything talks now Qt internal :)
|
|
* Port to Qt4 and KDE4
|
|
* Improved Python and Ruby backends a lot
|
|
* Added KDE JavaScript support using KjsEmbed
|
|
* Moved core from koffice/libs to kdelibs
|
|
* Moved backends to kdebindings
|
|
|
|
1.6
|
|
* Added krossdebug and krosswarning.
|
|
* Integrated ProxyFunction's.
|
|
* Python: Added unittest.
|
|
* Removed Argument class.
|
|
* Refactor of the tree-handling to improve the performance.
|
|
* Tweaks on Object and Value to improve the performance.
|
|
|
|
1.5.2
|
|
* API: Fix possible crash in Manager::getInterpreternameForFile()
|
|
|
|
1.5.1
|
|
* Python: Fix compile with gcc 3.3.6
|
|
|
|
1.5
|
|
* Ruby: Fix 124649: libruby-devel lost when build.
|
|
* Ruby: Fix crash cause of invalid rNode.
|