DeviceModels.h

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
okay will do

okay will do

okay acknowledged

okay acknowledged

No Action For Now: Same for the vError param: https://devapps.diality.us/cru/#LEAHI-APPLICATION-LDT-2727-1CFR-76762

No Action For Now:
Same for the vError param:
https://devapps.diality.us/cru/#LEAHI-APPLICATION-LDT-2727-1CFR-76762

No Action For Now: Please always use mError, since it is local to the script function, to be consistent with the rest. Also, usually it is a number, not a bool. It is fine for now, but later we sh...

No Action For Now:
Please always use mError, since it is local to the script function, to be consistent with the rest.
Also, usually it is a number, not a bool.

It is fine for now, but later we should create a decorator to cover these types of similarities.

updated

updated

this method removed but updated elsewhere

this method removed but updated elsewhere

updated

updated

this was existing code.. Updated to use the DeviceController and made updates accordingly. And Tested and still works

this was existing code.. Updated to use the DeviceController and made updates accordingly. And Tested and still works

updated

updated

updated

updated

updated

updated

added

added

the content for each page is now set to this container which will handle the margins for the container so all componenets using the SettingsBase will have the same margins and I do not have to spec...

the content for each page is now set to this container which will handle the margins for the container so all componenets using the SettingsBase will have the same margins and I do not have to specify them left, right, bottom in each of them.. I have done the same thing for other components that act as a container

added comment

added comment

updated

updated

updated and added to fonts

updated and added to fonts

updated logic so the grid view has an equal number of rows depending on the total number of visible items. Before row count was hard coded to 6 so if there was ex. 8 items the left column would sh...

updated logic so the grid view has an equal number of rows depending on the total number of visible items.

Before row count was hard coded to 6 so if there was ex. 8 items the left column would show 6 and the right 2.. Updated so the gridview will look as even as possible.

I hard coded the column to 2 columns since the design has 2 columns and added logic to the row count to make the 2 columns equal

changed to int

changed to int

LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

address cr comments

  1. … 19 more files in changeset.
This works. A few other qml files use this version of the import

This works. A few other qml files use this version of the import

👍 Will do all these in the enhancement story

👍 Will do all these in the enhancement story

Why did the logic change? The order should be to fill in the first column, then go to the next, and it should not be by row.

Why did the logic change?
The order should be to fill in the first column, then go to the next, and it should not be by row.

why the rowcount is real?

why the rowcount is real?

IMPORTANT!!! Please test this on the device.

IMPORTANT!!!
Please test this on the device.

For signals and slots as we tlaked use blocks of onSomething: { aFunctionCall() } Unless there are multiple similar calls that need alignment in one line.

For signals and slots as we tlaked use blocks of

onSomething: {
   aFunctionCall()
}


Unless there are multiple similar calls that need alignment in one line.

Why exposed? Shouldn't the SettingsBase decide where the children must anchor, or locate?

Why exposed?
Shouldn't the SettingsBase decide where the children must anchor, or locate?

Every time you use " * someValue ", please add a comment explaining why. @100, @101, @102 as well.

Every time you use " * someValue ", please add a comment explaining why.
@100, @101, @102 as well.

Can you help me understand why we did not use the DeviceController attribute to call the datetime set script? Or modify this function to use that design?

Can you help me understand why we did not use the DeviceController attribute to call the datetime set script?
Or modify this function to use that design?

These two lines can be moved to the geteopochUTC.

These two lines can be moved to the geteopochUTC.

Please make vDateTime optional; if not set, return the current datetime epoch. It is better to use the 'timeEvent' (right now, onSetDateUIFinished).

Please make vDateTime optional; if not set, return the current datetime epoch.
It is better to use the 'timeEvent' (right now, onSetDateUIFinished).