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

Back to Index Page

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

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

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
matthewm488 (100.0%) 2771 (100.0%) 8579 (100.0%) 5.68

Commit Log

DateAuthorFile/Message
1/22/06 12:25 AMmatthewm
whitespace (7 Files changed, 41 Lines changed)
src/java/com/photostructure/model/JpegAssetImpl.java 1.34 (+3 -3)
src/java/com/photostructure/model/LabelUtils.java 1.2 (+6 -6)
src/java/com/photostructure/model/CachedMetadata.java 1.37 (+3 -3)
src/java/com/photostructure/model/AssetUtils.java 1.2 (+18 -18)
src/java/com/photostructure/model/MovieAssetImpl.java 1.17 (+3 -4)
src/java/com/photostructure/model/User.java 1.21 (+3 -3)
src/java/com/photostructure/model/ImageFingerprint.java 1.3 (+5 -3)
1/21/06 11:17 PMmatthewm
extract good bits from the filename path for searching (1 Files changed, 4 Lines changed)
src/java/com/photostructure/model/FileAssetImpl.java 1.27 (+4 -5)
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/7/06 7:45 AMmatthewm
added isPropertyNameIndexed (1 Files changed, 6 Lines changed)
src/java/com/photostructure/model/AssetImpl.java 1.5 (+6 -2)
1/2/06 8:13 AMmatthewm
added basename (1 Files changed, 12 Lines changed)
src/java/com/photostructure/model/Asset.java 1.2 (+12 -4)
1/2/06 8:12 AMmatthewm
renamed DocumentUtils to DocumentTools, moved c.p.lucene to c.p.sorm, added basename (1 Files changed, 38 Lines changed)
src/java/com/photostructure/model/AssetImpl.java 1.4 (+38 -47)
1/2/06 8:12 AMmatthewm
renamed DocumentUtils to DocumentTools, moved c.p.lucene to c.p.sorm, added toString() for debugging (1 Files changed, 17 Lines changed)
src/java/com/photostructure/model/FileAssetImpl.java 1.26 (+17 -16)
1/2/06 8:10 AMmatthewm
added fingerprint to the lucene Document (1 Files changed, 7 Lines changed)
src/java/com/photostructure/model/JpegAssetImpl.java 1.32 (+7 -6)
1/2/06 8:10 AMmatthewm
fixed equals and hashCode (1 Files changed, 17 Lines changed)
src/java/com/photostructure/model/PersistentImpl.java 1.23 (+17 -18)
1/2/06 8:10 AMmatthewm
Happy new year. (10 Files changed, 31 Lines changed)
src/java/com/photostructure/model/Persistent.java 1.24 (+3 -4)
src/java/com/photostructure/model/CropInfo.java 1.19 (+3 -4)
src/java/com/photostructure/model/JpegAsset.java 1.22 (+3 -4)
src/java/com/photostructure/model/User.java 1.20 (+3 -4)
src/java/com/photostructure/model/Rating.java 1.19 (+3 -4)
src/java/com/photostructure/model/Label.java 1.10 (+3 -4)
src/java/com/photostructure/model/CachedMetadata.java 1.36 (+4 -9)
src/java/com/photostructure/model/FileAsset.java 1.24 (+3 -4)
src/java/com/photostructure/model/MovieAssetImpl.java 1.16 (+3 -4)
src/java/com/photostructure/model/MovieAsset.java 1.13 (+3 -4)
12/20/05 2:37 AMmatthewm
killed silly debug statements (1 Files changed, 4 Lines changed)
src/java/com/photostructure/model/CachedMetadata.java 1.35 (+4 -4)
12/20/05 2:21 AMmatthewm
fixed lucene index calls (1 Files changed, 5 Lines changed)
src/java/com/photostructure/model/AssetImpl.java 1.3 (+5 -15)
12/20/05 2:21 AMmatthewm
extracted from browse label controller and other bits and bobs. (1 Files changed, 51 Lines changed)
src/java/com/photostructure/model/AssetUtils.java 1.1 added 51
12/20/05 2:20 AMmatthewm
killed off my StringUtils (1 Files changed, 3 Lines changed)
src/java/com/photostructure/model/CachedMetadata.java 1.34 (+3 -3)
12/20/05 2:19 AMmatthewm
extracted static utility methods out of Label (1 Files changed, 67 Lines changed)
src/java/com/photostructure/model/LabelUtils.java 1.1 added 67
12/20/05 2:19 AMmatthewm
added isDirectoryLabel() (1 Files changed, 43 Lines changed)
src/java/com/photostructure/model/Label.java 1.9 (+43 -83)
12/20/05 2:18 AMmatthewm
added fingerprints to lucene (not stored) (1 Files changed, 26 Lines changed)
src/java/com/photostructure/model/JpegAssetImpl.java 1.31 (+26 -19)
12/20/05 2:08 AMmatthewm
made assembleMakeAndModel a whole lot purtier (1 Files changed, 43 Lines changed)
src/java/com/photostructure/model/CachedMetadata.java 1.33 (+43 -11)
12/17/05 11:03 PMmatthewm
import cleanup (1 Files changed, 4 Lines changed)
src/java/com/photostructure/model/AssetImpl.java 1.2 (+4 -3)
12/11/05 1:00 AMmatthewm
fixed sort order (1 Files changed, 4 Lines changed)
src/java/com/photostructure/model/Label.java 1.8 (+4 -4)