Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-12-31Bug 577989 - Add ComputedList/Set.createY20220106-0600Y20220105-0600Y20220104-0600Y20220103-0600Y20220102-0600Y20220101-0600Y20211231-0600S4_23_0_M1I20220106-0000I20220105-1800I20220105-0600I20220104-1800I20220104-0940I20220104-0600I20220103-1800I20220103-0600I20220102-1800I20220102-0600I20220101-1800I20220101-1140I20220101-0600I20211231-1800Jens Lidestrom1-6/+8
2020-06-14Bug 468293 - [DataBinding] Support Java 8 Date and Time API in EclipseI20200614-1800Alexander Kurtakov1-4/+7
2020-06-13Bug 468293 - Add combined observable for local date and timeI20200613-1800Jens Lidestrom1-0/+238
2020-01-24Use method reference instead of lambdas in db plug-insLars Vogel1-1/+1
2019-12-15[Javadoc] Add documentation for DuplexingObservableValueI20191215-1800Paul Pazderski1-16/+32
2019-12-14Bug 558206 - Clarify databinding API specI20191214-1800Jens Lidestrom3-4/+14
2019-12-14Bug 558316 - [Javadoc] Fix warnings in platform.ui databindingPaul Pazderski11-28/+32
2019-06-21Removes unnecessary assignment to local variable before return statementLars Vogel1-2/+1
2019-05-09Bug 546994 - Improve some equals/hashCode methods using Objects utilMickael Istria5-15/+14
2019-02-18Bug 543933 - Build javadocs with Java 11I20190219-0600I20190218-1800Alexander Kurtakov1-1/+1
2019-02-15Bug 543933 - Build javadocs with Java 11I20190215-1800Alexander Kurtakov2-8/+7
2019-02-14Bug 543933 - Build javadocs with Java 11Alexander Kurtakov1-1/+1
2018-08-27Bug 535802 - EPL-2.0 update for eclipse.platform.ui for bundles - part 2Lars Vogel17-51/+102
2017-08-24Bug 521354 - Lambda conversion in o.e.core.databinding.* bundlesI20170828-0730I20170827-2000I20170826-1500I20170825-2000I20170824-2000Alexander Kurtakov4-40/+25
2017-06-07Bug 516530 - Use StringBuilder instead of StringBuffer -Lars Vogel1-1/+1
2017-06-07Removes unnecessary @see java.lang.Object#toString() statementsLars Vogel1-3/+0
2017-02-10Bug 511712 - Run cleanup action on eclipse.platform.ui/bundles to useDavid Weiser1-5/+2
2016-03-29Bug 489297 - Use Integer.valueOf instead of new Integer in databindingLars Vogel1-4/+4
2016-02-20Bug 488145 - [Databinding] ComputedValue should provide a factory methodSimon Scholz1-1/+32
2015-12-02Bug 481476 - Run "Fix Copyrights" on all plug-ins of platform.uiLars Vogel1-1/+1
2015-09-28Bug 478522 - Mark functional interfaces in databinding with @FunctionalSimon Scholz2-1/+2
2015-07-31Bug 474065 - Make Databinding events use DiffType<E> rather than DiffType<? e...I20150802-2000Stefan Xenos3-5/+9
2015-07-17Bug 472672, 335792 - Add generics to databinding.observableI20150721-0800Stefan Xenos16-207/+278
2015-03-11Bug 461794 - Solve whitespace issues in eclipse.ui plug-ins Lars Vogel17-74/+74
2014-09-10Bug 441263 - Update databinding plug-ins to Java 1.6Lars Vogel12-0/+79
2009-05-25copyright update (bug 277306)Boris Bokowski6-6/+6
2009-05-09FIXED - bug 274081: [DataBinding] Computed<List|Set|Value> need examples in j...Matthew Hall1-5/+37
2009-04-18FIXED - bug 271720: [DataBinding] Clarify DateTimeSelectionProperty javadoc w...Matthew Hall1-0/+36
2009-03-04Bug 257112 [DataBinding] Split org.eclipse.core.databinding into smaller pluginsBoris Bokowski4-4/+4
2009-03-03FIXED - bug 169876: [DataBinding] [Patch] Patch for DateTime supportMatthew Hall1-0/+254
2009-02-06FIXED - bug 263691: [DataBinding] DecoratingVetoableValueMatthew Hall3-10/+69
2009-02-05FIXED - bug 262407: [DataBinding] Option to specify default values for Duplex...Matthew Hall1-0/+34
2009-01-26FIXED - bug 175735: [DataBinding] DuplexingObservableValueMatthew Hall1-0/+196
2009-01-22RESOLVED - bug 256422: [DataBinding] doSetValue in WritableValueMatthew Hall1-9/+3
2009-01-21Fix for Bug 256422 [DataBinding] doSetValue in WritableValueBoris Bokowski1-1/+1
2009-01-20FIXED - bug 194734: [Databinding] Property-based observablesMatthew Hall1-1/+3
2008-12-16FIXED - bug 249992: [Databinding] No radio button support with single propert...Root_mhall_bug194734_propertiesMatthew Hall1-1/+1
2008-12-16FIXED - bug 249992: [Databinding] No radio button support with single propert...Matthew Hall1-0/+208
2008-09-08FIXED - bug 246626: [DataBinding] Add protected handle* methods to Decorating...Matthew Hall1-6/+16
2008-09-05FIXED - bug 237718: [DataBinding] Introduce decorator observable classesMatthew Hall2-1/+109
2008-05-09Updated copyrightsKim Horne3-4/+4
2008-04-07Bug 225601 Adopt API tooling for UI bundlesv20080408-0800Boris Bokowski1-0/+3
2008-04-05Bug 225601 Adopt API tooling for UI bundlesBoris Bokowski2-7/+8
2008-04-03Bug 225601 Adopt API tooling for UI bundlesBoris Bokowski1-7/+7
2008-03-24Updated copyrightsKim Horne1-1/+1
2008-02-13FIXED - bug 208332: [DataBinding] Accept element types in Observables factory...Matthew Hall1-1/+7
2007-12-12Proper fix for Bug 198211 [DataBinding] ComputedValue invokes doGetValue outs...Boris Bokowski1-24/+33
2007-10-29Fix for Bug 198211 [DataBinding] ComputedValue invokes doGetValue outside rea...Boris Bokowski1-11/+37
2007-10-06FIXED bug 205248 - [Databinding] Observables on Text with FOCUS_OUT event inc...breynolds1-2/+6
2007-06-05Fix for Bug 187376 [DataBinding] packages missing javadoc summary sentencesBoris Bokowski1-1/+1

Back to the top