Commit graph

1318 commits

Author SHA1 Message Date
TheJackiMonster b0d9ac29e7 Adjust variable, layout, icon and alignment
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-08-03 23:47:22 +02:00
Tobias Frisch 2ffa70b5dd
Merge pull request #1181 from TheShadowOfHassen/test
Pull request with too many things (again, again)
2023-08-03 23:44:29 +02:00
TheShadowOfHassen 684f854f78 Merge branch 'test' of https://github.com/TheShadowOfHassen/manuskript into test 2023-06-27 21:05:17 -04:00
TheShadowOfHassen 828ee81783 Update charactersView.py 2023-06-25 18:10:53 -04:00
Tobias Frisch 09f65c22db
Merge branch 'gtk' into test 2023-06-24 20:59:26 +02:00
TheShadowOfHassen 355f02afd5 Update 2023-06-17 08:44:46 -04:00
TheShadowOfHassen c20ee8d07a I simplified the UI for templates 2023-06-17 08:35:42 -04:00
TheJackiMonster 3d469e671e
Fix editor view texts
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-06-16 00:26:40 +02:00
TheJackiMonster d5a0b56387
Improve speed of frequency tool
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-06-08 19:37:30 +02:00
TheJackiMonster 8adcd3e269
Implement exclusion filter
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-06-08 19:27:16 +02:00
TheJackiMonster 55bd817540
Tweak async loading of outline elements
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-06-08 18:55:58 +02:00
TheJackiMonster 07a8197bcd
Implement async frequency analyzing
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-06-08 18:46:30 +02:00
TheJackiMonster 13b6e26b13
Adjust frequency analyzer
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-06-08 17:08:21 +02:00
TheJackiMonster f85e85a159
Start implementing import and compile dialog
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-06-08 15:58:19 +02:00
TheJackiMonster d9c0938614
Improve optimized MMD loading to skip empty files later on
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-22 08:26:09 +01:00
TheJackiMonster 8029522563
Implement save as functionality moving data paths
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-21 23:37:17 +01:00
TheJackiMonster 7d01b7a403
Fix issue with saving outline item
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-21 22:40:01 +01:00
TheJackiMonster 5276ee81f1
Implement creation of new project via dialog
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-21 22:36:36 +01:00
TheJackiMonster 960691e387
Implement to open projects
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-21 21:52:07 +01:00
TheJackiMonster 9287e85b7e
Implement recent projects menu
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-21 20:51:05 +01:00
TheShadowOfHassen 52c63a4763 Added Deleting templates 2023-03-16 15:04:08 -04:00
TheShadowOfHassen 9543ab9d1d
Merge branch 'gtk' into gtk 2023-03-05 14:55:11 -05:00
TheJackiMonster 988fa62d61
Fix issues with menu events and adjusted startup script
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-01 23:32:03 +01:00
TheJackiMonster fdb5f854f6
Improve visual formatting of editor text
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-02-27 21:10:15 +01:00
TheShadowOfHassen 1852676b12 Update charactersView.py
I found the update function and it works a lot better.
2023-02-22 12:35:33 -05:00
TheJackiMonster 8110b204ca
Improve outline selection in editor view
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-02-20 15:55:23 +01:00
TheJackiMonster 955d5d7bdb
Adjust editor outline view
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-02-20 14:06:23 +01:00
TheJackiMonster 80d29b3a68
Implement navigation via outline tree in editor
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-02-20 02:08:38 +01:00
TheShadowOfHassen 546a9bebf2 Update startupWindow.py
I did this so that the startup menu (Normal start up in Manuksript) would not cause the program to crash)
it's because some actions called the function() when it is now _functon()
2023-02-17 14:15:48 -05:00
TheShadowOfHassen 1d20efcfbc Update project.py 2023-02-06 17:11:32 -05:00
TheShadowOfHassen be452a5092
Merge branch 'gtk' into gtk 2023-02-06 17:09:48 -05:00
TheShadowOfHassen 5c1c86c14f Merge branch 'gtk' of https://github.com/TheShadowOfHassen/manuskript into gtk 2023-02-06 17:02:10 -05:00
TheShadowOfHassen 45889d6279 Changed Template Manager
I also added glade back up files to gitignore. It wasn't.
2023-02-06 15:50:04 -05:00
TheShadowOfHassen fbbf497449 Fixed Name of the Button
There is no icon and I can't make the text any smaller
2023-02-04 13:11:28 -05:00
TheJackiMonster 3516242500
Add data status to objects
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-02-04 16:11:18 +01:00
TheJackiMonster 4ccd78bc7d
Fix multiple warnings, errors and naming issues
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-02-03 16:01:17 +01:00
TheJackiMonster 6ce6bb8aff
Merge branch 'gtk' into gtk_pull_request 2023-02-03 15:41:34 +01:00
Tobias Frisch 3027e5a93a
Merge branch 'gtk' into gtk 2023-02-03 15:38:50 +01:00
TheJackiMonster 25e0d700a4
Fix issue with fractions
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-02-03 15:30:02 +01:00
TheJackiMonster 038e101386
Add profiling function and implement loading on idle task
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-02-03 14:42:46 +01:00
TheJackiMonster e368cc7f73
Compile regex patterns once
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-02-03 05:39:47 +01:00
TheJackiMonster eac2964330
Use builtin sum function instead of manual increments
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-02-03 05:07:16 +01:00
TheJackiMonster 55b2e04bbf
Add cache for text counting
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-02-03 04:56:39 +01:00
TheJackiMonster 78614e9344
Enforce consistent naming of functions
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-02-03 02:00:18 +01:00
TheJackiMonster d15871676c
Fix loading characters and improve access to outline items
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-01-28 20:17:42 +01:00
TheShadowOfHassen 6a2a47ad93 Merge branch 'gtk' of https://github.com/TheShadowOfHassen/manuskript into gtk 2023-01-17 16:49:20 -05:00
TheShadowOfHassen 8f899b1acc Added all the files
deleted extra saved things

Deleted backups

Delete character_details_template_editor.glade~

Fixed Some things that should have been there.
2023-01-17 12:48:51 -05:00
TheShadowOfHassen c6f3a904d5 Added all the files
deleted extra saved things

Deleted backups

Delete character_details_template_editor.glade~
2023-01-11 16:59:42 -05:00
TheJackiMonster 172a5b6b1c
Fix double line-break in mmd files
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-12-05 18:28:10 +01:00
TheJackiMonster 5c61575c50
Reuse safe function for fraction
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-11-20 01:07:15 +01:00