summaryrefslogtreecommitdiff
path: root/client/widgets
AgeCommit message (Expand)Author
2013-05-24Only open combobox on click if target object is the combobox lineedit.Bent Bisballe Nyeng
2012-12-21Implemented new shortcut key system. Fade in/out shortcut tooltips. Close pcp...Bent Bisballe Nyeng
2012-04-13Documentation.Bent Bisballe Nyeng
2011-12-01Make combobox selection list popup on spacebar or mousedown.Bent Bisballe Nyeng
2011-12-01Force focus on combobox in altcombobox in order to avoid the inner widget gai...Bent Bisballe Nyeng
2011-12-01Fix setKeyboardFocus to work recursive on all widgets. Fixes bug where MultiL...Bent Bisballe Nyeng
2011-11-29remove old debug code.Bent Bisballe Nyeng
2011-11-08New lua and xml attr methods for setting widget foreground and background col...Bent Bisballe Nyeng
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