Commit message Age Author Refs
r171:d6ec0a8c7ca0
Minor fixes
Alexandre Leroux
0
r170: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
r169: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
r168:2cfc578a2ab3
Implements DataSourceController::loadProductItem() method
Alexandre Leroux
0
r167: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
r166: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
r165: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
r164:dcd9684539fa
Adds data series to a variable
Alexandre Leroux
0
r163:8de0b7c96d22
Changes Variable from struct to class
Alexandre Leroux
0
r162:723bff6bece1
0
< 1 .. 122 123 124 125 126 .. 141 >