Merge branch 'master' into lttng-kepler
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui /
2012-10-23  Patrick TasseMerge branch 'master' into lttng-kepler
2012-10-23  Patrick TasseWorkaround for bug 391232: ISharedImages constants...
2012-10-23  Patrick TasseTemporary fix API version for Kepler
2012-10-23  Patrick TasseMerge branch 'master' into lttng-kepler
2012-10-23  Patrick TasseAdd support for selected event in Properties view.
2012-10-23  Patrick TasseFix for bug 392591: ArrayIndexOutOfBoundsException...
2012-10-22  Alexandre Montplaisirtmf: Move the stats tree structure logic to the nodes
2012-10-22  Alexandre Montplaisirtmf: Refactor TMF statistics
2012-10-22  Alexandre Montplaisirtmf: Drop the use of TmfFixedArray for statistics
2012-10-22  Alexandre Montplaisirtmf: Store the generic statistics timestamps in nanoseconds
2012-10-22  Alexandre Montplaisirtmf: Make TmfStatisticsViewer use the trace's stats...
2012-10-22  Patrick TasseConvert Windows line delimiters to Unix.
2012-10-16  Xavier RaynaudTMF: add support for popup menu in time chart widgets
2012-10-11  Bernd HufmannFix removal of filter in SDView (Bug 391714)
2012-10-11  Bernd HufmannFix ArrayIndexOutOfBoundsException for sync signals...
2012-10-09  Patrick TasseFix for bug 391277: Rounding error in seekEvent by...
2012-10-05  Francois ChouinardFix a confusing activation condition for delete handlers
2012-10-04  Alexandre Montplaisirtmf: Make ITmfGraphEntry.getChildren() return a List
2012-10-03  Patrick TasseFix for bug 390841: Experiment does not dispose trace...
2012-10-03  Francois ChouinardMake the TmfLocation final and get rid of clone()
2012-10-02  Patrick TasseMerge branch 'master' into lttng-kepler
2012-10-02  Patrick TasseConvert Windows line delimiters to Unix.
2012-10-02  Patrick TasseMerge branch 'master' into lttng-kepler
2012-10-01  Alexandre Montplaisirtmf: Rename the UI TmfStatistics class to TmfStatistics...
2012-09-27  Francois ChouinardAdd a "Clear Tracing Views" command
2012-09-27  Bernd HufmannFix for NPE in Sequence diagram when closing Eclipse...
2012-09-27  Francois ChouinardFix 2 actions that had old identifiers
2012-09-27  Patrick TasseFix for bug 390472: ArrayIndexOutOfBoundsException...
2012-09-25  Francois ChouinardRationalize the TMF commands
2012-09-25  Bernd HufmannUpdate remaining LTTng/TMF versions to 2.0.0
2012-09-21  Francois ChouinardRemoved a pile of unnecessary @SuppressWarning
2012-09-21  Francois ChouinardRename 'locationData' to 'locationInfo' (for lack of...
2012-09-21  Francois ChouinardRemove the generic location (replace by Comparable)
2012-09-21  Francois ChouinardMake TmfLocation abstract and implement a couple of...
2012-09-19  Patrick TasseMerge branch 'master' into lttng-kepler
2012-09-19  Patrick TasseFix for bug 389907: Mouse drag zoom and other time...
2012-09-18  Alexandre Montplaisirtmf: Rename TmfLocation.fLocation to .fLocationData
2012-09-13  Alexandre MontplaisirMerge branch 'master' into lttng-kepler
2012-09-12  Xavier Raynaudoups, revert last commit
2012-09-12  Xavier RaynaudTMF: add support for popup menu in time chart widgets
2012-09-12  Patrick TasseFix for bug 389328: Provide hover time for time graph...
2012-09-12  Patrick TasseFix for bug 389300: Events table does not synchronize...
2012-09-07  Bernd HufmannMerge branch 'master' into lttng-kepler
2012-09-06  Patrick TasseMerge remote-tracking branch 'origin/master' into lttng...
2012-09-06  Patrick TasseFix time graph scale absolute tick format and tick...
2012-09-06  Alexandre Montplaisirtmf: Clarify column titles in the satistics view
2012-09-05  Patrick TasseStore event in TableItem data.
2012-09-05  Patrick TasseAdd tree handling APIs and fix tree synchronization...
2012-09-04  Bernd HufmannUpdate since annotations after merge from master
2012-09-04  Bernd HufmannMerge branch 'master' into lttng-kepler
2012-09-04  Bernd HufmannAdd support pin in TmfView base class (Bug 388372)
2012-08-31  Bernd HufmannMerge branch 'master' into lttng-kepler
2012-08-28  Bernd HufmannProvide interface for showing state type names per...
2012-08-24  Mathieu Denistmf: Dispose of the model in the statistics viewer
2012-08-24  Mathieu Denistmf: Correct event type in statistics
2012-08-24  Mathieu Denistmf: Complete the statistics API
2012-08-24  Alexandre MontplaisirSave the encoding type as project settings
2012-08-23  Mathieu Denistmf: Correct the statistics partial event count
2012-08-23  Mathieu Denistmf: some updates to the statistics
2012-08-22  Mathieu Denistmf: Refactor the statistics
2012-08-22  Mathieu Denistmf: Fix reload of the same trace for statistics
2012-08-21  Mathieu Denistmf: Updates statistics test cases
2012-08-17  Mathieu Denistmf: Use tabs in statistics view for each traces
2012-08-14  Mathieu Denistmf: Generalization of the statistics view
2012-08-10  Alexandre MontplaisirMerge branch 'master' into lttng-kepler
2012-08-07  Bernd HufmannMerge branch 'master' into lttng-kepler
2012-08-03  Mathieu Denistmf: Add a column in the statistics view
2012-08-03  Alexandre MontplaisirMerge branch 'master' into lttng-kepler
2012-08-03  Bernd HufmannPartially revert commit "Drop unused dependencies from...
2012-08-02  Alexandre MontplaisirDrop unused dependencies from tmf,lttng2,ctf packages
2012-08-02  Mathieu Denistmf: formatting of tmf.ui.statistics
2012-07-30  Alexandre Montplaisirtmf: Drop generics from ITmfTrace and TmfExperiment
2012-07-30  Alexandre Montplaisirtmf: Bump plugins version to 2.0 for Kepler branch
2012-07-27  Alexandre Montplaisirtmf: Also bump the version number in pom.xml's
2012-07-27  Alexandre Montplaisirtmf: Update master branch against the 1.1 baseline
2012-07-27  Bernd HufmannFix more compiler/javadoc warnings as per new project...
2012-07-25  Alexandre MontplaisirUse project-specific Save Actions settings
2012-07-25  Alexandre MontplaisirUse project-specific formatter settings
2012-07-24  Alexandre Montplaisirtmf: Enable project-specific compiler settings
2012-07-19  Patrick TasseFix for bug 385437: Control Flow view's "Previous event...
2012-07-17  Francois ChouinardFix for Bug383047
2012-07-17  Alexandre MontplaisirMerge "lttng: Correctly validate traces of kernel type"
2012-07-17  Patrick TasseMerge "Fix for bug 385323: HistogramView should normali...
2012-07-17  Francois ChouinardNormalize current event timestamp (Bug3984982)
2012-07-17  Patrick TasseFix for bug 384402: Import trace validation check ignored.
2012-07-17  Patrick TasseFix for bug 385323: HistogramView should normalize...
2012-07-16  Francois ChouinardFinal fix for Bug384878
2012-07-16  Patrick TasseFix for bug 385222: Canvas border hides histogram data.
2012-07-16  Patrick TasseFix for bug 384501: Partial statistics when opening...
2012-07-16  Patrick TasseMerge "Fix for bug 384417: Incorrect range displayed...
2012-07-16  Alexandre MontplaisirMerge "Fix for bug 384406: Delete trace propagation...
2012-07-16  Patrick TasseFix for bug 384417: Incorrect range displayed in histog...
2012-07-13  Patrick TasseFix for bug 384406: Delete trace propagation not workin...
2012-07-13  Patrick TasseMerge "tmf: Close the state history files before deleti...
2012-07-13  Patrick TasseMerge "tmf: Do not broadcast signal if request is cance...
2012-07-13  Patrick TasseFix for bug 385055: Time graph selection prevents trace...
2012-07-12  Matthew KhouzamFix minor bugs with histogram time range entry.
2012-07-12  Francois ChouinardCheck TS boundary in HV Current Event control (Bug384982)
2012-07-12  Francois ChouinardRe-work the zoom function in Histogram View (fix for...
2012-07-12  Patrick TasseFix for bug 383935: Disappearing tool tip in time graph...
next
This page took 0.0457920000000001 seconds and 8 git commands to generate.