log Applications/Generic/GuiAdapter.cpp @ 1371:f15529add7b0 broker

age author description
Mon, 20 Apr 2020 16:21:09 +0200 Benjamin Golinvaux operator << for GuiAdapterMouseEvent broker
Mon, 20 Apr 2020 13:08:43 +0200 Benjamin Golinvaux Changes to GuiAdapter to allow it to work correctly with both new and old broker
Fri, 03 Apr 2020 18:18:37 +0200 Benjamin Golinvaux dummy fixes broker
Fri, 03 Apr 2020 16:13:24 +0200 Benjamin Golinvaux removed obsolete comments broker
Tue, 17 Mar 2020 08:57:45 +0100 Benjamin Golinvaux Build fix C++03 broker
Tue, 17 Mar 2020 08:37:12 +0100 Benjamin Golinvaux fix nullptr broker
Mon, 16 Mar 2020 11:12:39 +0100 Benjamin Golinvaux Added support for OnGenericSdlEvent to GuiAdapter. broker
Mon, 09 Mar 2020 14:56:04 +0100 Benjamin Golinvaux coping with both viewport and loader changes broker
Mon, 02 Mar 2020 18:11:45 +0100 Sebastien Jodogne integration mainline->broker broker
Mon, 02 Mar 2020 17:21:24 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr broker
Mon, 02 Mar 2020 16:31:30 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr
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
Sat, 10 Aug 2019 13:07:31 +0200 Benjamin Golinvaux Fixed animation frame stopping when returning false + big work on the OpenGL toa2019081001
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)
Fri, 19 Jul 2019 11:40:45 +0200 Alain Mazy merge am-dev
Fri, 19 Jul 2019 10:30:40 +0200 Benjamin Golinvaux Re-enabled gl debug output in GuiAdapter +
Thu, 18 Jul 2019 10:50:59 +0200 Alain Mazy Merge am-dev
Wed, 17 Jul 2019 17:17:34 +0200 Benjamin Golinvaux Disabled OpenGL in GuiAdapter to allow for Cairo-only workflows (THIS IS A TEMP CHANGE!!!) + disabled outlined text by default (build macro)
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
Tue, 25 Jun 2019 18:04:54 +0200 Benjamin Golinvaux Fixed WARN --> WARNING (unsure how this builds fine under Windows...) toa2019062503
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
Wed, 19 Jun 2019 12:30:20 +0200 Sebastien Jodogne fix OS X build
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