summaryrefslogtreecommitdiff
path: root/client/client.pro
AgeCommit message (Collapse)Author
2014-03-19Remove borked experiment.Bent Bisballe Nyeng
2014-03-12Test env inheritance.Bent Bisballe Nyeng
2014-03-12Test env inheritance.Bent Bisballe Nyeng
2014-03-12Test env inheritance.Bent Bisballe Nyeng
2014-03-12Switch to new praxisdif.Bent Bisballe Nyeng
2013-02-15Make Qt5 compatible.Bent Bisballe Nyeng
2012-12-21Implemented new shortcut key system. Fade in/out shortcut tooltips. Close ↵Bent Bisballe Nyeng
pcpviewer on window close due to commit/nocommit/discard actions.
2012-09-07Merge branch 'master' of http://git.aasimon.org/public/pracroBent Bisballe Nyeng
2012-09-07Make client use luapraxisd.h from server folder. Add stub functions to ↵Bent Bisballe Nyeng
luapraxisd in client.
2012-09-07Bump version to 2.2.4Bent Bisballe Nyeng
2012-08-27Ticked version to 2.2.3senator
2011-12-02Bump version.Bent Bisballe Nyeng
2011-11-23Merge branch 'master' of http://git.aasimon.org/public/pracrosenator
2011-11-23Removed console and changed LIBPATH to QMAKE_LIBDIR. LIBPATH is obsoletesenator
2011-11-23Tick version.Bent Bisballe Nyeng
2011-11-17Remove common VERSION file and put version numbers directly in configure.in ↵Bent Bisballe Nyeng
and client.pro files allowing for diverging versions.
2011-11-03Initial version of complete pcpraxis viewer, with patient info, journal view ↵Bent Bisballe Nyeng
and docmenu.
2011-10-19Some reorganisation, preparing for much more pcpview stuff.Bent Bisballe Nyeng
2011-10-14Merge branch 'master' of http://git.aasimon.org/public/pracroLars Bisballe Jensen
2011-10-13added AboutBox entries for both cc and h filesLars Bisballe Jensen
2011-10-12Finalised the praxisd communination code. Still untested though...Bent Bisballe Nyeng
2011-10-12Initial work on pcp viewer including a new Praxisd class based on Qt-only ↵Bent Bisballe Nyeng
components.
2011-08-02New 'open course' feature.deva
2011-07-01Removed the viewer. It is no longer needed.deva
2011-06-28Added praxisd accessibility through lua.deva
2011-03-10New checkgroupbox widget.deva
2011-03-10Callback based client implementation is now finished. Testing is up.deva
2011-01-31Common client/server version file.deva
2011-01-28New cross client session system.deva
2011-01-06Tick on versiondeva
2010-10-12added launcher if no cpr specified on command linesenator
2010-08-31DBWidget is now obsolete. Use combobox and luaDB instead.deva
2010-08-28Initial (untested) shot at a lua<->QSql wrapper.deva
2010-08-17New format parser for metawidget et al. DBWidget is broken for the moment...deva
2010-08-17First shot at a debug console.deva
2010-08-13setValues recursive. Remove old widgetbuilder files.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
2010-03-02Some dist/version config.deva
2009-08-31Remove debug window on win32.deva
2009-08-17A new journal watcher and pracro progressbar.deva
2009-07-30Updated version number to 1.1.0deva
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-11Version bump.deva
2009-04-06Version number added in pro file.R_1_0_0deva
2009-03-18Made a messagebox wrapper that does the button translation.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 two new widgets: metawidget and altcombobox. Modified multilist to use ↵deva
'innerwidget' attribute instead of format string.