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 546822 - Mark non-generic property factories for deletionY20200620-1200I20200620-1800Jens Lidestrom2-6/+10
2020-06-19Bug 546820 - Mark deprecated observable factory classes for deletionJens Lidestrom2-40/+9
2020-06-19Bug 546820 - Remove use of deprecated classes in databindingJens Lidestrom3-6/+10
2020-06-16Lambda and method cleanup on platform.ui plug-insLars Vogel2-65/+40
2020-06-13Bug 468293 - Add java.time properties for DateTimeJens Lidestrom3-0/+147
2020-05-22Replace Expression Lambda with Method Reference in databindingI20200523-0600I20200522-1800Ardit Ymeri3-3/+3
2020-02-05Bug 308010 - Add ObservableValueEditingSupport#getDataBindingContextI20200205-1800Jens Lidestrom1-0/+9
2020-01-26Cleanup in ObservableValueEditingSupportY20200126-2245I20200126-1800Jens Lidestrom1-29/+26
2020-01-23Revert "Bug 559353 - Revert "Use lambdas where possible""Dani Megert3-38/+11
2020-01-22Bug 559353 - Revert "Use lambdas where possible"Kalyan Prasad Tatavarthi3-11/+38
2020-01-20Use lambdas where possibleI20200120-0715Lars Vogel3-38/+11
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 Lidestrom7-7/+229
2020-01-05Make property classes publicJens Lidestrom2-2/+14
2019-12-14Bug 558316 - [Javadoc] Fix warnings in platform.ui databindingPaul Pazderski11-27/+43
2019-12-12Use jdk 5 for-each loopCarsten Hammer1-6/+6
2019-11-13ICheckStateListener to lambda.Alexander Kurtakov1-14/+10
2019-10-07Bug 470892 - Update Javadoc about delayed observablesI20191007-0625I20191007-0430Jens Lidestrom2-11/+34
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-20Use addAll, deleteAll instead of looping through a collectionLars Vogel1-3/+1
2019-06-17Use diamond operator for collections in databindingLars Vogel3-3/+3
2019-05-19Bug 546975 - Rename selection to widgetSelectionJens Lidestrom2-2/+2
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 Istria3-11/+7
2019-04-27Bug 531748 - Suppress databinding type warningsI20190427-1800Jens Lidestrom2-0/+2
2019-04-25Bug 531748 - Add type parameters to databindingJens Lidestrom154-1777/+2547
2019-03-21Bug 540355 - Deprecate ViewersObservables methodsI20190321-1800Jens Lidestrom1-0/+39
2019-02-18Bug 543933 - Build javadocs with Java 11I20190219-0600I20190218-1800Alexander Kurtakov1-13/+12
2019-02-16Bug 543933 - Build javadocs with Java 11I20190216-0600Alexander Kurtakov1-1/+1
2019-02-14Bug 543933 - Build javadocs with Java 11Alexander Kurtakov1-1/+1
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 Kurtakov3-49/+15
2018-08-28Bug 535802 - EPL 2.0 conversion for JFace plug-insLars Vogel168-504/+1008
2018-07-18Remove unnecessary casts in o.e.jface.databinding.Alexander Kurtakov4-9/+9
2018-07-17Convert Runnable to lambdas.I20180718-0130I20180717-2000Alexander Kurtakov10-104/+47
2018-03-11Bug 517573 - Add test case and documentation to ObservableMapCellLabelProviderJens Lidestrom1-1/+8
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 Weiser16-75/+48
2016-09-29Bug 502228 - Fix of Bug 271720 causes Exceptions when using aSimon Scholz1-5/+7
2016-04-20Bug 490226 - [Databinding] Move ISideEffect class to sideeffect packageSimon Scholz1-1/+1

Back to the top