Emil Lundberg
ee2567ddd4
Fix null dereference error for HOTP credentials
2017-11-29 15:00:25 +01:00
Emil Lundberg
d5544e98f2
Sort by period last instead of first
2017-11-29 15:00:23 +01:00
Emil Lundberg
bbd7ad87b1
Sort credentials immediately when created
2017-11-28 22:20:20 +01:00
Arthur Burkart
c8ab5b7b58
Enable arrow key navigation while search field has focus
2017-11-28 22:01:10 +01:00
Emil Lundberg
ff7524f99e
Fix section heading level
2017-11-28 18:16:38 +01:00
Emil Lundberg
f15bdb5d1d
Extract build docs to a separate document
2017-11-28 17:42:19 +01:00
Emil Lundberg
361a505981
Add link to PyOtherSide
2017-11-28 17:34:08 +01:00
Emil Lundberg
21bee315cd
Fix list markup in README
2017-11-28 17:33:04 +01:00
Emil Lundberg
93ead84650
Fix list indentation in README
2017-11-28 17:31:14 +01:00
Emil Lundberg
c9b5958123
Add YubiKey Manager to runtime dependencies
2017-11-28 17:30:02 +01:00
Emil Lundberg
7126f63633
Add a missing {
2017-11-28 16:59:06 +01:00
Emil Lundberg
a79b6ad497
Add build instructions to README
2017-11-28 16:49:40 +01:00
Emil Lundberg
465e2e13a4
Add missing qtsingleapplication file to git-archive-recursive
2017-11-28 16:49:40 +01:00
Emil Lundberg
5584458704
Add VERSION file in git-archive-recursive, if present
2017-11-28 16:49:39 +01:00
Emil Lundberg
418be35e10
Add support for a VERSION file to compute-version.py
2017-11-28 16:49:38 +01:00
Emil Lundberg
693db090c8
Extract git version computation to Python script
2017-11-28 16:49:37 +01:00
Emil Lundberg
d6f3745f39
Remove outdated patagraph from Windows build doc
2017-11-28 16:47:09 +01:00
Emil Lundberg
efe409d0a1
Fix link to Windows Vagrant VM documentation
2017-11-28 14:21:27 +01:00
Emil Lundberg
8f59352448
Display custom time bar for all touch credentials
2017-11-24 22:44:37 +01:00
Emil Lundberg
b057628914
Add Windows build instructions
2017-11-24 17:18:22 +01:00
Emil Lundberg
3504a99f28
Remove unused Qt installer script
2017-11-24 17:16:01 +01:00
Emil Lundberg
01cc23fb97
Add provisioning and scripts for building in reproducible Windows VM
2017-11-24 17:15:56 +01:00
Emil Lundberg
18c922a041
Rewrite repo with new .gitattributes
2017-11-24 17:13:47 +01:00
Emil Lundberg
74da2d66dd
Add .gitattributes
2017-11-24 17:13:46 +01:00
Emil Lundberg
76d7158dad
Add Vagrant logs to .gitignore
2017-11-24 17:13:45 +01:00
Emil Lundberg
a8fa58787b
Clean up .gitignore
2017-11-24 17:13:44 +01:00
Emil Lundberg
1aea5607e6
Compute version number from git tags and commit graph
2017-11-24 17:13:34 +01:00
Emil Lundberg
5d8c1b6803
Add -Force to qml\io copy command in appveyor.yml
2017-11-23 14:00:16 +01:00
Emil Lundberg
8f20cd9866
Remove -alpha suffix from version number on Windows
...
The VERSIONINFO resource generated for Windows builds does not like
version numbers that are not all numeric.
See
https://msdn.microsoft.com/en-us/library/windows/desktop/aa381058(v=vs.85).aspx
2017-11-23 14:00:10 +01:00
Emil Lundberg
617bcf65e1
Clean release directory before Appveyor build
2017-11-22 15:34:17 +01:00
Emil Lundberg
77fbaab011
Hide tray icon before exiting
2017-11-22 15:04:42 +01:00
Emil Lundberg
1f6cefea4f
Generate codes 10s into the future for touch credentials
2017-11-21 17:25:55 +01:00
Emil Lundberg
ad449fd1f8
Make some CredentialItem properties readonly
2017-11-21 17:00:33 +01:00
Emil Lundberg
fbd3ad41db
Prettify an if-else expression
2017-11-21 17:00:08 +01:00
Emil Lundberg
70684a0254
Rename property CredentialItem.expired to isExpired
2017-11-21 16:54:18 +01:00
Emil Lundberg
7009cbfa57
Prettify an if-else expression
2017-11-21 16:54:18 +01:00
Emil Lundberg
90abe7e11f
Eliminate unnecessary function hasCustomTimeBar
2017-11-21 16:54:17 +01:00
Emil Lundberg
ac85a2bbc1
Pass code and credential as properties to CredentialItem instead of modelData
2017-11-21 16:54:16 +01:00
Emil Lundberg
2367850930
Eliminate unnecessary function getCredentialTextColor
2017-11-21 16:54:15 +01:00
Emil Lundberg
eb2330be76
Remove some unnecessary newlines
2017-11-21 16:54:14 +01:00
Emil Lundberg
3978efc1bf
Prettify a long expression
2017-11-21 16:54:13 +01:00
Emil Lundberg
7c6b8c4b4f
Extract function selectCredential(entry, index)
2017-11-21 16:54:12 +01:00
Emil Lundberg
59b0d8d6c7
Compute CredentialItem color internally
2017-11-21 16:54:11 +01:00
Emil Lundberg
c41e104dc7
Use signal instead of implicit inheritance to refresh CredentialItem
2017-11-21 16:54:10 +01:00
Emil Lundberg
b01180827e
Use explicit timerRunning property in CredentialItem
2017-11-21 16:54:09 +01:00
Emil Lundberg
c2fa86cb72
Use signals for CredentialItem click events
2017-11-21 16:54:08 +01:00
Emil Lundberg
547f423767
Use signal instead of passing arrowKeys into CredentialItem
2017-11-21 16:54:07 +01:00
Emil Lundberg
aeab5b1be5
Extract QML type CredentialItem from main.qml
2017-11-21 16:54:06 +01:00
Emil Lundberg
a57a5a0d37
Append -alpha to version number
2017-11-21 16:54:06 +01:00
Emil Lundberg
a65154d1db
Remove running property from HOTP timers
...
This caused a bug where the "Touch your YubiKey ..." prompt would pop up
immediately on program start if the YubiKey is password protected and
the password is not stored.
2017-11-20 16:06:52 +01:00