##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r178:9f84e7d54b1f
Sets plot properties in a graph
Alexandre Leroux
0
r177: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
r176:a33df991d7dc
Implements VisualizationWidget::displayVariable() slot
Alexandre Leroux
0
r175: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
r174: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
r173:030b888e93aa
Merge branch 'feature/VariableModel3' into develop
Alexandre Leroux
merge
0
r172:5fabd31f0a85
Merge pull request 154 from SCIQLOP-Initialisation feature/VariableModel3 Feature/VariableModel3
leroux
merge
0
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
merge
0
r161:05d9137bd683
Ajout -printsupport pour valider windeployqt sous windows
0
r160:3db58e43e912
Merge pull request 151 from SCIQLOP-Initialisation develop Develop
merge
0
r159:15bcbc130e6c
Use raw pointer for VariableModel (QObject class)
Alexandre Leroux
0
load next
< 1 .. 55 56 57 58 59 .. 65 >
showing 20 out of 1299 commits