thez3ro
745d255808
add cyclic arrowkey navigation for entryview
2018-01-23 00:12:36 +01:00
thez3ro
e4088d5e6c
quit autotype dialog with esc key
2018-01-22 15:44:42 +01:00
Janek Bevendorff
0c0c558ff7
Fix Auto-Type locale source strings
2018-01-21 15:54:46 +01:00
Weslly
6a75fd84ab
Fix auto-type regression when using {delay=x}
2018-01-05 23:53:45 -02:00
thez3ro
6d046f251e
Remove minus since it's an invalid literal
2018-01-03 12:56:18 +01:00
thez3ro
e803076063
improve regex filtering
2018-01-03 12:56:18 +01:00
thez3ro
203960b4b5
rename to executeAutoType
2018-01-03 12:56:18 +01:00
thez3ro
3d5ff723e9
fix codestyle
2018-01-03 12:56:18 +01:00
thez3ro
a02a49a184
add test for syntax checking
2018-01-03 12:56:18 +01:00
Marco
8ca444aee0
add a method to perform the autotype sequence showing graphical dialogs
...
Dialogs are show when the syntax of the autotype statement is wrong or contains long delays or statements which are repeated very often
2018-01-03 12:56:18 +01:00
Marco
7ceac05395
add support for custom commands. all autotype tests are getting passed now
2018-01-03 12:56:18 +01:00
Marco
4893d99774
move autotype syntax warning and error dialogs from AutoType to DatabaseWidget in the gui folder and replaced it with a checkSyntax call.
...
this fixes part of why autotype test fails
2018-01-03 12:56:18 +01:00
Marco
393017cf3b
fix for loops now have diffrent variables. dont know why it worked before
2018-01-03 12:56:18 +01:00
Marco
6057c9f27d
fix comments
2018-01-03 12:56:18 +01:00
thez3ro
a4bdc9a71d
fix syntax error
2018-01-03 12:56:18 +01:00
Marco
fbfc2e4d07
create message boxes for saving editing autotypes statements, fix multiple messages problem on autotype execution
...
You now get an error when you try to save incorrect autotype statements and warnings if you have high delays or much repetiton in your statement.
Also you will now only get one warning if you want to perfom high delayed or often repeated statements.
2018-01-03 12:56:18 +01:00
Marco
7bb9ea201c
fix typo
2018-01-03 12:56:18 +01:00
Marco
70127bad4b
extract syntax checking methods as static methods to the Autotype class
2018-01-03 12:56:18 +01:00
Marco
d524aea779
Extended autotype syntax to allow all things in keepass2
2018-01-03 12:56:18 +01:00
Marco
4fcedc2187
check autotype syntax, high repetion, reformat code
...
TODO: specify what should happen when autotypesyntax incorrect
2018-01-03 12:56:18 +01:00
Marco
45cb97ec85
🐛 #216 add warning on long autotypes, enable user and pw repetition
...
Auto Type now shows a warning when you try to repeat something too often.
Also you can now repeat your password and username
2018-01-03 12:56:18 +01:00
Weslly
3b8d49104c
Focus database unlock dialog on macOS, fix #1023
2017-11-20 04:26:53 -02:00
frostasm
7f2bd47849
AutoType: resolve placeholders for title in window associations
2017-10-23 22:55:22 +03:00
Adolfo E. García
7198f20d69
Improve building of macOS target
2017-10-21 10:12:28 -06:00
Janek Bevendorff
6e44eed9fe
Merge branch 'release/2.2.1' into develop
2017-07-01 10:09:06 +02:00
Benoit Pierre
7ab6af00bc
fix X11 auto-type
2017-06-30 23:14:21 +02:00
Toni Spets
1158294323
Add UI to configure default auto-type delay
2017-06-29 21:00:54 +02:00
Toni Spets
4ecd9e7e23
Make default auto-type delay of 25ms overridable with {DELAY=X}
...
Additionally this fixes the increased delay when you had your own
custom delay configured and it always added 25ms on top of it.
2017-06-29 21:00:54 +02:00
Toni Spets
ceeeee3d76
Split auto-type title and URL matching into separate options
2017-06-29 06:03:57 +03:00
thez3ro
a53b111182
Update and fix copyright headers
2017-06-14 15:54:43 +02:00
Yen Chi Hsuan
c53f5baceb
Merge branch 'develop' into feature/allow-disable-app-bundle
2017-05-14 22:58:17 +08:00
Yen Chi Hsuan
3822625e77
Allow disabling .app bundles on Mac
2017-05-14 22:51:12 +08:00
Jens Rutschmann
9a59a124aa
Compare window title with entry URLs during autotype matching. ( #556 )
...
* Compare window title with entry URLs during autotype matching.
* Adapted option label to reflect that both entry title and URL are used for auto-type window matching.
2017-05-13 19:02:54 -04:00
Jonathan White
e4e2e886e8
Added small delays to autotype on Linux
2017-05-06 23:31:28 -04:00
Weslly
bf57a28654
Add TOTP support
2017-05-03 20:55:14 -03:00
Weslly
a94efddfe6
Fix compile issue on OSX El Capitan
2017-04-28 11:03:15 -03:00
Weslly
5fbf4af596
Fix OSX El Capitan compilation issue
2017-04-20 17:53:12 -03:00
Jonathan White
c0f62e5633
Merge pull request #427 from weslly/feature/autotype-clearfield
...
Add auto-type {CLEARFIELD}
2017-04-09 11:56:40 -04:00
Weslly
89382f6306
Implement support for auto-type {{} and {}}
2017-04-08 23:29:32 -04:00
Weslly
0aa20f931d
Change windows clearfield key sequence to avoid keyboard layout errors
2017-04-08 02:13:51 -03:00
Weslly
eefea5444e
Change auto-type sequence on mac to support other keyboard layouts
2017-04-08 02:13:51 -03:00
thez3ro
a6e142dd02
support different keyboard layout
2017-04-08 02:13:51 -03:00
Weslly
6c1f023768
More accurate hotkey sequence
2017-04-08 02:13:51 -03:00
thez3ro
ea1ffe7fb5
use QT key instead of native ones
2017-04-08 02:13:51 -03:00
Weslly
36250f5180
Use AutoTypePlatformWin::sendKey instead of creating a new function
2017-04-08 02:13:51 -03:00
Weslly
268f09160d
Add command modifier support for AutoTypePlatformMac::sendKey
2017-04-08 02:13:51 -03:00
thez3ro
7620395f92
Add auto-type {CLEARFIELD} on XCB
2017-04-08 02:13:51 -03:00
Weslly
28678f4e06
Add auto-type {CLEARFIELD} on Windows
2017-04-08 02:13:51 -03:00
Weslly
720ae949aa
Rename ClearField keypress helper function
2017-04-08 02:13:51 -03:00
Weslly
32fe0493c4
Add auto-type {CLEARFIELD} on mac
2017-04-08 02:13:51 -03:00