LuoshuiTianyi
f1b5c5428d
add theme v_simple
2019-06-21 08:03:07 +08:00
Le Tan
1046d177f2
editor: fix leading space on macOS
2019-06-20 20:31:08 +08:00
Le Tan
50fbbdb7c2
fix typo
2019-06-16 10:44:18 +08:00
Hiroshi Miura
c9de59cf27
Update Japanese doc translation ( #851 )
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2019-06-16 10:41:19 +08:00
Le Tan
58643ab7f2
add notices for fresh windows users
2019-06-16 10:39:39 +08:00
Le Tan
d9b92c89c2
PlantUML: use shell to launch java
2019-06-16 09:43:51 +08:00
Le Tan
3b1d9e9cbf
remove redundant ending new line when copying code block in read mode
2019-06-15 10:13:58 +08:00
Le Tan
ada7400306
marked: fix code block line number
2019-06-14 19:42:27 +08:00
Le Tan
09df438f2e
Editor: bug fix for smart table caused by QString.arg()
2019-06-10 20:45:33 +08:00
Yunjie Chen
e78f375e81
markdown: add copy button to code blocks to copy source text
2019-06-08 12:25:10 +08:00
Le Tan
e0ba7210f3
MdTab: fix bug which will open two tabs for the same file
2019-06-06 20:00:11 +08:00
Le Tan
357604a38d
fix qrand
2019-06-04 21:36:34 +08:00
Le Tan
13d0c60e59
add config table_format_interval for smart table
2019-06-04 20:38:10 +08:00
Le Tan
84edcbd26e
update Chinese translations
2019-05-31 20:35:25 +08:00
Le Tan
ae3f764c36
release v2.6
2019-05-31 20:10:16 +08:00
Le Tan
72748bb5c0
add hints about auto-save
2019-05-31 19:47:44 +08:00
Le Tan
b02b9d711b
version-specific user track
2019-05-21 20:57:36 +08:00
Le Tan
aeedb09fac
release v2.5
2019-05-11 14:24:24 +08:00
Le Tan
fe14402224
update Chinese translations
2019-05-11 14:18:46 +08:00
Le Tan
56715bc9a5
do not show welcome page repeatedly
2019-05-09 19:10:12 +08:00
Le Tan
1cd809ed8f
remove credict info in export template
2019-04-29 18:38:09 +08:00
Le Tan
3c05e9b27b
refine user track logics
2019-04-27 11:45:31 +08:00
Le Tan
14617a4172
support left alignment for RTL text in edit mode
...
Vim mode does not support it for now.
2019-04-26 19:43:56 +08:00
Le Tan
b3555cffba
FileList: fix context menu and do not open new file in unkown type
2019-04-26 19:43:44 +08:00
Le Tan
de1e6ed3fa
Revert "change default MathJax CDN"
...
This reverts commit 802a38b86c61f470efe9767d494142817cd0141b.
It seems that jsdeliver is not safe enough.
2019-04-18 20:34:26 +08:00
Le Tan
802a38b86c
change default MathJax CDN
2019-04-18 20:10:12 +08:00
Le Tan
b122632ad4
refine default configs
2019-04-09 20:16:31 +08:00
Le Tan
311ed253f5
release v2.4
2019-04-05 10:47:24 +08:00
Le Tan
edb37c05e2
update Chinese translations
2019-04-05 10:34:27 +08:00
Le Tan
b33564726c
prompt for restart after changing theme
2019-04-05 10:30:52 +08:00
Le Tan
b7fa135956
MdTab: fix focus issue when toggling edit mode in a note without outline
2019-04-03 21:53:18 +08:00
Le Tan
93d2001519
support N to view current note's information in Captain mode
2019-04-03 21:53:04 +08:00
Le Tan
db68df4352
add how to enable Vim mode in welcome page
2019-04-03 21:52:51 +08:00
Le Tan
8871f56368
add config global/sync_note_list_to_current_tab to auto locate to current tab in note list
2019-03-28 19:01:33 +08:00
Le Tan
78a6602ad4
Return to select on macOS
2019-03-25 19:40:03 +08:00
Hiroshi Miura
a8ab30bb8b
CMake: Update packaging script ( #663 )
...
* cmake: update osx packaging script
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* Fix debian package dependencies and more
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2019-03-11 12:06:46 +08:00
Le Tan
bda9bf51c1
fix QWebEngineView's navigation request issue in Qt 5.12
2019-03-06 15:14:11 +08:00
Le Tan
fcfc1ca976
release v2.3
2019-03-04 20:54:44 +08:00
Le Tan
7cd2a4fc2a
update Chinese translations
2019-03-04 20:54:44 +08:00
Hiroshi Miura
b0bdccaa51
CMake build system for VNote ( #648 )
...
* Introduce cmake scripts
- CMake scripts
- Add gitignore related to cmake
- run code checker: clang-tidy, clazy, and IWYU
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* Add cpp for header only class
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* cmake: Add packaging feature
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* cmake: add VS2017 config
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* cmake: update Qt5 default path
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* cmake: improve cpack script
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* cmake: cosmetic change
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* cmake: fix cpack appimage builder error
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* cmake: Support Qt IFW installer builder
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* changelog: amend about cmake build system
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2019-03-02 19:37:28 +08:00
Hiroshi Miura
968d911d2c
Update japanese translation ( #641 )
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2019-02-23 18:23:17 +08:00
Hiroshi Miura
d78e892d5c
Include missing header files ( #607 )
...
- Explicitly include headers which is automaticaly
QMake handle.
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2019-02-13 19:47:38 +08:00
Le Tan
585bfacf5d
use github.io for user track
2019-01-26 10:33:53 +08:00
Le Tan
231a639304
refine Chinese translations
2019-01-25 18:12:40 +08:00
Le Tan
5fff26a8b6
add user track logics
2019-01-25 09:24:09 +08:00
Hiroshi Miura
1675b944c4
fix wrong lang code ( #574 )
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2019-01-16 20:24:50 +08:00
Le Tan
750f80c3ca
NavigationPanel: refine stretch factor in split mode
2019-01-16 19:55:35 +08:00
Le Tan
e06ce87710
add config enable_smart_table to control whether format tables automatically
2019-01-15 20:41:22 +08:00
Le Tan
63379cdfab
fix
2019-01-13 10:58:48 +08:00
Hiroshi Miura
3c9c121d91
VSearchEngine: avoid virtual func in detor ( #570 )
...
Clang-tidy checker warns followings.
Call to virtual function during destruction
[clang-analyzer-optin.cplusplus.VirtualCall]
stop();
clear();
note: This destructor of an object of type '~VSearchEngine'
has not returned when the virtual method was called
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2019-01-13 10:55:20 +08:00