code-google-com / qdevelop

Automatically exported from code.google.com/p/qdevelop
GNU General Public License v2.0
1 stars 1 forks source link

Crash while creating new project #291

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run Qdevelop
2. Start new project dialog
3. Enter project path, which is not exist

What is the expected output? What do you see instead?
Expect 
1. Error dialog about "wrong path"
2. return to filled "new poject" dialog
Have now
1. Error dialog about "wrong path"
2. Error dialog about "project file not found"
3. QDevelop critical error, MS Reporter window

What version of the product are you using? On what operating system?

MS Windows Xp Home Sp2
QDevelop svn 327 rev.
QT-4.3.5 (debug and release compiled)
Mingw 5.1.3

Please provide any additional information below.

It looks that "New project" window should not close while not all 
conditions are OK:
 - all needed fields are not empty;
 - no wrong symbols were used while input;
 - all need resource are exists and available;

Then if there were errors while creating/saving files
 - error dialog
 - no segfault situation =)

Original issue reported on code.google.com by ip4...@gmail.com on 14 Jun 2008 at 7:12

GoogleCodeExporter commented 9 years ago
Here's patch from 
https://code.launchpad.net/~qdevelop-experimental/qdevelop/divius
that solves problem.
good luck!=)

Original comment by Lord.Div...@gmail.com on 19 Jan 2009 at 9:15

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in revision 349

Original comment by jlbi...@gmail.com on 23 Jan 2009 at 9:26

GoogleCodeExporter commented 9 years ago
Hi Lord.Divious,

I have seen your fork, and the list of features looks great. Are you planing in
merging it back?

Original comment by diegoi...@gmail.com on 25 Jan 2009 at 4:51

GoogleCodeExporter commented 9 years ago
Yes, of course. I was planning to submit you features as soon as they are 
finished,
but I can also send you intermediate code if you want to. You see it's not very
convenient to send patches via this interface each time. 

Original comment by Lord.Div...@gmail.com on 25 Jan 2009 at 6:51

GoogleCodeExporter commented 9 years ago
Issue 262 has been merged into this issue.

Original comment by Lord.Div...@gmail.com on 8 Feb 2009 at 11:12