dupeguru-cocoa/cocoa
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.
2020-12-30 22:42:22 -06:00
..
Base.lproj Un-xibless-ified Preferences 2017-04-05 22:17:28 -04:00
inter Initial commit 2017-03-11 20:18:27 -05:00
AppDelegate.h Un-xibless-ified MainMenu 2017-04-03 23:40:48 -04:00
AppDelegate.m Fix some deprecation warnings update submodules 2020-12-29 20:40:44 -06:00
Consts.h Initial commit 2017-03-11 20:18:27 -05:00
DeletionOptions.h Un-xibless-ified DeletionOptions 2017-04-04 20:59:25 -04:00
DeletionOptions.m Fix some deprecation warnings update submodules 2020-12-29 20:40:44 -06:00
DetailsPanel.h Un-xibless-ified DetailsPanel and DetailsPanelPicture 2017-04-04 21:14:31 -04:00
DetailsPanel.m Un-xibless-ified DetailsPanel and DetailsPanelPicture 2017-04-04 21:14:31 -04:00
DetailsPanelPicture.h Un-xibless-ified DetailsPanel and DetailsPanelPicture 2017-04-04 21:14:31 -04:00
DetailsPanelPicture.m Un-xibless-ified DetailsPanel and DetailsPanelPicture 2017-04-04 21:14:31 -04:00
DirectoryOutline.h Initial commit 2017-03-11 20:18:27 -05:00
DirectoryOutline.m Initial commit 2017-03-11 20:18:27 -05:00
DirectoryPanel.h Un-xibless-ified DirectoryPanel 2017-04-04 22:33:27 -04:00
DirectoryPanel.m Fix some deprecation warnings update submodules 2020-12-29 20:40:44 -06:00
IgnoreListDialog.h Un-xibless-ify IgnoreListDialog 2017-03-12 21:43:17 -04:00
IgnoreListDialog.m Un-xibless-ify IgnoreListDialog 2017-03-12 21:43:17 -04:00
InfoTemplate.plist Un-xibless-ified MainMenu 2017-04-03 23:40:48 -04:00
PrioritizeDialog.h Un-xibless-ified PrioritizeDialog 2017-04-04 21:36:42 -04:00
PrioritizeDialog.m Un-xibless-ified PrioritizeDialog 2017-04-04 21:36:42 -04:00
PrioritizeList.h Initial commit 2017-03-11 20:18:27 -05:00
PrioritizeList.m Initial commit 2017-03-11 20:18:27 -05:00
ProblemDialog.h Un-xibless-ified ProblemDialog 2017-04-04 21:45:59 -04:00
ProblemDialog.m Un-xibless-ified ProblemDialog 2017-04-04 21:45:59 -04:00
ResultTable.h Initial commit 2017-03-11 20:18:27 -05:00
ResultTable.m Fix some deprecation warnings update submodules 2020-12-29 20:40:44 -06:00
ResultWindow.h Un-xibless-ified MainMenu 2017-04-03 23:40:48 -04:00
ResultWindow.m Fix some deprecation warnings update submodules 2020-12-29 20:40:44 -06:00
StatsLabel.h Initial commit 2017-03-11 20:18:27 -05:00
StatsLabel.m Initial commit 2017-03-11 20:18:27 -05:00
dg_cocoa.py Initial commit 2017-03-11 20:18:27 -05:00
dupeguru.icns Initial commit 2017-03-11 20:18:27 -05:00
main.m Remove change in main.m and change submodule 2020-12-30 22:42:22 -06:00