1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00
Commit Graph

104 Commits

Author SHA1 Message Date
antelle
ad0963e412 key change view 2019-09-16 07:13:56 +02:00
antelle
5ae07b721a dropdown view 2019-09-16 07:06:55 +02:00
antelle
155eb493bf list-wrap view 2019-09-15 23:08:36 +02:00
antelle
c9ac7f2fa3 drag view 2019-09-15 21:22:23 +02:00
antelle
7589a112d0 view refactoring 2019-09-15 18:33:45 +02:00
antelle
9bbea458c6 imports 2019-09-15 14:16:32 +02:00
antelle
60dcfbb071 organized files inside comp 2019-09-15 08:47:57 +02:00
antelle
9e7a86a1db organized files inside util 2019-09-15 08:11:11 +02:00
antelle
0028f2293f checking if devtools are supported before adding a shortcut 2019-09-15 07:47:45 +02:00
antelle
3859beb543 devtools are now opened with alt-cmd-I 2019-09-14 14:07:56 +02:00
antelle
80c44c4c03 fixed group settings not being displayed 2019-08-24 07:09:53 +02:00
antelle
f8395f7f38 better eslint 2019-08-18 10:17:09 +02:00
antelle
fa4ff0b0c3 prettier 2019-08-18 08:05:38 +02:00
antelle
84a23e4aea prettier 2019-08-16 23:05:39 +02:00
antelle
35ed03021a merge dploeger-autotypeopendatabase 2019-03-31 14:30:14 +02:00
Dennis Ploeger
425389051a Implemented an auto save feature that periodically saves all files
Changed the label for the old "auto save feature" to make it more distinct from the new feature
Removed the setting from view for non-desktop users, because it wasn't supported there anyway
Fixes #745
2019-01-02 15:19:19 +01:00
Dennis Ploeger
223827ad76 Select from last open files by using arrow keys. Fixes #889 2018-12-28 08:14:36 +01:00
Coises
2450e3a0b6 Avoid spurious drop-target indications
While app-view already prevented the default action for files and urls
in a browser window (navigation), the drag indicator showed that any
drop was possible. These changes cause the drag indicator to show that
nothing can be dropped on areas of the interface that don't contain
a drop target. The addition of dragenter avoids some flickering which
otherwise can occur when dragging a file rapidly across the group
or entry lists.

Accompanying changes to details-view, menu-item-view and open-view are
needed because those views relied on "inheriting" from app-view
the indication that dropping anything was allowed.
2018-08-23 13:45:35 -07:00
antelle
a4d5963620 fix #731: option to open keyfile from command line 2017-12-03 20:31:54 +01:00
antelle
fb12ce3a6a fix #707: fix discard changes 2017-11-26 19:13:48 +01:00
antelle
65a47a8fe4 lock on computer sleep 2017-06-02 20:16:09 +02:00
antelle
15449602b2 added links to edge hacks 2017-05-26 19:26:21 +02:00
antelle
99ef3f2b43 fix #636: workaround to make clicks work in Edge 14 2017-05-26 19:18:22 +02:00
antelle
bacb65b584 fix #641: fixed mac app layout issues with custom titlebar styles 2017-05-26 18:57:45 +02:00
antelle
4634281870 fix #636: broken layout in edge 15 2017-05-25 21:37:04 +02:00
antelle
782488f8fa removed 'use script' 2017-04-08 18:31:38 +02:00
antelle
c8fa6a7ac5 Merge branch 'EnricoMonese-ui' into develop 2017-03-28 20:08:14 +02:00
antelle
2b7e007199 Merge branch 'ui' of https://github.com/EnricoMonese/keeweb into EnricoMonese-ui 2017-03-28 19:28:11 +02:00
Enrico Monese
79452441ca Correct layout when entering and leaving fullscreen 2017-03-26 15:24:14 +02:00
Enrico Monese
165efc1192 Fix menu layout for title styles 2017-03-26 03:42:21 +02:00
Enrico Monese
d8c522fadd Fix layout to not overlap with inset title bar 2017-03-25 18:57:03 +01:00
antelle
c6d6e4eeb8 fixed chrome input height 2017-02-05 15:05:45 +01:00
antelle
a77f61cc5d var => let 2017-01-31 07:50:28 +01:00
antelle
334b50b074 kdbx4 2017-01-30 21:26:31 +01:00
antelle
fd8028e752 more careful minimize check 2017-01-29 20:21:07 +01:00
antelle
10fde76499 fix #389: minimize instead of close, after changes are saved 2017-01-29 20:19:45 +01:00
antelle
9a259081e6 warning about several tabs 2016-09-16 20:33:38 +03:00
antelle
bba0734a81 fix #343: blur input on window blur 2016-09-05 22:15:16 +03:00
antelle
413bee8530 update visible views on locale change 2016-08-24 23:06:25 +03:00
antelle
4dfcc89988 cleanup locale 2016-08-23 23:20:13 +03:00
antelle
3332914a0f locale support 2016-08-22 00:12:49 +03:00
antelle
2ca03401e4 generator presets view 2016-08-13 22:13:16 +03:00
antelle
bd30f84f4c fix jshint 2016-07-30 23:52:10 +03:00
antelle
23f69c82ed handle window close while auto-type is active 2016-07-30 23:51:37 +03:00
antelle
389101a70f fix #86: context menu 2016-07-30 12:25:22 +03:00
antelle
c96431c46c eslint 2016-07-17 14:30:38 +03:00
antelle
f0139c93e2
Change master password if it's expired 2016-07-03 19:46:43 +03:00
antelle
8788e67cf8 fix #217: ability to increase font size 2016-05-15 10:57:29 +03:00
antelle
111182458d edit and remove tags 2016-04-17 23:02:39 +03:00
antelle
bd0c5a498c fix cmd-o 2016-04-07 19:36:34 +03:00