-
Notifications
You must be signed in to change notification settings - Fork 44
URL_TOOL #68
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
base: master
Are you sure you want to change the base?
URL_TOOL #68
Conversation
Replaced Q3FileDialog with QFileDialog for better look&feel on Ubuntu
while editing param type
2. Attribute and operations added through quick edit now appear at
their proper places in main tree view
3. Fixed operation propagation that got broken during previous
releases
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
iterator increment operator places are corrected #175 fixed
Non latin1 string support is added
in UmlBaseArtifact::addAssociatedClass(UmlClass * cl) adding to QVector was implemmeented wrongly. QHash replaced with QVector in some code, because QHash keys was simply indexes. #175
NULL pointer acccess control inserted to recover #176
Some crash and operation failures recovered during CppReverse and CppRoundTrip
#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,.
#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. #185 fixed
|
Hi, this project is now closed, the official one is http://github.com/DoUML/douml. What is the purpose of this pull request? |
|
I was trying to get all the files so I could build it, but seems that some On Thu, Mar 17, 2016 at 8:20 AM, Leonardo Guilherme de Freitas <
|
creating base