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

Back to Index Page

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

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

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
matthewm213 (100.0%) 1393 (100.0%) 3539 (100.0%) 6.54

Commit Log

DateAuthorFile/Message
1/22/06 12:25 AMmatthewm
whitespace (1 Files changed, 6 Lines changed)
src/java/com/photostructure/prefs/ConfigurationUtils.java 1.5 (+6 -4)
1/2/06 8:07 AMmatthewm
Happy new year. (11 Files changed, 32 Lines changed)
src/java/com/photostructure/prefs/Preference.java 1.29 (+3 -4)
src/java/com/photostructure/prefs/FilesPreference.java 1.27 (+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/prefs/PreferenceValueChangeListener.java 1.6 (+2 -3)
src/java/com/photostructure/prefs/TimeOfDayPreference.java 1.20 (+3 -4)
src/java/com/photostructure/prefs/IntegerPreference.java 1.22 (+3 -4)
src/java/com/photostructure/prefs/StringsPreference.java 1.5 (+3 -4)
src/java/com/photostructure/prefs/StringPreference.java 1.19 (+3 -4)
src/java/com/photostructure/prefs/FilePreference.java 1.27 (+3 -4)
src/java/com/photostructure/prefs/BooleanPreference.java 1.5 (+3 -4)
12/4/05 1:53 AMmatthewm
respect the order of the strings that are permissable (1 Files changed, 4 Lines changed)
src/java/com/photostructure/prefs/BoundedStringPreference.java 1.21 (+4 -4)
12/4/05 1:06 AMmatthewm
fixed huge glaring mistake in getStringArray (for some reason it was calling configuration.getString() on the result of the getString(). (!?) and added support for returning defaultValue when no mapping is present. (1 Files changed, 5 Lines changed)
src/java/com/photostructure/prefs/ConfigurationUtils.java 1.4 (+5 -5)
12/4/05 1:05 AMmatthewm
default value was being ignored. (1 Files changed, 10 Lines changed)
src/java/com/photostructure/prefs/FilesPreference.java 1.26 (+10 -10)
12/4/05 1:04 AMmatthewm
fixed setValues() and shoved if-null-use-default logic into ConfigUtils.getStringArray(). (1 Files changed, 4 Lines changed)
src/java/com/photostructure/prefs/StringsPreference.java 1.4 (+4 -5)
12/4/05 1:03 AMmatthewm
made final fields protected (1 Files changed, 7 Lines changed)
src/java/com/photostructure/prefs/Preference.java 1.28 (+7 -8)
12/3/05 5:27 PMmatthewm
removed stubbed getFiles() (1 Files changed, 3 Lines changed)
src/java/com/photostructure/prefs/FilesPreference.java 1.25 (+3 -7)
12/3/05 5:26 PMmatthewm
fixed ConcurrentModificationException (1 Files changed, 11 Lines changed)
src/java/com/photostructure/prefs/ConfigurationUtils.java 1.3 (+11 -4)
12/3/05 4:54 PMmatthewm
fixed (the clear() already was inserting the '.') (1 Files changed, 4 Lines changed)
src/java/com/photostructure/prefs/ConfigurationUtils.java 1.2 (+4 -4)
12/3/05 4:53 PMmatthewm
fixed presentation (the valid values field needed to be exposed) (1 Files changed, 6 Lines changed)
src/java/com/photostructure/prefs/BoundedStringPreference.java 1.20 (+6 -2)
12/1/05 4:50 PMmatthewm
added (workaround for CompositeConfiguration misdesign) (1 Files changed, 41 Lines changed)
src/java/com/photostructure/prefs/MutableCompositeConfiguration.java 1.1 added 41
11/25/05 9:12 PMmatthewm
rewrote to use Jakarta Configuration (11 Files changed, 307 Lines changed)
src/java/com/photostructure/prefs/IntegerPreference.java 1.21 (+25 -28)
src/java/com/photostructure/prefs/BooleanPreference.java 1.4 (+16 -18)
src/java/com/photostructure/prefs/Preference.java 1.27 (+67 -267)
src/java/com/photostructure/prefs/FilePreference.java 1.26 (+29 -36)
src/java/com/photostructure/prefs/FilesPreference.java 1.24 (+57 -62)
src/java/com/photostructure/prefs/StringsPreference.java 1.3 (+16 -25)
src/java/com/photostructure/prefs/TimeOfDayPreference.java 1.19 (+17 -9)
src/java/com/photostructure/prefs/StringPreference.java 1.18 (+16 -19)
src/java/com/photostructure/prefs/ConfigurationWriter.java 1.2 removed
src/java/com/photostructure/prefs/ConfigurationUtils.java 1.1 added 44
src/java/com/photostructure/prefs/BoundedStringPreference.java 1.19 (+20 -37)
11/13/05 2:34 PMmatthewm
created before I found FileConfiguration#autoSave. About to delete. (1 Files changed, 0 Lines changed)
src/java/com/photostructure/prefs/ConfigurationWriter.java 1.1 added
9/4/05 12:58 PMmatthewm
added callChangeListenerNow (which makes consumer code simpler) (1 Files changed, 11 Lines changed)
src/java/com/photostructure/prefs/Preference.java 1.26 (+11 -2)
8/28/05 1:42 PMmatthewm
i18n support and java5 twiddles (11 Files changed, 118 Lines changed)
src/java/com/photostructure/prefs/StringsPreference.java 1.2 (+6 -5)
src/java/com/photostructure/prefs/PreferenceGroup.java 1.8 (+25 -9)
src/java/com/photostructure/prefs/BoundedStringPreference.java 1.18 (+6 -6)
src/java/com/photostructure/prefs/IntegerPreference.java 1.20 (+9 -9)
src/java/com/photostructure/prefs/BooleanPreference.java 1.3 (+6 -5)
src/java/com/photostructure/prefs/FilePreference.java 1.25 (+8 -7)
src/java/com/photostructure/prefs/StringPreference.java 1.17 (+6 -4)
src/java/com/photostructure/prefs/Preference.java 1.25 (+30 -20)
src/java/com/photostructure/prefs/PreferenceValueException.java 1.3 (+3 -5)
src/java/com/photostructure/prefs/FilesPreference.java 1.23 (+11 -11)
src/java/com/photostructure/prefs/TimeOfDayPreference.java 1.18 (+8 -8)
4/5/05 11:31 PMmatthewm
Added "Can be empty" field (2 Files changed, 22 Lines changed)
src/java/com/photostructure/prefs/FilesPreference.java 1.22 (+11 -3)
src/java/com/photostructure/prefs/FilePreference.java 1.24 (+11 -8)
2/8/05 8:52 PMmatthewm
added (1 Files changed, 85 Lines changed)
src/java/com/photostructure/prefs/StringsPreference.java 1.1 added 85
2/8/05 8:52 PMmatthewm
moved SEPARATOR to superclass (2 Files changed, 5 Lines changed)
src/java/com/photostructure/prefs/Preference.java 1.24 (+3 -2)
src/java/com/photostructure/prefs/FilesPreference.java 1.21 (+2 -3)
1/18/05 2:06 AMmatthewm
copyright bump (10 Files changed, 31 Lines changed)
src/java/com/photostructure/prefs/TimeOfDayPreference.java 1.17 (+3 -3)
src/java/com/photostructure/prefs/IntegerPreference.java 1.19 (+3 -3)
src/java/com/photostructure/prefs/StringPreference.java 1.16 (+3 -3)
src/java/com/photostructure/prefs/FilesPreference.java 1.20 (+3 -3)
src/java/com/photostructure/prefs/BoundedStringPreference.java 1.17 (+3 -3)
src/java/com/photostructure/prefs/PreferenceValueChangeListener.java 1.5 (+3 -3)
src/java/com/photostructure/prefs/BooleanPreference.java 1.2 (+4 -4)
src/java/com/photostructure/prefs/PreferenceGroup.java 1.7 (+3 -3)
src/java/com/photostructure/prefs/Preference.java 1.23 (+3 -3)
src/java/com/photostructure/prefs/FilePreference.java 1.23 (+3 -3)