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

Added duplicate selection (CTRL+D), undo and redo (CTRL+Z/Y) with scene history. #133

Open
wants to merge 35 commits into
base: master
Choose a base branch
from

Commits on Nov 8, 2017

  1. Added duplicate action to the flow view. Removed shadow effect from n…

    …odes as the performance was bad. Added OpenGL rendering for flow view.
    ReubenJCarter committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    27433e0 View commit details
    Browse the repository at this point in the history
  2. Added duplicating connections, there is a bug to handle connections t…

    …hat have no endpoint on selection
    ReubenJCarter committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    4b90d7d View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. added CTRL+D key sequence for duplicate

    ReubenJCarter committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    c508028 View commit details
    Browse the repository at this point in the history
  2. Fixed node delete pointer error

    ReubenJCarter committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    facd31b View commit details
    Browse the repository at this point in the history
  3. Added very simple Undo Redo system

    ReubenJCarter committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    a92ba58 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. Added action context WidgetWithChildrenShortcut. Added duplication of…

    … data model to nodes when duplicating
    ReubenJCarter committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    e42fe23 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. added updating history for node movement

    ReubenJCarter committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    b5f7310 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09a2681 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. Added Fix for Mingw "invalid initialization of non-const reference of…

    … type"
    ReubenJCarter committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    d649c82 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. added setViewportUpdateMode(QGraphicsView::FullViewportUpdate); to fl…

    …ow view.
    ReubenJCarter committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    c073764 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2018

  1. Turn on/off the background grid render based on scale in viewport for…

    … performance benefits
    ReubenJCarter committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    243c382 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Added the ability to set the tool tip for each node

    ReubenJCarter committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    7215528 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Merge branch 'master' of https://github.com/paceholder/nodeeditor

    # Conflicts:
    #	src/FlowView.cpp
    #	src/FlowView.hpp
    ReubenJCarter committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    7631c27 View commit details
    Browse the repository at this point in the history
  2. Made the signal and slot compatible for the setToolTip signal in the …

    …NodeDataModel.
    ReubenJCarter committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    477d904 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Configuration menu
    Copy the full SHA
    516ce86 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Added copy/paste between sheets

    jacquespillet committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    bc9c58f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    a0adb17 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    02c5c7d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Started groups

    jacquespillet committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    ddbe4a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. continued groups

    jacquespillet committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    4c2812f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. added deleted node

    jacquespillet committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    d341631 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Added node templates

    jacquespillet committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    f6fb7b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Fixes on groups

    jacquespillet committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    0eb037a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Added snapping

    jacquespillet committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    b91389b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Added Collapsable group

    jacquespillet committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    51804f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    d198287 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Loading optimizations

    jacquespillet committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    a0318ec View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Optimized loading

    jacquespillet committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    54b5cf9 View commit details
    Browse the repository at this point in the history
  2. started undoRedo

    jacquespillet committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    410c823 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c95c67 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    09d7926 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    8b041d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. fixed undo redo

    jacquespillet committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    54c1f5b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. added gotonode function

    jacquespillet committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    c070645 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. added go to node id

    jacquespillet committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f5a177f View commit details
    Browse the repository at this point in the history