Community
Participate
Working Groups
Build Identifier: A filter model is implemented. The filter model is a tree structure of filter nodes. The provided node types are: ROOT, FILTER, AND, OR, EQUALS, CONTAINS, MATCHES and COMPARE. The ITmfFilter interface is used to test the matching of a TmfEvent against any filter node. An XML parser and an XML writer are provided. The signals TmfTraceOpenedSignal, TmfTraceClosedSignal and TmfParserUpdatedSignal are moved from org.eclipse.linuxtools.tmf to org.eclipse.linuxtools.tmf.ui package. Interfaces ITmfEventsFilterProvider and ITmfEventsFilterListener are defined. Reproducible: Always
Created attachment 189552 [details] Proposed patch in org.eclipse.linuxtools.tmf package Legal Message: I, Patrick Tasse, declare that I developed attached code from scratch, without referencing any 3rd party materials except material licensed under the EPL. I am authorized by my employer to make this contribution under the EPL.
Created attachment 189553 [details] Proposed patch in org.eclipse.linuxtools.tmf.ui package Legal Message: I, Patrick Tasse, declare that I developed attached code from scratch, without referencing any 3rd party materials except material licensed under the EPL. I am authorized by my employer to make this contribution under the EPL.
Created attachment 189554 [details] Proposed patch in org.eclipse.linuxtools.tmf.ui package Updated for copyright notice.
Created attachment 189556 [details] Proposed patch in org.eclipse.linuxtools.tmf.ui package Updated with change to MANIFEST.MF.
Created attachment 189558 [details] Proposed patch in org.eclipse.linuxtools.tmf.ui package Updated with changes to TmfEventsEditor and SelectParserHandler.
Compilation errors in TmfEventsEditor when applying those patches: there are calls to non-existing TmfTraceOpenedSignal constructors in 3 places.
(cont) Methods with faulty calls: - propertyChanged() - createPartControl() - traceParserUpdated()
Patch committed. Thanks Patrick.
Delivered with 0.8