Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-22[cleanup] Combine nested 'if' within 'else' block to 'else if'Y20201222-1200Karsten Thoms1-4/+2
2020-06-19Bug 546820 - Remove use of deprecated classes in databindingJens Lidestrom1-3/+3
2020-06-13Bug 468293 - Add java.time properties for DateTimeJens Lidestrom2-0/+119
2020-05-22Replace Expression Lambda with Method Reference in databindingI20200523-0600I20200522-1800Ardit Ymeri3-3/+3
2020-01-23Revert "Bug 559353 - Revert "Use lambdas where possible""Dani Megert1-6/+1
2020-01-22Bug 559353 - Revert "Use lambdas where possible"Kalyan Prasad Tatavarthi1-1/+6
2020-01-20Use lambdas where possibleI20200120-0715Lars Vogel1-6/+1
2020-01-16Remove redundant type informationLars Vogel2-2/+2
2020-01-05Cleanup widget property visibility modifiersI20200105-1800Jens Lidestrom61-115/+115
2020-01-05Bug 558692 - Observe visibility eventsJens Lidestrom6-10/+75
2020-01-05Bug 558698 - Add support for Widget visibilityJens Lidestrom6-1/+218
2020-01-05Make property classes publicJens Lidestrom2-2/+14
2019-12-12Use jdk 5 for-each loopCarsten Hammer1-6/+6
2019-11-13ICheckStateListener to lambda.Alexander Kurtakov1-14/+10
2019-08-05Use jdk 5 for-each loopY20190805-0900Carsten Hammer1-2/+2
2019-06-25Use multi-catchLars Vogel1-9/+3
2019-06-21Removes unnecessary assignment to local variable before return statementLars Vogel1-2/+1
2019-06-17Use diamond operator for collections in databindingLars Vogel1-1/+1
2019-05-13Use jdk 5 for-each loop (jface)Carsten Hammer3-10/+15
2019-05-09Bug 546994 - Improve some equals/hashCode methods using Objects utilMickael Istria2-4/+4
2019-04-25Bug 531748 - Add type parameters to databindingJens Lidestrom117-1195/+1309
2019-01-17Bug 543533 - [DataBinding] java.lang.IllegalArgumentExceptionI20190121-1800I20190121-1415I20190120-1800I20190119-1800I20190118-1800I20190117-2335Alexander Kurtakov1-1/+1
2018-10-30Use varargs reflection methods.Y20181031-2200I20181031-1800I20181031-0550I20181031-0540I20181030-1800Alexander Kurtakov1-17/+12
2018-09-12Listener to lambda conversion.I20180912-0225Alexander Kurtakov2-25/+9
2018-08-28Bug 535802 - EPL 2.0 conversion for JFace plug-insLars Vogel123-369/+738
2018-07-17Convert Runnable to lambdas.I20180718-0130I20180717-2000Alexander Kurtakov9-91/+44
2018-01-19Bug 528831: Use static inner classes where possibleMatthias Becker1-1/+1
2017-09-18Bug 522191 - Replace Utils#equals by Arrays#equals/Objects#equalsKarsten Thoms4-11/+12
2017-05-03Bug 491682 - TableViewerUpdater looses selection if element order isntConrad Groth2-10/+62
2017-05-03Bug 371756 - [DataBinding] ObservableMapLabelProvider withLars Vogel2-5/+13
2017-04-18Bug 511714 - Consistent usage of getStructuredSelection for Viewers inI20170419-0430I20170419-0130I20170418-2000David Weiser1-2/+1
2017-02-10Bug 511712 - Run cleanup action on eclipse.platform.ui/bundles to useDavid Weiser11-48/+32
2016-09-29Bug 502228 - Fix of Bug 271720 causes Exceptions when using aSimon Scholz1-5/+7
2016-03-29Bug 489297 - Use Integer.valueOf instead of new Integer in databindingLars Vogel2-2/+2
2015-12-02Bug 481476 - Run "Fix Copyrights" on all plug-ins of platform.uiLars Vogel121-121/+121
2015-08-14Bug 474187 - Assertation failure in ObservableCollectionTreeContentProviderStefan Xenos1-0/+4
2015-03-15Bug 461794 - Solve whitespace issues in eclipse.ui plug-insLars Vogel116-258/+258
2015-03-09Bug 461560 - [DataBinding] No PropertyValue for group texteneufeld2-0/+45
2014-11-05Bug 449462 - The getRealm() method of the DisplayRealm class should beSimon Scholz7-15/+16
2014-09-12Bug 413611 - Fix compiler warnings in org.eclipse.jface.bindings causedJeanderson Candido1-4/+5
2014-09-12Bug 441263 - Update databinding plug-ins to Java 1.6Lars Vogel121-0/+493
2013-05-15Bug 407431 - Run fix copyrights tool on UI bundlesPaul Webster16-16/+16
2011-11-09FIXED - bug 306203: [DataBinding] WidgetProperties.editable() shouldv20111109-0627Matthew Hall3-1/+82
2010-08-31FIXED - bug 312926: [DataBinding] TreeViewerUpdater does not rebuild childrenMatthew Hall1-1/+2
2010-08-31FIXED - bug 299123: [DataBinding] SWTObservables.observeValue/Max/Min should ...Matthew Hall6-0/+124
2010-08-18FIXED - bug 280157: [DataBinding] MenuItem enabled is missingMatthew Hall7-0/+236
2010-08-12FIXED - bug 289395: [DataBinding] Widget.tooltipText() property should not co...Matthew Hall6-6/+6
2010-06-01copyright update - Bug 315281 - update copyrights for 3.6Boris Bokowski14-14/+14
2010-03-10FIXED - bug 285307: [DataBinding] Allow to get / set values for IValuePropertyMatthew Hall10-9/+55
2010-02-27FIXED - bug 300953: [DataBinding] Make ControlDecorationSupport official APIMatthew Hall2-383/+0

Back to the top