1804 Commits

Author SHA1 Message Date
Hiroshi Miura
8e75c40c86 CMake: change minimum version requirement and add comments (#1172)
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2020-01-22 07:42:01 +08:00
Hiroshi Miura
a7450bc32d WIP: Introduce GitHub actions test with CMake (#1167)
* CPack: Improve packaging script

- Packaging uses linuxdeploy.
- Drop template files and include it inside CMake script.
- Support better packaging on Windows and MSVC2017.
- Add comments about supported CMake minimum versions.
- Improve Mac OSX packaging script.

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* Introduce Github Actions workflow to test cmake buid

- Multi-platform build test
- Split jobs against each platforms
- Add build type for windows
- Fix macdeployfixqt path
2020-01-20 18:26:20 +08:00
Hiroshi Miura
cb41c64aeb CPack: Improve packaging script (#1173)
- Packaging uses linuxdeploy.
- Drop template files and include it inside CMake script.
- Support better packaging on Windows and MSVC2017.
- Add comments about supported CMake minimum versions.
- Improve Mac OSX packaging script.

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2020-01-20 18:23:01 +08:00
Hiroshi Miura
35080bd175 Document folder structure to encourage translation in various languages (#1170)
* Restructuring docs resource folder

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* Correct variable name according to coding rule

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2020-01-15 22:34:50 +08:00
Hiroshi Miura
da2d41309a cmake: Update version (#1164)
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2020-01-13 22:18:15 +08:00
Hiroshi Miura
6167a91090 Simplify CMake scripts (#1162)
- Simplify CMakeLists to help maintainer lazy to
  update when source files addition and removing.
- relocate cmake include files on top

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2020-01-12 09:39:06 +08:00
Le Tan
cd0f2b1869
Update README_ja.md 2020-01-09 07:37:12 +08:00
Le Tan
1d3b8f70b2
Update README_zh.md 2020-01-09 07:36:49 +08:00
Le Tan
f0b54bc52a
Update README.md 2020-01-09 07:34:05 +08:00
Le Tan
8a0dc85296 release v2.8.2 v2.8.2 2019-12-20 19:45:05 +08:00
Le Tan
be229bed63 upgrade mermaid.js 2019-12-17 21:32:01 +08:00
Le Tan
1f154c08c5 try to fix crash on macOS 2019-12-17 07:43:49 +08:00
Le Tan
b46afb551c release v2.8.1 v2.8.1 2019-12-14 12:49:22 +08:00
Le Tan
61541c47e1 refine Chinese 2019-12-14 12:42:16 +08:00
Le Tan
f06e2b168c add config to enable code block copy button in settings dialog 2019-12-14 11:51:51 +08:00
Le Tan
28d62d2400 add command line option -m to allow multiple instances (temporarilly) 2019-12-14 10:50:02 +08:00
Le Tan
babcaac97f fix compiler warning 2019-12-10 20:54:03 +08:00
lyn
2b6493c4e5 [ADDED] MacOS下点击x按钮不退出程序 (#1102)
Stay in the tray after closing main window on macOS.
2019-12-10 20:46:22 +08:00
Le Tan
a2841c399b fix PlantUML online preview 2019-12-10 20:41:49 +08:00
haipengno1
6ff3d37790 fix: render fails when using PlantUML online services (#1097) 2019-12-04 18:43:27 +08:00
Le Tan
ae141da578 remove useless things 2019-11-29 20:05:47 +08:00
Le Tan
add2e47f91 release v2.8 v2.8 2019-11-29 20:02:57 +08:00
Le Tan
073431cb20 refine Chinese translations 2019-11-28 20:32:52 +08:00
Le Tan
8660668a94 refine image hosting 2019-11-27 21:27:17 +08:00
Le Tan
b97b908e0b support sorting notebooks 2019-11-25 20:30:16 +08:00
sclaire-1
eeb1d59e36 Edit README.md (#1075)
A couple grammar fixes
2019-11-19 21:32:35 +08:00
Le Tan
dba0f27aae refine default styles about word-break 2019-11-19 21:29:08 +08:00
冯文华
fbdc5a5406 editor: add supports for Tencent and gitee image hosting (#1059)
* 将图床单独提取出来成为一个类

* Split the image hosting code into two classes

* change null to parent

* delect empty line,add p_,rename file and so on

* 增加腾讯图床

* add keep image scale and do not replace link

* adjust image hosting name space

* Increase edit box length

* fix some bug and add gitee image hosting

* Specification code
2019-11-16 14:01:32 +08:00
Le Tan
55c1174ae1 add coc_update.cmd 2019-11-16 09:09:48 +08:00
冯文华
a85c39aa26 Image hosting code refactoring (#1032)
* 将图床单独提取出来成为一个类

* Split the image hosting code into two classes

* change null to parent

* delect empty line,add p_,rename file and so on
2019-11-08 22:17:53 +08:00
冯文华
c828ef00c4 editor: add supports for GitHub and WeChat image hosting (#1007)
* 增加了github imagebed的配置窗口

* 已经完成批量上传

* 基本上可以使用

* 基本上可以使用

* 加入进度条

* 就差开始的认证过程

* 差不多就这样了

* 修改中文的readme

* 修改了一下readme

* 找到不能传gif的问题所在

* 修改gif不能上传的bug

* 增加图床使用说明限制

* 增加一些注释

* 将进度条delete调

* 增加大文件上传错误提示

* 修复cancel的问题

* 已知问题: 上传多张图片时, 较大的图片的进度条不一定能出来

* 将进度条弹出来的时候修改成1s后

* 加入wechat设置, 改成QTabWidget

* wechat设置成功

* 成功获取了token

* 先保存一下, 文件上传有bug,替换好像也有bug

* 解决了boundary的引号导致图片不能上传的问题

* 注释掉一些输出

* 加入ip不在白名单的提示

* 增加图片大小大于1M的提示

* 将ip地址设置进剪切板, 并显示在弹框上

* 添加markdown转微信的url设置

* 增加自动打开openwrite的链接, 修复文件大小应为1024*1024

* 改成clear

* 将类型校验放到开始的地方

* 加入openwrite默认为空的判断

* Delete github-imagebed.md

* Apply suggestions from code review

Co-Authored-By: Le Tan <tamlokveer@gmail.com>

* Apply suggestions from code review

Co-Authored-By: Le Tan <tamlokveer@gmail.com>

* Apply suggestions from code review

Co-Authored-By: Le Tan <tamlokveer@gmail.com>

* 根据要求修改了一下

* changed indentation and deleted empty line

* add some tr()

* Delete .DS_Store

* delete some comment and use CamelCase

* resolved sth
2019-11-04 09:59:55 +08:00
Haoshen Zhong
fccf6863d7 Update README_zh.md (#987) 2019-10-15 18:12:58 +08:00
Le Tan
f61e2b9596 add v_next to config 2019-09-23 19:16:51 +08:00
Henry Zhu
1ab16db175 added theme v_next (#978) 2019-09-23 19:16:08 +08:00
Le Tan
782ee5995d release v2.7.2 v2.7.2 2019-08-01 19:32:08 +08:00
Le Tan
4c3b0c96c7 use qt 5.9 on macOS 2019-07-06 09:47:25 +08:00
Le Tan
9037257e7c call java directly in win 2019-07-01 20:22:49 +08:00
Le Tan
c152c46384 release v2.7.1 v2.7.1 2019-06-25 20:20:39 +08:00
洛水·锦依卫
13b1dd786e v_simple: change font size of titles in edit mode (#871) 2019-06-24 21:45:36 +08:00
Le Tan
af30757742 use 5.12.0 on macOS 2019-06-24 20:24:04 +08:00
Le Tan
151481cfca add config [web]/enable_code_block_copy_button 2019-06-24 20:23:50 +08:00
Le Tan
39795c3daa fix PlantUML command 2019-06-22 20:05:33 +08:00
Le Tan
6e22229eb9 release v2.7 v2.7 2019-06-22 08:55:04 +08:00
Le Tan
687ea79cb7 refine Chinese translations 2019-06-22 08:48:19 +08:00
Le Tan
476ce365d7 DirectoryTree: support adding sibling folder 2019-06-22 08:31:50 +08:00
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
6e3ab1d0bb macOS: use qt 5.12.1 instead of 5.12.3
web security issue in 5.12.3
2019-06-19 19:56:55 +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