Commit Graph

88 Commits

Author SHA1 Message Date
Veronica K. B. Olsen 1923a55443 Code cleanup in core classes and rename of parHandle to itemParent in NWItem class 2020-10-15 19:08:35 +02:00
Veronica K. B. Olsen 2861f4be36 Fix a bug in build tool for lower Qt versions 2020-10-13 20:16:06 +02:00
Veronica K. B. Olsen 9c75ed5b06 Leave scroll bar on build tool document, and don't scroll too far past end in doc editor 2020-10-11 21:39:42 +02:00
Veronica K. B. Olsen ae8ec555fd Connected the new settings to the Preferences dialog 2020-10-11 20:13:39 +02:00
Veronica K. B. Olsen fe71353198 Add option to hide scrollbars on all major GUI areas 2020-10-11 16:40:54 +02:00
Veronica K. B. Olsen 214323fa6e Add spin cursor to build tool print, and add formatting to project tree words column 2020-10-07 23:50:34 +02:00
Veronica K. B. Olsen e22f99cffb handle tuple returns from file dialog properly 2020-10-07 19:19:36 +02:00
Veronica K. B. Olsen 87baabeaa5 Minor fixes to dialogs, partially related to macOS 2020-10-07 18:38:43 +02:00
Veronica K. B. Olsen 8d66875ebc Performance improvements to Build and Writing Stats, and making sure only one of each can be opened 2020-10-06 20:28:00 +02:00
Veronica K. B. Olsen 23d5e33864 Added large size handling to build tool 2020-10-06 14:29:33 +02:00
Veronica K. B. Olsen ee0b6ad2f5 Updated tests 2020-10-04 19:12:09 +02:00
Veronica K. B. Olsen 4f0d368f4f Added replace tabs with spaces option 2020-10-04 18:44:42 +02:00
Veronica K. B. Olsen 61359f746c Make the whole build tool dialog more dynamic in sizes and areas 2020-10-04 18:23:48 +02:00
Veronica K. B. Olsen bb66541c81 Fix the formatting of white spaces on html export 2020-10-04 17:20:54 +02:00
Veronica K. B. Olsen e251ddacd2 Completed coverage of setProjectPath and made all os imports explicit 2020-09-29 23:27:51 +02:00
Veronica K. B. Olsen fc096ddb0b Significant improvements to dialog tests 2020-09-28 18:17:14 +02:00
Veronica K. B. Olsen 3c21a39cee Extended build tool test 2020-09-26 13:49:08 +02:00
Veronica K. B. Olsen 635a52fd31 More import and file cleanup 2020-09-26 13:08:48 +02:00
Veronica K. B. Olsen 67f8a36272 Change copyright year to year-range 2020-09-22 23:13:46 +02:00
Veronica K. B. Olsen 3f30923d12 Add objectName to all dialogs and made some other minor fixes 2020-09-22 23:01:09 +02:00
Veronica K. B. Olsen 9a9cfe1ce5 Rename showGUI variable to blockGUI and added some comments in Config class 2020-09-22 21:37:00 +02:00
Veronica K. B. Olsen 4a20a0eb01 Use markContentsDirty on the QTextDocument instead of the textWidth hack 2020-08-18 08:50:08 +02:00
Veronica K. B. Olsen b80ff750fb A bit less aggressive version off the redraw text hack 2020-08-18 00:33:33 +02:00
Veronica K. B. Olsen 2f177c50fc Improved the tab handling and added the same fix to the build tool 2020-08-18 00:21:25 +02:00
Veronica K. B. Olsen 3f47aef77b Added an icon for the outtakes folder 2020-08-16 17:45:36 +02:00
Veronica K. B. Olsen cc3c938e16 Fix build to exclude archived files 2020-08-16 17:39:18 +02:00
Veronica K. B. Olsen 832b5747df Fiexd more formatting errors 2020-08-13 21:01:52 +02:00
Veronica K. B. Olsen 00f0a6887c Fixed flake8 W and F errors 2020-08-12 21:41:37 +02:00
Veronica K. B. Olsen 43a7ea8f78 Merge branch 'main' into new_project_wizard 2020-08-08 15:26:27 +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 8c895319e5 Added the wizard project location page 2020-07-11 15:48:31 +02:00
Veronica K. B. Olsen 8cc75fcbd4 Added project wizard class file 2020-07-11 13:49:48 +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 7816bf5b87 Connected the Roman numbers function to the build tool 2020-07-05 16:56:06 +02:00
Veronica K. B. Olsen bdedc7a11c The session data can now be exported to JSON and CSV files with the filters applied 2020-06-26 18:23:44 +02:00
Veronica K. B. Olsen a1d7f8296f Set a default build doc header 2020-06-23 22:02:57 +02:00
Veronica K. B. Olsen 918d9c6470 Forgot to clean up imports 2020-06-23 20:45:34 +02:00
Veronica K. B. Olsen c19c93d60c Some last tweaks 2020-06-23 20:41:10 +02:00
Veronica K. B. Olsen bc8873fdd4 Also added a fuzzy time string to the build doc header to make it easier to see the age of the build 2020-06-23 20:23:52 +02:00
Veronica K. B. Olsen b47d6b6546 Added a document header to the build tool document stating when it was generated 2020-06-23 19:55:19 +02:00
Veronica K. B. Olsen 5a373f1cda Save the window size and replace column width in project settings 2020-06-19 23:18:17 +02:00
Veronica K. B. Olsen ad21c6e3a4 Continue search in next file is now working 2020-06-17 19:16:32 +02:00
Veronica K. B. Olsen d2b1b8b57e Added back in strikethrough support 2020-06-13 10:27:02 +02:00
Veronica K. B. Olsen 9045269f34 Also added bug-capturing in build tool for conversion errors 2020-06-08 09:27:21 +02:00
Veronica K. B. Olsen 0e667b060e Merge branch 'master' into dev 2020-06-06 12:17:12 +02:00
Veronica K. B. Olsen 3e5263338b Added link style colour to the build output 2020-06-06 12:13:23 +02:00
Veronica K. B. Olsen d95e8caa50 Gui sizes should now scale between high and low DPI screens 2020-06-05 16:18:20 +02:00
Veronica K. B. Olsen 8b22deb1f4 All fixed sizes should no be passed through the pxInt function 2020-06-04 21:58:35 +02:00
Veronica K. B. Olsen e8db673db8 Reorganised the options on the Build tool a little bit so they're more reasonably grouped 2020-06-02 20:46:52 +02:00
Veronica K. B. Olsen 61831d9c0e Moved the custom widgets classes to the root gui folder 2020-06-01 23:13:08 +02:00