Bug 68592

Summary: Create new project shouldn't allow empty project name
Product: [Applications] kdevelop Reporter: Giulio Prina Ricotti <prinaricotti>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 2.1.5   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Giulio Prina Ricotti 2003-11-19 18:19:04 UTC
Version:           2.1.5 (using KDE 3.1.4)
Installed from:    Gentoo
Compiler:          gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r2, propolice)
OS:          Linux (i686) release 2.4.20-gentoo-r7

Project/new wizard asks for a project name. When no string is given, the wizard doesn't complain and goes on the next step. When clicking "Create" at the last step, it does complain that you do not have the perms to create the directory, or (if the dir it exists) that you cannot create a project into an existing directory.

-- How to reproduce

Project/New. Choose KDE Normal, give no project name, just press "next" until you get to the last window. Click "Create" then and the error dialog appears

-- Expected Behaviour

Minimal string check should've been done on the "Project Name" text field
Comment 1 Dominik Haumann 2003-11-19 22:24:15 UTC
KDevelop 2.1.x isn't under development any more.
Please update to kdevelop 3.0.0 (already beta1).
There, the bug is fixed and empty names are not allowed.