Commit Graph

47 Commits

Author SHA1 Message Date
Dag Heyman
7bd20249bf
improve handling of issuer 2017-09-05 14:42:14 +02:00
Dag Heyman
a80b35579b
ui: increase code size a bit 2017-08-16 09:35:13 +02:00
Dag Heyman
a885dbd3fe
ui: use relative pointsize for code 2017-08-15 14:20:56 +02:00
Dag Heyman
1697afcb7d
ui: fix scalable credential box 2017-08-15 13:52:10 +02:00
Dag Heyman
0165883698
ui: use font.pointSize for credentials 2017-08-15 13:11:06 +02:00
Dag Heyman
17b3b208d5
Always deselect credential with ESC 2017-08-15 09:25:10 +02:00
Dag Heyman
01cb66ddbd
UI: Add a space in the codes 2017-08-14 15:48:40 +02:00
Dag Heyman
49253d6f40
Try to fix issue where UI stuck on reading credentials 2017-08-02 14:09:10 +02:00
Dag Heyman
205fac48da
Small refactor in MenuBar 2017-08-02 10:58:37 +02:00
Dag Heyman
78c347f525
Enter to copy/generate
Enter now copies/generates the selected credential.
Escape clears the search field.
2017-08-01 16:29:31 +02:00
Dag Heyman
a4a7b63f21
Only double-click copies, not all generate
Change behaviour so that only double-click
copies touch credentials, and manual generate
action only generates them.
2017-07-31 13:52:06 +02:00
Dag Heyman
52f5f4a583
fix bug from renaming 2017-07-07 13:52:39 +02:00
Dag Heyman
397defaeed
feature: double click to copy/generate
Double-click on a credential now copies
the code to the clipboard. If it is a touch or
HOTP credential a code is generated as well.

The generate code action also copies the code to
the clipboard.

Should resolve #146
2017-07-07 10:03:50 +02:00
Dag Heyman
a1e2c449e0
rename single click handler 2017-07-07 10:02:58 +02:00
Dag Heyman
2015c5fd77
ui: don't show timer if no credentials 2017-07-07 08:48:34 +02:00
Dag Heyman
96898834a6
click outside search should remove focus from it 2017-07-06 07:39:18 +02:00
Dag Heyman
7be3c861be
Slot mode is always validated
Fix issue where time bar was not shown
in slot mode.
2017-07-05 13:46:08 +02:00
Dag Heyman
e142a54c3e
don't parse empty saved pws 2017-07-05 10:14:03 +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
cc86c37adf
Workaround for segfault on Ubuntu 17.04 2017-05-10 09:50:22 +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
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
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
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
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
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
42477bb740
Better error logging 2017-03-27 13:36:40 +02:00
Dag Heyman
f873e52adb
Add Edit menu for the credential actions 2017-03-22 14:45:33 +01:00
Dag Heyman
2364efff2d
Save window position and dimenensions in Settings 2017-03-22 12:24:02 +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
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
313059cd63
Rename Main.qml > main.qml 2017-03-18 22:24:38 +01:00