Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source code maintenance + bug fixes + features #25

Merged
merged 181 commits into from
Jan 14, 2024
Merged

Source code maintenance + bug fixes + features #25

merged 181 commits into from
Jan 14, 2024

Conversation

siblount
Copy link
Owner

Split up the codebase to be a bit more modular, making it easier to test some components. Speaking of testing, we have a crap ton of tests to make sure things are running as expected!

siblount and others added 30 commits August 28, 2022 07:13
Cause for app hang was due to a deadlock while creating connections (ex: waiting for Initialization when called by the Init func).

Added new CreateInitialConnection which does not check if the database was initialized and InsertDefaultTables uses the connection instead of null.
Fixed the issue where the zip archive file handle was not released even when done; call ReleaseArchiveHandles() at the end of ProcessArchive.

Updated 7zArchive to kill the 7z process tree if it still exists.
try catch ReadMetaFiles, ReadContentFiles and others.
remove now ask for confirmation
remove product is implemented and more advanced than the one on library item.
… helper funcs and proprogating changes across DPDatabase
TableUpdated and ProductRecordModified() already invokes the event, no need for it twice.
Also removed FileName for DPAbstractArchive since it will be covered by DPAbstractFile.
…d to DAZ directory root folder.

Added new CalculateChildRelativePath() and CalculateChildRelativeTargetPath() funcs for DPFolder.

Added GetTargetPath() and propogated changes from DPFolder onto here for DPProcessor.
Anchored button and combobox to the right.
@siblount siblount enabled auto-merge (squash) January 14, 2024 02:21
@siblount siblount merged commit e9d8a7c into main Jan 14, 2024
2 checks passed
@siblount siblount deleted the pending-main branch January 14, 2024 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant