Commit Graph

1267 Commits

Author SHA1 Message Date
Dag Heyman
a7cf882b44
Merge branch 'tycho-qrdecode-fix' 2017-05-22 09:29:22 +02:00
Steven Noonan
66f4a852a9 qrdecode: fix infinite loop when encoding type is 1 (numeric)
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
2017-05-20 02:43:05 -07:00
Dag Heyman
d4a7ca080e
Add some development docs 2017-05-17 09:48:22 +02:00
Dag Heyman
2825549b41
virtualbox: Enable clipboard and drag-n-drop 2017-05-17 09:46:28 +02:00
Dag Heyman
a1de15eca5
Add a Vagrantfile for development 2017-05-16 15:50:37 +02:00
Dag Heyman
8449eb9ff0
yubioath-desktop 4.1.2 2017-05-12 10:27:59 +02:00
Dag Heyman
ec41083314
Rename valid window function 2017-05-12 10:02:13 +02:00
Dag Heyman
1c845cc788
Don't spawn window outside desktop area
On Windows, the main window could be spawned outside
the visible desktop, if the application was previously
used with multiple monitors.

Fixes #154
2017-05-11 15:25:50 +02:00
Dag Heyman
55ef30e912
More strict check when setting password 2017-05-11 08:53:48 +02:00
Dag Heyman
cc86c37adf
Workaround for segfault on Ubuntu 17.04 2017-05-10 09:50:22 +02:00
Dag Heyman
6f071a4813
travis: fix linking for hashlib 2017-05-09 13:25:46 +02:00
Dag Heyman
62443d565f
Fix Entitlements.plist format 2017-05-09 12:41:51 +02:00
Dag Heyman
1887af4b6f
Update NEWS for 4.1.1 2017-05-09 08:50:59 +02:00
Dag Heyman
819d6b0a00
Update yubikey-manager version 2017-05-08 14:55:34 +02:00
Dag Heyman
1c6886403f
Non-numeric version fails in appveyor 2017-05-02 16:31:09 +02:00
Dag Heyman
afcf9aa8e0
Tick up development version 2017-05-02 16:06:23 +02:00
Dag Heyman
d400bdc281
Remove debug print 2017-05-02 15:59:02 +02:00
Dag Heyman
51bf26279c
Merge branch 'macos-build' 2017-05-02 15:58:29 +02:00
Dag Heyman
aca813f8b0
Fix paths for re-linking 2017-05-02 15:28:07 +02:00
Dag Heyman
baae8e487e
Fix linking for _ssl.so 2017-05-02 14:51:34 +02:00
Dag Heyman
fcd345dec6
travis: copy openssl from brew 2017-05-02 13:44:37 +02:00
Dag Heyman
ee77df3bbb
Call derive_key for debugging purpose 2017-05-02 13:01:07 +02:00
Dag Heyman
a8c4de1970
Merge branch 'win-build-fixes' 2017-05-02 11:10:56 +02:00
Dag Heyman
f2356a4fc3
Re-add ANGLE deployment 2017-05-02 09:57:04 +02:00
Dag Heyman
cecdd3cae1
Merge branch 'master' into macos-build 2017-04-25 10:30:09 +02:00
Dag Heyman
ac99a792b9
Don't try to check name if selected is undefined 2017-04-25 10:18:29 +02:00
Dag Heyman
e508269ff3
Update the selected credential on new code
After a credential has got a code from
a touch event on the YubiKey, update
the selected credential so that the code
may be copied to the clipboard.

Should fix #158
2017-04-25 10:16:58 +02:00
Dag Heyman
c345bad1ae
Fix spelling in comment 2017-04-25 10:16:13 +02:00
Dag Heyman
bde12cc6d4
Upgrade pyenv 2017-04-21 13:54:53 +02:00
Dag Heyman
b833f9d67e
Not pip3 2017-04-21 13:43:01 +02:00
Dag Heyman
2fe285a0ac
Update python version 2017-04-21 12:51:06 +02:00
Dag Heyman
ca79a6c92f
yubioath-desktop 4.1.0 2017-04-10 12:33:30 +02:00
Dag Heyman
9531c3bfe4
Overwrite saved pw if already saved on system
Switch to JSON for stored passwords.
2017-04-10 10:26:37 +02:00
Dag Heyman
29ec5db8af
Don't clear password prompt before remembering 2017-04-10 09:16:49 +02:00
Dag Heyman
7fef2be38d
Update colors
- Progressbar has no custom styling
- Selected credential uses highlight color
- Credentials are colored "window" or "midlight"
- No font specified

Closes #129
2017-04-07 14:24:58 +02:00
Dag Heyman
b39343f1e4
Formatting from Qt Creator 2017-04-07 12:32:51 +02:00
Dag Heyman
af80945b23
Fix issue where password was set to none
All set passwords attempts cleared the password
because the dialog was cleared before accepted.
2017-04-07 12:31:39 +02:00
Dag Heyman
e0e59ddf64
Different wording in settings 2017-03-31 15:37:42 +02:00
Dag Heyman
ec51091e66
Bring back credentials even when hidden 2017-03-31 15:35:19 +02:00
Dag Heyman
8beda56cb2
Update tray functionality
When the tray option is enabled
closing the last window doesn't
close the application.
2017-03-31 11:14:22 +02:00
Dag Heyman
b4f39f628f
Try quit on last window closed false 2017-03-31 10:02:21 +02:00
Dag Heyman
bd2794e195
Let tray restore action restore from minimised 2017-03-31 09:24:24 +02:00
Dag Heyman
62bca0fc57
Add a menu to the tray icon 2017-03-30 14:52:13 +02:00
Dag Heyman
01adff59ef
Add basic systray icon toggled from settings 2017-03-30 13:14:24 +02:00
Dag Heyman
7aa692ee1c
Only reset selected on empty searches
Should resolve #142
2017-03-30 10:24:59 +02:00
Dag Heyman
ffb55773f3
Refactor out selected
The variables for selected credentials
was treated as global variables,
so it makes more sense to bind it to appWindow.
2017-03-30 10:23:04 +02:00
Dag Heyman
d1b2ad0580
Rename method 2017-03-30 10:00:07 +02:00
Dag Heyman
db125d0e61
Fix scroll state for touch/hotp credentials 2017-03-30 09:48:59 +02:00
Dag Heyman
f3b3916669
Minor fix. 2017-03-29 13:29:32 +02:00
Dag Heyman
b53a1d548c
Keep scroll position when creds change
Small hack to save the position of the
scrollbar before refreshing the credentials.
2017-03-29 12:08:19 +02:00