Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-04-01fix modifier orderMatthew Khouzam16-42/+42
2015-04-01fix modifier order in TmfWorkspaceModifiyOperation.javaMatthew Khouzam1-1/+1
2015-04-01fix modifier order in TracePropertyTesterMatthew Khouzam1-4/+4
2015-03-27tmf remote: Bug 460847: Add Junits for XML reader/writer of remote fetchMarc-Andre Laperle1-1/+1
2015-03-26tmf.ui: clean up SelectTracesWizardPageMatthew Khouzam1-6/+7
2015-03-26Fix a few file handles not being closedMarc-Andre Laperle1-0/+6
2015-03-26TMF: Add the possibility to specify a content provider for time graphsGeneviève Bastien1-5/+19
2015-03-25tmf: Make ITimeGraphContentProvider extend ITreeContentProviderPatrick Tasse5-134/+97
2015-03-25tmf-remote: Bug 460847: add model for remote fetching of tracesMarc-Andre Laperle1-4/+8
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 Montplaisir11-97/+117
2015-03-24colors: add util helpers and collapse exceptionsMatthew Khouzam1-41/+40
2015-03-24color: Make ColorSettingsXML not check type of filter.Matthew Khouzam1-4/+3
2015-03-23tmf: Use find() instead of matches() in TmfFilterMatchesNodePatrick Tasse1-8/+2
2015-03-20tmf.ui: Add (Un)check(In)active buttons to TimeGraphFilterDialogChristian Mansky3-1/+202
2015-03-19tmf: Fix event table item default colors and foreground positionsPatrick Tasse1-11/+11
2015-03-19tmf: Support nullable colors in ColorSettingPatrick Tasse4-103/+157
2015-03-18tmf: Add font preferences for trace editor event table and raw textPatrick Tasse4-21/+103
2015-03-17tmf: Preserve trace editor column order per trace typePatrick Tasse4-20/+198
2015-03-17tmf: Perform cleanup when custom parser is modified or deletedPatrick Tasse5-9/+106
2015-03-17tmf: Highlight search and filter keywords in events tablePatrick Tasse1-0/+139
2015-03-10TMF: Specify if an analysis applies differently to an experimentGeneviève Bastien1-0/+24
2015-03-10Fix references to linuxtools in comments, examples and unused codePatrick Tasse6-27/+28
2015-03-09tmf: Mark TmfTraceUtils @NonNullByDefaultAlexandre Montplaisir2-5/+12
2015-03-09tmf: TmfTraceManager improvementsAlexandre Montplaisir13-59/+47
2015-03-06TMF: Add some non null annotations to TmfTimeRangeGenevieve Bastien3-14/+35
2015-03-06tmf: Fix class names in extension point schemasPatrick Tasse2-3/+3
2015-03-04Add new @since 1.0 annotationsAlexandre Montplaisir1-0/+1
2015-03-04Add API tool nature and builder to all code pluginsAlexandre Montplaisir1-0/+6
2015-03-04Remove all existing @since annotationsAlexandre Montplaisir181-888/+53
2015-02-27tmf.ui: reduce complexity in FileAndName equalsMatthew Khouzam1-10/+4
2015-02-24tmf: Fix time graph bounds reset on refresh and ignoring child entriesPatrick Tasse4-125/+92
2015-02-24tmf: Fix inconsistent tree item expansion in TimeGraphComboPatrick Tasse1-4/+8
2015-02-23tmf: Add list methods for trace package elementsPatrick Tasse1-3/+28
2015-02-17tmf: alphabetically sort experiment traces in project modelBernd Hufmann1-0/+9
2015-02-16tmf: Bug 455414: Make bookmarks file immediately hidden at creationPatrick Tasse1-4/+2
2015-02-13TMF: Fix performance issue in the filter dialog of the time graph viewMathieu Cote1-0/+1
2015-02-13tmf: Fix updating of 'Event in selection' statistics (Bug 459571)Bernd Hufmann2-2/+15
2015-02-12tmf: fix 'Link with Editor' for experiments and dir traces (Bug 459672)Bernd Hufmann1-5/+4
2015-02-12TMF: Make the ITmfEvent#getTimestamp() return NonNullGeneviève Bastien1-1/+1
2015-02-12tmf: Move FunctionNameMapper (for the Callstack View) to the core pluginAlexandre Montplaisir3-178/+1
2015-02-12Remove workaround in pom.xml's for a bug fixed 8 years agoAlexandre Montplaisir1-9/+0
2015-02-11tmf: Don't open trace files with validation confidence 0 (Bug 436444)Bernd Hufmann1-3/+17
2015-02-10tmf: fix histogram for lost events (Bug 459498)Bernd Hufmann1-4/+14
2015-02-10tmf: Handle spaces in function names in the Callstack ViewAlexandre Montplaisir1-1/+1
2015-02-10Remove versions from other Trace Compass plugin dependenciesAlexandre Montplaisir1-1/+1

Back to the top