Commit Graph

1902 Commits

Author SHA1 Message Date
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 a9ac3a2aa1 Removed commented out code 2020-08-18 00:29:18 +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 10936b6910 Implement the same tab stop code in the editor as for the viewer 2020-08-17 22:40:04 +02:00
Veronica K. B. Olsen 1d9cd3ee49 Add a workaround for getting tabs through the html parsing and setHtml function in QTextBrowser 2020-08-17 22:39:38 +02:00
Veronica K. Berglyd Olsen 4a706b6f90 Merge pull request #417 from vkbo/error_handling
Updated Error Handling
2020-08-17 20:53:05 +02:00
Veronica K. B. Olsen 4c91c08b22 More appropriate logging entries for final error shutdown 2020-08-17 20:46:58 +02:00
Veronica K. B. Olsen 0e0032e020 Some minor cleanup of the code 2020-08-17 20:39:39 +02:00
Veronica K. B. Olsen 1ac2503190 Removed the try/except around the main GUI call 2020-08-17 20:33:33 +02:00
Veronica K. B. Olsen 35ed4a1c8d Created a new error handler and dialog class 2020-08-17 20:32:52 +02:00
Veronica K. Berglyd Olsen 7df2f83202 Merge pull request #416 from vkbo/fixes
Outtake/Archive Fixes
2020-08-16 22:05:21 +02:00
Veronica K. B. Olsen 619810544a Reduce the defacto maximum folder depth from ~200 to a hard 30 and enforce it 2020-08-16 21:55:36 +02:00
Veronica K. B. Olsen 850ac2b2f3 Put back the edit item popup as it blocks runaway file or folder creation 2020-08-16 21:35:22 +02:00
Veronica K. B. Olsen f21036d1f0 Minor tweaks in docs 2020-08-16 21:26:31 +02:00
Veronica K. B. Olsen efc7078a22 Updated documentation 2020-08-16 21:24:04 +02:00
Veronica K. B. Olsen c19c624652 Allow folders in Outtakes root folder as it seems to be working as intended with the current logic 2020-08-16 21:17:58 +02:00
Veronica K. B. Olsen 8cd4a6cc27 Use integer time for the index 2020-08-16 18:57:59 +02:00
Veronica K. B. Olsen e4ad4f38c8 Indexer should still count words for trash and archived files 2020-08-16 18:39:34 +02:00
Veronica K. Berglyd Olsen 5fb0b9cfb1 Merge pull request #415 from vkbo/outtakes
Outtakes (Archive) Feature
2020-08-16 18:29:29 +02:00
Veronica K. B. Olsen f1b2b1766d Updated documentation 2020-08-16 18:17:33 +02:00
Veronica K. B. Olsen 00f3909e19 Fix bug in update available root list when deleting root item 2020-08-16 17:58:40 +02:00
Veronica K. B. Olsen 7b39bc0780 Updated sample project with an example of archived files 2020-08-16 17:51:33 +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 68a7dd4390 Fixed menu entries and drop options for trash and archive folders 2020-08-16 17:25:11 +02:00
Veronica K. B. Olsen 65131e87c7 The deleted and outtake files are now properly handled by the index 2020-08-16 16:51:07 +02:00
Veronica K. B. Olsen e0a824cfb6 Drag and drop of archived files now works 2020-08-16 16:28:51 +02:00
Veronica K. B. Olsen b62cfc017b Added the archive root folder type 2020-08-16 16:10:30 +02:00
Veronica K. Berglyd Olsen ce21670931 Merge pull request #413 from vkbo/editor_focus
Also capture the return key for the replace box
2020-08-16 15:16:36 +02:00
Veronica K. Berglyd Olsen cb14ae5013 Merge branch 'main' into editor_focus 2020-08-16 15:11:43 +02:00
Veronica K. B. Olsen accae5e074 Also capture the return key for the replace box 2020-08-16 15:10:02 +02:00
Veronica K. Berglyd Olsen 54274417d7 Merge pull request #412 from vkbo/editor_focus
Editor Focus and Enter Key Behaviour
2020-08-16 14:59:42 +02:00
Veronica K. B. Olsen fa1c79a1da Add the alternative redo sequence Ctrl+Shift+Z to the documentation 2020-08-16 14:28:04 +02:00
Veronica K. B. Olsen 3f6737a3b8 Better capture of the tab, return and enter keys in the editor and search function 2020-08-16 14:27:20 +02:00
Veronica K. B. Olsen 0acea8877a Added the option to replace 3 hypens with emdash, not just endash+hyphen 2020-08-16 13:15:25 +02:00
Veronica K. Berglyd Olsen 1a9e54d11b Merge pull request #411 from vkbo/test_and_release_0.12.1
Release 0.12.1
2020-08-16 12:01:59 +02:00
Veronica K. Berglyd Olsen 48ee32ddde Merge branch 'main' into test_and_release_0.12.1 2020-08-16 11:57:13 +02:00
Veronica K. Berglyd Olsen b6fd859dc4 Merge pull request #408 from vkbo/bugfixes
Various Minor Fixes
2020-08-16 11:57:03 +02:00
Veronica K. Berglyd Olsen 2c023e4733 Merge branch 'main' into bugfixes 2020-08-16 11:52:22 +02:00
Veronica K. B. Olsen 6af156af39 Added test for insert menu functionality 2020-08-16 11:48:46 +02:00
Veronica K. B. Olsen 8513e6a6c2 Updated changelog 2020-08-16 11:20:28 +02:00
Veronica K. B. Olsen 617192a6d9 set version to 0.12.1 2020-08-16 11:20:15 +02:00
Veronica K. Berglyd Olsen 9b7bf1918d Merge pull request #410 from vkbo/issue_409
Issue #409: Accidental tuple in insert menu
2020-08-16 10:41:29 +02:00
Veronica K. B. Olsen bb0bcdd406 Removed an additional comma in some of the insert menu items that changed the type to tuple 2020-08-16 10:35:07 +02:00
Veronica K. B. Olsen 2a62998479 Use 1.0-beta1 as version number instead of 1.0b1 2020-08-15 22:26:04 +02:00
Veronica K. B. Olsen 287e083b0a QSysInfo.kernelversion doesn't exist in older versions of Qt 2020-08-15 20:49:35 +02:00
Veronica K. Berglyd Olsen 702a10fff5 Merge pull request #406 from vkbo/unnum_chapter_heading
Unnumbered Chapter: Alternative Syntax
2020-08-15 20:14:21 +02:00
Veronica K. B. Olsen 2ddbb628a4 Updated changelog 2020-08-15 20:09:06 +02:00
Veronica K. B. Olsen 1d83e0d678 Merge branch 'main' into unnum_chapter_heading 2020-08-15 20:05:58 +02:00