Commit Graph

276 Commits

Author SHA1 Message Date
Veronica K. B. Olsen d9a8f860f0 Mixed up the session log and timelien window 2019-10-20 18:48:53 +02:00
Veronica K. B. Olsen 436aba4fd1 Label text changes 2019-10-20 16:37:33 +02:00
Veronica K. B. Olsen 4980468a55 Some improvements to the sesison gui 2019-10-20 16:35:51 +02:00
Veronica K. B. Olsen 785a69d34b Session log dialog window is now complete 2019-10-20 16:26:49 +02:00
Veronica K. B. Olsen 2fe001b336 Session log is now printed in the table 2019-10-20 15:52:25 +02:00
Veronica K. B. Olsen 50f4d8e073 Merge branch 'master' into session_log 2019-10-20 14:41:40 +02:00
Veronica K. B. Olsen 323013bbaf Added session log dialog window 2019-10-20 14:40:59 +02:00
Veronica K. B. Olsen 79116f8977 Make sure the open document is saved before applying changes from the config dialog 2019-10-20 14:28:51 +02:00
Veronica K. B. Olsen fe12e99735 Fixed a bug where unicode characters were not included in the spell check regex 2019-10-20 14:23:27 +02:00
Veronica K. B. Olsen 77c6caacee When closing a project, it should ask for backup even if the project is saved. 2019-10-20 13:56:21 +02:00
Veronica K. B. Olsen 6638c5187e Remove margins from virtical box in doc editor 2019-10-19 17:24:15 +02:00
Veronica K. B. Olsen 16401f4c1f Added export to html and markdown files 2019-10-19 14:59:32 +02:00
Veronica K. B. Olsen adffe2f4da Cleaned up export GUI 2019-10-19 13:39:41 +02:00
Veronica K. B. Olsen 722a00bae3 Finished heading formats and file name in export 2019-10-19 13:01:35 +02:00
Veronica K. B. Olsen 16f1b03781 Export icon and a few GUI changes 2019-10-19 12:05:04 +02:00
Veronica K. B. Olsen d325e671dd Added some error handling for export file, and improved getting and setting of export options 2019-10-19 11:32:11 +02:00
Veronica K. B. Olsen 287d94369f Added header formatting to tokenizer 2019-10-19 01:17:19 +02:00
Veronica K. B. Olsen f8878535ba Basic export to plain text now works, but many options not connected yet 2019-10-18 22:09:01 +02:00
Veronica K. B. Olsen a5ad2335de Export GUI ready 2019-10-18 19:02:28 +02:00
Veronica K. B. Olsen 1d9c4e1e49 Added more elements to the export GUI 2019-10-15 19:05:13 +02:00
Veronica K. B. Olsen bc06bde05c Added more options to export GUI 2019-10-13 15:36:57 +02:00
Veronica K. B. Olsen 32a4e43459 Export dialog working 2019-10-13 13:31:59 +02:00
Veronica K. B. Olsen dbd1964ff4 Added export dialog class 2019-10-13 12:18:17 +02:00
Veronica K. B. Olsen 10bd5049bc Load all icons via the theme class 2019-10-06 18:36:19 +02:00
Veronica K. B. Olsen 052272938c Remove icon from context menu 2019-10-06 17:51:59 +02:00
Veronica K. B. Olsen 70f4ae5285 Remove all icons from dropdown menu 2019-10-06 17:49:16 +02:00
Veronica K. B. Olsen 74bc412739 Updated debug info 2019-10-06 15:57:45 +02:00
Veronica K. B. Olsen d7e485af05 Some improvements to replace action 2019-10-06 15:51:46 +02:00
Veronica K. B. Olsen d91d77d5ab Search/replace now fully implemented, although only for currently edited document 2019-10-06 15:36:34 +02:00
Veronica K. B. Olsen cb2ee95d10 Simple search function now working 2019-09-29 18:50:43 +02:00
Veronica K. B. Olsen 1bf539d490 Basic search feature now works, but needs more tweaking 2019-09-29 17:16:17 +02:00
Veronica K. B. Olsen 7c60d9e9fd Added searchbar class 2019-09-29 15:39:35 +02:00
Veronica K. B. Olsen 57929a1138 Added version checking for Qt5 and PyQt5 dependencies 2019-09-14 11:41:24 +02:00
Veronica K. B. Olsen 8278bcec9e Make the auto-replace list in project settings sorted 2019-08-11 19:42:42 +02:00
Veronica K. B. Olsen 10debc8207 Fixed typo in about dialog 2019-06-28 13:07:57 +02:00
Veronica K. B. Olsen f11cc452d8 Backup options and settings complete 2019-06-26 18:13:02 +02:00
Veronica K. B. Olsen fba7987104 Connected backup options to preferences dialog 2019-06-26 15:12:57 +02:00
Veronica K. B. Olsen 44b83532cf Added config options to file 2019-06-23 19:28:49 +02:00
Veronica K. B. Olsen 570b4a2fc4 Added and connected class to handle project backups 2019-06-16 23:31:32 +02:00
Veronica K. B. Olsen 3f32da7ece Fixed a bug in docdetails pane where labels were stacked instead of replaced 2019-06-16 22:18:47 +02:00
Veronica K. B. Olsen 881d4e2308 Fixed the text boxes in project settings to only be enabled when something can be edited 2019-06-16 22:06:25 +02:00
Veronica K. B. Olsen f80e9cf94a Some tweaks to dialog design 2019-06-15 23:10:15 +02:00
Veronica K. B. Olsen 21b7e882ac A few GUI tweaks 2019-06-15 22:19:52 +02:00
Veronica K. B. Olsen b934d0439a Major reorganisation of themes, and added a few more syntax themes 2019-06-15 20:07:35 +02:00
Veronica K. B. Olsen 583e10adec Added dark tomorrow theme and separated gui theme from syntax 2019-06-15 15:24:29 +02:00
Veronica K. B. Olsen 4e5f2d30f4 Rewritten how document margins and text width is handled 2019-06-15 12:25:02 +02:00
Veronica K. B. Olsen 89ee9c7bf4 Should set hasProject to true ass soon as it is opened 2019-06-12 21:03:28 +02:00
Veronica K. B. Olsen 5c9e213a8f Pressing Ctrl+R should prioritise currently editing over last viewed 2019-06-12 20:59:05 +02:00
Veronica K. B. Olsen 8e73d6ac9a Fixed setting of font for doceditor and docviewer 2019-06-12 20:55:41 +02:00
Veronica K. B. Olsen 46bd7a8871 Fixed the loading of dictionaries 2019-06-12 20:33:06 +02:00