Anonymous Login
2026-01-15 13:16 CET

Changesets: HomeAutomation

Search ] Browse ] Back to Index ]
trunk r1685
Timestamp: 2011-01-05 17:46:58
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Added config for atmega328p in makefile for CanSimpleEthernet
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/makefile Diff ] File ]
trunk r1684
Timestamp: 2011-01-05 17:12:35
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Changed to strtoll from strtol to make it possible to have hardware-id greater then 0x7fffffff
mod - /trunk/PcSoftware/Atom1.5/src/common/common.cpp Diff ] File ]
trunk r1683
Timestamp: 2011-01-04 21:45:16
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
atom: fixed tar of orig source in script for ppa upload
mod - /trunk/PcSoftware/scripts/debian/uploadPpaAtom.sh Diff ] File ]
trunk r1682
Timestamp: 2011-01-04 21:38:52
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
atom: more work done on script for upload to ppa
mod - /trunk/PcSoftware/scripts/debian/uploadPpaAtom.sh Diff ] File ]
trunk r1681
Timestamp: 2011-01-04 20:52:10
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Stray word in console.js which should not be there
mod - /trunk/PcSoftware/Atom1.5/script/plugin/console.js Diff ] File ]
trunk r1680
Timestamp: 2011-01-04 20:41:37
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Updated copyright and license information in debian/...
mod - /trunk/PcSoftware/Atom1.5/debian/control Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/debian/copyright Diff ] File ]
trunk r1679
Timestamp: 2011-01-04 20:29:56
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Removed unused script file json.js
Added two atomic commands, version and license
Minor bugfixes
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
rm - /trunk/PcSoftware/Atom1.5/script/common File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/console.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/system.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomd.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomic.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/config.h.in Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/System.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/System.h Diff ] File ]
trunk r1678
Timestamp: 2011-01-04 19:56:38
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Read SVN revision from AtomSvnRev if it exists otherwise try to find out via the svn command
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
trunk r1677
Timestamp: 2011-01-04 19:38:54
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
CMakeLists.txt now looks for data.xml in ../../Configuration/data.xml, if it does not exist it uses ./Configuration/data.xml
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
trunk r1676
Timestamp: 2011-01-04 19:23:06
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
atom: more work done on upload to ppa script
mod - /trunk/PcSoftware/scripts/debian/uploadPpaAtom.sh Diff ] File ]
trunk r1675
Timestamp: 2011-01-04 08:25:24
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
atom1.5: added newline in files missing this (debuild warnings)
mod - /trunk/PcSoftware/Atom1.5/src/CMakeLists.txt Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomd.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomic.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/common/common.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/config/Manager.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/net/UdpClient.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/timer/types.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/CMakeLists.txt Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/storage/Xorg_Keymap Diff ] File ]
trunk r1674
Timestamp: 2011-01-03 23:55:46
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Bugfix in xorg js
Remade the parsing of incomming data to atomic to handle messages bigger then 2048
mod - /trunk/PcSoftware/Atom1.5/script/plugin/xorg.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomic.cpp Diff ] File ]
trunk r1673
Timestamp: 2011-01-02 23:30:36
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Bugfixes in js
Dimmers now store last values; connected, frequency and level
Added some more colors to some printouts
mod - /trunk/PcSoftware/Atom1.5/script/interface/dimmer.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/console.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/module.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/node.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/xorg.js Diff ] File ]
trunk r1672
Timestamp: 2011-01-02 23:05:46
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
atom1.5: added script for automatically build a debian source package and upload it till launchpad PPA, work in progress
add - /trunk/PcSoftware/scripts/debian File ]
add - /trunk/PcSoftware/scripts/debian/uploadPpaAtom.sh File ]
mod - /trunk/PcSoftware/scripts/eagleDiff/eagle-diff.pl Diff ] File ]
trunk r1671
Timestamp: 2011-01-02 21:12:57
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
atom1.5: fixed spelling
mod - /trunk/PcSoftware/Atom1.5/debian/copyright Diff ] File ]
trunk r1670
Timestamp: 2011-01-02 20:53:53
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
atom1.5: added debian package files
add - /trunk/PcSoftware/Atom1.5/debian File ]
add - /trunk/PcSoftware/Atom1.5/debian/compat File ]
add - /trunk/PcSoftware/Atom1.5/debian/control File ]
add - /trunk/PcSoftware/Atom1.5/debian/copyright File ]
add - /trunk/PcSoftware/Atom1.5/debian/rules File ]
trunk r1669
Timestamp: 2010-12-31 13:07:35
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Changed to building Release by default
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/node.js Diff ] File ]
trunk r1668
Timestamp: 2010-12-31 12:46:16
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Normalized device type names, devices.pl matches data.xml now
mod - /trunk/Configuration/data.xml Diff ] File ]
mod - /trunk/PcSoftware/scripts/setConfig/devices.pl Diff ] File ]
mod - /trunk/PcSoftware/scripts/setConfig/setAtomConfig.pl Diff ] File ]
trunk r1667
Timestamp: 2010-12-31 00:10:00
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Now make setconfig works via atom if configured so in system.inc
mod - /trunk/EmbeddedSoftware/AVR/personal/system.inc.template Diff ] File ]
mod - /trunk/PcSoftware/scripts/atomDude.pl Diff ] File ]
mod - /trunk/PcSoftware/scripts/setConfig/devices.pl Diff ] File ]
add - /trunk/PcSoftware/scripts/setConfig/setAtomConfig.pl File ]
trunk r1666
Timestamp: 2010-12-30 22:16:09
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
make reset, make install and make upgradebios now works, without nice progressbars for now though, system.inc.template has been updated
mod - /trunk/EmbeddedSoftware/AVR/personal/system.inc.template Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/node.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/control/Manager.cpp Diff ] File ]
add - /trunk/PcSoftware/scripts/atomDude.pl File ]
trunk r1665
Timestamp: 2010-12-30 21:32:23
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
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"
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/node.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomic.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/control/Manager.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/control/Manager.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/control/Node.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/control/Node.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Node.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Node.h Diff ] File ]
trunk r1664
Timestamp: 2010-12-30 13:49:26
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Added -c commandline option to atomic for running a single command and the exiting
Added a quit command to disconnect atomic
mod - /trunk/PcSoftware/Atom1.5/script/plugin/console.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomic.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.h Diff ] File ]
trunk r1663
Timestamp: 2010-12-30 13:16:25
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Cleaned upp the CMakeList.txt file
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/INSTALL Diff ] File ]
rm - /trunk/PcSoftware/Atom1.5/build File ]
mod - /trunk/PcSoftware/Atom1.5/build_and_install.sh Diff ] File ]
trunk r1662
Timestamp: 2010-12-29 11:10:03
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Fixed CMakeLists.txt so building with or without Xorg support works
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/build_and_install.sh Diff ] File ]
trunk r1661
Timestamp: 2010-12-29 10:44:23
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
atom buildsystem: removed fulhack
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
First  Prev  1 2 3 ... 10 ... 20 ... 23 24 25 26 27 28 29 30 ... 40 ... 50 ... 60 ... 70 ... 80 ... 88 89 90  Next  Last