Commit Graph

651 Commits

Author SHA1 Message Date
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
Dag Heyman
f33b57b866
Always flick on arrow press 2017-03-28 15:50:28 +02:00
Dag Heyman
e321bca972
Use flickable for scrolling
Flick when arrow keys are pressed.
2017-03-28 14:27:49 +02:00
Dag Heyman
2c6bba3add
Sort credentials based on name
Use the full name for sorting,
including issuer prefixes.

Fixes #136
2017-03-28 11:02:27 +02:00
Dag Heyman
37a187373f
release 4.0.1 2017-03-27 15:06:12 +02:00
Dag Heyman
31305f478d
Update version number 2017-03-27 13:49:25 +02:00
Dag Heyman
03d35b9c60
Update NEWS for 4.0.1 2017-03-27 13:48:45 +02:00
Dag Heyman
42477bb740
Better error logging 2017-03-27 13:36:40 +02:00
Dag Heyman
f53a841f65
appveyor: set deployname in variable 2017-03-24 15:27:14 +01:00
Dag Heyman
4525cecb84
Add tag name to appveyor deploy 2017-03-24 15:05:41 +01:00
Dag Heyman
2dbebef8c4
Fix wrong name in add/remove programs 2017-03-24 14:16:06 +01:00
Dag Heyman
e4e04a2de6
Delete redist packages after installing them 2017-03-24 14:06:17 +01:00
Dag Heyman
5e8bf2d6a5
First attempt to install vcredist_x86 from installer 2017-03-24 12:42:25 +01:00
Dag Heyman
336c168166
Fix typo 2017-03-23 14:07:00 +01:00
Dag Heyman
04c05e0f99
windeployqt: no translations, ANGLE or opengl-sw 2017-03-23 13:56:18 +01:00
Dag Heyman
8d5b148c8b
Remove vcruntime and sqllite from python-embed 2017-03-23 13:44:53 +01:00
Dag Heyman
cce3a7b7da
Remove .cpp files 2017-03-23 13:44:31 +01:00