- Jul 21, 2015
-
-
Martin Dippold authored
-
- Jul 20, 2015
-
-
Martin Dippold authored
* Delete valid_t_tire from output files and job-file * Change t_tire from required in input data to optional (like p_tire) * Delete rho_air_ref from criteria and GUI * Update release notes
-
Martin Dippold authored
* Update user manual * Input "Report bug" button (at the moment this does nothing)
-
- Jul 01, 2015
-
-
Martin Dippold authored
* Update region and language settings: now it is regardless of the system which settings are used ! But the file definitions are still the same * Update of the excel makro in terms of the system region and language settings
-
- Jun 24, 2015
-
-
Martin Dippold authored
* Output folder will be now created automatically if it´s not existing without questioning * Welcome form added for first application start
-
- Jun 18, 2015
-
-
Martin Dippold authored
* Update F_acc calculation
-
- Jun 10, 2015
-
-
Martin Dippold authored
--> Update of the vehicle file
-
- Jun 09, 2015
-
-
Martin Dippold authored
-
- Jun 03, 2015
-
-
Martin Dippold authored
* Update of calibration of vehicle speed and anemometer speed (high speed test instead of "claibration test")
-
- May 28, 2015
-
-
Martin Dippold authored
* Update GenShape File
-
- May 20, 2015
-
-
unknown authored
* Anemometer instrument calibration removed from CSE calculation * Update of definition of beta-signal (180° = air flow from front)
-
- May 13, 2015
- Jun 25, 2014
-
-
Kostis ANAGNOSTOPOULOS authored
-
Martin Dippold authored
-
- Jun 24, 2014
-
-
Martin Dippold authored
-
Martin Dippold authored
-
- Jun 23, 2014
-
-
Kostis ANAGNOSTOPOULOS authored
* Remove unused distVincenty() func.
-
Kostis ANAGNOSTOPOULOS authored
* GUI: Set AboutBox to display version, move create-activation-code menu-item into tools. * Restored result-files from running of the demo-data. * Updated changes.
-
- Jun 11, 2014
-
-
Kostis ANAGNOSTOPOULOS authored
* GUI: Show wait-cursor for all Form when calculating.
-
- Jun 10, 2014
-
-
Martin Dippold authored
-
- Jun 05, 2014
-
-
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
* 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.
-
- May 30, 2014
-
-
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
* 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 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
* 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.
-