Change location and behavior of the Password Change action
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 17 Feb 2015 21:16:23 +0000 (22:16 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 17 Feb 2015 21:16:23 +0000 (22:16 +0100)
commit7cd3ad607186b3a14989075968daa4f1e2ea265b
treedb4fb69eb9e85e297a5fd1e049f8db37077c565d
parent11dfb84f7dbbecf8c979dc6287993868cb205f93
Change location and behavior of the Password Change action

This action fits better in the File menu than under Settings, so
move it there.

Also, to increase discoverability, we now show the option even if
the core is too old to support the feature. A popup message informing
the user is shown in that case.

Additionally, the changed password is now saved client-side (if the
account is setup to remember the password), thus avoiding having to
re-enter the new password on next launch.
src/client/client.cpp
src/qtui/mainwin.cpp