Commit graph

1260 commits

Author SHA1 Message Date
TheJackiMonster ee7a2e16da
Adapted editor view to use outline
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-11-01 01:36:24 +01:00
TheJackiMonster 0f68c24b84
Minor ui updates and changes
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-10-31 13:00:21 +01:00
TheJackiMonster 995a78058c
Add automatic goal count for outline folders
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-10-30 17:53:38 +01:00
TheJackiMonster 3481e40b4f
Implement basic outline overview
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-10-30 17:48:02 +01:00
TheJackiMonster 792e68038d
Implement adding and removing world items
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-10-30 13:28:40 +01:00
TheJackiMonster 906d05e377
Implement world view: selection and simple changes
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-10-30 12:51:07 +01:00
TheJackiMonster 9129d1fa5a
Improve plot view by implement plot step overview
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-10-29 22:12:02 +02:00
TheJackiMonster cf4e4bc794
Improve linking data changes
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-10-29 19:30:53 +02:00
TheJackiMonster cfa7452292
Start implementing plot view
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-10-29 18:42:55 +02:00
TheJackiMonster 6f031d4d37
Add filter for recent files
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-10-21 02:17:51 +02:00
TheJackiMonster 3c0ab18fea
Implement characters filter
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-10-21 01:51:06 +02:00
TheJackiMonster 29fbe2acbb
Add character and remove character via button
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-10-21 01:31:16 +02:00
TheJackiMonster 2aa65fc815
Added pretty label for template goal
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-09-15 23:53:15 +02:00
TheJackiMonster 0d2066d207
Implemented template management in startup window
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-09-15 23:35:45 +02:00
TheJackiMonster e4334c90f3
Added template data and implemented it into the startup window initially
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-09-15 22:15:33 +02:00
TheJackiMonster 102013d12d
Added startup window as basic ui
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-09-15 20:38:43 +02:00
TheJackiMonster a6b6d776ce
Added other events to update character attributes
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-12-25 22:45:09 +01:00
TheJackiMonster 9860a880be
Loading and updating character details in GUI
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-12-25 20:51:39 +01:00
TheJackiMonster 13fe0614b4
Updating tree views while changing character importance
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-12-25 20:07:14 +01:00
TheJackiMonster 38852992fd
Added code for changing and loading importance of characters
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-12-25 17:45:42 +01:00
TheJackiMonster ee87be04f5
Removed status and labels shortcut from menu
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-09-28 00:02:03 +02:00
TheJackiMonster 42086b11d7
Adjusted view switcher layout and responsiveness
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-09-27 23:45:12 +02:00
TheJackiMonster ab6c8ab421
Restructured settings pages into multiple files
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-09-27 21:36:27 +02:00
TheJackiMonster 36568db070
Connected frequency window to open and close
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-09-25 22:39:03 +02:00
TheJackiMonster 2b6ce28135
Fixed logo in about dialog and adjusted settings key usage
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-09-25 22:06:26 +02:00
TheJackiMonster 6dc89db53d
Connected opening dialogs to some menu items
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-09-22 23:41:51 +02:00
TheJackiMonster a78f3e229d
Adapted project to support multiple versions in general
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-06-21 16:11:39 +02:00
TheJackiMonster 5cc52a43cd
Moved views and reordered connection of events in summary view
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-06-01 15:30:48 +02:00
TheJackiMonster dedd8e043a
Optimized counting words and characters via regex
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-06-01 15:16:02 +02:00
TheJackiMonster 9dc2544d1c
Added logic for character selection in its view
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-17 23:59:12 +02:00
TheJackiMonster ef119917cf
Connected io and gtk for general info and summary
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-17 00:51:46 +02:00
TheJackiMonster 47820061c7
Merge branch 'io' into gtk 2021-05-17 00:21:57 +02:00
TheJackiMonster 5eab1afc47
Minor tweaks and first events added to characters view
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-17 00:20:48 +02:00
TheJackiMonster f3d39337c2
Added code to connect all input events in general and summary views
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-16 21:58:38 +02:00
TheJackiMonster 59662921a7
Started adding UI python code and renamed Qt files for compatibility
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-16 20:23:10 +02:00
TheJackiMonster 0b219a0b5f
Split main ui into multiple widgets
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-16 17:16:09 +02:00
TheJackiMonster 6ba001b3da
Mostly completed main window areas of outline and editor
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-16 00:10:51 +02:00
TheJackiMonster 2152a6bdd8
Added plot and world view
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-14 23:59:52 +02:00
TheJackiMonster 9078079241
Added remove function for file types
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-14 19:46:39 +02:00
TheJackiMonster ee881bdb17
Added data model for world and its items
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-09 17:07:30 +02:00
TheJackiMonster 674cebdea2
Fixed differences between new data models and sample data
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-09 02:14:36 +02:00
TheJackiMonster 41b3f23fac
Added basic io handling for characters
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-09 01:51:14 +02:00
TheJackiMonster f9ad8d214c
Added io handling for project info, color and labels
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-09 01:15:14 +02:00
TheJackiMonster caf428592a
Added io handling for outline, summary and goals
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-09 00:39:12 +02:00
TheJackiMonster 54aa28414a
Added io handling for multimarkdown files with accelerated metadata loading
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-06 18:51:23 +02:00
TheJackiMonster b97c5366d3
Fixed differences in saving project with new io
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-06 16:57:30 +02:00
TheJackiMonster 2faac4efa8
Added io handling for zip archives and project files
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-05 18:04:07 +02:00
TheJackiMonster 08220eda42
Added new data model for old revisions and statuses
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-05 14:59:07 +02:00
TheJackiMonster f8ad2a9121
Added new data model for settings with new file io
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-04 23:37:41 +02:00
TheJackiMonster dfe6cdece2
Added new data models for plots with use of new file io
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-04 23:04:53 +02:00