32 Commits (master)
 

Author SHA1 Message Date
Andrew Senetar 401023eb7b
Update submodule 2 years ago
Andrew Senetar d764e10993
Update dupeguru submodule 2 years ago
Andrew Senetar 5829a7905d
Add patch for dupeguru submodule to fix one error 2 years ago
Andrew Senetar 01b4610956
Update to work with latest changes in dupeguru 2 years ago
Andrew Senetar 8abf4de916
Minor Changes
- Improve startup debugging of python errors
- Fix issue with multiprocessing in newer python versions
2 years ago
Andrew Senetar c2ec4c3fe3
Remove change in main.m and change submodule
- Remove changes in main.m, turns out we cannot actually catch it here.
Tried some other methods, however none worked.
- Change dupeguru submodule to a more "known" commit that did not have
partial work in it.

NOTE: Issue with picture mode appears to be from python 3.8+ changing to use
`spawn` as the method for multiprocessing.  While this is most likely better
we currently have issues when application is run normally (running from
run.py does not have issues). I am manually going to change to `fork`
instead since other methods did not work. This needs to be done on line
20 of matchblock.py.  Either need to
find a workaround or make a way to detect we are running with cocoa vs.
qt to make this switch.  Just on macos
would affect qt build which does not
need this change.
3 years ago
Andrew Senetar cf48ff3e54
Bump minor python and os versions 3 years ago
Andrew Senetar 057dc3a451
Fix issue with picture mode
- Fix issue with multiprocessing launching new UI instances
- Picture mode would not work as a result of this
- Roll target back to macos 10.12
3 years ago
Andrew Senetar 53532e047b
Rollback dupeguru submodule to before exclude list
Prevents error on startup due to cocoa UI not having an exclude list window.
3 years ago
Andrew Senetar caac8df893
More Cleanups
- Remove seperate hscommon submodule, and use the files in the dupeguru submodule
- Update package.py and build.py to account for hscommon submodule removal
- Fix one more warning in UI code
- Update .gitignore to ignore visual studio code folder
3 years ago
Andrew Senetar 2eada16210
Fix some deprecation warnings update submodules 3 years ago
Andrew Senetar 99b98db93a
Convert cocoalib submodule to be in place. 3 years ago
Virgil Dupras ce0bb606b2 Fix broken build 7 years ago
Virgil Dupras a007ccb1ec Un-xibless-ified Preferences
Goodbye xibless
7 years ago
Virgil Dupras 4c0a66379b Un-xibless-ified DirectoryPanel
This was a tricky one because the XIB couldn't be read by a modern
Xcode. I had to go back to 10.8's Xcode to read it properly, save it,
and then read it on 10.12. And even then, there we tons of little weird
values here and there.
7 years ago
Virgil Dupras 171c9cefed Un-xibless-ified ProblemDialog 7 years ago
Virgil Dupras e3cd9e113b Un-xibless-ified PrioritizeDialog 7 years ago
Virgil Dupras 8f7691cf91 Un-xibless-ified DetailsPanel and DetailsPanelPicture 7 years ago
Virgil Dupras 9de5a48b1f Un-xibless-ified DeletionOptions 7 years ago
Virgil Dupras 8495402a3b Un-xibless-ified MainMenu 7 years ago
Virgil Dupras b0dcf86e05 Un-xibless-ified ResultWindow 7 years ago
Virgil Dupras c8c3f127ab Remove broken reference 7 years ago
Virgil Dupras bda6b937db Un-xibless-ify HSErrorReportWindow 7 years ago
Virgil Dupras 213f79e005 Un-xibless-ify progress UI 7 years ago
Virgil Dupras ca2c327c74 Make xcodebuild the last build step
This way, once we've built dupeGuru using "make" a first time, we can
work on XCode stuff and build from XCode directly without having to go
through the whole build again.
7 years ago
Virgil Dupras 29428c19d9 Un-xibless-ify HSAboutBox 7 years ago
Virgil Dupras 7e3843e3fb Un-xibless-ify IgnoreListDialog
Along with all the work around making localizations work.
7 years ago
Virgil Dupras db6ce3fd35 Fix build order
It was broken
7 years ago
Virgil Dupras 172d689cd3 Base our final app on XCode's build result
... instead of creating it from scratch like we did before.
7 years ago
Virgil Dupras 4104154501 Replace WAF building by XCode
Still a lot of work to do to get XCode to entirely build the app though.
7 years ago
Virgil Dupras cdb14d7e5f Add package.py
with other minor fixes
7 years ago
Virgil Dupras 08eac3844e Initial commit 7 years ago