-
Notifications
You must be signed in to change notification settings - Fork 824
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
base: master
Are you sure you want to change the base?
Commits on Nov 8, 2017
-
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 committedNov 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 27433e0 - Browse repository at this point
Copy the full SHA 27433e0View commit details -
Added duplicating connections, there is a bug to handle connections t…
…hat have no endpoint on selection
ReubenJCarter committedNov 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 4b90d7d - Browse repository at this point
Copy the full SHA 4b90d7dView commit details
Commits on Nov 9, 2017
-
added CTRL+D key sequence for duplicate
ReubenJCarter committedNov 9, 2017 Configuration menu - View commit details
-
Copy full SHA for c508028 - Browse repository at this point
Copy the full SHA c508028View commit details -
Fixed node delete pointer error
ReubenJCarter committedNov 9, 2017 Configuration menu - View commit details
-
Copy full SHA for facd31b - Browse repository at this point
Copy the full SHA facd31bView commit details -
Added very simple Undo Redo system
ReubenJCarter committedNov 9, 2017 Configuration menu - View commit details
-
Copy full SHA for a92ba58 - Browse repository at this point
Copy the full SHA a92ba58View commit details
Commits on Nov 14, 2017
-
Added action context WidgetWithChildrenShortcut. Added duplication of…
… data model to nodes when duplicating
ReubenJCarter committedNov 14, 2017 Configuration menu - View commit details
-
Copy full SHA for e42fe23 - Browse repository at this point
Copy the full SHA e42fe23View commit details
Commits on Nov 15, 2017
-
added updating history for node movement
ReubenJCarter committedNov 15, 2017 Configuration menu - View commit details
-
Copy full SHA for b5f7310 - Browse repository at this point
Copy the full SHA b5f7310View commit details -
Merge branch 'master' of https://github.com/paceholder/nodeeditor
ReubenJCarter committedNov 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 09a2681 - Browse repository at this point
Copy the full SHA 09a2681View commit details
Commits on Nov 17, 2017
-
Added Fix for Mingw "invalid initialization of non-const reference of…
… type"
ReubenJCarter committedNov 17, 2017 Configuration menu - View commit details
-
Copy full SHA for d649c82 - Browse repository at this point
Copy the full SHA d649c82View commit details
Commits on Feb 7, 2018
-
added setViewportUpdateMode(QGraphicsView::FullViewportUpdate); to fl…
…ow view.
ReubenJCarter committedFeb 7, 2018 Configuration menu - View commit details
-
Copy full SHA for c073764 - Browse repository at this point
Copy the full SHA c073764View commit details
Commits on Feb 19, 2018
-
Turn on/off the background grid render based on scale in viewport for…
… performance benefits
ReubenJCarter committedFeb 19, 2018 Configuration menu - View commit details
-
Copy full SHA for 243c382 - Browse repository at this point
Copy the full SHA 243c382View commit details
Commits on Feb 20, 2018
-
Added the ability to set the tool tip for each node
ReubenJCarter committedFeb 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 7215528 - Browse repository at this point
Copy the full SHA 7215528View commit details
Commits on Feb 22, 2018
-
Merge branch 'master' of https://github.com/paceholder/nodeeditor
# Conflicts: # src/FlowView.cpp # src/FlowView.hpp
ReubenJCarter committedFeb 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 7631c27 - Browse repository at this point
Copy the full SHA 7631c27View commit details -
Made the signal and slot compatible for the setToolTip signal in the …
…NodeDataModel.
ReubenJCarter committedFeb 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 477d904 - Browse repository at this point
Copy the full SHA 477d904View commit details
Commits on Mar 14, 2018
-
Merge branch 'master' of https://github.com/paceholder/nodeeditor
ReubenJCarter committedMar 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 516ce86 - Browse repository at this point
Copy the full SHA 516ce86View commit details
Commits on Jan 17, 2019
-
Added copy/paste between sheets
jacquespillet committedJan 17, 2019 Configuration menu - View commit details
-
Copy full SHA for bc9c58f - Browse repository at this point
Copy the full SHA bc9c58fView commit details
Commits on Nov 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a0adb17 - Browse repository at this point
Copy the full SHA a0adb17View commit details
Commits on Nov 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 02c5c7d - Browse repository at this point
Copy the full SHA 02c5c7dView commit details
Commits on Jan 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ddbe4a8 - Browse repository at this point
Copy the full SHA ddbe4a8View commit details
Commits on Apr 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4c2812f - Browse repository at this point
Copy the full SHA 4c2812fView commit details
Commits on Apr 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d341631 - Browse repository at this point
Copy the full SHA d341631View commit details
Commits on Aug 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f6fb7b8 - Browse repository at this point
Copy the full SHA f6fb7b8View commit details
Commits on Sep 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0eb037a - Browse repository at this point
Copy the full SHA 0eb037aView commit details
Commits on Nov 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b91389b - Browse repository at this point
Copy the full SHA b91389bView commit details
Commits on Jan 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 51804f1 - Browse repository at this point
Copy the full SHA 51804f1View commit details
Commits on Aug 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d198287 - Browse repository at this point
Copy the full SHA d198287View commit details
Commits on Sep 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a0318ec - Browse repository at this point
Copy the full SHA a0318ecView commit details
Commits on Nov 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 54b5cf9 - Browse repository at this point
Copy the full SHA 54b5cf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 410c823 - Browse repository at this point
Copy the full SHA 410c823View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c95c67 - Browse repository at this point
Copy the full SHA 1c95c67View commit details
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 09d7926 - Browse repository at this point
Copy the full SHA 09d7926View commit details
Commits on Dec 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8b041d4 - Browse repository at this point
Copy the full SHA 8b041d4View commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 54c1f5b - Browse repository at this point
Copy the full SHA 54c1f5bView commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c070645 - Browse repository at this point
Copy the full SHA c070645View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5a177f - Browse repository at this point
Copy the full SHA f5a177fView commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e89261 - Browse repository at this point
Copy the full SHA 7e89261View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f8c72d - Browse repository at this point
Copy the full SHA 6f8c72dView commit details