Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2018-02-04Update translation source fileJanek Bevendorff
2018-01-30Add support for nightly builds to release toolJonathan White
2018-01-21Update locale files and pull in latest translationsJanek Bevendorff
2018-01-21Use actual full en_US translation for English and drop en_plurals fileJanek Bevendorff
2018-01-21Add missing Q_DECLARE_TR_FUNCTIONS to Kdbx classesJanek Bevendorff
Remove obsolete Kdbx3XmlWriter header
2018-01-14Fix macOS building and code signing, resolves #1344Janek Bevendorff
2018-01-13Redesign DatabaseSettingsWidgetJanek Bevendorff
2017-12-27Added dark tray icon parameter to settings.Vlad N
2017-12-23Bundle qtbase translations with macOS and AppImage releasesJanek Bevendorff
2017-12-23Bundle qtbase translations on WindowsJanek Bevendorff
2017-12-22Merge branch 'develop' into issue-1148-msi-packageSebastian Marsching
2017-12-13Merge branch 'master' into developJanek Bevendorff
2017-12-13Update translationsJanek Bevendorff
2017-12-13Bump version to 2.2.4Janek Bevendorff
2017-12-13Add StartupWMClass to desktop file (backport from develop)Janek Bevendorff
2017-12-13Correct desktop and appdata file paths (backport from develop)Janek Bevendorff
2017-12-13Fixed typo in XML tagGermano Massullo
Signed-off-by: Germano Massullo <germano.massullo@gmail.com>
2017-12-13Fixed typo in XML tagGermano Massullo
Signed-off-by: Germano Massullo <germano.massullo@gmail.com>
2017-12-12Merge branch 'master' into developJonathan White
2017-12-12Update translationsJonathan White
2017-12-12Version bump to 2.2.3 and changelogJonathan White
2017-12-06resize message-close to 16x16 pixelsthez3ro
2017-12-04Add WMClass to the desktop file to have proper linking to the desktop fileJean-Louis Dupond
2017-11-27Remove `ShowToolbar` from configWeslly
2017-11-19SSH agent supportToni Spets
2017-11-08Fix id and appdata validation failures (#1131)AsavarTzeth
According to the AppStream specification org.keepassxc is not a valid id. The product name is missing. This results in failures if one tries to validate the file and makes it unusable where validation is enforced. Additionally it seems specification don't allow the `<icon>` tag with component type desktop-application. I am not sure this tag is strictly necessary. In any case validation tests require this to be removed. Fixing both of these issues ensure the AppStream appdata is compliant and works anywhere passing validations is a requirement. Also provide some other fixes and improvements to the appdata. Minor validation failures: - Fix missing captions for screenshots (`appstreamcli`) - Fix descriptions cannot start with `<ul>` tag (`appstream-util`) Other enhancements: - Add more URL types, but could not add donation type because "&" is not allowed in the `<url>` tag and using "%26" causes `appstreamcli validate` to fail. - Add `<developer_name>`, which in cases such as KeePassXC is a team name.
2017-10-30Add build of MSI packages (#1148)Sebastian Marsching
2017-10-26add preview panel for entries and groupsthez3ro
2017-10-22Merge branch 'master' into developJanek Bevendorff
2017-10-22Update translationsJanek Bevendorff
2017-10-22Bump version to 2.2.2 and update changelogJanek Bevendorff
2017-10-21Merge branch 'release/2.2.2' into developJanek Bevendorff
2017-10-21Fix missing semicolonJanek Bevendorff
2017-10-19Merge branch 'release/2.2.2' into developJanek Bevendorff
2017-10-19Extend desktop file and name it according to the freedesktop specificationJanek Bevendorff
2017-10-19Add AppStream AppData file, resolves #1066Janek Bevendorff
2017-10-12Add toolbar button for copy url to clipboardfrostasm
2017-10-01Update translationsJonathan White
2017-07-08Query lupdate-qt5 first and fall back to lupdate if it does not existJanek Bevendorff
2017-07-08Update English translation source filesJanek Bevendorff
2017-07-08Improve update tool to allow either updating source files, pushing or ↵Janek Bevendorff
pulling changes without doing the other
2017-06-26Update translationsJonathan White
2017-06-26Cleanup before releaseJonathan White
* Cleanup cpack commands * Add default config for portable install * Force translation downloads * Reduce translation download threshold to 40%
2017-06-14Update and fix copyright headersthez3ro
2017-06-10Fix macOS file dialog localizationWeslly
2017-05-11Use a dedicated tray icon when the database is unlocked.Jan Hellwig
2017-05-04Add TOTP supportWeslly
2017-04-21Add context menu entry to clean the Recycle Bin in databasesVladimir Svyatski
This implements the feature request (issue) #503.
2017-04-19Moved the "Clear history" menu item caption from MainWindow (Database > ↵Vladimir Svyatski
Recent Databases > Clear history) to the string resources. As a result it is no longer hardcoded and can be translated.
2017-04-09Merge pull request #373 from keepassxreboot/feature/new-password-generatorJonathan White
New Diceware passphrase generator