Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] CDateTime / CWT major change

Hi All,

Today I found out that SWT has removed its internal theming package.
As we are relying on this package I have looked at a possible rewrite of the code but this did not turn out to be trivial. The theming code existed of two platform specific - and one emulated implementations.

I have salvaged the emulated code and moved it to CWT. Tests seem to be running fine but as a heads-up, the widget can now look different on different platforms.

[1] BugĀ 512215 - SWT has removed theming
[2]
BugĀ 509564 - Remove not-finished theme experiment
[3] https://git.eclipse.org/r/#/c/91133/

Cheers,

Wim


Back to the top