- Jun 11, 2014
-
-
Kostis ANAGNOSTOPOULOS authored
* GUI: Show wait-cursor for all Form when calculating.
-
- Jun 10, 2014
-
-
Martin Dippold authored
* commit 'a79e2c2a': * Adaption of the criteria names on GUI
-
Martin Dippold authored
-
- Jun 06, 2014
-
-
Martin Dippold authored
* commit '73c520a5': * Changed comment symbol in GenShape * Changed comment symbol in declaration_public
-
Martin Dippold authored
* Changed comment symbol in declaration_public
-
Martin Dippold authored
# By Raphael Luz # Via Raphael Luz * commit '6f480efd': * Changed comment symbol in Demo Date (c > #) * Renamed CalibractionTrackDemo.csms
-
Raphael Luz authored
* Renamed CalibractionTrackDemo.csms
-
- Jun 05, 2014
-
-
ANAGNOSTOPOULOS Konstantinos authored
# By ankostis@host:STUW025 # Via ankostis@host:STUW025 * commit '265e4c15': Rest of 2nd VECTO-30 Batch (as always).
-
Kostis ANAGNOSTOPOULOS authored
-
ANAGNOSTOPOULOS Konstantinos authored
# By ankostis@host:STUW025 # Via ankostis@host:STUW025 * commit 'ab0a0411': job: Change json for Anemometer-params from Array to Object. async: Stop abusing worker-Thread with Globals, use DoWorkEventArgs instead. Manual: Update the generic section related to JSON and CSV files. PrefsUI: Add OK, Save, Cancel buttons, store only when Dirty. Properly separate Calibration from Coasting track. UIL: Provide InfoBox from Criteria schema. FIX ReArm MainForm events garbled by CutPaste of previous commit. UI work to always show logs & bump ver 2.0.1-pre1-->pre02 FIX CALC & Turn Global criteria-vars into cCriteria.fields. Job: Rename and regroup criteria-fields. JSONize Job & Criteria files (BU on just before finishing evaluation). json: Add /Header/CreatedBy" from license-file.
-
Kostis ANAGNOSTOPOULOS authored
* UI: Add InfoBox also for Job-fields (MainTab, no FileManu. * main-form: Restruct AsynJob & UIPopulate regions above, * Read GenShape with exceptions. * UI, log, async: Do not clear logMsg before starting async. * json: Homogenize schema opt-arg "isStrict".
-
Kostis ANAGNOSTOPOULOS authored
* job: FIX reading of OldJobFiles, broken by previous MainForm UI work. * log: FIX (minor) doubl-log wrnings. * UI: Improve the image of the "exec" buttons. * Reset [TAB]-order on MainForm.
-
- Jun 04, 2014
-
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
* json: Allow null for /Header/StrictBody. * log: Show full ex in ErrorTab when logLevelThreshold <= 2.
-
Kostis ANAGNOSTOPOULOS authored
* FIX type-bug in working-dir root/unroot utility func. * Restructure F_Main.vb's regions and handlers. * job-file: Enabled fpath patterns and make them optional/accept nulls/empty fpaths * UI: Add ReloadJob button.
-
Kostis ANAGNOSTOPOULOS authored
* json: Cache bodySchema since access frequently for defaults, etc. * FIX various NPEs when app has started due to AsyncWorker and log. * Update result-files into demo-data. * STILL SINGLE TRACK FILE!
-
Kostis ANAGNOSTOPOULOS authored
* prefs: Honor Prefs_to_be_stored when saving-them (i.e. /Header/HideUsername). * DemoData: Add Criteria and update Job json-files. * UI: Add images to save buttons.
-
Kostis ANAGNOSTOPOULOS authored
* UI: Remove all values from Criteria textFields. * UI: Rename tab-Options --> Criteria * Cleanup some forgotten Global-vars. * worker: Remove unused Error field.
-
Kostis ANAGNOSTOPOULOS authored
* FIX calculation messed by missing coasting-file sequence indices, ~3 commit before. * Apply Object-oriented design with resource-management when I/O files. * log: rename main logging-routine to "log()". * Catch and report with MsgBox early-start exceptions. * Merge contents of CSE_Types.vb -->CSE_Globals.vb * FIX: Use WorkingDir for all job-fpaths. * FileDlg: FIX to work with multi.json extensions.
-
- Jun 03, 2014
-
-
Kostis ANAGNOSTOPOULOS authored
* errors: Add unhandled-exception handler logging to file. * job: Make readOldJobFile() to throw ex on errors, and sensibly convert cbools. * STILL BUG NPE when accessing dict-value at evaluation()-end.
-
Kostis ANAGNOSTOPOULOS authored
* Read both old and json Job-files, write only Json. * Restructure UI-code, ** move related funcs to F_MAIN class, ** remove Export_GUI.vb & utils_GUI.vb, ** move read Shape-file into Input.vb. * FIX Start counting from 0 on arrays for Anemometer-factors and measurement-data. * UI: Dropped dummy file-paths for unspecified job-files. * log: gather all log-routines jn utils.vb. * json: Change constructor sequence for cJsonFile-subclasses, require Body to be given on constructor.
-
- Jun 02, 2014
-
-
Kostis ANAGNOSTOPOULOS authored
* FIX WorkingDir handling when empty. * prefs: Minor UI fixes, read defaults from schema. * prefsUI: Show msgBoxes on errors.
-
- May 30, 2014
-
-
ANAGNOSTOPOULOS Konstantinos authored
# By ankostis@host:STUW025 # Via ankostis@host:STUW025 * commit '15a5a1a1': FIX jsonFile not-saving by reverting caching of Body/Header props.
-
Kostis ANAGNOSTOPOULOS authored
* Minor text updates.
-
ANAGNOSTOPOULOS Konstantinos authored
# By ankostis@host:STUW025 # Via ankostis@host:STUW025 * commit 'eff38dad': Minor text.md edits for pull-requesting. Logging-2: single-logging routine Resturcture Modules and Folders FIX WorkingDir relative-path error. Converted cVehicle into JSON! Rework logging routines Link JSON to GUI controls (labels & toolstips) More JSON and Prefs Enhancements json: rework IO code. vehicle: Rename fields to prepare for JSONize. restructure: drop Tools folder. json: Split parsing into Header/Body and use a parent-class for header. Rename GUI classes: CSE_XXX-->F_Main to conform to a single naming-scheme for both VECTO and CSE. Rename Settings-->Preferences GUI: FIX "Calibrate" button not to change to "Evaluate" after completion. FIX Working-dir to work with relative-paths
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
* Rework logging as a single routine, whether invoked from Background Worker or not. * FIX (by above.) calculation-failur due to cJsonFile's log-msg in background-thread. * logFile: Improve logs by always appending timestamps and better formating. * FIX opening-msg to be the 1st thing be written in log-file. * json: Cache Body/Header for performance.
-
Kostis ANAGNOSTOPOULOS authored
* Import + Export --> IO * Move new JSON-classes go to IO folder. * Minor filepath work, prepare for double-extensions ('.xxx.json').
-
Kostis ANAGNOSTOPOULOS authored
* log: ** Move logFile routine along with he others, ** make log routines from funcs -->subs, ** stop unecessary anymore double-logging when sending to dlgbox. * Always ensure /Header/BodySchema exists, to hint user to use it. * Move schema-help routine to jsno-utils.
-
Kostis ANAGNOSTOPOULOS authored
* Added VehicleConfiguration enum (Rigid, Tractor).
-
Kostis ANAGNOSTOPOULOS authored
* Always write to file-log (even when sent to msg-box). * file_v3: Completely hide close() method, leave Dispose() available only.
-
Kostis ANAGNOSTOPOULOS authored
* json: Read defaults from schemas. * prefs: Make all props non-required.
-
- May 29, 2014
-
-
Kostis ANAGNOSTOPOULOS authored
* json: more rework parent-sublass behavior. * FIX /Header/StrictBody to work, add global prefs:/Body/StrictBodies. * Add /Header/BodySchema and global prefs:/Body/IncludeSchemas for documenting files. * prefsUI: drop up-to-date check before saving. * prefsUI: Add Reload button. * Start using .net Settings, now for window-location.
-
- May 28, 2014
-
-
Kostis ANAGNOSTOPOULOS authored
* Bump ver 2.0.1-pre0-->pre1. * Start logging stack-traces in the logs. * REVERT null-setting trick for WorkingDir json-value. * FIX SemanticVersion prerelease comparison.
-
- May 27, 2014
-
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
* gui: rename F_Info --> F_About
-
Kostis ANAGNOSTOPOULOS authored
* ADD cSemanticVersion class for advanced version-comparisons, used when reading files. * FIX to honour schema's AllowAdditionalProperties by using json-lib's "strange"name for that property. * Intorduce schema-validation within loading/creating. * FIX forgotten closing of Exe-filebrowser on app-shutdown.
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
* Simplify path-settings of configs.
-
Kostis ANAGNOSTOPOULOS authored
-