Commit Graph

1438 Commits

Author SHA1 Message Date
Dale Schultz df69468c6c Update installed shortcuts to include touch and fullscreen options 2015-03-21 10:04:06 -04:00
Dale Schultz 57039c414f Removed parameterization 2015-03-18 18:33:28 -04:00
BlackMamba d5108389f8 Add a simple -logger.touch commandline parameter, when passed it sets a
flag.  This flag is then used to update a few spots in the logger UI so
that it is more 'touch' friendly.
Code Clean Up - 
* Make uiscale -> touchEnabled
* Expose this via isTouchEnabled
* Restore non-touch paths ui size(s)
* Remove keyboard code that I was starting to add (not needed)
2015-03-18 18:30:34 -04:00
rusefi cf800db796 Merge conflict commit 2015-03-17 23:33:24 -04:00
Dale Schultz d076878dad Restore version reference to last tag after working in dev branch. 2015-03-17 22:31:20 -04:00
Dale Schultz 2677e49a9a Fix resetting of dial max value to a large negative number rather than smallest positive value. 2015-03-17 22:26:26 -04:00
Dale Schultz 8c210d0f40 Fix progress bar reset for parameters that are typically zero or negative in value. 2015-03-17 22:24:48 -04:00
Dale Schultz 58ba6c0cb4 Add check for FBKC parameter and return predictable results to test Gauge reset. 2015-03-14 17:09:59 -04:00
Dale Schultz f15c50bc75 Fix fastpoll option from always being forced on regardless of settings.xml attribute value. 2015-03-14 15:21:25 -04:00
Dale Schultz 660fa30e7a Removed extra indentation 2015-03-11 22:41:49 -04:00
Dale Schultz cf02bd3e3d Add support to use Linux Openport 2.0 library if available. 2015-03-11 22:38:18 -04:00
Dale Schultz 84f6e0f230 Add APSX D1|D2 Wideband O2 Externals Plugin 2015-03-03 19:03:27 -05:00
Dale Schultz e04dc48276 Allow user to specific read block size in Test App 2015-03-03 19:00:09 -05:00
Dale Schultz 0652b2d9e6 Renamed connection properties implementation class 2015-02-27 17:48:14 -05:00
Dale Schultz 84990d59be Refactor to take advantage of Properties defined in the lm2_mts.plugin to
controller event mode or polled mode data updates
2015-02-12 23:36:09 -05:00
Dale Schultz 89617d8d4d Added support for the ECOTRONS ALM wideband O2 controller 2015-02-12 23:33:49 -05:00
Dale Schultz 798598f807 Added passing the contents of the Plugins properties file into the datasource
class.  This can be used to within the plugin to affect its behaviour if
code is added to read the passed properties.  These would be properties
not available in the Plugins dialog settings.
2015-02-12 23:20:12 -05:00
Scotthew a02a0b7496 Fix for RomTree expand/collapse issue. 2015-02-04 22:30:08 -05:00
Dale Schultz d0885db8d5 Implment DS2 Learning (Adaptation) Table Values read functionality 2015-01-31 15:38:03 -05:00
Dale Schultz 2441c5f85c Update logger definition DTD for new elements of DS2 protocol 2015-01-31 11:11:36 -05:00
Dale Schultz c1890eeeaa Added methods to EcuQueryData and refactor classes to use them 2015-01-29 23:03:13 -05:00
Dale Schultz eb123a36da Added rudimentry write command support for Test App 2015-01-29 19:55:27 -05:00
Dale Schultz 92f8748086 Changed message for unexpected ACK response 2015-01-29 19:51:47 -05:00
Dale Schultz 97fda68b4c Update length validation as sometimes a command is acknowledged by
returning only the ACK character
2015-01-29 19:28:35 -05:00
Dale Schultz 5a49b91b97 Refactor classes to use new data length calculator class 2015-01-27 19:16:31 -05:00
Dale Schultz 55dbbebb10 Added a class to calculate the data length from the storageType for a
parameter convertor
2015-01-27 19:15:37 -05:00
Dale Schultz a100c6b8e2 Added methods to use new EcuQueryRange class and parse the results 2015-01-26 23:38:46 -05:00
Dale Schultz eb68263d6e Added a class which can combine a group of individual ECU queries into
a single query using a memory read start address and length query.
2015-01-26 23:35:50 -05:00
Dale Schultz 07010b2bc3 Rename class to be protocol specific 2015-01-25 10:28:35 -05:00
Dale Schultz 24959385ee Rename class to be protocol specific 2015-01-25 09:26:09 -05:00
Dale Schultz 56e5316d84 Fix table size conversion radix to be decimal 2015-01-25 09:18:36 -05:00
Dale Schultz b6bb391842 Fix source array index determination 2015-01-25 09:15:43 -05:00
Dale Schultz dff1182156 Rename class to be protocol specific 2015-01-25 09:14:15 -05:00
Dale Schultz fc5a2de4b3 Implement endian processing for ECU data converter defined in logger definition 2015-01-22 19:41:18 -05:00
Dale Schultz f3852c8a90 Renamed class which are SSM protocol specific 2015-01-19 18:32:30 -05:00
Dale Schultz 3ebdd5c75f Created a factory class for LearningTableValues to be able to initialize
the correct class based on protocol
2015-01-18 23:07:03 -05:00
Dale Schultz 183d6fddd3 Refactor Tools menu to change label based on selected control module 2015-01-17 11:45:27 -05:00
Dale Schultz 39472895c8 Rename SSM menu item as the Test App is no longer SSM specific 2015-01-17 11:24:11 -05:00
Dale Schultz 85615d0587 Removed obsolete classes for switching Logger protocol and transport methods 2015-01-17 11:21:11 -05:00
Dale Schultz b0ad6f4dae Fix Transport getter method after Transport refactor to add ID field 2015-01-17 11:19:04 -05:00
Dale Schultz 0f3161c152 Refactor GUI label and tooltip update method, again 2015-01-16 17:26:27 -05:00
Dale Schultz 6c2fb790f3 Fix required as a result of refactor for use of Module class 2015-01-15 23:35:44 -05:00
Dale Schultz 09d27d0720 Rename class to better reflect its protocol dependency 2015-01-15 23:21:17 -05:00
Dale Schultz 90b3bc50b9 Rename class to better reflect its protocol dependency 2015-01-15 23:18:50 -05:00
Dale Schultz 562a570236 Fix Global Adjustment due to refactor to use Module class 2015-01-15 23:17:53 -05:00
Dale Schultz 2def0919c6 If Module supports fastpoll then set it true upon module switch 2015-01-15 22:51:17 -05:00
Dale Schultz f46fa26994 Fix improper import reference to module 2015-01-15 22:49:41 -05:00
Dale Schultz 802decaf55 Fix build method after refactor for use of Module class 2015-01-15 22:48:21 -05:00
Dale Schultz 5a92afdcd9 Add protocol to query status message 2015-01-14 23:26:06 -05:00
Dale Schultz 9d800c85d9 Refactored the method of updating the GUI items when the control module
selection changes
2015-01-14 22:53:47 -05:00