-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marker navigation #239
Marker navigation #239
Conversation
Implements functionality to navigate through markers using "," & ".". Includes new "TimeGraphMarkersChartCursors" layer and uses it with the chart layer in the Markers Container. Depends on: eclipse-cdt-cloud/timeline-chart#239 Signed-off-by: Will Yang <william.yang@ericsson.com>
Implements functionality to navigate through markers using "," & ".". Includes new "TimeGraphMarkersChartCursors" layer and uses it with the chart layer in the Markers Container. Depends on: eclipse-cdt-cloud/timeline-chart#239 Signed-off-by: Will Yang <william.yang@ericsson.com>
Implements functionality to navigate through markers using "," & ".". Includes new "TimeGraphMarkersChartCursors" layer and uses it with the chart layer in the Markers Container. Depends on: eclipse-cdt-cloud/timeline-chart#239 Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Signed-Off-By: Will Yang <william.yang@ericsson.com>
Implements functionality to navigate through markers using "," & ".". Includes new "TimeGraphMarkersChartCursors" layer and uses it with the chart layer in the Markers Container. Depends on: eclipse-cdt-cloud/timeline-chart#239 Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Signed-Off-By: Will Yang <william.yang@ericsson.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for this feature!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash with previous commit in PR
} | ||
} | ||
|
||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's asking for a newline at EOF
Makes sense. My commit doesn't need to be merged. |
Implements functionality to navigate through markers using "," & ".". Renames the new class with appropriate name: TimeGraphMarkersChartCursor. Removes duplicate code by using class inheritance. Fixes bug where canvas loses focus when selection is out of world range. Signed-off-by: Will Yang <william.yang@ericsson.com>
8d7ea83
to
3a76074
Compare
New line added and commits squashed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still looks good to me.
Implements functionality to navigate through markers using "," & ".". Includes new "TimeGraphMarkersChartCursors" layer and uses it with the chart layer in the Markers Container. Depends on: eclipse-cdt-cloud/timeline-chart#239 Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Signed-Off-By: Will Yang <william.yang@ericsson.com>
Implements functionality to navigate through markers using "," & ".". Includes new "TimeGraphMarkersChartCursors" layer and uses it with the chart layer in the Markers Container. Depends on: eclipse-cdt-cloud/timeline-chart#239 Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Signed-Off-By: Will Yang <william.yang@ericsson.com>
Implements functionality to navigate through markers using "," & ".". Includes new "TimeGraphMarkersChartCursors" layer and uses it with the chart layer in the Markers Container. Depends on: eclipse-cdt-cloud/timeline-chart#239 Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Signed-Off-By: Will Yang <william.yang@ericsson.com>
Implements functionality to navigate through markers using "," & ".". Includes new "TimeGraphMarkersChartCursors" layer and uses it with the chart layer in the Markers Container. Adds the ability to select rows in the markers-chart layer. Improves the logic of selected row feature. Depends on: eclipse-cdt-cloud/timeline-chart#239 Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Signed-Off-By: Will Yang <william.yang@ericsson.com> fixed hard-coded css
Implements functionality to navigate through markers using "," & ".". Includes new "TimeGraphMarkersChartCursors" layer and uses it with the chart layer in the Markers Container. Adds the ability to select rows in the markers-chart layer. Improves the logic of selected row feature. Depends on: eclipse-cdt-cloud/timeline-chart#239 Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Signed-Off-By: Will Yang <william.yang@ericsson.com> fixed hard-coded css
Implements functionality to navigate through markers using "," & ".". Includes new "TimeGraphMarkersChartCursors" layer and uses it with the chart layer in the Markers Container. Adds the ability to select rows in the markers-chart layer. Improves the logic of selected row feature. Depends on: eclipse-cdt-cloud/timeline-chart#239 Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Signed-Off-By: Will Yang <william.yang@ericsson.com> fixed hard-coded css
Implements functionality to navigate through markers using "," & ".". Includes new "TimeGraphMarkersChartCursors" layer and uses it with the chart layer in the Markers Container. Adds the ability to select rows in the markers-chart layer. Improves the logic of selected row feature. Depends on: eclipse-cdt-cloud/timeline-chart#239 Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Signed-Off-By: Will Yang <william.yang@ericsson.com> fixed hard-coded css
Implements functionality to navigate through markers by using "," and ".".
Fixes the TODO's listed in PR #237. Uses class inheritance to remove duplicate code. Uses different algorithm for computing next/previous state, since marker states don't always come in a time-sorted array.
Signed-off-by: Will Yang william.yang@ericsson.com