summaryrefslogtreecommitdiff
path: root/client/macrowindow.cc
AgeCommit message (Collapse)Author
2011-12-01Fix setKeyboardFocus to work recursive on all widgets. Fixes bug where ↵Bent Bisballe Nyeng
MultiList did not receive keyboard focus when it is the first child in the macro window.
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. ↵Bent Bisballe Nyeng
Otherwise something random will gain focus making the scroll area jump to this random position.
2011-08-02New 'open course' feature.deva
2011-04-13Introduce new committable/preCommit methods, that can be used to block a ↵deva
commit from inside the widgets.
2011-04-04Fix journal view scrollbar jumpiness. Fix scroll to view on open of new ↵deva
macro. Added new attribute 'type' to checkgroupbox.
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 ↵deva
lua callback attribute.
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 ↵deva
events on startup.
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 ↵deva
missing check on valid().
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
discard all edited macros.
2010-06-01From new_protocol branch.deva
2009-08-06Made macros with prefilled values commitable. Fixed bug, where innerwidget ↵deva
of altcombobox didn't get its value set.
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 ↵deva
reduced/simplified the Template class structure a bit.
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 ↵deva
macro dependency system.
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
The changes are contained (but not limited to) in the following list: - Make disabled widgets ignored in validation test. - Do not commit values of disabled widgets to the database. - Make storechildren attribute on metawidget, that enables storing of the child widgets in the database. - Implement LUA resume generator. - Make language attribute on resume tag, and switch parser (format/LUA). - Case insensitive search in combobox. - Click on macro name or line, expands macro. - Greyed out widgets in AltComboBox should be hidden instead. - Keyboard 'delete' should delete item from multilist. - "Commit" button needs to be more visible? Icon? - Upon opening of a second macro, the first macro should indicate itself as 'not saved'. - After 'add' in multilist, the input widgets should be reset. - First widget in a macro should have keyboard focus after expansion. - "Endnu ikke udfyldt" needs to be more clear (darker). - Meta widgets must recurse the isValid() call to its children. - Greyed out widgets must be hidden. - Multilist should be read as a list prior to its input fields. - Visible field on widgets. Hides a widget without disabling it.
2008-12-01Added 'compact' attribute in templates.deva
2008-10-08Removed obsolete macro.{cc,h}. Made the passing of the Netcom class, use a ↵deva
pointer.
2008-09-23Added resumewidget.deva
2008-09-23Removed unused include.deva