AppWizard: Rename label "Application Name:" to "Project Name:"
ClosedPublic

Authored by kossebau on Jan 24 2017, 10:39 PM.

Details

Summary

Talking about "Application" is inconsistent with rest of UI,
like warnings talking about "project name"
Also can be all kind of projects be created here, e.g. plugins,
thus "project name" is more neutral.

Diff Detail

Repository
R33 KDevPlatform
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kossebau updated this revision to Diff 10507.Jan 24 2017, 10:39 PM
kossebau retitled this revision from to AppWizard: Rename label "Application Name:" to "Project Name:".
kossebau updated this object.
kossebau added a reviewer: KDevelop.
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptJan 24 2017, 10:39 PM

+1

What branch are you targeting? This doesn't break API/ABI but does change strings. Is 5.1 in string freeze?

IIRC on another patch it was said that 5.1 is in string freeze already. So was also only targetting master for now.

The logical extension of this would be to rename the entire plugin, and many related methods/classes/files - if appName() is misleading/wrong, then so is ApplicationInfo::name and of course AppWizard. ;-)

(That might be a bit excessive.)

mwolff accepted this revision.Jan 25 2017, 9:15 AM
mwolff added a reviewer: mwolff.
mwolff added a subscriber: mwolff.

lgtm for master, and if you feel like it, also implement @flherne's suggestions.

This revision is now accepted and ready to land.Jan 25 2017, 9:15 AM

Thanks all for review.
Agree that it will be consequent to rename also more things from App->Template.
But for now stopped at this stage, as I have at least 2 WIP patches which would be affected that, so any renaming will complicate things for me.
So more renaming on my agenda, but only after at least those 2 patches are done and in :)

This revision was automatically updated to reflect the committed changes.