Drew Short
031133caaa
Refactor: Code Style Cleanup
* Whitespace fixes (tabs vs spaces for portability)
* EOF whitespace removal
7 years ago
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
264aacb873
Make the top POM not deploy like the submodules.
7 years ago
Drew Short
24c07dba21
Added distribution endpoint for storing the maven build
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
55d3192c71
Added home nexus repositories
7 years ago
Drew Short
842be02412
Modified packaging script to produce only the GUI and the to produce both tgz and txz packages. Playing around with a better way to deliver the program.
10 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
8cdb925a2a
Merge branch 'master' of https://github.com/warricksothr/ImageTools
10 years ago
Drew Short
5901c36153
Added a fix for when the folder we previously referenced no longer exists.
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
3583793e3c
Fixed file opening on linux
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
2eeae48224
Fixed sorting
10 years ago
Drew Short
9b1e366e45
Fixed annoying bug where if there were less images than the limit, the pagination would never render the content.
10 years ago
Drew Short
e59070a4e2
Trying to get sorting to work
10 years ago
Drew Short
c57c985ff6
Working example xontext menus\!
10 years ago
Drew Short
a81ad158e0
Added highlighting boxes around selection. Shift click for multi selection. Single click for single selection. Need to work on context menus next
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
78804a305f
Paginated the results for faster display and resizing.
Moved around some app configurations.
Worked on making the GUI a bit more usable.
10 years ago
Drew Short
78a5c48fd3
Fixed the listeners not be attached the first time. DOH!
10 years ago
Drew Short
e7dcc87e46
Added a finished message
10 years ago
Drew Short
e72b94281e
Working progress bar and progress label implementation
10 years ago
Drew Short
b4a6e6b6bf
Creating patch version 0.1.2-DEV
10 years ago
Drew Short
0fab046e48
Finally think I might've solved the tagging issue
10 years ago
Drew Short
e99bbff0b3
Creating patch version 0.1.1-DEV-23-b6aa85a
10 years ago
Drew Short
b6aa85a8dc
Continuing work on versioning
10 years ago
Drew Short
f94dc04a63
Working on getting the tagging system scripts to work...
10 years ago
Drew Short
d1020b9a51
Working on fixing the packaging script
10 years ago
Drew Short
75e59335b3
Adding the cleaning script back
10 years ago
Drew Short
4d82bf0ad5
Preventing the saving of the resulting version and name files
10 years ago
Drew Short
760eb5cd57
Guess not?
10 years ago
Drew Short
4f07b89f9c
Final working commit before merge?
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
2a3d2f3923
Continuing work on the multi module layout
10 years ago
Drew Short
661ba6d8b1
Fixed the issue with info files not being updated
10 years ago
Drew Short
9c476a6537
Updated some scripts
10 years ago
Drew Short
6930ac3af1
Fixed A shell script that I had modified but accidentally restored from a previous commit. Working on getting versioning working again
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