5 Commits (fd43e7db8e2d4c35561140560d32b8ab0f0ff39a)

Author SHA1 Message Date
Drew Short fd43e7db8e Cleanup, Reorganize code, fix formatting, change thumbnail format to PNG to avoid a weird transparency issue. 10 years ago
Drew Short 76a7f46229 Optimized the imports across the project. Abstracted some of the file opening logic out in the event that different flavors of linux don't want to work with the file opening 10 years ago
Drew Short 29bcda07ed Working single and multi delete for files. 10 years ago
Drew Short 783a3a4aba More refactoring 10 years ago
Drew Short 15ce4f1f05 Changing packages around to match new modules 10 years ago
Drew Short dfa3dee087 Working on creating a multi-module build of the project! 10 years ago
Drew Short a225f267cf Started doing some work on the GUI. 10 years ago
Drew Short dfa6de258c Fixed an issue with persisting an Image and ImageHashDTO. Still encountering issues with "Nested Transactions Not Supported" when looking up images. Could be concurrent related, but likely the transactions aren't being closed properly on lookups, or the like. 11 years ago
Drew Short 4e9c5cf87f Fixed broken unit test. Added some properties and functions. Added a timing trait and benchmarking to DHash tests 11 years ago
Drew Short 9d115841a6 Got parsing of property files to work. Fixed some annoyances. Added a version class to handle parsing versions from the properties file 11 years ago
Drew Short 3699870198 Refactored App to use AppConfig for initial configuration. Updated ResourceLoader with logging. Added a default properties file, and a PropertiesService to load that properties file. Updated ImageHashDTO to include some fields. Added a HashService to manage generating hashes. moved the about file to an about.info file so we can automatically process it. 11 years ago
Drew Short 32d9924a3a Forgot to hand over the FXML loading to the new loader. Also, renamed the loader to be more descriptive of it's functionality. 11 years ago
Drew Short 9c9c17ad5e Implemented fixes that apply to resource loading in the JFX Jar. Should now be launchable, configure loggers correctly, and be able to load embedded files. Added a FileLoader helper class to manage loading resources. Is not thread safe currently, but should be made so. 11 years ago
Drew Short 91de82f020 Working basic interface with menubar partially implemented. Next step, include simple cli and cli flags for running without creating gui 11 years ago
Drew Short 4308b163d8 Started work on basic JavaFX implementation, also got some scala included to create the prerequisite folder in src. 11 years ago
Drew Short b8f9b05281 Updated logging to be more concise and added a failover for no logging file existing. 11 years ago
Drew Short c27bfea688 Initial Maven setup commit 11 years ago