Veronica K. B. Olsen
|
bf184c4e5a
|
The local documentation can now be opened if installed, otherwise go to online docs
|
2020-08-04 18:49:48 +02:00 |
|
Veronica K. B. Olsen
|
56528d0f98
|
Add source url variable to nw init
|
2020-08-02 21:36:09 +02:00 |
|
Veronica K. B. Olsen
|
148c3530e2
|
Split up author and credit entries in icon theme config files
|
2020-08-02 21:23:16 +02:00 |
|
Veronica K. B. Olsen
|
61190284be
|
About box shoud now point to the new website URL
|
2020-08-02 21:22:50 +02:00 |
|
Veronica K. B. Olsen
|
d3ab1caf3a
|
Block the error handler dialog in test mode
|
2020-08-02 15:14:46 +02:00 |
|
Veronica K. B. Olsen
|
46c9f0fb5f
|
Added more infor to the error dialog
|
2020-08-02 15:03:17 +02:00 |
|
Veronica K. B. Olsen
|
95a5ee7b8a
|
Set up global error handler and modified error handling for initial GUI build
|
2020-08-02 14:34:44 +02:00 |
|
Veronica K. B. Olsen
|
e5cdb2e8ca
|
Added error.py file for error handling functions
|
2020-08-02 14:34:09 +02:00 |
|
Veronica K. B. Olsen
|
350d5beed7
|
Some minor last tweaks to the exception handler
|
2020-07-31 21:46:23 +02:00 |
|
Veronica K. B. Olsen
|
9233cdd014
|
Added exception handling for the main app itself
|
2020-07-31 17:49:10 +02:00 |
|
Veronica K. B. Olsen
|
fc017cd8da
|
Changed how the application name is passed around
|
2020-07-31 16:41:46 +02:00 |
|
Veronica K. B. Olsen
|
02f85bd5d7
|
Set __package__ to nw and added variable __appname__
|
2020-07-31 14:48:37 +02:00 |
|
Veronica K. B. Olsen
|
2b3190400c
|
Updated changelog and bumped version to 0.10.2
|
2020-07-29 16:34:42 +02:00 |
|
Veronica K. B. Olsen
|
c506212efd
|
Some minor code tweaks
|
2020-07-27 20:14:23 +02:00 |
|
Veronica K. B. Olsen
|
01e1ab3f68
|
Found a better way to validate a search/replace when using RegEx
|
2020-07-27 20:09:39 +02:00 |
|
Veronica K. B. Olsen
|
a4db7f934d
|
Typo and clarification
|
2020-07-26 22:25:33 +02:00 |
|
Veronica K. B. Olsen
|
cacb0f2db8
|
Try to capture some user edge cases
|
2020-07-26 22:24:12 +02:00 |
|
Veronica K. B. Olsen
|
2dc225ae1f
|
Revert that ...
|
2020-07-26 22:21:35 +02:00 |
|
Veronica K. B. Olsen
|
41b6ffa67b
|
Drop the whole case check in replace
|
2020-07-26 22:19:29 +02:00 |
|
Veronica K. B. Olsen
|
45e762567b
|
Fix for issue 371, regex search replace crash
|
2020-07-26 22:13:09 +02:00 |
|
Veronica K. B. Olsen
|
595218835e
|
Kill invalid escape sequence warning in Tokenizer class
|
2020-07-26 19:55:31 +02:00 |
|
Veronica K. B. Olsen
|
d17e9466d2
|
Removed the constant class for document insert values as they are no longer all static
|
2020-07-26 14:33:53 +02:00 |
|
Veronica K. B. Olsen
|
646562cdf8
|
Rewritten the doc editors insertText function
|
2020-07-26 14:33:12 +02:00 |
|
Veronica K. B. Olsen
|
0d179a6208
|
Added menu entries for insert quotes
|
2020-07-26 14:20:43 +02:00 |
|
Veronica K. B. Olsen
|
c174386e04
|
Bumped version to 0.10.1
|
2020-07-11 12:58:26 +02:00 |
|
Veronica K. B. Olsen
|
a14850de65
|
Improved the roman number function and fixed a bug in it
|
2020-07-06 08:16:22 +02:00 |
|
Veronica K. B. Olsen
|
57c7fdcf6d
|
Fixed typo in tooltip
|
2020-07-05 23:25:29 +02:00 |
|
Veronica K. B. Olsen
|
7816bf5b87
|
Connected the Roman numbers function to the build tool
|
2020-07-05 16:56:06 +02:00 |
|
Veronica K. B. Olsen
|
1cb17733c6
|
Adding a numberToRoman function for converting integers to Roman number strings
|
2020-07-05 16:55:31 +02:00 |
|
Veronica K. B. Olsen
|
731fd4e139
|
Add tooltip to some more main gui buttons
|
2020-07-04 19:55:38 +02:00 |
|
Veronica K. B. Olsen
|
f179738b69
|
Reorder menu items and rename some features
|
2020-07-04 19:46:39 +02:00 |
|
Veronica K. B. Olsen
|
4cc295e0f2
|
Minor reordering of log output during init
|
2020-07-04 19:25:40 +02:00 |
|
Veronica K. B. Olsen
|
a2b2910bd7
|
If running with Qt 5.13 or higher, search/replace uses the QRegularExpression class instead of just QRegExp
|
2020-07-03 23:06:56 +02:00 |
|
Veronica K. B. Olsen
|
b119db0ee1
|
Add note about required Qt version for regex search/replace
|
2020-07-02 21:07:53 +02:00 |
|
Veronica K. B. Olsen
|
7bdfbc4ce7
|
Fixed error reporting for legacy project folder converter
|
2020-07-02 20:56:50 +02:00 |
|
Veronica K. B. Olsen
|
e6a392481c
|
Bumped version to 0.10
|
2020-06-29 21:33:36 +02:00 |
|
Veronica K. B. Olsen
|
8a06400f2a
|
Made a note of the addition of GuiDocEditFooter in the source file
|
2020-06-29 21:32:08 +02:00 |
|
Veronica K. B. Olsen
|
e190ef146e
|
Moved writing guides settings to Editor tab in Preferences
|
2020-06-29 17:34:05 +02:00 |
|
Veronica K. B. Olsen
|
a6a28b41d1
|
Added option to disable colour highlighting of emphasised text
|
2020-06-29 17:33:36 +02:00 |
|
Veronica K. Berglyd Olsen
|
85db807e3b
|
Merge branch 'master' into selectable_path
|
2020-06-29 17:04:24 +02:00 |
|
Veronica K. B. Olsen
|
a8b2a34438
|
Make project path selectable, issue #354
|
2020-06-29 13:49:36 +02:00 |
|
Veronica K. B. Olsen
|
564a15968c
|
Fixed menu and shortcut action for bold/italic
|
2020-06-29 12:52:56 +02:00 |
|
Veronica K. B. Olsen
|
ceadfe1e5c
|
Improved regex, highlighting and HTML conversion of bold and italic text. Reverting to old syntax for italic.
|
2020-06-29 12:15:49 +02:00 |
|
Veronica K. B. Olsen
|
c67e5f444a
|
Added the code to hide document footer
|
2020-06-27 21:21:13 +02:00 |
|
Veronica K. B. Olsen
|
3d682e154e
|
Added the hideZenFooter config option
|
2020-06-27 21:17:41 +02:00 |
|
Veronica K. B. Olsen
|
dad4677791
|
Fixed typo in enum
|
2020-06-27 21:06:19 +02:00 |
|
Veronica K. B. Olsen
|
a15af30578
|
Renamed italic and bold to emphasis and strong emphasis
|
2020-06-27 20:45:24 +02:00 |
|
Veronica K. B. Olsen
|
7d6d0cc195
|
Renamed Session Log to Writing Statistics
|
2020-06-27 20:16:21 +02:00 |
|
Veronica K. B. Olsen
|
c0074ca269
|
Update count and infor separately, and make sure info is updated on item edit
|
2020-06-27 19:49:06 +02:00 |
|
Veronica K. B. Olsen
|
243d9dd85a
|
Remove doc word count from main statusbar, and added support for session word count for documents
|
2020-06-27 19:41:41 +02:00 |
|