Veronica Berglyd Olsen
6d7ca2bb86
Cleanup ( #820 )
...
* Update instructions and readmes
* Cleanup in base files
* Cleanup in core files
* Cleanup in gui files
* Cleanup in dialog files
* Cleanup in tools files
* Cleanup in test files
2021-07-04 17:57:54 +02:00
Veronica Berglyd Olsen
1b89d0a4f0
Logger messages ( #818 )
...
* Change the way logger messages are generated by using the printf-like method
* Use single quotes around log values that can be empty strings
* Fix bug in log message
2021-07-02 10:22:00 +02:00
Veronica Berglyd Olsen
e1dcfaa1e3
Drop dictionary alignment by colon
2021-06-25 23:14:13 +02:00
Veronica Berglyd Olsen
26912f226f
Add double space before in-line comments
2021-06-25 21:36:52 +02:00
Veronica Berglyd Olsen
edfd7c9770
Remove encoding line and add spaces between classes and functions
2021-06-25 20:53:33 +02:00
Veronica Berglyd Olsen
fa4f4a8db4
Make the comment format action a toggle feature
2021-06-13 18:32:11 +02:00
Veronica Berglyd Olsen
cb797fe903
Add menu entries for align and indent
2021-06-13 18:28:23 +02:00
Veronica Berglyd Olsen
6e1e40f13e
Fix translations and refactor makeAlert calls
2021-06-10 21:42:40 +02:00
Veronica Berglyd Olsen
729e97a95d
Add function to clean up line breaks
2021-05-23 14:39:02 +02:00
Veronica Berglyd Olsen
f1adff82a8
Remove hard line break menu entry
2021-05-23 13:13:03 +02:00
Veronica K. B. Olsen
1a5076438d
Add a signal for updated word counts
2021-05-16 17:31:12 +02:00
Veronica K. B. Olsen
e9ef4fd091
Make sure slots and signals are correct type
2021-05-16 16:26:03 +02:00
Veronica K. B. Olsen
4ce8b38acd
Add editorDocumentChanged signal in GuiDocEditor
2021-05-16 00:41:44 +02:00
Veronica K. B. Olsen
24ab6f2d3b
Make the editor dictionary internal
2021-05-16 00:19:40 +02:00
Veronica K. B. Olsen
ba5e5f4bb5
Make GuiDocEditor variables private
2021-05-15 23:57:31 +02:00
Veronica K. B. Olsen
5ee39d7ecc
Tighten up the use of item and nwdoc objects in editor class
2021-04-25 23:46:09 +02:00
Veronica K. B. Olsen
0eb09a2136
Move error reporting out of the NWDoc class
2021-04-25 23:21:51 +02:00
Veronica K. B. Olsen
470daf0036
Make NWDoc class non-reusable
2021-04-25 23:01:20 +02:00
Veronica K. B. Olsen
48695651e1
Core classes should only init with project class and if needed access main gui via project
2021-04-25 17:39:52 +02:00
Veronica K. B. Olsen
45f726669e
Remove the showStatus flag from document handling
2021-04-25 17:16:57 +02:00
Veronica K. B. Olsen
d473615ccf
Rename open and save document to read and write in NWDoc
2021-04-25 17:10:12 +02:00
Veronica K. B. Olsen
f92ef05ee2
Move enum and constants to the root source folder
2021-03-28 17:15:17 +02:00
Veronica K. B. Olsen
90871d5859
Merge branch 'main' into testing
2021-03-28 15:23:02 +02:00
Veronica K. B. Olsen
dbdb3931f4
Fix search shortcuts in Focus Mode and stop hiding buttons
2021-03-22 18:34:18 +01:00
Veronica K. B. Olsen
b63449bffd
Merge branch 'main' into testing
2021-03-17 17:25:00 +01:00
Veronica K. B. Olsen
f6c92dab24
Make the editor search/replace bypass the docAction pipeline and be called directly
2021-03-17 16:43:45 +01:00
Veronica K. B. Olsen
9f979c02f8
Use free string entries for padding instead of many switches
2021-03-14 14:23:44 +01:00
Veronica K. B. Olsen
5837a4602a
Add optional padding for large punctuation symbols
2021-03-13 23:38:12 +01:00
Veronica K. B. Olsen
e07a7ac496
Add optional padding to single and double quotes
2021-03-13 23:25:20 +01:00
Veronica K. B. Olsen
36fd23b264
Fix some typos and inconsistencies in GUI texts
2021-02-24 22:19:17 +01:00
Veronica K. B. Olsen
b868477406
Change minimum Qt version to 5.3
2021-02-20 13:39:48 +01:00
Veronica K. B. Olsen
8b0ac6e81e
Rename projLang to spellLang
2021-02-18 19:19:50 +01:00
Veronica K. B. Olsen
d5bd816676
Last round of changes to localisation
2021-02-16 18:14:04 +01:00
Veronica K. B. Olsen
2e4148a9eb
Restore some of the old spell check information in the status bar
2021-02-15 22:29:05 +01:00
Veronica K. B. Olsen
df19ced50c
Rewrap self.tr and fix a few bugs
2021-02-15 16:47:57 +01:00
Veronica K. B. Olsen
dba8865d75
Revert some changes to how languages are loaded and remove iso.py
2021-02-15 16:32:20 +01:00
Bruno Kühnen Meneguello
98e3343808
novelWriter i18n and portuguese translation
2021-02-14 17:16:43 -03:00
Veronica K. B. Olsen
f1b31f26d0
Add preferences for controlling session timer behaviour
2021-02-09 18:54:44 +01:00
Veronica K. B. Olsen
9f2f131df9
Merge branch 'main' into dev
2021-02-06 14:03:22 +01:00
Veronica K. B. Olsen
dee8ccd8b3
Search box should select the text on open #645
2021-02-06 13:35:53 +01:00
Veronica K. B. Olsen
5654170278
Let the main gui handle the novel tree refresh decision
2021-02-02 16:36:19 +01:00
Veronica K. B. Olsen
2cb51f5b58
Backport a small fix from the dev branch
2021-02-01 23:24:02 +01:00
Veronica K. B. Olsen
cada78ca4d
use what was added in #637 to replace first title lookup in editor saveText
2021-02-01 23:19:24 +01:00
Veronica K. B. Olsen
a2929ef441
Merge branch 'release' into dev
2021-02-01 23:02:40 +01:00
Veronica K. B. Olsen
d0940708b0
Add a header structure record to the editor, and force an update of te novel tree if header levels change
2021-02-01 22:49:11 +01:00
Veronica K. B. Olsen
013fb58267
Block document action if editor does not have focus
2021-01-31 12:50:42 +01:00
Veronica K. B. Olsen
96d6accbde
Add layout and class info to editor footer bar
2021-01-30 22:55:38 +01:00
Veronica K. B. Olsen
90e63f1898
Merge branch 'dev' into item_layouts
2021-01-30 00:57:42 +01:00
Veronica K. B. Olsen
9fdae1ac45
Fix missing cursor when opening empty document
2021-01-29 22:38:07 +01:00
Veronica K. B. Olsen
4c27d2600a
Update document layout during editor save process
2021-01-29 01:09:04 +01:00