-
Notifications
You must be signed in to change notification settings - Fork 44
Bugfix: Projects from history not loaded and geometry in class diagram crash. #69
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
Open
hvers
wants to merge
350
commits into
mobius3:master
Choose a base branch
from
hvers:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2. Duplicate into now duplicates INTO 3. Copying class/artifact will also copy KV table Conflicts: Makefile
Conflicts: Makefile
Compatibilty for debian and opensuse packaging.
New method is simplier and doesn't use Q3PtrListIterator.
Makes code cleaner and nears Qt5 compatibility. 1. foreach used to iterate over lists (except reverse-order iteration); 2. since const T* cannot be attached to QList<T *>, const_cast used in some places; 3. removed "QString warning;" whenever seen.
Q3ptrlist removal
2. Duplicate into now duplicates INTO 3. Copying class/artifact will also copy KV table Conflicts: Makefile Conflicts: Makefile src/CppGenerator/CppRefType.cpp src/CppGenerator/UmlArtifact.cpp src/browser/BrowserNode.cpp src/browser/BrowserPackage.cpp
… operation dialog
in UmlBaseArtifact::addAssociatedClass(UmlClass * cl) adding to QVector was implemmeented wrongly. QHash replaced with QVector in some code, because QHash keys was simply indexes. DoUML#175
NULL pointer acccess control inserted to recover DoUML#176
Some crash and operation failures recovered during CppReverse and CppRoundTrip
DoUML#182 Some class members (eg generalization or extra members like Q_OBJECT)should be placed in the beginning of class definitions. So those members should not be displaced while moving contructors and destructor to up in the class definitions,.
DoUML#183 fixed pack->cppNamespace() returns a temp WrapperStr variable. So pointing to its character buffer is wrong.
…false. Some times specifiers mentioned in the title are wrongly added to the operations while CppREversing. Corrected. DoUML#185 fixed
lower function is corrected
Some corrections and visual improvements
This reverts commit d0b39a7. Commited to mutch.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When trying to load a project from history nothing was loaded.
When trying to automatically layout a connection in a class diagram then DoUML crashed.