Drew Short
4b31440293
Refactor: Cleanup and performance enhancements
* Full imageHash calculation improved between 10-20% with greater performance enhancements for larger images.
* Cleaned up code
* Reduced code duplication
* Adapted engine to hash lib 0.2.0
* Adjusted library versions where appropriate
7 years ago
Drew Short
082ef605a8
Moved to the naming standard for maven module artifact ids
* bumped version to prevent confusion
7 years ago
Drew Short
74bb5cdbe0
Extracted Hash into separate library for use in other applications
7 years ago
Drew Short
cca80b9ddb
Updated all the dependencies to the latest
* Except for hibernate, that's a major version upgrade.
7 years ago
Drew Short
8924b118b9
Switched to SHA1 for the file hashing. This costs ms of time but ensures we won't get colliksions. Also is better distributed than md5
10 years ago
Drew Short
ed40a2cb57
Fixed compare issue. Also updated unit test to reflect improved similar image performance
10 years ago
Drew Short
ab5c39c667
Proper cleaning of similar images. Working on a sane sorting process for the similar images.
10 years ago
Drew Short
50f87a51ac
Reorganized a few more files, added a proper searched listener to the GUI to show the number of files to be processed before the actual processing starts.
10 years ago
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.
Laid the groundwork for other actions.
Started working on a logger for searches to update the GUI as necessary.
10 years ago
Drew Short
10439606db
Working on selection in the ImageTilePane.
Added a deselect while holding control
Added some logic for opening files on different OS's
Added some OS specific variables and logging
10 years ago
Drew Short
838698d7b2
Working on getting selections working in the tile pane. Limited the pagination to 9 pages at a time otherwise weird elipses appear for two digit values. Look into later. Also fixed the config file output to not inuclude comments as they bloated the file needlessly.
10 years ago
Drew Short
b5512f02f3
Working on some cleanup. Moved setup logic for the image tile into it's own class. Reduced the logic in the factory. Need to work on context menus and selectable items in the pane next. Might have to be done with a custom TilePane that allows selection.
10 years ago
Drew Short
e7dcc87e46
Added a finished message
10 years ago
Drew Short
760eb5cd57
Guess not?
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
661ba6d8b1
Fixed the issue with info files not being updated
10 years ago
Drew Short
85c4d74f8d
Working on getting the README propigating properly
10 years ago
Drew Short
84902d4c57
Workingon updating some of the scripts to make sense with the new structure
10 years ago
Drew Short
dfa3dee087
Working on creating a multi-module build of the project!
10 years ago