summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-17New format parser for metawidget et al. DBWidget is broken for the moment...deva
2010-08-17Make alternative 'scroll to bottom on insert' implementation.deva
2010-08-17Fix value set in combobox. Make wiodgets with no valu run their onChange ↵deva
events on startup.
2010-08-17Make debug console available through cli param -d/--debug.deva
2010-08-17Scroll improvement. Don't show console on startup.deva
2010-08-17First shot at a debug console.deva
2010-08-17Remove 'language' attribute.deva
2010-08-17Some validation logic and script activation changesdeva
2010-08-17Make enter/return skip to next (tab) widget.deva
2010-08-17More testsdeva
2010-08-17Indentations...deva
2010-08-17Some cleanup codedeva
2010-08-17Add extra pointercheck.deva
2010-08-17Add default layout on unknown layout attribute content.deva
2010-08-16force tab to skip top next widget (reenabled).deva
2010-08-16Basic test for AltComboBox.deva
2010-08-13Make validation run deep (or not).deva
2010-08-13Add default layout, if illigal type is specified (crash bug).deva
2010-08-13Child recursion setValue fix. Missing initialisation of hideChildren and ↵deva
missing check on valid().
2010-08-13Re-disable scroll-change in comboboxes.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-13setValues recursive. Remove old widgetbuilder files.deva
2010-08-13Add missing children widgets to actual layouts.deva
2010-08-13Memory cleanup bug, fixed.deva
2010-08-12New scripting system part2.deva
2010-08-03New scripting interface part1.deva
2010-08-03New script-tag attribute that includes lua code from a file.deva
2010-07-07Small path changes. Removed xml-path - it exists already in the config file.deva
2010-07-07Remove check for pid-file existance. Daemon should always overwrite.deva
2010-07-07Refuse to start if pid file already exists, or cannot be written. Remove pid ↵deva
file when shutting down (if possible).
2010-07-07Make session-path set-able via cli.deva
2010-07-07Fixed typo that resulted int the discarded session to never actully be ↵deva
discarded.
2010-07-06Make dump fieldnames show if the fields has value attributes.deva
2010-07-06File renamesdeva
2010-07-05Some more ignoresdeva
2010-07-05Make server write its pid file. Daemon class ported from pentominos.deva
2010-07-05Make server able to re-init writing of its log file (for logrotate).deva
2010-07-05Make pracro use new debug output interface (writes to a file).deva
2010-07-05Remove PRACRO_ prefix from debug macros.deva
2010-07-05Add missing references.deva
2010-07-05Add system startup/logrotate scripts. Rename conf to conf.example to prevent ↵deva
conf file overwriting.
2010-07-05Partial commit (final): Add missing headers, fixing gcc4.4 compile errors.deva
2010-07-05Fixed bug where an error was reported saying 'missing xml data' when called ↵deva
wityh an empty body (pure commit/discard)
2010-07-05Partial commit: Add typedefs of map/vector classes.deva
2010-07-05Partial commit: Move automap code to LUAQueryMapper (from widgetgenerator).deva
2010-07-05Partial commit: Move all value prefill code to its own file.deva
2010-07-05Partial commit: Move macrotool to subfolder.deva
2010-06-21Missing virtual destructor...deva
2010-06-21Split journal code into modules. Fix bug, when user is changed in the middle ↵deva
of an active session.