Commit Log

Back to Index Page

<<12345>>

Commit Log

DateAuthorFile/Message
1/21/06 11:15 PMmatthewm
added (1 Files changed, 53 Lines changed)
src/java/com/photostructure/io/AntPatternFileInspector.java 1.1 added 53
1/21/06 11:15 PMmatthewm
killed GoDogGo inner class. Replaced with new NappingThreadPoolExecutor and PhotoStructureExecutor. (1 Files changed, 116 Lines changed)
src/java/com/photostructure/app/ProcessManager.java 1.48 (+116 -285)
1/21/06 11:14 PMmatthewm
extracted from ProcessManager (to put that class on a needed diet) (1 Files changed, 0 Lines changed)
src/java/com/photostructure/app/PhotoStructureExecutor.java 1.1 added
1/21/06 11:14 PMmatthewm
added min-rez support (1 Files changed, 13 Lines changed)
src/java/com/photostructure/app/JpegProcessor.java 1.47 (+13 -3)
1/21/06 11:13 PMmatthewm
twiddle to support ne SlicedRunnable api (1 Files changed, 14 Lines changed)
src/java/com/photostructure/app/AssetLabelMaintainer.java 1.11 (+14 -18)
1/21/06 11:13 PMmatthewm
cleanup (3 Files changed, 41 Lines changed)
src/java/com/photostructure/db/SessionOpeningRunnable.java 1.4 (+2 -4)
src/java/com/photostructure/db/SessionOpeningCallable.java 1.1 added 37
src/java/com/photostructure/db/SessionOpeningThreadFactory.java 1.5 (+2 -4)
1/21/06 11:13 PMmatthewm
added ant-style exclude patterns (1 Files changed, 72 Lines changed)
src/java/com/photostructure/app/PhotoStructurePreferences.java 1.70 (+72 -93)
1/16/06 11:03 PMmatthewm
added addFilename (1 Files changed, 25 Lines changed)
src/java/com/photostructure/sorm/DocumentTools.java 1.2 (+25 -3)
1/16/06 8:34 PMmatthewm
Made SlicedRunnable feel like a Runnable (but change the semantics of run() to presume multiple incantations) (1 Files changed, 13 Lines changed)
src/java/com/photostructure/util/SlicedRunnable.java 1.3 (+13 -8)
1/16/06 8:33 PMmatthewm
added (2 Files changed, 179 Lines changed)
src/java/com/photostructure/util/NappingThreadPoolExecutor.java 1.1 added 141
src/java/com/photostructure/util/PrioritizedRunnable.java 1.1 added 38
1/13/06 12:47 AMmatthewm
fixed error message from velocity (due to parsing bug in velocity) (1 Files changed, 5 Lines changed)
src/web/WEB-INF/velocity/view.vm 1.30 (+5 -4)
1/13/06 12:46 AMmatthewm
warn (without stacktrace) on stream copy failure (1 Files changed, 3 Lines changed)
src/java/com/photostructure/web/StreamingController.java 1.26 (+3 -7)
1/13/06 12:45 AMmatthewm
extracted local variable. (basically no-op) (1 Files changed, 5 Lines changed)
src/java/com/photostructure/sorm/SearchableHibernateTemplate.java 1.4 (+5 -4)
1/13/06 12:44 AMmatthewm
made sure interceptor.onFlushDirty didn't no-op if the lucene index was out of sync some how. (1 Files changed, 28 Lines changed)
src/java/com/photostructure/sorm/LuceneInterceptor.java 1.4 (+28 -11)
1/13/06 12:44 AMmatthewm
made createDocument return null if the asset did not yet have a "last processed date" (which prevents the original save of the asset shoving the record into the lucene index twice, needlessly) (1 Files changed, 6 Lines changed)
src/java/com/photostructure/model/JpegAssetImpl.java 1.33 (+6 -2)
1/13/06 12:43 AMmatthewm
changed imageDimensionsAreLE to accept both a width and a height (1 Files changed, 7 Lines changed)
src/java/com/photostructure/image/ImageUtils.java 1.5 (+7 -7)
1/13/06 12:42 AMmatthewm
added "width" and "height" support for websized images, and optimized JpegProcessors to no-op properly on already-harvested images (8 Files changed, 116 Lines changed)
src/java/com/photostructure/app/JpegResizer.java 1.40 (+12 -9)
src/java/com/photostructure/app/ProcessManager.java 1.47 (+3 -3)
src/java/com/photostructure/app/JpegProcessor.java 1.46 (+33 -22)
src/java/com/photostructure/app/ImageManager.java 1.11 (+33 -11)
src/java/com/photostructure/app/JpegSubprocessor.java 1.3 (+4 -5)
src/java/com/photostructure/app/ImageFingerprintBuilder.java 1.4 (+5 -7)
src/java/com/photostructure/app/JpegExifProcessor.java 1.49 (+8 -8)
src/java/com/photostructure/app/PhotoStructurePreferences.java 1.69 (+18 -11)
1/7/06 7:46 AMmatthewm
supported no-op "don't bother the index with this update" feature (1 Files changed, 29 Lines changed)
src/java/com/photostructure/sorm/LuceneInterceptor.java 1.3 (+29 -8)
1/7/06 7:45 AMmatthewm
added isPropertyNameIndexed (2 Files changed, 10 Lines changed)
src/java/com/photostructure/model/AssetImpl.java 1.5 (+6 -2)
src/java/com/photostructure/sorm/LuceneIndexable.java 1.2 (+4 -2)
1/7/06 7:45 AMmatthewm
made workerThreads be final (1 Files changed, 4 Lines changed)
src/java/com/photostructure/app/ProcessManager.java 1.46 (+4 -7)