Commit Graph

497 Commits

Author SHA1 Message Date
Veronica K. B. Olsen d3c95887e6 Added an option to turn off syntax highlighting for text in quotes 2020-05-21 14:52:26 +02:00
Veronica K. B. Olsen d263de0205 Ensure setSelectedhandle also makes the item visible in the scroll view 2020-05-21 14:45:00 +02:00
Veronica K. B. Olsen de8c2b75ae fromTheme call should check first 2020-05-17 11:51:48 +02:00
Veronica K. B. Olsen 4a047b2098 Some minor cleanuo of icon themes, fallback icons and default theme 2020-05-17 11:47:00 +02:00
Veronica K. B. Olsen 3b231978bf Several improvements to the status bar 2020-05-16 23:58:55 +02:00
Veronica K. B. Olsen 4dc768bdd2 Dropped the progress bar for rebuild index, and used statusbar instead 2020-05-16 21:56:26 +02:00
Veronica K. B. Olsen bb894926d0 With a few modifications, novelWriter now starts wuth Qt 5.2.1 and Python 3.4.3 2020-05-16 20:18:39 +02:00
Veronica K. B. Olsen 24596f28d6 Some more tuning of the documents margin function 2020-05-16 19:04:52 +02:00
Veronica K. B. Olsen cff1529e71 Restored the gear SVG decoration for some dialogs until they're redesigned 2020-05-14 21:26:56 +02:00
Veronica K. B. Olsen 07714168ff Fixed an issue with rendering large documents where some of the text wasn't visible 2020-05-14 21:19:03 +02:00
Veronica K. B. Olsen 544a9d56bd Updated the about box to credit the icon creator. Temporary solution until the box is redesigned. 2020-05-14 18:46:30 +02:00
Veronica K. B. Olsen 0eb4319fc1 Finished the code for icon themes 2020-05-14 18:38:41 +02:00
Veronica K. B. Olsen 0566df433b Updated colour icon theme 2020-05-14 16:44:14 +02:00
Veronica K. B. Olsen e865e5b448 Added support for icon themes in the source. Still need to add it to preferences. 2020-05-13 23:23:13 +02:00
Veronica K. B. Olsen d78dd24291 Some minor fixes, add qApp info, and a PNG app icon 2020-05-12 21:51:57 +02:00
Veronica K. B. Olsen d44dca6a21 Moved the packing of XML tree into NWTree, and added a function for formatting time stamps 2020-05-09 13:08:11 +02:00
Veronica K. B. Olsen 5a1ff7e7d3 Opening a document now seems to reset dynamic margins. Added a temporary fix. 2020-05-08 23:02:16 +02:00
Veronica K. B. Olsen 894bc41f51 Moved the additions folder into the gui folder as it only contains gui elements 2020-05-08 21:32:38 +02:00
Veronica K. B. Olsen b0c71fb47d Removed the nw/tools folder and moved or merged the code in elsewhere 2020-05-08 21:28:05 +02:00
Veronica K. B. Olsen 9b049b6469 Moved spell checker classes to core folder 2020-05-08 21:02:30 +02:00
Veronica K. B. Olsen 386020bcf8 Renamed 'project' folder to 'core' 2020-05-08 20:58:34 +02:00
Veronica K. B. Olsen 704d9a11e4 Merged the spell checking classes into one file 2020-05-08 20:41:39 +02:00
Veronica K. B. Olsen 7f41daf518 Merge branch 'master' into code_improvements 2020-05-08 20:33:07 +02:00
Veronica K. B. Olsen 9204003f57 Add some pyqtSlot decorators as they apparently improve perforamce a tiny bit 2020-05-08 20:09:51 +02:00
Veronica K. B. Olsen 3d910041cd Moved the backup function to the project class since it was only one function anyway 2020-05-08 18:19:09 +02:00
Veronica K. B. Olsen d75243418f Moved a couple more functions to the NWTree class, and cleaned up the source file a bit 2020-05-07 23:59:32 +02:00
Veronica K. B. Olsen 58eb8e78ba Moved the project tree into its own iterable class NWTree 2020-05-07 23:08:15 +02:00
Veronica K. B. Olsen 8037b3a311 Some improvements to the NWItem class, and removal of unused imports of it in the code 2020-05-07 00:38:25 +02:00
Veronica K. B. Olsen 020a4c548a Fixed formatting of URL in license docstring 2020-05-04 21:20:55 +02:00
Veronica K. B. Olsen ed6d6515fe Some more corrections to Preferences help text 2020-05-04 21:18:58 +02:00
Veronica K. B. Olsen 35891e6663 Some bugfixes and text changes in the preferences dialog 2020-05-04 20:59:29 +02:00
Veronica K. B. Olsen 1148936af6 Let's use a character that definitely exists for the document path 2020-05-04 20:31:00 +02:00
Veronica K. B. Olsen 9a1f846c6f Render the document title path separator as HTML 2020-05-04 17:59:00 +02:00
Veronica K. B. Olsen 9daa77486c Remove some unneeded imports 2020-05-03 20:16:13 +02:00
Veronica K. B. Olsen cbf0c265b9 Connected the full path in header option to the config gui 2020-05-03 20:04:51 +02:00
Veronica K. B. Olsen c1c67f026b Finished the last tab of the config editor 2020-05-03 19:52:54 +02:00
Veronica K. B. Olsen 4885216395 Fnisished main config editing tab 2020-05-03 19:24:25 +02:00
Veronica K. B. Olsen 0e0b61be8c Moved config of spell check and qriting guides 2020-05-03 19:10:00 +02:00
Veronica K. B. Olsen 6c0c908989 Added Layout tab to main config dialog 2020-05-03 18:02:27 +02:00
Veronica K. B. Olsen 3d0cd5a71c Move a bunch of settings to a new tab in main settings using the new config layout 2020-05-03 16:56:03 +02:00
Veronica K. B. Olsen b44669a3b5 Some minor tweaks, and added option for showing full path 2020-05-01 21:30:18 +02:00
Veronica K. B. Olsen bf3ecfbef4 Moved the document title element into the document instead of main GUI 2020-05-01 20:51:46 +02:00
Veronica K. B. Olsen cc1113ea6c Tie things together to ensure title is always updated, and add some needed comments here and there 2020-05-01 18:11:32 +02:00
Veronica K. B. Olsen 7d91a15841 The document title bar is no populated on document open 2020-05-01 17:36:02 +02:00
Veronica K. B. Olsen 0387ce67b7 Base document title class ready. 2020-04-26 21:35:58 +02:00
Veronica K. B. Olsen 3a9de4af38 Remove dummy text from notixe bar class 2020-04-26 20:43:22 +02:00
Veronica K. B. Olsen c934532ea2 Loosened the restriction on the synopsis tag a bit 2020-04-26 18:06:57 +02:00
Veronica K. B. Olsen 946331145f Added a hidden handle column to the outline tree, and connected the double click to open a document 2020-04-26 17:48:14 +02:00
Veronica K. B. Olsen 5ab85a38bb Revert header to say 'About' 2020-04-20 22:33:21 +02:00
Veronica K. B. Olsen 6d138d054a Updated the about box 2020-04-20 22:24:56 +02:00