summaryrefslogtreecommitdiff
path: root/client/widgets
AgeCommit message (Expand)Author
2011-06-28Complete rewrite of the way lua widget methods, 'inheritance' in particular, ...deva
2011-04-13Introduce new committable/preCommit methods, that can be used to block a comm...deva
2011-04-04Fix wierd CheckGroupBox layout with type='framed'.deva
2011-04-04Make CheckGroupBox layout more compact.deva
2011-04-04Fix journal view scrollbar jumpiness. Fix scroll to view on open of new macro...deva
2011-03-29Examples in docs.deva
2011-03-25Finished documenting the last widgets. Also some changes in the docgen app.deva
2011-03-23Documentation step 1deva
2011-03-18Moved lua methods into their respective Qt widget implementation files.deva
2011-03-14Some more changes to LineEdit lua methods to make medicine macro (db looked u...deva
2011-03-14Make setKeyboardFocus recursive instead of iterative.deva
2011-03-11Huge improvements on 'keyboard-only' use.deva
2011-03-10Add missing newlines in debug output.deva
2011-03-10Fix broken state_change SLOT.deva
2011-03-10New lua functions: template(), macro(), user() and patientid(). New onInit lu...deva
2011-03-10Make combobox activate completer upon item adding (in edit mode).deva
2011-03-10New checkgroupbox widget.deva
2011-03-03Remove printf's.deva
2011-01-28New cross client session system.deva
2011-01-06Add missing newline to debug output.deva
2010-09-07Fix wierd behaviour in combobox, when used in colaboration with luadb.deva
2010-08-31DBWidget is now obsolete. Use combobox and luaDB instead.deva
2010-08-31luaComboBox and luaDB fixes and improvements.deva
2010-08-28Add combobox lua callbacks/deva
2010-08-20Don't show drop-down list when clicked, if disabled.deva
2010-08-20Fix crash bug on empty altcombobox.deva
2010-08-20Set Values just after window generation is macro is static.deva
2010-08-19Behave just a little bit nicer...deva
2010-08-19Remove unused property.deva
2010-08-19More enable/valid fixes.deva
2010-08-19Fix setValue order (children first) in setValues.deva
2010-08-19Convert to new debugdeva
2010-08-19One too many calls to eventOnChange in innerwidget.deva
2010-08-19Fixed missing recursive setValid on setEnabled.deva
2010-08-19Fixed problems with eventOnChange.deva
2010-08-18onChange should not be deep here.deva
2010-08-18Do not enable all children recursively. Make eventOnChange recursive on-demand.deva
2010-08-18Make setEnabled work recursively.deva
2010-08-18Make setValid recursive.deva
2010-08-17New format parser for metawidget et al. DBWidget is broken for the moment...deva
2010-08-17Fix value set in combobox. Make wiodgets with no valu run their onChange even...deva
2010-08-17Scroll improvement. Don't show console on startup.deva
2010-08-17First shot at a debug console.deva
2010-08-17Some validation logic and script activation changesdeva
2010-08-17Make enter/return skip to next (tab) widget.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-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 miss...deva