- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
Added MockPlugin PB11 wrapper
Spectrograms plots are broken, this should help to investigate why
and will be useful also for tests.
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Refac + clang-format
Clang format: changed style to have line break on each brace
refac: more VisualisationGraphWidget work, zone move still broken
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
[VisualizationGraphWidget] Restored box zoom and zones plus refac
- Box zoom is mostly working
- Zones can be drawn again but can't be moved
- started to move QCP in pimpl VisualizationGraphWidget shouldn't have
to deal with QCP even know that we use QCP
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Partly reimplemented Graph event handling + bugfix
- Now pure UX scroll doesn't affect variable delta T
- Now all events are captured by VisualizationGraphWidget(VGW) this avoid
that QCP intercept them then FW them to VGW which interact back with QCP
- Non transformation events a broken for now
- Added keyboard navigation
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
simple graph unit test: simple scroll implemented
Test does the scroll but shows that GUI scroll may change also Delta T
while this shouldn't.
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Added GUI Test Utils lib to share boilerplate code for UI testing
This lib provides convenience function for D&D or mouse interactions
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Started UI unit testing
Added basic single plot unit test, only plot and context creation is
implemented, tests cases are to be written and refactoring init in shared
test fixtures will be necessary.
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Removed interaction handling in QCP since they are implemented in
SciQLop
Before the wheel interaction was done multiple times on QCP side first
then on SciQLop side.
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>