Commit Log

Back to Index Page

<<12345>>

Commit Log

DateAuthorFile/Message
1/2/06 8:19 AMmatthewm
moved chronologically-near code to DAO. Other minor code cleanup (1 Files changed, 14 Lines changed)
src/java/com/photostructure/web/ViewController.java 1.32 (+14 -82)
1/2/06 8:18 AMmatthewm
support for non-thread-safe query parser (1 Files changed, 3 Lines changed)
src/java/com/photostructure/web/SetupController.java 1.6 (+3 -4)
1/2/06 8:16 AMmatthewm
twiddled DAO method name (1 Files changed, 5 Lines changed)
src/java/com/photostructure/web/BrowseLabelController.java 1.22 (+5 -6)
1/2/06 8:16 AMmatthewm
commented out fast sync (1 Files changed, 5 Lines changed)
src/java/com/photostructure/web/AdminController.java 1.20 (+5 -5)
1/2/06 8:15 AMmatthewm
Happy new year. (7 Files changed, 21 Lines changed)
src/java/com/photostructure/util/JpegConstants.java 1.7 (+3 -4)
src/java/com/photostructure/util/ComparatorUtils.java 1.7 (+3 -4)
src/java/com/photostructure/util/ThrowableList.java 1.6 (+3 -4)
src/java/com/photostructure/util/Checksums.java 1.18 (+3 -4)
src/java/com/photostructure/util/ConcurrentUtils.java 1.21 (+3 -4)
src/java/com/photostructure/util/PrefixedWriter.java 1.7 (+3 -4)
src/java/com/photostructure/util/ExceptionList.java 1.9 (+3 -4)
1/2/06 8:15 AMmatthewm
added remove() (1 Files changed, 25 Lines changed)
src/java/com/photostructure/util/CollectionUtils.java 1.2 (+25 -3)
1/2/06 8:15 AMmatthewm
added comparator LT, LE, GT, GE, EQ asserts, and Transformer-powered collection equalities (1 Files changed, 46 Lines changed)
src/java/com/photostructure/util/AssertUtils.java 1.16 (+46 -9)
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:07 AMmatthewm
Happy new year. (21 Files changed, 63 Lines changed)
src/java/com/photostructure/prefs/Preference.java 1.29 (+3 -4)
src/java/com/photostructure/model/JpegAsset.java 1.22 (+3 -4)
src/java/com/photostructure/prefs/PreferenceValueChangeListener.java 1.6 (+2 -3)
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/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)
src/java/com/photostructure/prefs/StringPreference.java 1.19 (+3 -4)
src/java/com/photostructure/prefs/BooleanPreference.java 1.5 (+3 -4)
src/java/com/photostructure/prefs/FilePreference.java 1.27 (+3 -4)
src/java/com/photostructure/prefs/FilesPreference.java 1.27 (+3 -4)
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/prefs/BoundedStringPreference.java 1.22 (+3 -4)
src/java/com/photostructure/prefs/PreferenceGroup.java 1.9 (+3 -4)
src/java/com/photostructure/model/Label.java 1.10 (+3 -4)
src/java/com/photostructure/prefs/IntegerPreference.java 1.22 (+3 -4)
src/java/com/photostructure/prefs/TimeOfDayPreference.java 1.20 (+3 -4)
src/java/com/photostructure/prefs/StringsPreference.java 1.5 (+3 -4)
1/2/06 8:07 AMmatthewm
moved from ../lucene/ (8 Files changed, 1014 Lines changed)
src/java/com/photostructure/sorm/LuceneInterceptor.java 1.1 added 176
src/java/com/photostructure/sorm/SearchableHibernateDaoSupport.java 1.1 added 151
src/java/com/photostructure/sorm/DocumentTools.java 1.1 added 45
src/java/com/photostructure/sorm/SearchableDao.java 1.1 added 60
src/java/com/photostructure/sorm/LuceneIndexable.java 1.1 added 30
src/java/com/photostructure/sorm/QueryTools.java 1.1 added 41
src/java/com/photostructure/sorm/SearchableHibernateTemplate.java 1.1 added 286
src/java/com/photostructure/sorm/LuceneIndex.java 1.1 added 225
1/2/06 8:05 AMmatthewm
Happy new year. (24 Files changed, 70 Lines changed)
src/java/com/photostructure/image/LosslessJpegTransformer.java 1.3 (+3 -4)
src/java/com/photostructure/io/FileIteratorFactory.java 1.4 (+2 -3)
src/java/com/photostructure/io/EmptyFileIterator.java 1.3 (+3 -4)
src/java/com/photostructure/image/Orientation.java 1.13 (+2 -3)
src/java/com/photostructure/image/JpegtranExecImpl.java 1.18 (+2 -3)
src/java/com/photostructure/image/MalleableImage.java 1.23 (+3 -4)
src/java/com/photostructure/io/IOUtils.java 1.15 (+4 -6)
src/java/com/photostructure/image/MetadataUtils.java 1.22 (+3 -4)
src/java/com/photostructure/db/MckoiDataSource.java 1.4 (+3 -4)
src/java/com/photostructure/io/FileHarvester.java 1.10 (+3 -4)
src/java/com/photostructure/io/FileIterator.java 1.3 (+3 -4)
src/java/com/photostructure/io/DirectoryHeirarchyIterator.java 1.3 (+3 -4)
src/java/com/photostructure/image/MalleableJava2DImageQuality.java 1.4 (+3 -4)
src/java/com/photostructure/image/AbstractMalleableImage.java 1.20 (+3 -4)
src/java/com/photostructure/io/FileProcessor.java 1.3 (+3 -4)
src/java/com/photostructure/image/MalleableJava2DImage.java 1.38 (+3 -4)
src/java/com/photostructure/image/MalleableBlurHackedJava2DImage.java 1.8 (+3 -4)
src/java/com/photostructure/image/JpegUtils.java 1.20 (+3 -4)
src/java/com/photostructure/image/MalleableJava2DImageSpeed.java 1.4 (+3 -4)
src/java/com/photostructure/db/HsqldbDataSource.java 1.6 (+3 -4)
src/java/com/photostructure/db/DerbyDataSource.java 1.8 (+3 -4)
src/java/com/photostructure/io/SynchronizedFileIterator.java 1.3 (+3 -4)
src/java/com/photostructure/io/FileProcessorList.java 1.3 (+3 -4)
src/java/com/photostructure/io/FileIterators.java 1.3 (+3 -4)
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)