Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control automatic node rendering #553

Closed
wants to merge 3 commits into from
Closed

Control automatic node rendering #553

wants to merge 3 commits into from

Commits on Feb 3, 2016

  1. Control automatic node rendering

    Added functionality to pause and reenable automatic node rendering. This
    feature is useful when many changes to the tree (its nodes) are made at
    once (e.g. initial loading) and rendering slows down the process. I was
    able to reduce the initial loading time of 30000 nodes from nearly
    endless (I stopped after 20 minutes) to about 30 seconds.
    u-874 authored and u-874 committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    146a1af View commit details
    Browse the repository at this point in the history
  2. Fix merge error

    Fixed a merge error (wrong order)
    u-874 authored and u-874 committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    9509365 View commit details
    Browse the repository at this point in the history
  3. Fixed lint error

    Removed trailing whitespace
    u-874 authored and u-874 committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    a434688 View commit details
    Browse the repository at this point in the history