Improvements to the Manage Profiles dialog

Authored by hindenburg on Dec 14 2017, 3:31 PM.

Description

Improvements to the Manage Profiles dialog

  • Double-clicking on name opens Edit Profile dialog
  • Only allow renaming from the Edit Profile dialog
  • Upon renaming of a profile, change shortcut to new profile name
  • Upon renaming of a profile, delete old named profile file.
  • Do not allow renaming of a profile if that name already exists.

Patch by ahmadsamir; I made a few changes (name/const).

Differential Revision: https://phabricator.kde.org/D9272

Details

Committed
hindenburgDec 14 2017, 3:31 PM
Differential Revision
D9272: Improve profile management
Parents
R319:cc97a5e45755: GIT_SILENT made messages (after extraction)
Branches
Unknown
Tags
Unknown
ahmadsamir added inline comments.
/src/settings/ProfileSettings.cpp
139

It should be isValidProfileName() in the comment.