forked from keepassxreboot/keepassxc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conflicts: CMakeLists.txt cmake/CLangFormat.cmake snapcraft.yaml src/CMakeLists.txt src/core/Database.cpp src/core/Database.h src/core/Tools.cpp src/crypto/CryptoHash.h src/crypto/ssh/ASN1Key.h src/crypto/ssh/OpenSSHKey.cpp src/format/Kdbx4Reader.cpp src/gui/DatabaseTabWidget.cpp src/gui/DatabaseTabWidget.h src/gui/DatabaseWidget.cpp src/gui/DatabaseWidget.h src/gui/DetailsWidget.cpp src/gui/DetailsWidget.ui src/gui/EditWidgetProperties.cpp src/gui/EntryPreviewWidget.cpp src/gui/EntryPreviewWidget.ui src/gui/FileDialog.cpp src/gui/dbsettings/DatabaseSettingsDialog.cpp src/gui/dbsettings/DatabaseSettingsDialog.h src/gui/group/EditGroupWidget.cpp src/gui/group/EditGroupWidget.h src/sshagent/ASN1Key.h src/sshagent/OpenSSHKey.cpp src/sshagent/SSHAgent.cpp tests/CMakeLists.txt
- Loading branch information
Showing
421 changed files
with
17,829 additions
and
12,528 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,36 @@ | ||
<!--- Provide a general summary of your changes in the title above --> | ||
[TIP]: # ( Provide a general summary of your changes in the title above ^^ ) | ||
|
||
## Description | ||
<!--- Describe your changes in detail --> | ||
## Type of change | ||
[NOTE]: # ( Please remove all lines which don't apply. ) | ||
- ✅ Bug fix (non-breaking change which fixes an issue) | ||
- ✅ Refactor (significant modification to existing code) | ||
- ✅ New feature (non-breaking change which adds functionality) | ||
- ✅ Breaking change (fix or feature that would cause existing functionality to change) | ||
- ✅ Documentation (non-code change) | ||
|
||
## Motivation and context | ||
<!--- Why is this change required? What problem does it solve? --> | ||
<!--- If it fixes an open issue, please link to the issue here. --> | ||
## Description and Context | ||
[NOTE]: # ( Describe your changes in detail, why is this change required? ) | ||
[NOTE]: # ( Describe the context of your change. Explain large code modifications. ) | ||
[NOTE]: # ( If it fixes an open issue, please add "Fixes #XXX" as necessary ) | ||
|
||
## How has this been tested? | ||
<!--- Please describe in detail how you tested your changes. --> | ||
<!--- Include details of your testing environment, and the tests you ran to --> | ||
<!--- see how your change affects other areas of the code, etc. --> | ||
|
||
## Screenshots (if appropriate): | ||
## Screenshots | ||
[TIP]: # ( Do not include screenshots of your actual database! ) | ||
|
||
|
||
## Testing strategy | ||
[NOTE]: # ( Please describe in detail how you tested your changes. ) | ||
[TIP]: # ( We expect new code to be covered by unit tests and documented with doc blocks! ) | ||
|
||
## Types of changes | ||
<!--- What types of changes does your code introduce? --> | ||
<!--- Please remove all lines which don't apply. --> | ||
- ✅ Bug fix (non-breaking change which fixes an issue) | ||
- ✅ New feature (non-breaking change which adds functionality) | ||
- ✅ Breaking change (fix or feature that would cause existing functionality to change) | ||
|
||
## Checklist: | ||
<!--- Please go over all the following points. --> | ||
<!--- Again, remove any lines which don't apply. --> | ||
<!--- Pull Requests that don't fulfill all [REQUIRED] requisites are likely --> | ||
<!--- to be sent back to you for correction or will be rejected. --> | ||
[NOTE]: # ( Please go over all the following points. ) | ||
[NOTE]: # ( Again, remove any lines which don't apply. ) | ||
[NOTE]: # ( Pull Requests that don't fulfill all [REQUIRED] requisites are likely ) | ||
[NOTE]: # ( to be sent back to you for correction or will be rejected. ) | ||
- ✅ I have read the **CONTRIBUTING** document. **[REQUIRED]** | ||
- ✅ My code follows the code style of this project. **[REQUIRED]** | ||
- ✅ All new and existing tests passed. **[REQUIRED]** | ||
- ✅ I have compiled and verified my code with `-DWITH_ASAN=ON`. **[REQUIRED]** | ||
- ✅ My change requires a change to the documentation and I have updated it accordingly. | ||
- ✅ My change requires a change to the documentation, and I have updated it accordingly. | ||
- ✅ I have added tests to cover my changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.