Francois Chouinard [Sat, 3 Mar 2012 00:08:33 +0000 (19:08 -0500)]
Cosmetic re-organization
Francois Chouinard [Fri, 2 Mar 2012 16:45:40 +0000 (11:45 -0500)]
Fix for Bug373118
Francois Chouinard [Fri, 2 Mar 2012 14:52:45 +0000 (09:52 -0500)]
Fix for illegal API reference in NewTmfProjectWizard
Patrick Tasse [Wed, 29 Feb 2012 21:57:58 +0000 (16:57 -0500)]
Add support for non-string or null field values in TmfEventsTable.
Patrick Tasse [Wed, 29 Feb 2012 21:56:14 +0000 (16:56 -0500)]
Fix using event content's value in TmfRawEventViewer and add null safety
checks.
Francois Chouinard [Wed, 29 Feb 2012 21:43:22 +0000 (16:43 -0500)]
Set correct return type of clone() methods
Francois Chouinard [Wed, 29 Feb 2012 16:42:57 +0000 (11:42 -0500)]
More warning fixes
Francois Chouinard [Tue, 28 Feb 2012 22:22:18 +0000 (17:22 -0500)]
Bump TMF/LTTng plugins versions following API changes
Francois Chouinard [Tue, 28 Feb 2012 21:57:27 +0000 (16:57 -0500)]
Change ITmfTrace<T extends TmfEvent> to ITmfTrace<T extends ITmfEvent>
Francois Chouinard [Tue, 28 Feb 2012 18:49:41 +0000 (13:49 -0500)]
Cosmetic improvement to equals() in Event model
Francois Chouinard [Tue, 28 Feb 2012 17:42:11 +0000 (12:42 -0500)]
Fix more warnings from FindBugs
Francois Chouinard [Mon, 27 Feb 2012 22:52:56 +0000 (17:52 -0500)]
Fix warnings from FindBugs
francois [Sun, 26 Feb 2012 18:09:19 +0000 (13:09 -0500)]
Partial fix for bug345440 - More warning fixes
francois [Sun, 26 Feb 2012 14:11:00 +0000 (09:11 -0500)]
Partial fix for bug345440 - FindBugs high priority warnings
francois [Sun, 26 Feb 2012 01:48:30 +0000 (20:48 -0500)]
Partial fix for bug345440 - tmf.core.component
francois [Sun, 26 Feb 2012 01:32:52 +0000 (20:32 -0500)]
Partial fix for bug345440 - tmf.core.event + tests
Francois Chouinard [Fri, 24 Feb 2012 23:09:36 +0000 (18:09 -0500)]
Adjusted filters for matching meta-fields
Francois Chouinard [Fri, 24 Feb 2012 22:06:24 +0000 (17:06 -0500)]
Fix for bug334572
Patrick Tasse [Fri, 24 Feb 2012 19:13:04 +0000 (14:13 -0500)]
Updated fix for bug 366089: Interface to provide trace name.
Patrick Tasse [Fri, 24 Feb 2012 18:51:04 +0000 (13:51 -0500)]
Fix renaming of hidden bookmarks file.
Francois Chouinard [Fri, 24 Feb 2012 19:04:23 +0000 (14:04 -0500)]
Restore LTTng project wizard (and related classes) that were
inadvertently removed in a previous commit.
Francois Chouinard [Fri, 24 Feb 2012 14:56:35 +0000 (09:56 -0500)]
Add experiment count on Experiments folder label (Bug372392)
Francois Chouinard [Thu, 23 Feb 2012 19:04:17 +0000 (14:04 -0500)]
Remove the obsolete LTTng Project View
Francois Chouinard [Wed, 22 Feb 2012 20:39:19 +0000 (15:39 -0500)]
Merge branch 'master' into LTTng-TmfEventModel
Alexander Kurtakov [Wed, 22 Feb 2012 19:58:12 +0000 (21:58 +0200)]
Enable source features and bundles generation.
Source feature generation is activated if there is sourceTemplateFeature directory in the feature. For the sake of git not caring about empty directories I put empty feature.properties in these directories.
Also a p2 plugin instruction is added to the poms in order to get the generated source features visible for p2.
New category for the sources is added to the repository category.xml and source features are added to it.
Francois Chouinard [Wed, 22 Feb 2012 20:05:53 +0000 (15:05 -0500)]
Improve test coverage for TmfEvent and TmfEventTypeManager
Patrick Tasse [Wed, 22 Feb 2012 18:39:40 +0000 (13:39 -0500)]
Fix renaming of hidden bookmarks file.
Francois Chouinard [Wed, 22 Feb 2012 14:44:41 +0000 (09:44 -0500)]
Merge branch 'master' into LTTng-TmfEventModel
Francois Chouinard [Tue, 21 Feb 2012 23:07:01 +0000 (18:07 -0500)]
Improve test coverage for TmfEventField.
Patrick Tasse [Tue, 21 Feb 2012 21:33:05 +0000 (16:33 -0500)]
Fix Messages bundle name for renamed plugin.
Francois Chouinard [Tue, 21 Feb 2012 20:00:51 +0000 (15:00 -0500)]
Update test coverage for TmfEventType
Patrick Tasse [Mon, 20 Feb 2012 22:27:14 +0000 (17:27 -0500)]
Updated fix for bug 371528: Updates for bookmarks, editor for experiments, accelerators, drag and drop.
Francois Chouinard [Mon, 20 Feb 2012 22:53:33 +0000 (17:53 -0500)]
Add code coverage for TmfSimpleTimestamp
Francois Chouinard [Mon, 20 Feb 2012 21:44:42 +0000 (16:44 -0500)]
Improve code coverage for TmfTimeRange
Francois Chouinard [Mon, 20 Feb 2012 20:59:51 +0000 (15:59 -0500)]
Improve code coverage for TmfTimestamp (+ bug fix)
Francois Chouinard [Fri, 17 Feb 2012 23:03:05 +0000 (18:03 -0500)]
Various fixes following code review
Francois Chouinard [Tue, 14 Feb 2012 20:57:55 +0000 (15:57 -0500)]
Implement the new TMF Event Model
francois [Wed, 15 Feb 2012 21:59:04 +0000 (16:59 -0500)]
Merge branch 'master' into TmfEventModel
Patrick Tasse [Tue, 14 Feb 2012 21:33:16 +0000 (16:33 -0500)]
Fix timing issue in UI tests.
Patrick Tasse [Tue, 14 Feb 2012 17:18:43 +0000 (12:18 -0500)]
Fix for bug 371528: Updates for bookmarks, editor for experiments, accelerators, drag and drop.
Patrick Tasse [Tue, 14 Feb 2012 16:39:56 +0000 (11:39 -0500)]
Fix for streaming and reconnection. Added standalone releng for lttng.
Francois Chouinard [Mon, 13 Feb 2012 18:57:13 +0000 (13:57 -0500)]
Add TmfEventTypeManager
Francois Chouinard [Mon, 13 Feb 2012 18:17:25 +0000 (13:17 -0500)]
Remove TmfTraceEvent (unused)
Francois Chouinard [Mon, 13 Feb 2012 16:25:52 +0000 (11:25 -0500)]
Refactor ITmfDataEvent to ITmfDataItem
Francois Chouinard [Mon, 13 Feb 2012 14:49:37 +0000 (09:49 -0500)]
Made BigBang/BigCrunch/Zero ITmfTimestamp:s
Bernd Hufmann [Tue, 24 Jan 2012 16:27:45 +0000 (11:27 -0500)]
Added latency analysis feature (bug 331467)
francois [Mon, 13 Feb 2012 04:26:13 +0000 (23:26 -0500)]
Refactor TmfEventContent and adjust other model types
francois [Sun, 12 Feb 2012 18:01:04 +0000 (13:01 -0500)]
Refactor TmfEventType and TmfEventField
francois [Sat, 11 Feb 2012 21:27:22 +0000 (16:27 -0500)]
Add TmfSimpleTimestamp
francois [Sat, 11 Feb 2012 20:58:17 +0000 (15:58 -0500)]
Update TmfTimeRange as per the new TMF Event Model
francois [Sat, 11 Feb 2012 19:32:03 +0000 (14:32 -0500)]
Integrate the TmfEvent+ITmfTimestamp API
francois [Sat, 11 Feb 2012 18:00:54 +0000 (13:00 -0500)]
Add convenience setters to TmdDataEvent
Francois Chouinard [Fri, 10 Feb 2012 22:23:03 +0000 (17:23 -0500)]
Refactor TmfTimestamp as per the updated TMF Event Model
Francois Chouinard [Thu, 9 Feb 2012 19:03:26 +0000 (14:03 -0500)]
Remove unused directory
Francois Chouinard [Thu, 9 Feb 2012 18:41:50 +0000 (13:41 -0500)]
Change event reference from TmfEventReference to String
francois [Wed, 8 Feb 2012 21:58:39 +0000 (16:58 -0500)]
Change type of event source from TmfEventSource to String
francois [Wed, 8 Feb 2012 20:28:02 +0000 (15:28 -0500)]
Re-factor TmfEvent and TmfDataEvent (formerly TmfData)
Francois Chouinard [Thu, 9 Feb 2012 18:55:29 +0000 (13:55 -0500)]
Fix a .gitignore that is too permissive
francois [Wed, 8 Feb 2012 16:26:48 +0000 (11:26 -0500)]
Remove obsolete api from TmfData
francois [Wed, 8 Feb 2012 16:10:45 +0000 (11:10 -0500)]
Update LTTng/TML .project files
Francois Chouinard [Tue, 31 Jan 2012 15:27:06 +0000 (10:27 -0500)]
Move {LTTng,TMF}/p2.inf file to the new feature folders
Patrick Tasse [Fri, 27 Jan 2012 17:10:40 +0000 (12:10 -0500)]
Fix for bug 368181.
Patrick Tasse [Thu, 19 Jan 2012 22:47:46 +0000 (17:47 -0500)]
Fix for bug 369155.
Patrick Tasse [Wed, 18 Jan 2012 20:47:16 +0000 (15:47 -0500)]
Fix for bug 369005.
Patrick Tasse [Tue, 10 Jan 2012 22:07:35 +0000 (17:07 -0500)]
Fix for bug 368299.
Patrick Tasse [Mon, 9 Jan 2012 16:51:31 +0000 (11:51 -0500)]
Fix for bug 368181.
Andrew Overholt [Fri, 16 Dec 2011 19:50:39 +0000 (14:50 -0500)]
308881: [consumability] Enable PDE API tooling
Enable PDE API tools on all projects.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=308881
Patrick Tasse [Fri, 9 Dec 2011 21:05:31 +0000 (16:05 -0500)]
Fix test cases for bug 365245.
Patrick Tasse [Thu, 8 Dec 2011 19:26:58 +0000 (14:26 -0500)]
Fix for bug 366093.
Patrick Tasse [Thu, 8 Dec 2011 19:18:14 +0000 (14:18 -0500)]
Fix for bug 366090.
Patrick Tasse [Thu, 8 Dec 2011 19:10:09 +0000 (14:10 -0500)]
Fix for bug 366089.
Francois Chouinard [Mon, 5 Dec 2011 21:33:48 +0000 (16:33 -0500)]
Fix a few IDs to reflect the updated LTTng structure
Patrick Tasse [Wed, 30 Nov 2011 22:07:48 +0000 (17:07 -0500)]
Fix for bug 365247.
Patrick Tasse [Wed, 30 Nov 2011 22:02:44 +0000 (17:02 -0500)]
Fix for bug 365245.
Jeff Johnston [Tue, 29 Nov 2011 21:54:25 +0000 (16:54 -0500)]
Add p2.inf files for all Linux tool features.
Francois Chouinard [Tue, 29 Nov 2011 18:15:18 +0000 (13:15 -0500)]
Fix extension point references to reflect new structure naming
convention.
Francois Chouinard [Fri, 25 Nov 2011 16:44:44 +0000 (11:44 -0500)]
Remove obsolete tmf.doc plugin
Francois Chouinard [Thu, 24 Nov 2011 19:32:43 +0000 (14:32 -0500)]
Re-structure LTTng sub-project as per the Linux Tools guidelines
Francois Chouinard [Thu, 24 Nov 2011 17:06:42 +0000 (12:06 -0500)]
Rename xxx.lttng to xxx.lttng.core
Bernd Hufmann [Tue, 8 Nov 2011 13:35:15 +0000 (08:35 -0500)]
Improved one-time setup of test suites
Francois Chouinard [Thu, 27 Oct 2011 22:11:57 +0000 (18:11 -0400)]
Add correct default return values in PipelinedTreeContentProvider
lmcpata [Thu, 27 Oct 2011 21:41:10 +0000 (17:41 -0400)]
Fix for state experiment manager coalescing.
Francois Chouinard [Thu, 27 Oct 2011 20:13:06 +0000 (16:13 -0400)]
Fix to allow importing traces without specifying their type
Francois Chouinard [Thu, 27 Oct 2011 19:53:22 +0000 (15:53 -0400)]
Fix project refresh + signal handler priority
Jeff Johnston [Fri, 28 Oct 2011 20:26:19 +0000 (16:26 -0400)]
Change pom.xmls to release 0.10.0-SNAPSHOT.
Bernd Hufmann [Thu, 27 Oct 2011 14:48:44 +0000 (10:48 -0400)]
Fix for bug 362204
Francois Chouinard [Wed, 26 Oct 2011 22:14:36 +0000 (18:14 -0400)]
Move out the progress monitor job from experiment indexing thread
Francois Chouinard [Wed, 26 Oct 2011 21:07:35 +0000 (17:07 -0400)]
Remove debug printouts
Francois Chouinard [Wed, 26 Oct 2011 20:48:10 +0000 (16:48 -0400)]
Refresh project display asynchronously
Francois Chouinard [Wed, 26 Oct 2011 20:23:06 +0000 (16:23 -0400)]
Partial fix for a thread leak in experiment indexing
Conflicts:
lttng/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java
Francois Chouinard [Wed, 26 Oct 2011 15:40:02 +0000 (11:40 -0400)]
Hide the table component of the Gantt chart in CFV
Bernd Hufmann [Tue, 25 Oct 2011 18:03:14 +0000 (14:03 -0400)]
Fix for bug 361966
Francois Chouinard [Mon, 24 Oct 2011 20:03:35 +0000 (16:03 -0400)]
Update the LTTng User Guide
Bernd Hufmann [Mon, 24 Oct 2011 18:45:59 +0000 (14:45 -0400)]
Fix version in pom.xml of LTTng core Tests
lmcpata [Thu, 20 Oct 2011 22:08:52 +0000 (18:08 -0400)]
Fix for custom parsers
Francois Chouinard [Fri, 21 Oct 2011 21:54:29 +0000 (17:54 -0400)]
Fix HistogramView recounts on range update
Francois Chouinard [Fri, 21 Oct 2011 17:42:35 +0000 (13:42 -0400)]
Add NPE check in command handlers (fix for Bug361697)
Francois Chouinard [Thu, 20 Oct 2011 03:12:44 +0000 (23:12 -0400)]
Fix pom:s for the next release (1.0.0)
Francois Chouinard [Thu, 20 Oct 2011 01:03:41 +0000 (21:03 -0400)]
Fix version numbers to reflect API change
Francois Chouinard [Wed, 19 Oct 2011 20:34:17 +0000 (16:34 -0400)]
Fix the open experiment handler + corrected tests to match API change
This page took 0.039992 seconds and 5 git commands to generate.