| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 1950 |
5271 d 1 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
More work on MBB
Added more error printout to MySql plugin
Increased max length for the new logging |
|
| 1949 |
5271 d 8 h |
runge |
/trunk/PcSoftware/Atom1.5/script/plugin/ |
Updated MBB js to parse NMEA to a position structure |
|
| 1947 |
5271 d 20 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Fixes here and there.
Basic support for my MBB tracking device. |
|
| 1945 |
5271 d 23 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Some work on changing the logging system to make it easier to use, not done and nothing of the old is yet converted to the new system.
Introduced a way of doing error handing with exceptions, only the MySql plugin uses this right now.
Added a plugin to access mysql from the js environment, it only exposes some basic functions right now but should be pretty useful, not fully tested yet but at least a select seems to work.
Some other small stuff. |
|
| 1926 |
5318 d 22 h |
cougar |
/trunk/PcSoftware/Atom1.5/script/plugin/ |
Added "counter" to Module_GetNames for Module_CreateAliasAutoComplete |
|
| 1898 |
5349 d 4 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Added functions to get JSON arrays out of storage
Added HTTP client in JS for doing simple requests |
|
| 1889 |
5358 d 23 h |
arune |
/trunk/PcSoftware/Atom1.5/script/plugin/ |
Removed print in Node_ClearHex and Node_AppendHex |
|
| 1887 |
5358 d 23 h |
arune |
/trunk/PcSoftware/Atom1.5/ |
Implemented programming hex directly with atomic-interface |
|
| 1768 |
5474 d 2 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Fixed crash on timer cancelation
Added printout of the currently used configuration file |
|
| 1765 |
5474 d 5 h |
linlun |
/trunk/PcSoftware/Atom1.5/ |
Updates to alot of the javascripts for atom1.5 |
|
| 1759 |
5509 d 5 h |
runge |
/trunk/PcSoftware/Atom1.5/script/plugin/ |
Added the following js functions:
String.prototype.pad
String.prototype.ltrim
String.prototype.rtrim
String.prototype.trim
Date.prototype.getTimestamp
Date.prototype.getDateFormated
Date.prototype.getTimeFormated
Date.prototype.getTimeShortFormated
Date.prototype.getDateTimeFormated |
|
| 1681 |
5737 d 23 h |
runge |
/trunk/PcSoftware/Atom1.5/script/plugin/ |
Stray word in console.js which should not be there |
|
| 1679 |
5737 d 23 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Removed unused script file json.js
Added two atomic commands, version and license
Minor bugfixes |
|
| 1674 |
5738 d 20 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Bugfix in xorg js
Remade the parsing of incomming data to atomic to handle messages bigger then 2048 |
|
| 1673 |
5739 d 20 h |
runge |
/trunk/PcSoftware/Atom1.5/script/ |
Bugfixes in js
Dimmers now store last values; connected, frequency and level
Added some more colors to some printouts |
|
| 1669 |
5742 d 6 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Changed to building Release by default |
|
| 1666 |
5742 d 21 h |
runge |
/trunk/ |
make reset, make install and make upgradebios now works, without nice progressbars for now though, system.inc.template has been updated |
|
| 1665 |
5742 d 22 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Created a new command, Node_GetInformation, which prints bios version, last active, has application and device type. setConfig.pl can now be adapted to using atomic like: atomic -c "Node_GetInformation 0xB23F54EA" |
|
| 1664 |
5743 d 6 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Added -c commandline option to atomic for running a single command and the exiting
Added a quit command to disconnect atomic |
|
| 1660 |
5744 d 9 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Nicer printouts of node and modules lists |
|