Bug 77673 - let default author/email to be set
Summary: let default author/email to be set
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: appwizard (show other bugs)
Version: 1.0.0
Platform: unspecified Linux
: VLO wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-15 15:56 UTC by Imre Péntek
Modified: 2009-01-22 23:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Imre Péntek 2004-03-15 15:56:17 UTC
Version:           3.0.1 (using KDE KDE 3.2.0)
Installed from:    Unlisted Binary Package
Compiler:          gcc version 3.3.2 Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,objc,java,f77,pascal --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --host=i386-pc-linux-gnu
OS:          Linux

So when clicking project -> new project appears a create new project window and there are two editboxes labeled Author and email... they are defaults to unusabe values (eg. imi@nn1 which doesn't exists at all, dns' can't resolve it anyway). So I advise to let the defaults to be set (or just store the data last set in these editboxes, and read them next time when new project is intended to be created).

thanks.
Comment 1 Amilcar do Carmo Lucas 2004-03-15 16:05:08 UTC
I'm sorry but I do not think this is worth the efford (create a GUI and store the data in kdeveloprc).

I'm setting the priority to lo. But if you really want this, feel free to provide a patch.

The files in question are in the parts/appwizard directory.
Comment 2 Imre Péntek 2004-03-15 17:16:23 UTC
at 2004. mar 15. 16.05 Amilcar do Carmo Lucas wrote:
> I'm sorry but I do not think this is worth the efford
I don't understand... what doesn't worth the effort?
> (create a GUI and store the data in kdeveloprc). 
Yes that will be good to store the data in kdeveloprc.
> I'm setting the priority to lo. But if you really want this, feel free to provide a patch. 
I'm not that a professional programmer to hack into a strange code. I've never read a code using X (or KDE) libs.
Comment 3 Jens Dagerbo 2004-03-15 17:35:25 UTC
KDevelop will use the known values for the logged in user. You set these in Control Center -> Internet & Network -> Email.

Closing as Invalid.
Comment 4 Imre Péntek 2004-03-16 10:46:59 UTC
Thanks. This is a good solution.