summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-10Added enable/disable methods on frame and groupbox.deva
2008-09-09Added truevalue/falsevalue to the checkbox.deva
2008-09-08Added xml encoding to the value fields.deva
2008-09-08Added timeout. Fixed setValue/getValue functions.deva
2008-09-08Added console output to the win32 builddeva
2008-09-08Fixed fizzling bug in xml_encoder_decoder.deva
2008-09-05Made multiple pentominos request work properly (still no reusage of the conne...deva
2008-09-04Made macrowindow clean up proprely when closed (thus terminating dangling db ...deva
2008-09-03The dbwidget now work generally, controlled by the xml.deva
2008-09-03Did some work on the database widget. It now works with hardcoded medicine list.deva
2008-09-03Fixed invalid select statement when no widgets exists in the macro.deva
2008-09-01Added DBWidget.deva
2008-08-29Added automap when attempting to run a non-existing map.deva
2008-08-29Removed tooltip help text (it was pretty annoying).deva
2008-08-28Added common stuff in central file. Fixed help text reformatting.deva
2008-08-27Fixed getValue on combox in select mode.deva
2008-08-27Fixed lineedit textChanged signal (for lua validator).deva
2008-08-25Fixed regexp problem in combobox.deva
2008-08-21Made postgres addr, username and password configurable.deva
2008-08-21Fixed hardcoded CPR in widgetgenerator - yrk.deva
2008-08-21Made setValues ignore item and radiobutton tags (they have values but no names)deva
2008-08-21Updated fix failing initial set on combobox, to not trigger event on construc...deva
2008-08-21Fixed failing initial set on comboboxdeva
2008-08-21Added aux widget list to macrowindowdeva
2008-08-20Added spacerdeva
2008-08-20Fixed various small bugs.deva
2008-08-20Added 'readonly' property to lineedit.deva
2008-08-20A slighty slimmer layout.deva
2008-08-19Bugfix. Shared connection didn't work with the continue action.deva
2008-08-19Made the netcom object global, for socket reuse.deva
2008-08-19Fixed SQL injection (escaping of \', \0 and \).deva
2008-08-18Rewrite of all network code, with a reusable socket. Still needs some error c...deva
2008-08-15Fixed compile warning, and removed old reader code.deva
2008-08-15Made client stop reading upon complete xml document and not on connection ter...deva
2008-08-15Changes for read-loop-server.deva
2008-08-08Added print debug configurable.deva
2008-08-05Added catch of non responding postgresql database.deva
2008-08-04Made server able to run (compile-time) without postgres and the uploadserver....deva
2008-08-04Added NotFound exception when trying to open a non-existing and non-empty macro.deva
2008-07-30Fixed structural problem in server that prevented the potential request for a...deva
2008-07-30Reenabled support for upload server. Currently only tested against local prin...deva
2008-07-30Reenabled the config file parser.deva
2008-07-30Added max ttl on pentominos and db lookups.deva
2008-07-30Use types.hdeva
2008-07-30Added global Conf namepsace with configuration values. These are to be filled...deva
2008-07-30Renamed luaprograms/luaprogram tags to scripts/script tag with a language att...deva
2008-07-30Removed obsolete editor.deva
2008-07-30Removed obsolete editor code.deva
2008-07-29Added configure option to remove pentominos support.deva
2008-07-22Updated testcodedeva