log Applications/Generic/GuiAdapter.h @ 1312:4f8c9065ee52 broker

age author description
Mon, 09 Mar 2020 14:56:04 +0100 Benjamin Golinvaux coping with both viewport and loader changes broker
Sun, 23 Feb 2020 15:32:24 +0100 Sebastien Jodogne integration mainline->broker broker
Fri, 21 Feb 2020 15:20:29 +0100 Benjamin Golinvaux Removal of debugging logs bugs/2020-02-invisible-slice
Wed, 19 Feb 2020 17:05:08 +0100 Benjamin Golinvaux Ongoing work on invisible slice bug (logging + removed unused function) bugs/2020-02-invisible-slice
Tue, 04 Feb 2020 15:20:08 +0100 Sebastien Jodogne integration mainline->broker broker
Fri, 31 Jan 2020 17:34:57 +0100 Sebastien Jodogne upgrade to year 2020 broker
Fri, 31 Jan 2020 17:34:29 +0100 Sebastien Jodogne upgrade to year 2020
Sun, 08 Dec 2019 11:57:46 +0100 Sebastien Jodogne explicitely tagging LockingEmitter as deprecated broker
Thu, 24 Oct 2019 22:31:18 +0200 Sebastien Jodogne deprecating LockingEmitter broker
Mon, 30 Sep 2019 10:41:06 +0200 Benjamin Golinvaux TrackerCommand --> MeasureCommand + fuse against exception in MeasureTool dtor toa2019093001
Wed, 31 Jul 2019 10:24:09 +0200 Benjamin Golinvaux Added getters and notifications to allow clients of the loaders (DicomStructureSetLoader, OrthancSeriesVolumeProgressiveLoader and OrthancMultiframeVolumeLoader) to know when the loading is finished + added ability for SDL event loop to execute a callback repeatedly (used to check the view loading state)
Mon, 29 Jul 2019 15:39:11 +0200 Benjamin Golinvaux Added traces in LoaderCache objects dtors + fuse to prevent dead weak ptrs to be calleds in VisitWdigets (in GuiAdapter.h) toa2019072901
Fri, 05 Jul 2019 15:33:02 +0200 Alain Mazy Merge am-dev
Fri, 05 Jul 2019 14:52:43 +0200 Alain Mazy some Qt integration (wip) am-dev
Mon, 24 Jun 2019 14:57:55 +0200 Benjamin Golinvaux Keyboard event routing (handling done in app)
Mon, 24 Jun 2019 10:31:04 +0200 Benjamin Golinvaux GuiAdapter : mouse event routing in SDL + split the undo stack from the
Mon, 17 Jun 2019 16:12:52 +0200 Benjamin Golinvaux Prevent creation of multiple GuiAdapter instances
Fri, 14 Jun 2019 14:46:16 +0200 Sebastien Jodogne removed some c++11 for older compilers
Fri, 14 Jun 2019 12:14:16 +0200 Benjamin Golinvaux Removed extra logging + doc + added GuiAdapter and LockingEmitter