This patch adds two ops in the outliner:
- scroll when hitting upper/lower region borders
- open up tree elements when dragging over 'plus' icon
implementation is more of a hack (functionality is in poll() function...) I am just dropping this here as a proof of concept. Will work on better implementation if desired.
Also: atm. the openup action will happen immediately (should better use a timer -- 1sec or so...)
(this is part of more work on the outliner, I've split this up in smaller pieces for review now...)
Let me know what you think...