##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r171:0055ef23e3bb
Uses factory in the VariableGraphWidget
Alexandre Leroux
0
r170:aee0cf3098de
Handles axes properties
Alexandre Leroux
0
r169:cc2257464c26
Handles creations for scalar series
Alexandre Leroux
0
r168:9fde42db8d93
Creates factory that is responsible of creation of QCustomPlot components relative to a variable
Alexandre Leroux
0
r167:c5551b90ffe8
Enables drag only for x-axis
Alexandre Leroux
0
r166:765885a6f6ff
Handles key modifiers for zoom - Mouse wheel : zoom only on horizontal - Ctrl + mouse wheel : zoom only on vertical
Alexandre Leroux
0
r165:9f84e7d54b1f
Sets plot properties in a graph
Alexandre Leroux
0
r164:4c64b786fec1
Replaces QString unit by a new struct The Unit struct contains a flag that indicates if it's a time unit or not. It will be used to set the correct ticker for axes on a graph (default ticker or datetime ticker)
Alexandre Leroux
0
r163:a33df991d7dc
Implements VisualizationWidget::displayVariable() slot
Alexandre Leroux
0
r162:81ea5016bbcd
Creates the slot to display the created variable in the Visualization widget + connects the slot to the signal of the controller
Alexandre Leroux
0
r161:992eeb099247
Removes VisualizationController::onVariableCreated() slot The slot is replaced by a signal that only propagates the VariableController signal. This new signal will be intercepted by the VisualizationWidget to create a new graph from the created variable
Alexandre Leroux
0
r160:030b888e93aa
Merge branch 'feature/VariableModel3' into develop
Alexandre Leroux
merge
0
r159:d6ec0a8c7ca0
Minor fixes
Alexandre Leroux
1
r158:a3d07f8af710
Makes the connection between Variable controller and Visualization controller - Adds a slot in the visualization controller to be warned that a variable has been created - Connects the slot to the signal of the variable controller when that is emitted after variable creation
Alexandre Leroux
0
r157:90c64bed8482
Makes the connection between Data source controller and Variable controller - Adds a signal to prevent a variable creation request from the data source controller - Connects the signal to the slot that creates a variable in the variable controller
Alexandre Leroux
0
r156:2cfc578a2ab3
Implements DataSourceController::loadProductItem() method
Alexandre Leroux
0
r155:31990a7209fc
Updates DataSourceController::loadProductItem() method - Passes the DataSource uid as a parameter of the method. The uid will be used to retrieve the right provider, which will be passed for the variable creation - Stores data providers as shared_ptr instead of unique_ptr - Updates the mock plugin to pass the data source uid to the loadProductItem() method
Alexandre Leroux
0
r154:ab6272d8de5a
Updates VariableController::createVariable() method - Adds signal that will be emitted when the variable has been created - Changes method's signature from Variable* to void (the variable is passed in the signal) - Generates default data (on 48 hours) from the provider
Alexandre Leroux
0
r153:81409bbf8178
Updates VariableModel::createVariable() method - Stores variable as shared_ptr (maybe the variable may exist outside this controller) - Adds default data series for the variable - Returns the shared_ptr after variable creation
Alexandre Leroux
0
r152:dcd9684539fa
Adds data series to a variable
Alexandre Leroux
0
load next
< 1 .. 27 28 29 30 31 .. 37 >
showing 20 out of 732 commits