Commit Graph

5100 Commits (custom_layout)

Author SHA1 Message Date
Laurent Cozic a658ef1008 clean up 2020-11-13 17:05:02 +00:00
Laurent Cozic 8fed8fbc1c clean up 2020-11-13 16:03:41 +00:00
Laurent Cozic 9a76fc8193 clean up 2020-11-13 11:06:01 +00:00
Laurent Cozic 2bf143aec4 save and load 2020-11-13 01:00:38 +00:00
Laurent Cozic 79bd4d7b0e Merge branch 'dev' into custom_layout 2020-11-12 19:45:21 +00:00
Laurent Cozic 3118602501 apply eslint 2020-11-12 19:40:17 +00:00
Laurent Cozic 17d835d694 Tools: Apply rule @typescript-eslint/member-delimiter-style 2020-11-12 19:29:22 +00:00
Laurent Cozic 42799b0662 Tools: Apply rule @typescript-eslint/comma-dangle 2020-11-12 19:23:54 +00:00
Laurent Cozic d20694e52c Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
Laurent Cozic 8c710206de Merge branch 'dev' into custom_layout 2020-11-12 19:07:00 +00:00
Caleb John 62feb7ff60
Desktop: Fix drag and drop behaviour to "copy" instead of "move" (#4031) 2020-11-12 18:44:23 +00:00
Helmut K. C. Tessarek e29e745b96
Desktop: add {{bowm}} and {{bows}} - Beginning Of Week (Monday/Sunday) (#4023)
* add {{bowm}} and {{bows}} - Beginning Of Week (Monday/Sunday)

In certain situation it is useful to reference the beginning of the week.
Unfortunately the current system does not allow to that, not even with a custom datetime format.

I've also added the 2 new template variables to the documentation.

* README: better wording
2020-11-12 18:41:37 +00:00
Helmut K. C. Tessarek 340312fa80
Desktop: Fix handling of certain keys in shortcut editor (#4022)
String.fromCharCode expects unicode charcodes as an argument; e.keyCode returns javascript keycodes.
Javascript keycodes and unicode charcodes are not the same thing!

Therefore I used an array to map keycodes. This seems to be the only way to make this work properly.

I also changed the width of the shortcut recorder input field to 200px, since certain key combinations are cut off, because they don't fit in the field.
2020-11-12 18:40:00 +00:00
Laurent Cozic 484ea8c0fb serialize 2020-11-12 18:23:41 +00:00
Laurent Cozic 06d072e435 invisible items 2020-11-12 18:02:34 +00:00
Laurent Cozic 9e3ca8c84e tests 2020-11-12 17:46:12 +00:00
Laurent Cozic 33e94853a2 ui 2020-11-12 16:36:42 +00:00
Laurent Cozic 388ace3444 check if item can be moved 2020-11-12 14:15:38 +00:00
Laurent Cozic 4b36f415ec Fix item size logic 2020-11-12 13:28:00 +00:00
Laurent Cozic 1217ac435c resize 2020-11-12 12:56:17 +00:00
Laurent Cozic 860d927886 resize handle 2020-11-12 12:38:35 +00:00
Rik 006239913e
Doc: Update plugins.md (#4074) 2020-11-12 10:10:58 +00:00
Helmut K. C. Tessarek f4bc8cc817
remove old template 2020-11-12 00:43:13 -05:00
Helmut K. C. Tessarek fb1f43bb17
better gh issue template 2020-11-12 00:41:02 -05:00
Laurent Cozic 14d9691309 resize rules 2020-11-11 18:18:19 +00:00
Laurent Cozic 89a2697756 Simplified app layout to make it easier to customize 2020-11-11 18:05:39 +00:00
Laurent Cozic fbf06c230c Simplified app layout to make it easier to customize 2020-11-11 15:43:57 +00:00
Laurent Cozic b56b050ec8 Merge branch 'dev' into custom_layout 2020-11-11 14:35:11 +00:00
Laurent Cozic 31ffd8d7e9 Merge branch 'dev' of https://github.com/laurent22/joplin into dev 2020-11-11 14:30:47 +00:00
Laurent Cozic 873184f69b Desktop: Regression: Fix application name 2020-11-11 14:22:42 +00:00
Laurent Cozic da6977569f Electron release v1.4.9 2020-11-11 12:52:37 +00:00
Laurent Cozic 8808b38d83 Fixed desktop build 2020-11-11 12:51:51 +00:00
Laurent Cozic ad654e30d5 Tools: fix git-changelog 2020-11-11 12:40:43 +00:00
Laurent Cozic 6f11487dba Electron release v1.4.8 2020-11-11 11:56:38 +00:00
Laurent Cozic dd0d54d4d0 Update website 2020-11-11 11:53:35 +00:00
Laurent Cozic 0fd0451c17 API: Change pagination to has_more model 2020-11-11 11:52:47 +00:00
Laurent Cozic 6bb970ddba UI 2020-11-11 10:14:41 +00:00
Laurent Cozic 95f3dc4e40 vertical move 2020-11-10 17:37:23 +00:00
Laurent Cozic 1c2c3d6631 Move items out of containers 2020-11-10 17:19:18 +00:00
Laurent Cozic c0a305207e Move tests next to tested unit 2020-11-10 16:11:11 +00:00
Laurent Cozic 071bf6e1a3 Merge branch 'dev' into custom_layout 2020-11-10 16:03:49 +00:00
Laurent Cozic 06f2fda946 Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
Laurent Cozic c249333e2a Tools: Fixed updateIgnored script 2020-11-10 11:26:36 +00:00
Laurent Cozic 51f0b35d5a Allow moving item left and right 2020-11-09 22:41:46 +00:00
Johan Hammar 9755a69be8
Tools: Contributor fixes (#4068) 2020-11-09 19:36:49 +00:00
Laurent Cozic 18e4f7ffe7 Chore: clean up 2020-11-09 17:37:13 +00:00
Laurent Cozic 7cb60aaace Tools: Added API test to check that cursor queries return same fields 2020-11-09 17:17:51 +00:00
Laurent Cozic f74b23b176 Fixed layout logic and added unit tests 2020-11-09 16:59:25 +00:00
Laurent Cozic fbcfe432c5 Tools: Ignore files 2020-11-09 15:32:33 +00:00
Laurent Cozic ed71726e87 Desktop: Fixes #3876: Tags could not be selected in some cases 2020-11-09 13:33:12 +00:00