arturadib / node-qt

C++ Qt bindings for Node.js
http://documentup.com/arturadib/node-qt
Other
1.62k stars 172 forks source link

resize, enter, leave, close events #4

Open ghost opened 12 years ago

ghost commented 12 years ago

Working on tests but I'm slow at them

arturadib commented 12 years ago

Thanks, Brandon! We're in the middle of a workweek but I'll take a look at this asap.

Tests are always welcome - they're normally the first thing I look at to get an idea of what's been done :) (Check out test/qwidget.js for event testing examples).

kf6kjg commented 12 years ago

What is the progress on building the tests and applying the pull? These are pretty critical events - especially the close event!

waddlesplash commented 11 years ago

@arturadib I second the above. When can it be merged? (It's now been 7mo since above comment).

arturadib commented 11 years ago

@waddlesplash if someone can write tests I'd happily merge it :) it's not hard, see e.g. test/qwidget.js