2010-07-20 Francois Chouinard <fchouinard@gmail.com>
authorFrancois Chouinard <fchouinard@gmail.com>
Tue, 20 Jul 2010 14:54:26 +0000 (14:54 +0000)
committerFrancois Chouinard <fchouinard@gmail.com>
Tue, 20 Jul 2010 14:54:26 +0000 (14:54 +0000)
commit529ee6a97a1261031f060874eddf73991ea038ca
treee28efb20ac6ab7a17be4857020740adcc49acdec
parent045df77d0eff60a3b14ec361e6602d13886bcd16
2010-07-20  Francois Chouinard  <fchouinard@gmail.com>

* src/org/eclipse/linuxtools/tmf/ui/editors/TmfEventsEditor.java
- Enable the dispose of trace when events table is disposed
* src/org/eclipse/linuxtools/tmf/ui/viewers/events/TmfEventsTable.java
- Use static defaults for column data
- Make optional the dispose of trace when table is disposed
- Perform the seek on timestamp in a background job in TmfTimeSynchSignal handler
* src/org/eclipse/linuxtools/tmf/ui/views/project/ProjectView.java
- Fix tree item selection on mouse double-click
* src/org/eclipse/linuxtools/tmf/ui/views/TmfEventsView.java
- Reduce default cache size to 100
- Disable the dispose of trace when events table is disposed
* src/org/eclipse/linuxtools/tmf/ui/wizards/CustomTxtParserOutputWizardPage.java
- Enable the dispose of trace when events table is disposed
* src/org/eclipse/linuxtools/tmf/ui/wizards/CustomXmlParserOutputWizardPage.java
- Enable the dispose of trace when events table is disposed
org.eclipse.linuxtools.tmf.ui/ChangeLog
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/editors/TmfEventsEditor.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/events/TmfEventsTable.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/TmfEventsView.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/project/ProjectView.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/wizards/CustomTxtParserOutputWizardPage.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/wizards/CustomXmlParserOutputWizardPage.java
This page took 0.034434 seconds and 5 git commands to generate.