summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-25Initial version of praxisd communications class.deva
2011-04-19ACL coming soon in an implementation near you. ACL stub files.deva
2011-04-13Introduce new committable/preCommit methods, that can be used to block a comm...deva
2011-04-12Bugfix: Hide header and expand button if macro is static.deva
2011-04-11Add missing helptext for -P (pidfile).deva
2011-04-11Remove dangling stderr output.deva
2011-04-04Final fix for journal scrolling behaviour (finally scrolls correctly to botto...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-04-01Re-enable multiuser feature.deva
2011-03-30Temporarily revert multiuser journal commits.deva
2011-03-29Examples in docs.deva
2011-03-28corrected minor errorsenator
2011-03-28updated translations to avoid the word 'commit'senator
2011-03-28changed questio to critical in close messageboxsenator
2011-03-28Split up journal commits on multiple users.deva
2011-03-25Finished documenting the last widgets. Also some changes in the docgen app.deva
2011-03-24Initial commit of docgen.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-14Add missing newlines in debug output.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-10Version bumpR_2_1_0deva
2011-03-10New checkgroupbox widget.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-03Remove printf's.deva
2011-03-03Spring cleaning...deva
2011-03-03Unify grabber functions.deva
2011-02-23Added missing includes.deva
2011-02-23Fixes 'speedy collapse' on commit.deva
2011-02-23Fade between widgets introduced in Collapser.deva
2011-02-22Make collapser use QPixmap during animation.deva
2011-02-18Made Session isreadonly property private and created new commitMacro method.deva
2011-02-18Some small changes in the postgres error handling, and a lot of tests, inspir...deva
2011-02-17Finished implementation of new database layout in testdb.deva
2011-02-17Add -fno-elide-constructors to gcov compile line. See http://gcc.gnu.org/bugz...deva
2011-02-17'Renamed' active/setActive methods to idle/setIdle, since these names makes m...deva
2011-02-17Rewrite of all old tests to new unittest framework. Also some work on testdb;...deva
2011-02-17Add compiling, but always failing test as default.deva
2011-02-17Remove lcov folder on test_clean.deva
2011-02-17Add -O0 to compile options.deva
2011-02-15Improved error messages from ConfigrationParser.deva