Commit Graph

631 Commits

Author SHA1 Message Date
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
Dag Heyman
ecb53f64e9
Build pyotherside with python 3.6 2017-03-23 13:16:18 +01:00
Dag Heyman
004260a421
Update the python version 2017-03-23 12:56:49 +01:00
Dag Heyman
2f7686a3bd
appveyor: no d3d 2017-03-23 12:02:57 +01:00
Dag Heyman
c442fb190e
Fix typo. 2017-03-23 11:42:58 +01:00
Dag Heyman
f8c4a8c26a
run windeployqt with --no-compiler-runtime 2017-03-23 11:40:19 +01:00
Dag Heyman
95e36da21b
appveyor: stop adding visual studio dlls
Also let vcredist_x86 stay in build.
2017-03-23 10:06:55 +01:00
Dag Heyman
ab067cd696
Drop NSIS stuff from appveyor file 2017-03-23 10:03:24 +01:00
Dag Heyman
f873e52adb
Add Edit menu for the credential actions 2017-03-22 14:45:33 +01:00
Dag Heyman
92c97003b7
Don't read settings if undefined 2017-03-22 13:14:41 +01:00
Dag Heyman
d369936fab
Add app meta-data 2017-03-22 13:14:06 +01:00
Dag Heyman
48206e15ca
Add badges to README 2017-03-22 12:30:01 +01:00
Dag Heyman
2364efff2d
Save window position and dimenensions in Settings 2017-03-22 12:24:02 +01:00
Dag Heyman
16431a7582
Add some Mnemonics to the menus
Should solve #127
2017-03-22 10:46:36 +01:00
Dag Heyman
d91f3e1b13
macOS: Close on Cmd + W 2017-03-22 10:02:07 +01:00
Dag Heyman
adb686c741
Let Cmd/Ctrl + F put focus on search 2017-03-22 09:29:58 +01:00
Dag Heyman
1e5e5ee2b7
Explicitly tab to search from arrowkeys 2017-03-21 15:51:37 +01:00
Dag Heyman
d79c86bcb5
When searching, select the top credential 2017-03-21 15:02:20 +01:00
Dag Heyman
86dcbc7d87
Credential rectangle should not have focus 2017-03-21 14:59:49 +01:00
Dag Heyman
70f0df20e6
Re-add spacing: 0 in credential list
Was removed in code cleanup but shouldn't
have been touched.

Could be the cause of #130
2017-03-21 13:16:06 +01:00
Dag Heyman
5ab405ebbc
Add qml-module-qt-labs-settings as a dependency
Closes #123
2017-03-21 10:52:29 +01:00