Bug 533483 - Synchronize our fork of org.eclipse.ui.views.properties.tabbed with latest changes
Summary: Synchronize our fork of org.eclipse.ui.views.properties.tabbed with latest ch...
Status: NEW
Alias: None
Product: EEF
Classification: Modeling
Component: Core (show other bugs)
Version: 2.0.0   Edit
Hardware: All All
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-12 02:57 EDT by Pierre-Charles David CLA
Modified: 2018-04-12 02:57 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre-Charles David CLA 2018-04-12 02:57:38 EDT
When we created our fork of org.eclipse.ui.views.properties.tabbed in org.eclipse.eef.properties.ui, we had assumed the original was mostly dead. This is not completely true, and in recent months there have been some fixes and improvements in the "upstream" version  (notably regarding theming, the rest look like mostly code style cleanups):

~/src/mirrors/eclipse.org/eclipse.platform.ui[master]% git lol --since="2 years ago" -- bundles/org.eclipse.ui.views.properties.tabbed
* 7c87ee60ce  Bug 532806 - Update to latest Eclipse formatter profile in eclipse.platform.ui - part 3
* 0af7397a2d  Bug 530412 - IExtension.getNamespaceIdentifier() wrongly used where IExtension.getContributor().getName() is required
* 767fd4d9b7  Bug 528831: Use static inner classes where possible - Part 6
* 7e63ef1746  Bug 530021 - Unsigned bundles in platform UI in I20170119-0110
* 649ad6dadb  [Bug 527855] Add Automatic-Module-Name to MANIFEST.MF for eclipse.platform.ui
* 16759cbfeb  Bug 525764 - Inconsistent implementation of org.eclipse.e4.ui.css.swt.dom.WidgetElement.reset()
* b595ac93a6  Bug 522194 - Remove redundant null checks
* 4b839f47da  Added missing package (introduced by  bug 516114)
* 19aef0a45a  Revert "Bug 519488 - Some bundles need a version increment
* 59fa17af0c  Bug 519488 - Some bundles need a version increment org.eclipse.ui.views.properties.tabbed
* 2aaad1c298  Remove useless casts.
* 831f2f5f5a  Bug 517929 - Update POMs in the master for 4.8 release
* 907961ad1c  Bug 516114: Add support for styling of TabbedProperties View
* 902fb9dda3  Bug 516738 - Remove activator from org.eclipse.ui.views.properties.tabbed view
* 1780c405d0  org.eclipse.ui.views.properties.tabbed MANIFEST.MF version update for 4.8
* 7a4eccc911  Bug 516547 - Add missing annotations to org.eclipse.ui.views.properties.tabbed
* 40616b879f  Bug 516546 - Remove unnecessary @see java.lang.Object#toString() and * @see java.lang.Object#equals(java.lang.Object) and @see java.lang.Object#hashCode()
* 8d5c4c7bdc  Revert "Bug 516114: Add support for styling of TabbedProperties View"
* f271d558e1  Bug 516114: Add support for styling of TabbedProperties View
* 99f3fb569b  Bug 511712 - Run cleanup action on eclipse.platform.ui/bundles to use enhanced for loop - Part4
* 3da16f1db9  Bug 489250 - Prefer usage of vararg method version from MessageFormat.format and NLS.format
* 32094f8bf7  Bug 497052 - Move org.eclipse.ui.views.properties.tabbed to 1.8
* cad86828a3  Bug 496465: Prep for 4.7 (Oxygen) builds

We should review these and report the interesting ones in our own version.