log Applications/Generic/GuiAdapter.cpp @ 947:1091b2adeb5a toa2019081001

age author description
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