Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-02-06Changed compiler settings to 1.4 default plus errors for assert and enum iden...Root_djo_bug_126839I20060207-0800Nick Edgar3-9/+9
2006-02-03Fixed toStringDave Orme1-1/+1
2006-02-03Updated to property-based binding everywhereDave Orme1-3/+3
2006-02-03RenamedDave Orme2-2/+2
2006-02-02Added factory for viewerDave Orme2-3/+3
2006-02-02Added tests to prove that dispose() is called in the right placesDave Orme1-1/+59
2006-02-02Added API so that IUpdatables that are constructed directly can be registered...Dave Orme2-1/+20
2006-02-02Fixed failing test castDave Orme1-14/+13
2006-02-01API refactoring; createNestedUpdatable is now gone and is a factory instead.v20060206Dave Orme13-110/+139
2006-02-01Progress on: NestedUpdatable for viewersDave Orme5-23/+28
2006-02-01Fixed some code formattingDave Orme1-1/+2
2006-02-01Progress on: Prove that DB is now fixed for sel bugDave Orme1-1/+1
2006-02-01Added NestedSelection exampleDave Orme4-34/+129
2006-02-01Start of master-detail exampleDave Orme5-0/+361
2006-01-31Fixed JavaDocDave Orme1-6/+6
2006-01-31Added NestedUpdatableFactory to second exampleDave Orme1-2/+2
2006-01-31Progress on: NestedUpdatable for viewersDave Orme20-106/+400
2006-01-31Fixed compile errorI20060131-1200I20060131-0800Boris Bokowski1-3/+3
2006-01-30Fixed commentDave Orme1-1/+1
2006-01-30Renamed ComputedValue to LazyCalculatedValueDave Orme1-3/+10
2006-01-30Swiched insert key binding from INS to Ctrl-INSv20060130Dave Orme1-79/+78
2006-01-30Fixed NPE when table was being disposed.Dave Orme1-26/+30
2006-01-30JavaDoc commentsDave Orme1-0/+3
2006-01-29Work in progress, bug 116904 [DataBinding] Table elements aren't IUpdatableBoris Bokowski1-0/+1
2006-01-29Work in progress, bug 116904 [DataBinding] Table elements aren't IUpdatableBoris Bokowski1-6/+13
2006-01-29Work in progress, bug 116904 [DataBinding] Table elements aren't IUpdatableBoris Bokowski9-4/+652
2006-01-28Work in progress, bug 116904 [DataBinding] Table elements aren't IUpdatableDave Orme4-5/+268
2006-01-28Work in progress, bug 116904 [DataBinding] Table elements aren't IUpdatableDave Orme7-4/+225
2006-01-26Applied patch from bug 123375 [DataBinding] Enhancements to the data binding ...Root_dpollock_MenuRenderingDave Orme90-254/+5452
2006-01-26Updated commentDave Orme1-1/+1
2006-01-25Fixed test that wasn't properly checking for failure caseDave Orme1-1/+1
2006-01-25Only use BeanUpdatableFactory for bean testDave Orme1-4/+2
2006-01-25dbc.fireBindingEvent was overwriting errors->fixed.Dave Orme1-1/+2
2006-01-25Fixed copyright assignmentDave Orme1-1/+1
2006-01-251) Implemented dispose()Dave Orme2-83/+75
2006-01-25fixed compile errorsBoris Bokowski2-3/+3
2006-01-24Added an IUpdatableVallue for expressing calculated values in an IUpdatable o...Dave Orme2-0/+358
2006-01-24Added a minimal toString implementationDave Orme1-0/+45
2006-01-24Progress on: Bug 118323: [DataBinding] Need editing life cycle events on the ...Dave Orme9-68/+405
2006-01-23Progress on: Bug 118323: [DataBinding] Need editing life cycle events on the ...Root_dpollock_MenuVisibilityI20060124-0800Dave Orme9-38/+318
2006-01-20Fix for Bug 124656 Several ui plug-ins have references to plugin and fragment...Tod Creasey1-2/+1
2006-01-19Add in an if check that ignores property change events not pertaining to the ...Dave Orme1-5/+7
2006-01-18Fixed API docv20060118Dave Orme1-1/+1
2006-01-18Refactored IUpdatableCollection to have abstract extension of SelectionAwareU...Dave Orme30-61/+1181
2006-01-17Added in writable ccombo support. CCombo allows values that are not containe...v20060117av20060117v20051117aDave Orme3-3/+51
2006-01-10Make the comments automatically generated.Root_dpollock_FixingRetargetHandlersI20060117-0800aI20060117-0800Douglas Pollock3-3/+3
2006-01-09Progress on: Bug 120142: [DataBinding] DataBinding is staticI20050110-0800Dave Orme2-23/+74
2006-01-04Added ability to create nested IUpdatables directly using "property.subProp.s...I20060104-1600Dave Orme6-44/+297
2005-12-28Added support for BigDecimal; fixed an NLS problem with number strings.I20060103-0800Dave Orme7-2/+106
2005-12-28Null Date objects convert to an empty stringDave Orme1-2/+5

Back to the top