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
Drew Short
b701ea28e8
Fix for the concurrent engine.
Made the concurrent engine the default again.
Updated the license
Added a script to clean the logs in the base directory.
Updated the .gitignore to ignore configuration files in the base directory needed for individual runs from within intellij.
Improved the handling around cached images, falling back on restoring the data from the database when the ehcache fails.
10 years ago
Drew Short
fabace8005
Fixes for unmanaged FileInputStreams hogging file descriptors.
Misc UI fixes.
Temporary fallback to the sequential engine as it works on remote files and consistently.
Massive cleanup work.
Need to go through code and do a little more cleanup.
Need to inspect why the concurrent engine chokes on remote files and multiple runs. (Nothing helpful in logs as of yet.)
10 years ago
Drew Short
4cecab8f63
Working on getting directory browsing working.
10 years ago
Drew Short
37497a0f7d
Started work on a custom component for image tiles since no default exists
10 years ago
Drew Short
e1969e9195
Missing image file for the proof of concept
11 years ago
Drew Short
8780c34dd9
Temporarilly adding an image to the app and some initialization code as a proof of concept for some of the functionality. Need to redesign the images in the tile view as a custom component with a label. Also selectable and interactable. Right click context aware and multi-seletable. For the List View in the tags tab, those need to be modified to be objects that store tag information as well... also sorting/filtering ability.
11 years ago
Drew Short
4dfc50c13c
Fixed some additional small issues with the version updating build scripts
11 years ago
Drew Short
947df0bf4d
Creating patch version 0.1.1-DEV
11 years ago
Drew Short
c522832514
Fixed a commit and tagging issue in the version update scripts
11 years ago
Drew Short
7e85750882
Revert "Fixed the DTD warning for Hibernate"
This reverts commit 1ff350ee97
.
11 years ago
Drew Short
1ff350ee97
Fixed the DTD warning for Hibernate
11 years ago
Drew Short
52eaf87e75
Removed the old versions of those build scripts
11 years ago
Drew Short
4a95219533
Moved some build files out of the way, and updated them to account for the directory change.
11 years ago
Drew Short
199465c59a
Additional Changes to the GUI layout.
Prototyping how tagging and searching will work.
11 years ago
Drew Short
0b52897e65
More basic interface changes.
Proof of concept auto expanding frames.
Basic design in place.
Toolbar added for information.
Tabbed pane on left for example searching and sorting.
Tiled Pane on right for images.
11 years ago
Drew Short
a225f267cf
Started doing some work on the GUI.
Added a markdown processor.
Change the about file to be a markdown file.
Got the about button to implement a parser and display a dialog.
Included an example of a utility dialog that loads a remote website.
11 years ago
Drew Short
b9faa78f43
Started work on abstracting out the messaging in the engine. Moving over to dedicated actor(s) for handling messages and progress.
11 years ago