summaryrefslogtreecommitdiff
path: root/client/lua.cc
AgeCommit message (Expand)Author
2014-03-12Switch to new praxisdif.Bent Bisballe Nyeng
2012-09-07Make client use luapraxisd.h from server folder. Add stub functions to luapra...Bent Bisballe Nyeng
2011-06-28Added praxisd accessibility through lua.deva
2011-03-18Moved lua methods into their respective Qt widget implementation files.deva
2011-03-14Add missing newlines in debug output.deva
2011-03-10New lua functions: template(), macro(), user() and patientid(). New onInit lu...deva
2010-08-28Initial (untested) shot at a lua<->QSql wrapper.deva
2010-08-18Added som debug info.deva
2010-08-18New debug CFunctiondeva
2010-08-17New format parser for metawidget et al. DBWidget is broken for the moment...deva
2010-08-17First shot at a debug console.deva
2010-08-13Make validation run deep (or not).deva
2010-08-13Fix one too many resets of the LUA stack.deva
2010-08-13Clear lua when reopening a macro window.deva
2010-08-12New scripting system part2.deva
2010-08-03New scripting interface part1.deva
2009-02-12Added formatlanguage attribute to metawidget, and implemented lua parser for it.deva
2009-01-13A huge amount of changes, based on the results of two usertest.deva
2008-08-20Fixed various small bugs.deva
2008-07-02Made all setValue calls in a second pass, to the construction of the widgets.deva
2008-07-02Added disable/enable methods on widgets and exposed them to lua.deva
2008-06-09Added xml encoding of the lua programs to make sure they are not interrupting...deva
2008-06-04Added extensive error checking and handling in the LUA wrapper.deva
2008-06-04Added name to predefined lua valuesdeva
2008-06-03LUA rocksdeva
2008-06-02First real shot at lua validation.deva
2008-05-29Added initial LUA code.deva