summaryrefslogtreecommitdiff
path: root/client
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
2014-03-12Add missing string conversion.Bent Bisballe Nyeng
2013-05-24Only open combobox on click if target object is the combobox lineedit.Bent Bisballe Nyeng
2013-02-15Make Qt5 compatible.Bent Bisballe Nyeng
2013-01-17Change praxisd server name.Bent Bisballe Nyeng
2012-12-21Changed shortcuts for comitting as draft and to journalsenator
2012-12-21Added missing translation tag.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-07Make simple-quit if no sessionid has been assigned.Bent Bisballe Nyeng
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-09-07Disable all macro entities when commit/nocommit/discard has been pressed, ↵Bent Bisballe Nyeng
until an answer has been received.
2012-08-27Ticked version to 2.2.3senator
2012-08-23Merge branch 'master' of http://git.aasimon.org/public/pracroBent Bisballe Nyeng
2012-08-23Block click on buttons while waiting for close.Bent Bisballe Nyeng
2012-04-13Add http body on errors.Bent Bisballe Nyeng
2012-04-13Remove utf8 decoding.Bent Bisballe Nyeng
2012-04-13Documentation.Bent Bisballe Nyeng
2012-01-20Add missing prefix to cave search.Bent Bisballe Nyeng
2012-01-19Make client block on error response from server. Both on macro commits and ↵Bent Bisballe Nyeng
on template commit.
2011-12-02Bump version.Bent Bisballe Nyeng
2011-12-02Updated the language filesenator
2011-12-01Merge branch 'master' of http://git.aasimon.org/public/pracrosenator
2011-12-01Added missing strings.Bent Bisballe Nyeng
2011-12-01Make sure space is added in the bottom (stretch) if the window is taller ↵Bent Bisballe Nyeng
than the macros.
2011-12-01Restore sane animationtime value.Bent Bisballe Nyeng
2011-12-01Set window title and icon.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 ↵Bent Bisballe Nyeng
gaining focus even though it is hidden.
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-11-30Since from to to heights are the same this is a noop, but it seems more ↵Bent Bisballe Nyeng
correct this way.
2011-11-30Make sure we don't 'bounce' around when animating to the same height.Bent Bisballe Nyeng
2011-11-29remove old debug code.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-23Fix horrible bug in PatientParser using only the last sogeord in the list if ↵Bent Bisballe Nyeng
more than one present.
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-08Foxus fix; take 2.Bent Bisballe Nyeng
2011-11-08Merge branch 'master' of http://git.aasimon.org/public/pracroBent Bisballe Nyeng
2011-11-08Make sure main window has focus when pcpviewer is used.Bent Bisballe Nyeng
2011-11-08Make sure top template and top (non-static) macro has keyboard focus after ↵Bent Bisballe Nyeng
initialisation. Give central widget a sensible name.
2011-11-08template button now has focus and hover colorLars Bisballe Jensen