Allow to create keys.
A popup shows required parameters. Created keys are added to the list of secret keys managed by the user.
This commit is contained in:
@@ -42,6 +42,7 @@ OBJECTFILES= \
|
||||
${OBJECTDIR}/KeyEdit.o \
|
||||
${OBJECTDIR}/LoopbackPassphraseProvider.o \
|
||||
${OBJECTDIR}/PopupCertifyUserId.o \
|
||||
${OBJECTDIR}/PopupCreate.o \
|
||||
${OBJECTDIR}/PopupDeleter.o \
|
||||
${OBJECTDIR}/PopupExpiryTime.o \
|
||||
${OBJECTDIR}/PopupUploader.o \
|
||||
@@ -110,6 +111,11 @@ ${OBJECTDIR}/PopupCertifyUserId.o: PopupCertifyUserId.cpp
|
||||
${RM} "$@.d"
|
||||
$(COMPILE.cc) -O2 -s -DLARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I/usr/local/Wt/include -I/usr/include/gpgme++ -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/PopupCertifyUserId.o PopupCertifyUserId.cpp
|
||||
|
||||
${OBJECTDIR}/PopupCreate.o: PopupCreate.cpp
|
||||
${MKDIR} -p ${OBJECTDIR}
|
||||
${RM} "$@.d"
|
||||
$(COMPILE.cc) -O2 -s -DLARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I/usr/local/Wt/include -I/usr/include/gpgme++ -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/PopupCreate.o PopupCreate.cpp
|
||||
|
||||
${OBJECTDIR}/PopupDeleter.o: PopupDeleter.cpp
|
||||
${MKDIR} -p ${OBJECTDIR}
|
||||
${RM} "$@.d"
|
||||
|
||||
@@ -42,6 +42,7 @@ OBJECTFILES= \
|
||||
${OBJECTDIR}/KeyEdit.o \
|
||||
${OBJECTDIR}/LoopbackPassphraseProvider.o \
|
||||
${OBJECTDIR}/PopupCertifyUserId.o \
|
||||
${OBJECTDIR}/PopupCreate.o \
|
||||
${OBJECTDIR}/PopupDeleter.o \
|
||||
${OBJECTDIR}/PopupExpiryTime.o \
|
||||
${OBJECTDIR}/PopupUploader.o \
|
||||
@@ -110,6 +111,11 @@ ${OBJECTDIR}/PopupCertifyUserId.o: PopupCertifyUserId.cpp
|
||||
${RM} "$@.d"
|
||||
$(COMPILE.cc) -g -DDEVTIME -I/usr/local/Wt-Debug/include -I/usr/include/gpgme++ -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/PopupCertifyUserId.o PopupCertifyUserId.cpp
|
||||
|
||||
${OBJECTDIR}/PopupCreate.o: PopupCreate.cpp
|
||||
${MKDIR} -p ${OBJECTDIR}
|
||||
${RM} "$@.d"
|
||||
$(COMPILE.cc) -g -DDEVTIME -I/usr/local/Wt-Debug/include -I/usr/include/gpgme++ -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/PopupCreate.o PopupCreate.cpp
|
||||
|
||||
${OBJECTDIR}/PopupDeleter.o: PopupDeleter.cpp
|
||||
${MKDIR} -p ${OBJECTDIR}
|
||||
${RM} "$@.d"
|
||||
|
||||
@@ -42,6 +42,7 @@ OBJECTFILES= \
|
||||
${OBJECTDIR}/KeyEdit.o \
|
||||
${OBJECTDIR}/LoopbackPassphraseProvider.o \
|
||||
${OBJECTDIR}/PopupCertifyUserId.o \
|
||||
${OBJECTDIR}/PopupCreate.o \
|
||||
${OBJECTDIR}/PopupDeleter.o \
|
||||
${OBJECTDIR}/PopupExpiryTime.o \
|
||||
${OBJECTDIR}/PopupUploader.o \
|
||||
@@ -110,6 +111,11 @@ ${OBJECTDIR}/PopupCertifyUserId.o: PopupCertifyUserId.cpp
|
||||
${RM} "$@.d"
|
||||
$(COMPILE.cc) -O2 -s -I/usr/local/Wt/include -I/usr/include/gpgme++ -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/PopupCertifyUserId.o PopupCertifyUserId.cpp
|
||||
|
||||
${OBJECTDIR}/PopupCreate.o: PopupCreate.cpp
|
||||
${MKDIR} -p ${OBJECTDIR}
|
||||
${RM} "$@.d"
|
||||
$(COMPILE.cc) -O2 -s -I/usr/local/Wt/include -I/usr/include/gpgme++ -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/PopupCreate.o PopupCreate.cpp
|
||||
|
||||
${OBJECTDIR}/PopupDeleter.o: PopupDeleter.cpp
|
||||
${MKDIR} -p ${OBJECTDIR}
|
||||
${RM} "$@.d"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<itemPath>KeyEdit.h</itemPath>
|
||||
<itemPath>LoopbackPassphraseProvider.h</itemPath>
|
||||
<itemPath>PopupCertifyUserId.h</itemPath>
|
||||
<itemPath>PopupCreate.h</itemPath>
|
||||
<itemPath>PopupDeleter.h</itemPath>
|
||||
<itemPath>PopupExpiryTime.h</itemPath>
|
||||
<itemPath>PopupUploader.h</itemPath>
|
||||
@@ -37,6 +38,7 @@
|
||||
<itemPath>KeyEdit.cpp</itemPath>
|
||||
<itemPath>LoopbackPassphraseProvider.cpp</itemPath>
|
||||
<itemPath>PopupCertifyUserId.cpp</itemPath>
|
||||
<itemPath>PopupCreate.cpp</itemPath>
|
||||
<itemPath>PopupDeleter.cpp</itemPath>
|
||||
<itemPath>PopupExpiryTime.cpp</itemPath>
|
||||
<itemPath>PopupUploader.cpp</itemPath>
|
||||
@@ -127,6 +129,10 @@
|
||||
</item>
|
||||
<item path="PopupCertifyUserId.h" ex="false" tool="3" flavor2="0">
|
||||
</item>
|
||||
<item path="PopupCreate.cpp" ex="false" tool="1" flavor2="0">
|
||||
</item>
|
||||
<item path="PopupCreate.h" ex="false" tool="3" flavor2="0">
|
||||
</item>
|
||||
<item path="PopupDeleter.cpp" ex="false" tool="1" flavor2="0">
|
||||
</item>
|
||||
<item path="PopupDeleter.h" ex="false" tool="3" flavor2="0">
|
||||
@@ -231,6 +237,10 @@
|
||||
</item>
|
||||
<item path="PopupCertifyUserId.h" ex="false" tool="3" flavor2="0">
|
||||
</item>
|
||||
<item path="PopupCreate.cpp" ex="false" tool="1" flavor2="0">
|
||||
</item>
|
||||
<item path="PopupCreate.h" ex="false" tool="3" flavor2="0">
|
||||
</item>
|
||||
<item path="PopupDeleter.cpp" ex="false" tool="1" flavor2="0">
|
||||
</item>
|
||||
<item path="PopupDeleter.h" ex="false" tool="3" flavor2="0">
|
||||
@@ -339,6 +349,10 @@
|
||||
</item>
|
||||
<item path="PopupCertifyUserId.h" ex="false" tool="3" flavor2="0">
|
||||
</item>
|
||||
<item path="PopupCreate.cpp" ex="false" tool="1" flavor2="0">
|
||||
</item>
|
||||
<item path="PopupCreate.h" ex="false" tool="3" flavor2="0">
|
||||
</item>
|
||||
<item path="PopupDeleter.cpp" ex="false" tool="1" flavor2="0">
|
||||
</item>
|
||||
<item path="PopupDeleter.h" ex="false" tool="3" flavor2="0">
|
||||
|
||||
Reference in New Issue
Block a user