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

Undostack: Introduce undostack #133

Merged
merged 3 commits into from
Dec 2, 2023

Conversation

tetektoza
Copy link
Contributor

Right now we're using QUndoStack which is from Qt library, although it has limited usage which we want to expand since we want to handle errors in a proper way without any hacks regarding QUndoStack, so these series of patches will introduce customly made Undostack, as well as Command class which will replace QUndoCommand/QUndoStack classes.

@tetektoza tetektoza force-pushed the introduce_undostack branch 5 times, most recently from 194c3e0 to fd547c8 Compare November 29, 2023 22:02
@tetektoza tetektoza marked this pull request as ready for review November 29, 2023 22:02
source/celview.cpp Outdated Show resolved Hide resolved
source/undostack.h Outdated Show resolved Hide resolved
Right now we're using QUndoStack which is from Qt library, although it
has limited usage which we want to expand since we want to handle errors
in a proper way without any hacks regarding QUndoStack, so these series
of patches will introduce customly made Undostack, as well as Command
class which will replace QUndoCommand/QUndoStack classes.
@tetektoza tetektoza force-pushed the introduce_undostack branch 2 times, most recently from 74a9a86 to c27f302 Compare November 30, 2023 13:27
Added documentation for existing methods in UndoStack class.
Added documentation to existing methods in Command class.
@StephenCWills StephenCWills merged commit aa4264b into diasurgical:master Dec 2, 2023
5 checks passed
@tetektoza tetektoza deleted the introduce_undostack branch December 3, 2023 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants