[Uml-devel] [Bug 109157] Recursively scan source files (c++, hpp) when reverse engineering

Antoine Dopffer adopffer at nerdshack.com
Sat Mar 3 15:41:31 UTC 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=109157         




------- Additional Comments From adopffer nerdshack com  2007-03-03 16:41 -------
Created an attachment (id=19873)
 --> (http://bugs.kde.org/attachment.cgi?id=19873&action=view)
patch for #109157

This patch creates a new dialog for collecting the "Import project" params
(directory and programming language) and searching the files that match the
params.
New files created:
- importprojectdlgbase.ui
- importprojectdlg.cpp
- importprojectdlg.h

I have updated the CMake files, but you should double check it, cause I am not
an expert with cmake.

This patch works for me but :
1) It uses features that exists only in QT4

2) the patch is affected with bug #142459 . I think either this bug will be
resolved or  this bug is my plain fault.

3) For testing, I have used (in file uml.cpp):
setupGUI(KMainWindow::Default,
"/home/kde-devel/kdesdk/umbrello/umbrello/umbrelloui.rc");  instead of
setupGUI();
Because I guess setupGUI() with no params uses umbrelloui.rc of umbrello 1.5.6
of my distro. 
But in the patch, I have let the instruction setupGui()




More information about the umbrello-devel mailing list