You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Drew Short b9faa78f43 Started work on abstracting out the messaging in the engine. Moving over to dedicated actor(s) for handling messages and progress. 10 years ago
..
dao Fixed issues with the persistence engine not being able to retrieve already processed images. 11 years ago
dto First commit with working H2 database and Hibernate configuration\! Persistance here we come\!\!\! 11 years ago
hash Removed 3 more debugging statements that are pointeless as the results are recorded elsewhere and they just introduce noise in the logs 11 years ago
image Likelihood of over 1.6 million images for comparison in a personal library is likely rare. Improved performance of the thumbnail system by avoiding creating an overwhelming number of sub directories within sub directories to artifically handle a billion billion billion billion billion possbile md5 combinations. There just aren't that many files so it's a waste to presume non-even distribution of md5's such that it would break a filesystem requiring such limiting of directories for storage. 11 years ago
ui/controller 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
util First commit with working H2 database and Hibernate configuration\! Persistance here we come\!\!\! 11 years ago
ConcurrentEngine.scala Started work on abstracting out the messaging in the engine. Moving over to dedicated actor(s) for handling messages and progress. 10 years ago
Engine.scala Started work on abstracting out the messaging in the engine. Moving over to dedicated actor(s) for handling messages and progress. 10 years ago
SequentialEngine.scala Started work on abstracting out the messaging in the engine. Moving over to dedicated actor(s) for handling messages and progress. 10 years ago