- Fixes error when calling
next_tick
from Ruby threads (#24)
- Fixes 100% CPU usage (#21)
- A lot of changes (see examples and docs)
- Now uses libqmlbind
- Support Ruby 2.2 (rc1) and Qt 5.4
- Add
Engine#add_import_path
andEngine#import_paths
by @tokoro10g
-
Fix problems when using Fiber with ruby-qml
-
Rename block-receiving
QML.application
toQML.run
QML.application
without block is still the same name
- Support official Qt installation on Mac
- Fix 100% CPU usage in idling
- Support Ruby 1.9.3
-
Improve list models
- Add ArrayModel#replace
- Add QueryModel for ORMs
- Specify column names in ListModel#initialize
-
Add To-do example with Sequel
-
Bug fixes
-
Improve README
- Initial release