Rename application to KeePassXC and change icon (#70)
|
@ -19,7 +19,7 @@ if(NOT CMAKE_BUILD_TYPE)
|
||||||
FORCE)
|
FORCE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
project(KeePassX)
|
project(KeePassXC)
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.8.12)
|
cmake_minimum_required(VERSION 2.8.12)
|
||||||
|
|
||||||
|
@ -33,8 +33,8 @@ option(WITH_TESTS "Enable building of unit tests" ON)
|
||||||
option(WITH_GUI_TESTS "Enable building of GUI tests" OFF)
|
option(WITH_GUI_TESTS "Enable building of GUI tests" OFF)
|
||||||
option(WITH_DEV_BUILD "Use only for development. Disables/warns about deprecated methods." OFF)
|
option(WITH_DEV_BUILD "Use only for development. Disables/warns about deprecated methods." OFF)
|
||||||
|
|
||||||
set(KEEPASSX_VERSION "2.0.3")
|
set(KEEPASSXC_VERSION "2.1.0")
|
||||||
set(KEEPASSX_VERSION_NUM "2.0.3")
|
set(KEEPASSXC_VERSION_NUM "2.1.0")
|
||||||
|
|
||||||
if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
|
if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
|
||||||
set(CMAKE_COMPILER_IS_CLANG 1)
|
set(CMAKE_COMPILER_IS_CLANG 1)
|
||||||
|
@ -120,9 +120,9 @@ if(MINGW)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(APPLE OR MINGW)
|
if(APPLE OR MINGW)
|
||||||
set(PROGNAME KeePassX)
|
set(PROGNAME KeePassXC)
|
||||||
else()
|
else()
|
||||||
set(PROGNAME keepassx)
|
set(PROGNAME keepassxc)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(APPLE AND "${CMAKE_INSTALL_PREFIX}" STREQUAL "/usr/local")
|
if(APPLE AND "${CMAKE_INSTALL_PREFIX}" STREQUAL "/usr/local")
|
||||||
|
@ -141,8 +141,8 @@ else()
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
set(BIN_INSTALL_DIR "${CMAKE_INSTALL_BINDIR}")
|
set(BIN_INSTALL_DIR "${CMAKE_INSTALL_BINDIR}")
|
||||||
set(PLUGIN_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/keepassx")
|
set(PLUGIN_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/keepassxc")
|
||||||
set(DATA_INSTALL_DIR "${CMAKE_INSTALL_DATADIR}/keepassx")
|
set(DATA_INSTALL_DIR "${CMAKE_INSTALL_DATADIR}/keepassxc")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WITH_TESTS)
|
if(WITH_TESTS)
|
||||||
|
|
|
@ -23,32 +23,95 @@ if(UNIX AND NOT APPLE)
|
||||||
install(DIRECTORY icons/application/ DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor
|
install(DIRECTORY icons/application/ DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor
|
||||||
FILES_MATCHING PATTERN "keepassx*.png" PATTERN "keepassx*.svgz")
|
FILES_MATCHING PATTERN "keepassx*.png" PATTERN "keepassx*.svgz")
|
||||||
install(DIRECTORY icons/application/ DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor
|
install(DIRECTORY icons/application/ DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor
|
||||||
FILES_MATCHING PATTERN "application-x-keepassx.png" PATTERN "application-x-keepassx.svgz")
|
FILES_MATCHING PATTERN "application-x-keepassxc.png" PATTERN "application-x-keepassxc.svgz")
|
||||||
install(FILES linux/keepassx.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
|
install(FILES linux/keepassxc.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
|
||||||
install(FILES linux/keepassx.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/mime/packages)
|
install(FILES linux/keepassxc.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/mime/packages)
|
||||||
endif(UNIX AND NOT APPLE)
|
endif(UNIX AND NOT APPLE)
|
||||||
|
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
install(FILES macosx/keepassx.icns DESTINATION ${DATA_INSTALL_DIR})
|
install(FILES macosx/keepassxc.icns DESTINATION ${DATA_INSTALL_DIR})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
install(DIRECTORY icons/application/ DESTINATION ${DATA_INSTALL_DIR}/icons/application
|
install(DIRECTORY icons/application/ DESTINATION ${DATA_INSTALL_DIR}/icons/application
|
||||||
FILES_MATCHING PATTERN "*.png" PATTERN "*.svgz")
|
FILES_MATCHING PATTERN "*.png" PATTERN "*.svgz")
|
||||||
|
|
||||||
add_custom_target(icons
|
add_custom_target(icons
|
||||||
COMMAND png2icns macosx/keepassx.icns
|
# SVGZ to PNGs for KeePassXC
|
||||||
icons/application/16x16/apps/keepassx.png
|
COMMAND inkscape -z -w 16 -h 16
|
||||||
icons/application/32x32/apps/keepassx.png
|
icons/application/scalable/apps/keepassxc.svgz -e icons/application/16x16/apps/keepassxc.png
|
||||||
icons/application/48x48/apps/keepassx.png
|
COMMAND inkscape -z -w 24 -h 24
|
||||||
icons/application/128x128/apps/keepassx.png
|
icons/application/scalable/apps/keepassxc.svgz -e icons/application/24x24/apps/keepassxc.png
|
||||||
icons/application/256x256/apps/keepassx.png
|
COMMAND inkscape -z -w 32 -h 32
|
||||||
COMMAND icotool -c -o windows/keepassx.ico
|
icons/application/scalable/apps/keepassxc.svgz -e icons/application/32x32/apps/keepassxc.png
|
||||||
icons/application/16x16/apps/keepassx.png
|
COMMAND inkscape -z -w 48 -h 48
|
||||||
icons/application/24x24/apps/keepassx.png
|
icons/application/scalable/apps/keepassxc.svgz -e icons/application/48x48/apps/keepassxc.png
|
||||||
icons/application/32x32/apps/keepassx.png
|
COMMAND inkscape -z -w 64 -h 64
|
||||||
icons/application/48x48/apps/keepassx.png
|
icons/application/scalable/apps/keepassxc.svgz -e icons/application/64x64/apps/keepassxc.png
|
||||||
icons/application/64x64/apps/keepassx.png
|
COMMAND inkscape -z -w 128 -h 128
|
||||||
icons/application/128x128/apps/keepassx.png
|
icons/application/scalable/apps/keepassxc.svgz -e icons/application/128x128/apps/keepassxc.png
|
||||||
icons/application/256x256/apps/keepassx.png
|
COMMAND inkscape -z -w 256 -h 256
|
||||||
|
icons/application/scalable/apps/keepassxc.svgz -e icons/application/256x256/apps/keepassxc.png
|
||||||
|
|
||||||
|
# SVGZ to PNGs for KeePassXC
|
||||||
|
COMMAND inkscape -z -w 16 -h 16
|
||||||
|
icons/application/scalable/apps/keepassxc-dark.svgz -e icons/application/16x16/apps/keepassxc-dark.png
|
||||||
|
COMMAND inkscape -z -w 24 -h 24
|
||||||
|
icons/application/scalable/apps/keepassxc-dark.svgz -e icons/application/24x24/apps/keepassxc-dark.png
|
||||||
|
COMMAND inkscape -z -w 32 -h 32
|
||||||
|
icons/application/scalable/apps/keepassxc-dark.svgz -e icons/application/32x32/apps/keepassxc-dark.png
|
||||||
|
COMMAND inkscape -z -w 48 -h 48
|
||||||
|
icons/application/scalable/apps/keepassxc-dark.svgz -e icons/application/48x48/apps/keepassxc-dark.png
|
||||||
|
COMMAND inkscape -z -w 64 -h 64
|
||||||
|
icons/application/scalable/apps/keepassxc-dark.svgz -e icons/application/64x64/apps/keepassxc-dark.png
|
||||||
|
COMMAND inkscape -z -w 128 -h 128
|
||||||
|
icons/application/scalable/apps/keepassxc-dark.svgz -e icons/application/128x128/apps/keepassxc-dark.png
|
||||||
|
COMMAND inkscape -z -w 256 -h 256
|
||||||
|
icons/application/scalable/apps/keepassxc-dark.svgz -e icons/application/256x256/apps/keepassxc-dark.png
|
||||||
|
|
||||||
|
# SVGZ to PNGs for KeePassXC
|
||||||
|
COMMAND inkscape -z -w 16 -h 16
|
||||||
|
icons/application/scalable/apps/keepassxc-locked.svgz -e icons/application/16x16/apps/keepassxc-locked.png
|
||||||
|
COMMAND inkscape -z -w 24 -h 24
|
||||||
|
icons/application/scalable/apps/keepassxc-locked.svgz -e icons/application/24x24/apps/keepassxc-locked.png
|
||||||
|
COMMAND inkscape -z -w 32 -h 32
|
||||||
|
icons/application/scalable/apps/keepassxc-locked.svgz -e icons/application/32x32/apps/keepassxc-locked.png
|
||||||
|
COMMAND inkscape -z -w 48 -h 48
|
||||||
|
icons/application/scalable/apps/keepassxc-locked.svgz -e icons/application/48x48/apps/keepassxc-locked.png
|
||||||
|
COMMAND inkscape -z -w 64 -h 64
|
||||||
|
icons/application/scalable/apps/keepassxc-locked.svgz -e icons/application/64x64/apps/keepassxc-locked.png
|
||||||
|
COMMAND inkscape -z -w 128 -h 128
|
||||||
|
icons/application/scalable/apps/keepassxc-locked.svgz -e icons/application/128x128/apps/keepassxc-locked.png
|
||||||
|
COMMAND inkscape -z -w 256 -h 256
|
||||||
|
icons/application/scalable/apps/keepassxc-locked.svgz -e icons/application/256x256/apps/keepassxc-locked.png
|
||||||
|
|
||||||
|
# SVGZ to PNGs for KeePassXC MIME-Type
|
||||||
|
COMMAND inkscape -z -w 16 -h 16
|
||||||
|
icons/application/scalable/mimetypes/application-x-keepassxc.svgz -e icons/application/16x16/mimetypes/application-x-keepassxc.png
|
||||||
|
COMMAND inkscape -z -w 22 -h 22
|
||||||
|
icons/application/scalable/mimetypes/application-x-keepassxc.svgz -e icons/application/22x22/mimetypes/application-x-keepassxc.png
|
||||||
|
COMMAND inkscape -z -w 32 -h 32
|
||||||
|
icons/application/scalable/mimetypes/application-x-keepassxc.svgz -e icons/application/32x32/mimetypes/application-x-keepassxc.png
|
||||||
|
COMMAND inkscape -z -w 64 -h 64
|
||||||
|
icons/application/scalable/mimetypes/application-x-keepassxc.svgz -e icons/application/64x64/mimetypes/application-x-keepassxc.png
|
||||||
|
COMMAND inkscape -z -w 128 -h 128
|
||||||
|
icons/application/scalable/mimetypes/application-x-keepassxc.svgz -e icons/application/128x128/mimetypes/application-x-keepassxc.png
|
||||||
|
|
||||||
|
# ICNS for MacOS
|
||||||
|
COMMAND png2icns macosx/keepassxc.icns
|
||||||
|
icons/application/16x16/apps/keepassxc.png
|
||||||
|
icons/application/32x32/apps/keepassxc.png
|
||||||
|
icons/application/48x48/apps/keepassxc.png
|
||||||
|
icons/application/128x128/apps/keepassxc.png
|
||||||
|
icons/application/256x256/apps/keepassxc.png
|
||||||
|
|
||||||
|
# ICO for Windows
|
||||||
|
COMMAND icotool -c -o windows/keepassxc.ico
|
||||||
|
icons/application/16x16/apps/keepassxc.png
|
||||||
|
icons/application/24x24/apps/keepassxc.png
|
||||||
|
icons/application/32x32/apps/keepassxc.png
|
||||||
|
icons/application/48x48/apps/keepassxc.png
|
||||||
|
icons/application/64x64/apps/keepassxc.png
|
||||||
|
icons/application/128x128/apps/keepassxc.png
|
||||||
|
icons/application/256x256/apps/keepassxc.png
|
||||||
VERBATIM
|
VERBATIM
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
Before Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 9 KiB |
BIN
share/icons/application/128x128/apps/keepassxc-dark.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
share/icons/application/128x128/apps/keepassxc-locked.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
share/icons/application/128x128/apps/keepassxc.png
Normal file
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 9 KiB |
After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 895 B |
Before Width: | Height: | Size: 814 B |
BIN
share/icons/application/16x16/apps/keepassxc-dark.png
Normal file
After Width: | Height: | Size: 838 B |
BIN
share/icons/application/16x16/apps/keepassxc-locked.png
Normal file
After Width: | Height: | Size: 863 B |
BIN
share/icons/application/16x16/apps/keepassxc.png
Normal file
After Width: | Height: | Size: 880 B |
Before Width: | Height: | Size: 711 B |
After Width: | Height: | Size: 715 B |
Before Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.6 KiB |
BIN
share/icons/application/24x24/apps/keepassxc-dark.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
share/icons/application/24x24/apps/keepassxc-locked.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
share/icons/application/24x24/apps/keepassxc.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB |
BIN
share/icons/application/256x256/apps/keepassxc-dark.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
share/icons/application/256x256/apps/keepassxc-locked.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
share/icons/application/256x256/apps/keepassxc.png
Normal file
After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 2 KiB |
BIN
share/icons/application/32x32/apps/keepassxc-dark.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
share/icons/application/32x32/apps/keepassxc-locked.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
share/icons/application/32x32/apps/keepassxc.png
Normal file
After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.1 KiB |
BIN
share/icons/application/48x48/apps/keepassxc-dark.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
share/icons/application/48x48/apps/keepassxc-locked.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
share/icons/application/48x48/apps/keepassxc.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 4.3 KiB |
BIN
share/icons/application/64x64/apps/keepassxc-dark.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
share/icons/application/64x64/apps/keepassxc-locked.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
share/icons/application/64x64/apps/keepassxc.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 4 KiB |
After Width: | Height: | Size: 4.1 KiB |
BIN
share/icons/application/scalable/apps/keepassxc-dark.svgz
Normal file
BIN
share/icons/application/scalable/apps/keepassxc-locked.svgz
Normal file
BIN
share/icons/application/scalable/apps/keepassxc.svgz
Normal file
BIN
share/icons/svg/application-x-keepassxc-16.svgz
Normal file
BIN
share/icons/svg/application-x-keepassxc.svgz
Normal file
|
@ -1,12 +1,12 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=KeePassX
|
Name=KeePassXC
|
||||||
GenericName=Password Manager
|
GenericName=Community Password Manager
|
||||||
GenericName[de]=Passwortverwaltung
|
GenericName[de]=Passwortverwaltung
|
||||||
GenericName[es]=Gestor de contraseñas
|
GenericName[es]=Gestor de contraseñas
|
||||||
GenericName[fr]=Gestionnaire de mot de passe
|
GenericName[fr]=Gestionnaire de mot de passe
|
||||||
GenericName[ru]=менеджер паролей
|
GenericName[ru]=менеджер паролей
|
||||||
Exec=keepassx %f
|
Exec=keepassxc %f
|
||||||
Icon=keepassx
|
Icon=keepassxc
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Qt;Utility;
|
Categories=Qt;Utility;
|
|
@ -3,6 +3,6 @@
|
||||||
<mime-type type="application/x-keepass2">
|
<mime-type type="application/x-keepass2">
|
||||||
<comment>KeePass 2 database</comment>
|
<comment>KeePass 2 database</comment>
|
||||||
<glob pattern="*.kdbx"/>
|
<glob pattern="*.kdbx"/>
|
||||||
<icon name="application-x-keepassx"/>
|
<icon name="application-x-keepassxc"/>
|
||||||
</mime-type>
|
</mime-type>
|
||||||
</mime-info>
|
</mime-info>
|
|
@ -11,9 +11,9 @@
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>${PROGNAME}</string>
|
<string>${PROGNAME}</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>keepassx.icns</string>
|
<string>keepassxc.icns</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>org.keepassx.keepassx</string>
|
<string>org.keepassx.keepassxc</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
<string>6.0</string>
|
<string>6.0</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
|
@ -21,13 +21,13 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>${KEEPASSX_VERSION}</string>
|
<string>${KEEPASSXC_VERSION}</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>KEPX</string>
|
<string>KEPX</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>${KEEPASSX_VERSION_NUM}</string>
|
<string>${KEEPASSXC_VERSION_NUM}</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright 2010-2012 KeePassX Development Team</string>
|
<string>Copyright 2016 KeePassXC Development Team</string>
|
||||||
<key>CFBundleDocumentTypes</key>
|
<key>CFBundleDocumentTypes</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
|
@ -36,9 +36,9 @@
|
||||||
<string>kdbx</string>
|
<string>kdbx</string>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleTypeIconFile</key>
|
<key>CFBundleTypeIconFile</key>
|
||||||
<string>keepassx.icns</string>
|
<string>keepassxc.icns</string>
|
||||||
<key>CFBundleTypeName</key>
|
<key>CFBundleTypeName</key>
|
||||||
<string>KeePassX Password Database</string>
|
<string>KeePassXC Password Database</string>
|
||||||
<key>CFBundleTypeOSTypes</key>
|
<key>CFBundleTypeOSTypes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>kdbx</string>
|
<string>kdbx</string>
|
||||||
|
|
BIN
share/macosx/keepassxc.icns
Normal file
|
@ -1 +1 @@
|
||||||
IDI_ICON1 ICON DISCARDABLE "keepassx.ico"
|
IDI_ICON1 ICON DISCARDABLE "keepassxc.ico"
|
||||||
|
|
Before Width: | Height: | Size: 364 KiB |
BIN
share/windows/keepassxc.ico
Normal file
After Width: | Height: | Size: 364 KiB |
|
@ -213,7 +213,7 @@ if(APPLE)
|
||||||
set(CPACK_DMG_VOLUME_NAME "${PROGNAME}")
|
set(CPACK_DMG_VOLUME_NAME "${PROGNAME}")
|
||||||
set(CPACK_SYSTEM_NAME "OSX")
|
set(CPACK_SYSTEM_NAME "OSX")
|
||||||
set(CPACK_STRIP_FILES ON)
|
set(CPACK_STRIP_FILES ON)
|
||||||
set(CPACK_PACKAGE_FILE_NAME "${PROGNAME}-${KEEPASSX_VERSION_NUM}")
|
set(CPACK_PACKAGE_FILE_NAME "${PROGNAME}-${KEEPASSXC_VERSION_NUM}")
|
||||||
include(CPack)
|
include(CPack)
|
||||||
|
|
||||||
include(DeployQt4)
|
include(DeployQt4)
|
||||||
|
@ -223,7 +223,7 @@ endif()
|
||||||
if(MINGW )
|
if(MINGW )
|
||||||
set(CPACK_GENERATOR "ZIP")
|
set(CPACK_GENERATOR "ZIP")
|
||||||
set(CPACK_STRIP_FILES ON)
|
set(CPACK_STRIP_FILES ON)
|
||||||
set(CPACK_PACKAGE_FILE_NAME "${PROGNAME}-${KEEPASSX_VERSION_NUM}")
|
set(CPACK_PACKAGE_FILE_NAME "${PROGNAME}-${KEEPASSXC_VERSION_NUM}")
|
||||||
include(CPack)
|
include(CPack)
|
||||||
|
|
||||||
include(DeployQt4)
|
include(DeployQt4)
|
||||||
|
|
|
@ -206,7 +206,7 @@ void AutoType::performGlobalAutoType(const QList<Database*>& dbList)
|
||||||
QString message = tr("Couldn't find an entry that matches the window title:");
|
QString message = tr("Couldn't find an entry that matches the window title:");
|
||||||
message.append("\n\n");
|
message.append("\n\n");
|
||||||
message.append(windowTitle);
|
message.append(windowTitle);
|
||||||
MessageBox::information(nullptr, tr("Auto-Type - KeePassX"), message);
|
MessageBox::information(nullptr, tr("Auto-Type - KeePassXC"), message);
|
||||||
}
|
}
|
||||||
else if ((entryList.size() == 1) && !config()->get("security/autotypeask").toBool()) {
|
else if ((entryList.size() == 1) && !config()->get("security/autotypeask").toBool()) {
|
||||||
m_inAutoType = false;
|
m_inAutoType = false;
|
||||||
|
|
|
@ -38,7 +38,7 @@ AutoTypeSelectDialog::AutoTypeSelectDialog(QWidget* parent)
|
||||||
// Places the window on the active (virtual) desktop instead of where the main window is.
|
// Places the window on the active (virtual) desktop instead of where the main window is.
|
||||||
setAttribute(Qt::WA_X11BypassTransientForHint);
|
setAttribute(Qt::WA_X11BypassTransientForHint);
|
||||||
setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint);
|
setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint);
|
||||||
setWindowTitle(tr("Auto-Type - KeePassX"));
|
setWindowTitle(tr("Auto-Type - KeePassXC"));
|
||||||
setWindowIcon(filePath()->applicationIcon());
|
setWindowIcon(filePath()->applicationIcon());
|
||||||
|
|
||||||
QRect screenGeometry = QApplication::desktop()->availableGeometry(QCursor::pos());
|
QRect screenGeometry = QApplication::desktop()->availableGeometry(QCursor::pos());
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#ifndef KEEPASSX_CONFIG_KEEPASSX_H
|
#ifndef KEEPASSX_CONFIG_KEEPASSX_H
|
||||||
#define KEEPASSX_CONFIG_KEEPASSX_H
|
#define KEEPASSX_CONFIG_KEEPASSX_H
|
||||||
|
|
||||||
#define KEEPASSX_VERSION "${KEEPASSX_VERSION}"
|
#define KEEPASSX_VERSION "${KEEPASSXC_VERSION}"
|
||||||
|
|
||||||
#define KEEPASSX_SOURCE_DIR "${CMAKE_SOURCE_DIR}"
|
#define KEEPASSX_SOURCE_DIR "${CMAKE_SOURCE_DIR}"
|
||||||
#define KEEPASSX_BINARY_DIR "${CMAKE_BINARY_DIR}"
|
#define KEEPASSX_BINARY_DIR "${CMAKE_BINARY_DIR}"
|
||||||
|
|
|
@ -68,14 +68,14 @@ Config::Config(QObject* parent)
|
||||||
userPath += QFile::decodeName(env);
|
userPath += QFile::decodeName(env);
|
||||||
}
|
}
|
||||||
|
|
||||||
userPath += "/keepassx/";
|
userPath += "/keepassxc/";
|
||||||
#else
|
#else
|
||||||
userPath = QDir::fromNativeSeparators(QStandardPaths::writableLocation(QStandardPaths::DataLocation));
|
userPath = QDir::fromNativeSeparators(QStandardPaths::writableLocation(QStandardPaths::DataLocation));
|
||||||
// storageLocation() appends the application name ("/keepassx") to the end
|
// storageLocation() appends the application name ("/keepassxc") to the end
|
||||||
userPath += "/";
|
userPath += "/";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
userPath += "keepassx2.ini";
|
userPath += "keepassxc.ini";
|
||||||
|
|
||||||
init(userPath);
|
init(userPath);
|
||||||
}
|
}
|
||||||
|
|
|
@ -87,12 +87,12 @@ QString FilePath::pluginPath(const QString& name)
|
||||||
|
|
||||||
QIcon FilePath::applicationIcon()
|
QIcon FilePath::applicationIcon()
|
||||||
{
|
{
|
||||||
return icon("apps", "keepassx");
|
return icon("apps", "keepassxc");
|
||||||
}
|
}
|
||||||
|
|
||||||
QIcon FilePath::trayIconLocked()
|
QIcon FilePath::trayIconLocked()
|
||||||
{
|
{
|
||||||
return icon("apps", "keepassx-locked");
|
return icon("apps", "keepassxc-locked");
|
||||||
}
|
}
|
||||||
|
|
||||||
QIcon FilePath::trayIconUnlocked()
|
QIcon FilePath::trayIconUnlocked()
|
||||||
|
|
|
@ -28,7 +28,7 @@ Metadata::Metadata(QObject* parent)
|
||||||
: QObject(parent)
|
: QObject(parent)
|
||||||
, m_updateDatetime(true)
|
, m_updateDatetime(true)
|
||||||
{
|
{
|
||||||
m_data.generator = "KeePassX";
|
m_data.generator = "KeePassXC";
|
||||||
m_data.maintenanceHistoryDays = 365;
|
m_data.maintenanceHistoryDays = 365;
|
||||||
m_data.masterKeyChangeRec = -1;
|
m_data.masterKeyChangeRec = -1;
|
||||||
m_data.masterKeyChangeForce = -1;
|
m_data.masterKeyChangeForce = -1;
|
||||||
|
|
|
@ -6,12 +6,12 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>366</width>
|
<width>375</width>
|
||||||
<height>210</height>
|
<height>210</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>About KeePassX</string>
|
<string>About KeePassXC</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<property name="sizeConstraint">
|
<property name="sizeConstraint">
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string notr="true"> KeePassX</string>
|
<string notr="true"> KeePassXC</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>KeePassX is distributed under the term of the GNU General Public License (GPL) version 2 or (at your option) version 3.</string>
|
<string>KeePassXC is distributed under the term of the GNU General Public License (GPL) version 2 or (at your option) version 3.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="wordWrap">
|
<property name="wordWrap">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|
|
@ -153,7 +153,7 @@ void DatabaseTabWidget::openDatabase(const QString& fileName, const QString& pw,
|
||||||
// due to lack of permissions
|
// due to lack of permissions
|
||||||
if (lockFile->error() != QLockFile::PermissionError) {
|
if (lockFile->error() != QLockFile::PermissionError) {
|
||||||
QMessageBox::StandardButton result = MessageBox::question(this, tr("Open database"),
|
QMessageBox::StandardButton result = MessageBox::question(this, tr("Open database"),
|
||||||
tr("The database you are trying to open is locked by another instance of KeePassX.\n"
|
tr("The database you are trying to open is locked by another instance of KeePassXC.\n"
|
||||||
"Do you want to open it anyway? Alternatively the database is opened read-only."),
|
"Do you want to open it anyway? Alternatively the database is opened read-only."),
|
||||||
QMessageBox::Yes | QMessageBox::No);
|
QMessageBox::Yes | QMessageBox::No);
|
||||||
|
|
||||||
|
@ -356,7 +356,7 @@ bool DatabaseTabWidget::saveDatabaseAs(Database* db)
|
||||||
// due to lack of permissions
|
// due to lack of permissions
|
||||||
if (lockFile->error() != QLockFile::PermissionError) {
|
if (lockFile->error() != QLockFile::PermissionError) {
|
||||||
QMessageBox::StandardButton result = MessageBox::question(this, tr("Save database as"),
|
QMessageBox::StandardButton result = MessageBox::question(this, tr("Save database as"),
|
||||||
tr("The database you are trying to save as is locked by another instance of KeePassX.\n"
|
tr("The database you are trying to save as is locked by another instance of KeePassXC.\n"
|
||||||
"Do you want to save it anyway?"),
|
"Do you want to save it anyway?"),
|
||||||
QMessageBox::Yes | QMessageBox::No);
|
QMessageBox::Yes | QMessageBox::No);
|
||||||
|
|
||||||
|
|
|
@ -72,7 +72,7 @@ class HttpPlugin: public ISettingsPage
|
||||||
Service *m_service;
|
Service *m_service;
|
||||||
};
|
};
|
||||||
|
|
||||||
const QString MainWindow::BaseWindowTitle = "KeePassX";
|
const QString MainWindow::BaseWindowTitle = "KeePassXC";
|
||||||
|
|
||||||
MainWindow::MainWindow()
|
MainWindow::MainWindow()
|
||||||
: m_ui(new Ui::MainWindow())
|
: m_ui(new Ui::MainWindow())
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string notr="true">KeePassX</string>
|
<string notr="true">KeePassXC</string>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="centralwidget">
|
<widget class="QWidget" name="centralwidget">
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
|
@ -331,6 +331,14 @@
|
||||||
<string>&Clone entry</string>
|
<string>&Clone entry</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
|
<action name="actionSearch">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>&Find</string>
|
||||||
|
</property>
|
||||||
|
</action>
|
||||||
<action name="actionEntryCopyUsername">
|
<action name="actionEntryCopyUsername">
|
||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
|
|
|
@ -150,7 +150,7 @@ QString Service::storeKey(const QString &key)
|
||||||
tr("You have received an association "
|
tr("You have received an association "
|
||||||
"request for the above key.\n"
|
"request for the above key.\n"
|
||||||
"If you would like to allow it access "
|
"If you would like to allow it access "
|
||||||
"to your KeePassX database\n"
|
"to your KeePassXC database\n"
|
||||||
"give it a unique name to identify and accept it."),
|
"give it a unique name to identify and accept it."),
|
||||||
QLineEdit::Normal, QString(), &ok);
|
QLineEdit::Normal, QString(), &ok);
|
||||||
if (!ok || id.isEmpty())
|
if (!ok || id.isEmpty())
|
||||||
|
@ -158,7 +158,7 @@ QString Service::storeKey(const QString &key)
|
||||||
|
|
||||||
//Warn if association key already exists
|
//Warn if association key already exists
|
||||||
} while(config->attributes()->contains(QLatin1String(ASSOCIATE_KEY_PREFIX) + id) &&
|
} while(config->attributes()->contains(QLatin1String(ASSOCIATE_KEY_PREFIX) + id) &&
|
||||||
QMessageBox::warning(0, tr("KeyPassX/Http: Overwrite existing key?"),
|
QMessageBox::warning(0, tr("KeyPassXC/Http: Overwrite existing key?"),
|
||||||
tr("A shared encryption-key with the name \"%1\" already exists.\nDo you want to overwrite it?").arg(id),
|
tr("A shared encryption-key with the name \"%1\" already exists.\nDo you want to overwrite it?").arg(id),
|
||||||
QMessageBox::Yes | QMessageBox::No) == QMessageBox::No);
|
QMessageBox::Yes | QMessageBox::No) == QMessageBox::No);
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ int main(int argc, char** argv)
|
||||||
Tools::setupSearchPaths();
|
Tools::setupSearchPaths();
|
||||||
|
|
||||||
Application app(argc, argv);
|
Application app(argc, argv);
|
||||||
Application::setApplicationName("keepassx");
|
Application::setApplicationName("keepassxc");
|
||||||
Application::setApplicationVersion(KEEPASSX_VERSION);
|
Application::setApplicationVersion(KEEPASSX_VERSION);
|
||||||
// don't set organizationName as that changes the return value of
|
// don't set organizationName as that changes the return value of
|
||||||
// QStandardPaths::writableLocation(QDesktopServices::DataLocation)
|
// QStandardPaths::writableLocation(QDesktopServices::DataLocation)
|
||||||
|
@ -48,12 +48,12 @@ int main(int argc, char** argv)
|
||||||
"Fatal error while testing the cryptographic functions.");
|
"Fatal error while testing the cryptographic functions.");
|
||||||
error.append("\n");
|
error.append("\n");
|
||||||
error.append(Crypto::errorString());
|
error.append(Crypto::errorString());
|
||||||
MessageBox::critical(nullptr, QCoreApplication::translate("Main", "KeePassX - Error"), error);
|
MessageBox::critical(nullptr, QCoreApplication::translate("Main", "KeePassXC - Error"), error);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
QCommandLineParser parser;
|
QCommandLineParser parser;
|
||||||
parser.setApplicationDescription(QCoreApplication::translate("main", "KeePassX - cross-platform password manager"));
|
parser.setApplicationDescription(QCoreApplication::translate("main", "KeePassXC - cross-platform password manager"));
|
||||||
parser.addPositionalArgument("filename", QCoreApplication::translate("main", "filename(s) of the password database(s) to open (*.kdbx)"), "[filename(s)]");
|
parser.addPositionalArgument("filename", QCoreApplication::translate("main", "filename(s) of the password database(s) to open (*.kdbx)"), "[filename(s)]");
|
||||||
|
|
||||||
QCommandLineOption configOption("config",
|
QCommandLineOption configOption("config",
|
||||||
|
|