Commit Graph

651 Commits

Author SHA1 Message Date
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
Dag Heyman
697dfd4794
Remove html a tag from About page
The html link doesn't respect users
color schemes.

This should close #128 together with 8073083
2017-03-21 10:42:35 +01:00
Dag Heyman
8073083dce
Use Label instead of Text
The Text object doesn't seem follow the color scheme,
while the Label object seems to do that.
2017-03-20 16:41:08 +01:00
Dag Heyman
20426f6ecb
Point requirements.txt to released version of ykman 2017-03-20 10:09:37 +01:00
Dag Heyman
72429c7c3d
Update Dockerfile 2017-03-20 10:01:12 +01:00
Dag Heyman
9d4ad874ed
Update NEWS 2017-03-20 10:00:07 +01:00
Dag Heyman
a78939193e
Update README 2017-03-20 09:23:15 +01:00
Dag Heyman
09d2964b23
Update NEWS and README 2017-03-20 09:20:16 +01:00
Dag Heyman
313059cd63
Rename Main.qml > main.qml 2017-03-18 22:24:38 +01:00
Dag Heyman
46b6bfea5b
Switch focus to arrowkeys when tabbing from search 2017-03-18 22:20:52 +01:00
Dag Heyman
4b98c2ed65
Add confirmation after reset 2017-03-18 18:43:11 +01:00
Dag Heyman
287a08c4e7
Clear set password dialog 2017-03-18 18:27:40 +01:00
Dag Heyman
5e7c103ccb
Fix taborder in dialogs 2017-03-18 18:21:03 +01:00
Dag Heyman
439a084277
Add credential: fix taborder 2017-03-18 17:51:58 +01:00
Dag Heyman
20647e3184
Update .pro file 2017-03-18 17:38:21 +01:00
Dag Heyman
ffd207b064
Close dialogs when escape pressed
TextFields needs to do this explicitly
2017-03-17 15:47:24 +01:00
Dag Heyman
8478bd7539
Remove duplicate error logging 2017-03-17 15:22:02 +01:00
Dag Heyman
7fb1f3ab81
Remove unused serial variable 2017-03-17 14:10:26 +01:00
Dag Heyman
1c3f44a210
Don't show credlist if mode mismatch settings 2017-03-17 14:02:44 +01:00
Dag Heyman
90b7980667
Minor cleanups 2017-03-17 13:52:13 +01:00
Dag Heyman
632b9fe8bc
Move out mouse handling in cred list 2017-03-17 13:15:48 +01:00
Dag Heyman
8deb89eb98
Move out get credential color logic 2017-03-17 12:52:34 +01:00
Dag Heyman
f9dd88eb3c
Move out timer bar 2017-03-17 12:45:43 +01:00
Dag Heyman
0a9df2be40
Move out ArrowKeys 2017-03-17 12:21:31 +01:00
Dag Heyman
0c425011eb
Move out delete credential confirmation 2017-03-17 11:13:14 +01:00
Dag Heyman
37e77cb2be
Move out credential menu 2017-03-17 11:01:59 +01:00
Dag Heyman
53fa0fed8a
Move out clipboard 2017-03-17 10:24:32 +01:00
Dag Heyman
35b63f6928
Move out loaded device message 2017-03-17 10:19:06 +01:00
Dag Heyman
212905cb47
Move out no loaded device message 2017-03-17 09:36:50 +01:00
Dag Heyman
daae82908d
Move out new device logic 2017-03-17 09:07:41 +01:00
Dag Heyman
f49646a15f
Move out reset dialog 2017-03-17 08:57:30 +01:00