summaryrefslogtreecommitdiff
path: root/client/macrowindow.cc
AgeCommit message (Expand)Author
2011-12-01Fix setKeyboardFocus to work recursive on all widgets. Fixes bug where MultiL...Bent Bisballe Nyeng
2011-12-01Reorganise TabOrder according to child nesting order.Bent Bisballe Nyeng
2011-11-30Make sure the drawer button is focused before the macro is deleted. Otherwise...Bent Bisballe Nyeng
2011-08-02New 'open course' feature.deva
2011-04-13Introduce new committable/preCommit methods, that can be used to block a comm...deva
2011-04-04Fix journal view scrollbar jumpiness. Fix scroll to view on open of new macro...deva
2011-03-14Make setKeyboardFocus recursive instead of iterative.deva
2011-03-11Huge improvements on 'keyboard-only' use.deva
2011-03-10New lua functions: template(), macro(), user() and patientid(). New onInit lu...deva
2011-03-10Callback based client implementation is now finished. Testing is up.deva
2011-03-04Simplify Collapser (animateToWidget instead of collapse/expand).deva
2011-03-03Spring cleaning...deva
2011-02-23Fixes 'speedy collapse' on commit.deva
2011-02-22Make collapser use QPixmap during animation.deva
2011-02-08Remove double message on closing and saving of changed macro.deva
2011-02-08Remake previous fix for resume text not shown in full height.deva
2011-02-08Scroll into view when a new macro is expanded.deva
2011-01-18Fix bug not showing all resume text after macro commit.deva
2011-01-06Fix crash on macro save.deva
2011-01-06fixed crash on 'save on close reminder'deva
2010-08-20Set Values just after window generation is macro is static.deva
2010-08-19Fix initial validation due to the widgets being invisible.deva
2010-08-17Fix value set in combobox. Make wiodgets with no valu run their onChange even...deva
2010-08-17First shot at a debug console.deva
2010-08-17Remove 'language' attribute.deva
2010-08-17Some cleanup codedeva
2010-08-13Make validation run deep (or not).deva
2010-08-13Child recursion setValue fix. Missing initialisation of hideChildren and miss...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-06-10Add transaction support on database pr. pracro session. Makes it possible to ...deva
2010-06-01From new_protocol branch.deva
2009-08-06Made macros with prefilled values commitable. Fixed bug, where innerwidget of...deva
2009-07-30Changed illogically named 'window' tag into the more descriptive 'widgets' tag.deva
2009-07-30Removed the term 'course' everywhere, and replaced it by 'template'. This red...deva
2009-07-03Some tweaking in the new dependency system. Mostly GUI stuff.deva
2009-06-30Removed console on win32 unless, compiled in debug mode. First attempt on a m...deva
2009-05-11Included 'course' in the commits.deva
2009-03-18Made a messagebox wrapper that does the button translation.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-12-01Added 'compact' attribute in templates.deva
2008-10-08Removed obsolete macro.{cc,h}. Made the passing of the Netcom class, use a po...deva
2008-09-23Added resumewidget.deva
2008-09-23Removed unused include.deva