- May 30, 2014
-
-
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
-
Kostis ANAGNOSTOPOULOS authored
* Add Evaluation-job in demo-data.
-
- May 24, 2014
-
-
ANAGNOSTOPOULOS Konstantinos authored
# By ankostis@host:STUW025 # Via ankostis@host:STUW025 * commit '232b0f94': Clean-up and restructure base-dirs before pre-release. COMPLETE Switch Config-setings to JSON, separate config/ folder (recreated on startup) from Declaration/ one AMIDST Switch Config-setings to JSON, separate config/ folder (recreated on startup) from Declaration/ one BUG: Fix SOME file leaks by having File_v3 implement IPisposable to be used in `Using` statements. Minor gui and Docs work after version-infos remove from project names RENAME project folder to remove version info. REMOVE version-infos from project's names (2.01)
-
Kostis ANAGNOSTOPOULOS authored
* Add folders: Declaration/, DemoData/ and Docs/ with user-manual source. * Minor fixes in User Manual.: 2.01-->2.0.x, "executive"-->"executable". * Add BUILD.md, README.md, CHANGES.md, COPYING.txt. * Update Release-procedure in BUILD.md.
-
- May 23, 2014
-
-
Kostis ANAGNOSTOPOULOS authored
COMPLETE Switch Config-setings to JSON, separate config/ folder (recreated on startup) from Declaration/ one * Store WorkingDir as relative to App's Path. * Selected Editor done via System.Diagnostics.Process.Start and editor.exe instead of Shell and Path for notepad.exe. * Minor GUI-work (set icons to dialogs)
-
- May 22, 2014
-
-
Kostis ANAGNOSTOPOULOS authored
AMIDST Switch Config-setings to JSON, separate config/ folder (recreated on startup) from Declaration/ one * cSettings: objectify IO of settings, use try/catch for its error handling. * Use json-schema to check settings. * Open editor for text-files with System.Diagnostics.Process.Start instead of Shell and use Path. * Utility routines for formatting msgs, joining file-paths. * Add reference to Json.net dll.
-
Kostis ANAGNOSTOPOULOS authored
* ATTEMPT to FIX Config read/write to proceed even on errors: ** fConfigfStore() produces invalid settings.txt with empty lines. * Move UI code outside config-saving routine `fAusgConf()` into respective window `CSE_config`. * Set assembly's desc. * Backtrack ver fro check by TUG: 2.0.1-beta0-->2.0.1-pre0
-
- May 19, 2014
-
-
Kostis ANAGNOSTOPOULOS authored
* Add CSE-icon to main window. * Move and User-Manual into /Docs folder and remove version-info from its name. * Minor rename app with undrscore. * Use Markdown for README.
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
- May 16, 2014
-
-
Martin Dippold authored
* commit 'd9e19fa2': Add Readme.txt and user manual
-
Martin Dippold authored
-
- May 15, 2014
-
-
Martin Dippold authored
CSE status: after Final report, before end delivery
-