Skip to content

Conversation

@mrawd
Copy link

@mrawd mrawd commented Mar 16, 2016

creating base

Zeks and others added 30 commits May 14, 2013 08:41
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
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.
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
habipyesilyurt and others added 15 commits February 20, 2016 16:54
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
@mobius3
Copy link
Owner

mobius3 commented Mar 17, 2016

Hi, this project is now closed, the official one is http://github.com/DoUML/douml. What is the purpose of this pull request?

@mrawd
Copy link
Author

mrawd commented Mar 17, 2016

I was trying to get all the files so I could build it, but seems that some
of the files are missing... so it failed...

On Thu, Mar 17, 2016 at 8:20 AM, Leonardo Guilherme de Freitas <
[email protected]> wrote:

Hi, this project is now closed. What is the purpose of this pull request?


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#68 (comment)

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.

9 participants