From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
Line 1: Line 1:
During the frame implementing, the view "Table" of [[Special:MyLanguage/Modules/VCAEngine|the primitive "FormEl"]] significantly expanded on both visualizers [[Special:MyLanguage/Modules/Vision|UI.Vision]] and [[Special:MyLanguage/Modules/WebVision|UI.WebVision]] for:
+
{{Constr|Get completed one from the [[Special:MyLanguage/Documents/Release_0.9|0.9.4 LTS announce]]}}
*
+
During the frame implementing, the view "Table" of [[Special:MyLanguage/Modules/VCAEngine|the primitive "FormEl"]] significantly expanded on both visualizers for:
 +
* Common things and in the [[Special:MyLanguage/Modules/VCAEngine|VCA-Engine]]:
 +
** improving the table content updating and storing for big content, non storing double source content;
 +
** appended of limiting in processing the table content for direct apply the changes, only for it size lesser for limUserFile_SZ (1 MB).
 +
* [[Special:MyLanguage/Modules/WebVision|UI.WebVision]]:
 +
** table cells in the editing mode allowed for the system-browser context menu;
 +
** appended for the sorting support by columns;
 +
** prevented from the complete updating at the attribute "value" modification;
 +
** appended for:
 +
*** the not fitting mode (the attribute "colsWdthFit" missing) implementation, using the automatic table layout mode for calculation the fixed widths and next switching to the fixed table layout mode;
 +
*** the light edition mode base implementation.
 +
* [[Special:MyLanguage/Modules/Vision|UI.Vision]]:
 +
** appended in export to CSV;
 +
** improved in:
 +
*** support the sorting of the table content per columns, by preserving the scroll position and the sorting parameters before the sorting disabling during the updating time;
 +
*** in light processing of the width changing;
 +
*** in fitting at the development mode, also at the vertical header show;
 +
** appended for the light edition — without the columns refitting all updating time;
 +
** cleaned form spare role Qt::UserRole+5 of the previous value storing, but that do now the table delegate.

Revision as of 19:21, 10 April 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Libs/Main graphical elements)
During the frame implementing, the view "Table" of [[Special:MyLanguage/Modules/VCAEngine|the primitive "FormEl"]] significantly expanded on both visualizers for:
{{#lst:Documents/Release_0.9/Update4/en|FormElTable}}
::* VCAEngine: Appending of the not processed events sending to a page who opened the source page.
::* JavaLikeCalc: Implementing the "var" statement for true scope processing, that is defining new variables in functions with the statement and using global ones without.
Translation{{Constr|Get completed one from the [[Special:MyLanguage/Documents/Release_0.9|0.9.4 LTS announce]]}}
During the frame implementing, the view "Table" of [[Special:MyLanguage/Modules/VCAEngine|the primitive "FormEl"]] significantly expanded on both visualizers for:
* Common things and in the [[Special:MyLanguage/Modules/VCAEngine|VCA-Engine]]:
** improving the table content updating and storing for big content, non storing double source content;
** appended of limiting in processing the table content for direct apply the changes, only for it size lesser for limUserFile_SZ (1 MB).
* [[Special:MyLanguage/Modules/WebVision|UI.WebVision]]:
** table cells in the editing mode allowed for the system-browser context menu;
** appended for the sorting support by columns;
** prevented from the complete updating at the attribute "value" modification;
** appended for:
*** the not fitting mode (the attribute "colsWdthFit" missing) implementation, using the automatic table layout mode for calculation the fixed widths and next switching to the fixed table layout mode;
*** the light edition mode base implementation.
* [[Special:MyLanguage/Modules/Vision|UI.Vision]]:
** appended in export to CSV;
** improved in:
*** support the sorting of the table content per columns, by preserving the scroll position and the sorting parameters before the sorting disabling during the updating time;
*** in light processing of the width changing;
*** in fitting at the development mode, also at the vertical header show;
** appended for the light edition — without the columns refitting all updating time;
** cleaned form spare role Qt::UserRole+5 of the previous value storing, but that do now the table delegate.
Constr.png Get completed one from the 0.9.4 LTS announce

During the frame implementing, the view "Table" of the primitive "FormEl" significantly expanded on both visualizers for:

  • Common things and in the VCA-Engine:
    • improving the table content updating and storing for big content, non storing double source content;
    • appended of limiting in processing the table content for direct apply the changes, only for it size lesser for limUserFile_SZ (1 MB).
  • UI.WebVision:
    • table cells in the editing mode allowed for the system-browser context menu;
    • appended for the sorting support by columns;
    • prevented from the complete updating at the attribute "value" modification;
    • appended for:
      • the not fitting mode (the attribute "colsWdthFit" missing) implementation, using the automatic table layout mode for calculation the fixed widths and next switching to the fixed table layout mode;
      • the light edition mode base implementation.
  • UI.Vision:
    • appended in export to CSV;
    • improved in:
      • support the sorting of the table content per columns, by preserving the scroll position and the sorting parameters before the sorting disabling during the updating time;
      • in light processing of the width changing;
      • in fitting at the development mode, also at the vertical header show;
    • appended for the light edition — without the columns refitting all updating time;
    • cleaned form spare role Qt::UserRole+5 of the previous value storing, but that do now the table delegate.