1408 Commits

Author SHA1 Message Date
Le Tan
fcfc1ca976 release v2.3 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
2c4aa07b2a Improve Issue template (#629)
Latest version in issue is bad practice.
2019-02-23 18:22:53 +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
8319a7a029 update Linux Travis CI to Qt 5.9.7 2019-01-13 11:00:37 +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
Le Tan
e8b2530ca3 refine translations 2019-01-13 10:54:26 +08:00
Hiroshi Miura
09befccd1e Add Japanese translations (#569)
* Add Japanese trnaslations

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

* Update READMEs

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

* add  README_ja

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2019-01-13 09:49:06 +08:00
Le Tan
f4fb889361 Merge remote-tracking branch 'origin/master' into dev 2019-01-03 20:05:01 +08:00
Le Tan
6777829a1d editor: fix selection-color by style sheet 2019-01-03 20:02:55 +08:00
Le Tan
b9d1164d8d editor: fix selection-color by style sheet 2019-01-02 20:27:39 +08:00
Le Tan
e3b9d060f3 Editor: escape spaces while inserting link 2018-12-20 18:50:11 +08:00
Le Tan
37c415f732 Editor: fix smart table cell crossing lines 2018-12-19 20:04:47 +08:00
Le Tan
dd12a6cdf3 change default openGL option 2018-12-15 12:54:44 +08:00
Le Tan
7d397d567e release v2.2 v2.2 2018-12-15 10:06:12 +08:00
Le Tan
92c349077b update Chinese translations 2018-12-15 09:48:47 +08:00
Le Tan
1a8820eb02 change default OpenGL and startup page type 2018-12-10 21:56:57 +08:00
Le Tan
9ab410f8e0 Revert "MainWindow: try fix again"
This reverts commit cfb938365d4a0754a9fbcac1f3fec31f1c59fad7.
2018-12-06 21:49:30 +08:00
Le Tan
cfb938365d MainWindow: try fix again 2018-12-06 20:43:12 +08:00
Le Tan
8024b55a75 MainWindow: fix layout again 2018-12-06 20:12:15 +08:00
Le Tan
ae6849adec MainWindow: fix layout restore 2018-12-06 19:28:18 +08:00
Le Tan
c7f35b4ffa try to fix central widget's no-resizing after hiding dock widget in AppImage 2018-12-05 21:55:46 +08:00
Le Tan
64960cc3c5 editor: support prepend_dot_in_relative_path config 2018-12-03 19:51:04 +08:00
Le Tan
369ccb34e8 update Chinese translations 2018-12-01 12:34:19 +08:00
Le Tan
12d5bb27ef markdown: support WaveDrom diagram in language wavedrom code block
In place preview is not supported.
2018-11-30 21:01:31 +08:00
Le Tan
25e79b66b1 update VToolBox's margin 2018-11-29 21:43:09 +08:00
Le Tan
61713915b5 Editor: add Insert As Relative Image Link option 2018-11-29 21:27:09 +08:00
Le Tan
a7ba7e9d58 Editor: remember last used browse path when inserting image 2018-11-29 21:27:00 +08:00
Le Tan
7928874936 fix tab stop width temporarily 2018-11-29 21:26:42 +08:00
Le Tan
05a42bd2bb Table: use the length of header row as the length of the table 2018-11-29 21:26:19 +08:00
Le Tan
8d95553e82 fix margin of VToolBox 2018-11-28 20:28:28 +08:00
Le Tan
9e6fc4ff2e FileList: fix shortcut to open file via default program 2018-11-28 19:52:01 +08:00
Le Tan
70374607bb Add insert table toolbar button 2018-11-28 19:31:43 +08:00
Le Tan
70caa4d932 editor: auto format table 2018-11-28 19:31:26 +08:00
Le Tan
bcb6adef30 refine welcome 2018-11-25 12:21:32 +08:00
Le Tan
324d8ab7a5 update README 2018-11-25 12:05:50 +08:00
Le Tan
48ca6509d3 update README 2018-11-25 11:50:12 +08:00
Le Tan
b3c3693ffc update README 2018-11-25 11:45:37 +08:00
Le Tan
f9e9735d5f Preview: fix glitchy PlantUML preview when no background is specified 2018-11-25 11:20:31 +08:00
Le Tan
313a8647a8 PegParser: support TABLE style 2018-11-23 19:46:33 +08:00
Le Tan
ee2d4947be PegMarkdownHighlight: update for GFM table 2018-11-23 19:46:23 +08:00