Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-06-12tmf: Bug 452415: Remember last location for Open TraceMarc-Andre Laperle2-0/+20
2015-06-11tmf: Add Copy to Clipboard in TmfEventsTablePatrick Tasse3-0/+173
2015-06-11tmf.ui: make hiding column menu in the displayed orderMatthew Khouzam2-2/+2
2015-06-10tmf: Bug 469809: Invalid thread access closing editors in non-UI threadPatrick Tasse2-5/+17
2015-06-06tmf.ui: make columns hideable.Matthew Khouzam2-0/+3
2015-06-05tmf.ui: make GzipFile call super.finalize()Matthew Khouzam1-0/+1
2015-06-03Fix file leak in Gzip supportMarc-Andre Laperle1-2/+7
2015-06-02tmf.ui: GzipEntry remove magic numbersMatthew Khouzam1-4/+6
2015-06-02tmf.ui: clarify exception handling in ImportTraceWizardPageMatthew Khouzam1-1/+3
2015-05-26tmf: Add support for importing Gzip (non-Tar)Marc-Andre Laperle4-8/+425
2015-05-11tmf: Remove nullcheck before an instanceofFrance Lapointe Nguyen1-7/+3
2015-05-11tmf: Remove repeated conditional testFrance Lapointe Nguyen1-8/+2
2015-05-11tmf.ui: add percent of selection to timechart viewMatthew Khouzam2-0/+2
2015-05-07tmf: Align the time-axis of time chart viewsMarc-Andre Laperle7-0/+623
2015-04-20tmf: update ITmfEvent.getType().getName() to be getName()Matthew Khouzam1-1/+1
2015-04-07inport/export: fix synchronization bug.Matthew Khouzam1-2/+3
2015-04-07import/export: remove ResourceTreeAndListGroupMatthew Khouzam2-1210/+1
2015-04-07general: avoid iterating over a keySet then get()ing the key.Matthew Khouzam1-2/+4
2015-04-03import/export: replace | with || allowing short circuiting if in extension checkMatthew Khouzam1-1/+1
2015-04-02tmf: Support importing archives from directories and archives (nestedMarc-Andre Laperle1-120/+313
2015-04-01fix modifier orderMatthew Khouzam6-10/+10
2015-04-01fix modifier order in TmfWorkspaceModifiyOperation.javaMatthew Khouzam1-1/+1
2015-04-01fix modifier order in TracePropertyTesterMatthew Khouzam1-4/+4
2015-03-26Fix a few file handles not being closedMarc-Andre Laperle1-0/+6
2015-03-25tmf.ui: merge nested if statementMatthew Khouzam1-7/+6
2015-03-24tmf.ui: Make InterruptedExceptions not get caught as ExceptionsMatthew Khouzam1-5/+3
2015-03-24tmf.ui: update names to follow code conventionMatthew Khouzam1-23/+23
2015-03-24tmf.ui: Nest ifs in ImportTraceWizardPageMatthew Khouzam1-14/+8
2015-03-24tmf.ui: use indexOf(char) instead of String in ExportTracePackageWizardPageMatthew Khouzam1-2/+2
2015-03-24tmf: Rename time range signalsAlexandre Montplaisir1-2/+2
2015-03-17tmf: Preserve trace editor column order per trace typePatrick Tasse1-0/+6
2015-03-17tmf: Perform cleanup when custom parser is modified or deletedPatrick Tasse4-9/+105
2015-03-10Fix references to linuxtools in comments, examples and unused codePatrick Tasse1-7/+7
2015-03-09tmf: TmfTraceManager improvementsAlexandre Montplaisir1-1/+1
2015-03-04Remove all existing @since annotationsAlexandre Montplaisir14-38/+0
2015-02-27tmf.ui: reduce complexity in FileAndName equalsMatthew Khouzam1-10/+4
2015-02-23tmf: Add list methods for trace package elementsPatrick Tasse1-3/+28
2015-02-12tmf: fix 'Link with Editor' for experiments and dir traces (Bug 459672)Bernd Hufmann1-5/+4
2015-02-09tmf: Fix TmfTimestampFormat Javadoc location in custom parser wizards.Patrick Tasse2-4/+4
2015-02-07tmf: Don't import LTTng index files as traces (Bug 451960)Bernd Hufmann1-6/+22
2015-02-04Make Custom Parser trace type backwards compatible to Linux ToolsBernd Hufmann1-2/+2
2015-02-04tmf: Missing delete action in Filter dialog of ColorsView (bug 458582)Bernd Hufmann2-0/+2
2015-02-04tmf: Make TmfEventFieldAspect independent of event contentPatrick Tasse2-2/+0
2015-02-04tmf: Support aspect-based filtering in FilterViewerPatrick Tasse2-8/+22
2015-02-04tmf: Replace TmfFilterEventTypeNode with TmfFilterTraceTypeNodePatrick Tasse1-9/+4
2015-02-04Fix backwards compatibility issues when copying traces or experimentsBernd Hufmann2-2/+28
2015-02-03tmf: Rename getCanonicalName() to getTraceTypeId() in TraceTypeHelperPatrick Tasse1-2/+2
2015-01-28Bug 448502 - Problem opening experiments and CTF traces after restartMarc-Andre Laperle1-0/+30
2015-01-13Copyright header update, 2015 editionAlexandre Montplaisir38-38/+38
2015-01-06tmf: Fix IndexOutOfBoundsException in OffsetDialogPatrick Tasse2-2/+10

Back to the top