Directory Statistics for src/java/com/photostructure/app/

Back to Index Page

Lines Of Code for src/java/com/photostructure/app/

Commits for src/java/com/photostructure/app/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
matthewm562 (100.0%) 4054 (100.0%) 13188 (100.0%) 7.21

Commit Log

DateAuthorFile/Message
1/22/06 12:28 AMmatthewm
import cleanup (1 Files changed, 2 Lines changed)
src/java/com/photostructure/app/JpegSubprocessor.java 1.4 (+2 -4)
1/22/06 12:28 AMmatthewm
whitespace (1 Files changed, 3 Lines changed)
src/java/com/photostructure/app/JpegResizer.java 1.41 (+3 -3)
1/22/06 12:28 AMmatthewm
deactivate if the file is too small (1 Files changed, 4 Lines changed)
src/java/com/photostructure/app/JpegProcessor.java 1.48 (+4 -2)
1/22/06 12:28 AMmatthewm
fixed extraneous flush()ing (1 Files changed, 12 Lines changed)
src/java/com/photostructure/app/ProcessManager.java 1.49 (+12 -16)
1/22/06 12:27 AMmatthewm
unused (1 Files changed, 0 Lines changed)
src/java/com/photostructure/app/PhotoStructureExecutor.java 1.2 removed
1/22/06 12:27 AMmatthewm
added deactivateFile (2 Files changed, 26 Lines changed)
src/java/com/photostructure/app/PhotoStructureDao.java 1.42 (+4 -2)
src/java/com/photostructure/app/PhotoStructureDaoImpl.java 1.58 (+22 -4)
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
added ant-style exclude patterns (1 Files changed, 72 Lines changed)
src/java/com/photostructure/app/PhotoStructurePreferences.java 1.70 (+72 -93)
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:45 AMmatthewm
made workerThreads be final (1 Files changed, 4 Lines changed)
src/java/com/photostructure/app/ProcessManager.java 1.46 (+4 -7)
1/3/06 11:07 PMmatthewm
extracted new "CHRON_DESC_SORT" constant (1 Files changed, 7 Lines changed)
src/java/com/photostructure/app/PhotoStructureDaoImpl.java 1.57 (+7 -3)
1/2/06 10:20 PMmatthewm
fixed reverse ordering for isAscending (1 Files changed, 5 Lines changed)
src/java/com/photostructure/app/PhotoStructureDaoImpl.java 1.56 (+5 -3)
1/2/06 8:04 AMmatthewm
fixed orphan bug. added TODO to remove the "fast sync" idea (1 Files changed, 15 Lines changed)
src/java/com/photostructure/app/ProcessManager.java 1.45 (+15 -12)
1/2/06 8:04 AMmatthewm
refactored out SearchableHibernateDaoSupport (putting this on a bit of a needed holiday diet), and fixed a bunch of the issues around getAssetsChronologicallyNear (thanks to the unit tests for bug exposure) (1 Files changed, 125 Lines changed)
src/java/com/photostructure/app/PhotoStructureDaoImpl.java 1.55 (+125 -233)
1/2/06 8:01 AMmatthewm
refactored out SearchableDao (1 Files changed, 54 Lines changed)
src/java/com/photostructure/app/PhotoStructureDao.java 1.41 (+54 -72)
1/2/06 8:01 AMmatthewm
massaged the status messages to be more terse (1 Files changed, 5 Lines changed)
src/java/com/photostructure/app/JpegProcessor.java 1.45 (+5 -6)
1/2/06 7:59 AMmatthewm
Happy new year. (6 Files changed, 18 Lines changed)
src/java/com/photostructure/app/JpegExifProcessor.java 1.48 (+3 -4)
src/java/com/photostructure/app/ImageManager.java 1.10 (+3 -4)
src/java/com/photostructure/app/JpegResizer.java 1.39 (+3 -4)
src/java/com/photostructure/app/JpegAutorotator.java 1.28 (+3 -4)
src/java/com/photostructure/app/WebStartBootstrap.java 1.23 (+3 -4)
src/java/com/photostructure/app/PhotoStructurePreferences.java 1.68 (+3 -4)