Skip to content

Commit

Permalink
0.2.5 dev (#3)
Browse files Browse the repository at this point in the history
* Bumps version number

* Adds imp generater to main page

* reimplements Imp Creating/Edit zone

* Adds Pillow to requirements
along with instructions

* adds start to imp grid

* Adds full grid functionality

* Adds start to flag that controls if a close warning is sent

* adds popup if unsaved changes.

* adds pronouns, save as, import from csv, and start of scroll bar

* removes maxheight from app call

* Fixes Scrolling frame issues
  • Loading branch information
EndArixx authored Sep 4, 2024
1 parent f36d71e commit 9fd6e60
Show file tree
Hide file tree
Showing 6 changed files with 1,195 additions and 158 deletions.
4 changes: 4 additions & 0 deletions CollectEpisodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ def __init__(self, left, top, right, bottom):
self.right = right
self.bottom = bottom

def add_transforms(self):
#TODO: implement
print("Unmade")

def delete_existing(self):
for remove_path in self.remove_files:
print("deleting:{}".format(remove_path.split("\\")[-1]))
Expand Down
Loading

0 comments on commit 9fd6e60

Please sign in to comment.