Tue, 02 Jun 2020 13:16:40 +0200 |
Benjamin Golinvaux |
Added setters to control relative priority of CT series loader requests.
loader-injection-feature
|
Tue, 02 Jun 2020 12:34:27 +0200 |
Benjamin Golinvaux |
Fixed RTSTRUCT test build
loader-injection-feature
|
Tue, 26 May 2020 17:38:54 +0200 |
Benjamin Golinvaux |
Test improvements for optimized loader
loader-injection-feature
|
Tue, 26 May 2020 17:12:34 +0200 |
Benjamin Golinvaux |
Added integration test for optimized CT / RTSTRUCT loading
loader-injection-feature
|
Tue, 26 May 2020 12:11:18 +0200 |
Benjamin Golinvaux |
Getter for slice processor
loader-injection-feature
|
Tue, 26 May 2020 11:56:16 +0200 |
Benjamin Golinvaux |
ISliceProcessor is now public
loader-injection-feature
|
Tue, 26 May 2020 10:11:49 +0200 |
Benjamin Golinvaux |
This branch is useless.
legacy-loader-refactoring
|
Tue, 26 May 2020 10:09:02 +0200 |
Benjamin Golinvaux |
Branch work finished
loader-cache-refactoring
|
Tue, 26 May 2020 09:52:09 +0200 |
Benjamin Golinvaux |
Merge from default.
loader-injection-feature
|
Tue, 19 May 2020 15:31:38 +0200 |
Benjamin Golinvaux |
Dead code removal
|
Tue, 19 May 2020 15:29:47 +0200 |
Benjamin Golinvaux |
DicomStructureSetLoader instances are now indexed by their instanceid AND
|
Tue, 19 May 2020 15:28:55 +0200 |
Benjamin Golinvaux |
Moved two WARNING log entries to INFO. These weren't warnings.
|
Tue, 19 May 2020 15:28:15 +0200 |
Benjamin Golinvaux |
Fix problem where multiple init/exit were not possible when using GuiAdapter
|
Tue, 19 May 2020 13:24:16 +0200 |
Benjamin Golinvaux |
Small fix for refresh events.
|
Tue, 19 May 2020 13:24:04 +0200 |
Benjamin Golinvaux |
Rewrite of the event loop to compact all refresh events. HUGE speedup when using the trackers, especially in Debug mode.
|
Tue, 19 May 2020 13:22:48 +0200 |
Benjamin Golinvaux |
[BREAKING] VolumeSceneLayerSource now locks the viewport properly before using the scene. The ctor now accepts the viewport instead of a ref. to the scene. RtViewer sample has been adapted accordingly.
|
Tue, 19 May 2020 07:39:03 +0200 |
Benjamin Golinvaux |
Merge from default
loader-injection-feature
|
Fri, 15 May 2020 21:14:35 +0200 |
Sebastien Jodogne |
OpenGL: OS X does not seem to support debug output functionality
|
Fri, 15 May 2020 18:03:20 +0200 |
Sebastien Jodogne |
yet another try to fix OS X
|
Fri, 15 May 2020 17:42:59 +0200 |
Sebastien Jodogne |
test for OS X
|
Fri, 15 May 2020 14:24:59 +0200 |
Sebastien Jodogne |
trying to fix issue with GLAPIENTRY on OS X
|
Fri, 15 May 2020 14:15:14 +0200 |
s jodogne |
fix for msvc2008
|
Fri, 15 May 2020 13:04:34 +0200 |
Sebastien Jodogne |
fix dynamic linking
|
Fri, 15 May 2020 12:28:51 +0200 |
Sebastien Jodogne |
fix
|
Fri, 15 May 2020 11:41:33 +0200 |
Sebastien Jodogne |
fixing some build errors
|
Thu, 14 May 2020 07:55:28 +0200 |
Alain Mazy |
tentative to fix CI build
|
Wed, 13 May 2020 14:58:58 +0200 |
Alain Mazy |
fix projects
|
Wed, 13 May 2020 14:32:48 +0200 |
Alain Mazy |
removed UnitTests cmake since it is now included in Samples/Sdl
|
Wed, 13 May 2020 12:43:20 +0200 |
Alain Mazy |
removed unused files
|
Wed, 13 May 2020 12:42:52 +0200 |
Alain Mazy |
single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
|
Mon, 11 May 2020 17:41:50 +0200 |
Benjamin Golinvaux |
Added a test for loader injection (basic "no regression" test). DISABLED_ because it requires a running Orthanc with a well-defined structure set instance.
loader-injection-feature
|
Mon, 11 May 2020 17:38:29 +0200 |
Benjamin Golinvaux |
when CT slices are loaded, it is now possible to act on this by implementing the ISlicePostProcessor interface and inject it in the loader.
loader-injection-feature
|
Mon, 11 May 2020 17:37:30 +0200 |
Benjamin Golinvaux |
Instance lookup is now performed in a separate class through an interface. Another implementation can be injected (SetInstanceLookupHandler)
loader-injection-feature
|
Mon, 11 May 2020 09:50:02 +0200 |
Benjamin Golinvaux |
Added useProgressiveQuality flag to LoaderCache ctor
|
Mon, 04 May 2020 18:27:44 +0200 |
Benjamin Golinvaux |
Merge from loader-cache-refactoring
|
Mon, 04 May 2020 18:26:35 +0200 |
Benjamin Golinvaux |
LoaderCache is now extensible + factored the uuid normalizing
loader-cache-refactoring
|
Mon, 04 May 2020 15:28:30 +0200 |
Benjamin Golinvaux |
dummy
legacy-loader-refactoring
|
Mon, 04 May 2020 13:34:46 +0200 |
Benjamin Golinvaux |
Merge
|
Mon, 04 May 2020 13:34:21 +0200 |
Benjamin Golinvaux |
Added ENABLE_GUIADAPTER option + fixed include paths in GuiAdapter
|
Mon, 04 May 2020 13:18:06 +0200 |
Benjamin Golinvaux |
Removed dead code (RtViewer is not supposed to demonstrate measuring tools in a simple example)
|
Mon, 04 May 2020 13:17:31 +0200 |
Benjamin Golinvaux |
Fixed busy CPU in RtViewer
|
Mon, 04 May 2020 13:17:11 +0200 |
Benjamin Golinvaux |
Fixed event loop in simple viewer
|
Thu, 30 Apr 2020 00:25:55 +0200 |
Benjamin Golinvaux |
Mouse wheel handler is now OK in SDL and Wasm
|
Wed, 29 Apr 2020 22:06:58 +0200 |
Benjamin Golinvaux |
Merge
|
Wed, 29 Apr 2020 22:06:24 +0200 |
Benjamin Golinvaux |
Three-viewport is now OK in SDL and Wasm
|
Wed, 29 Apr 2020 21:10:49 +0200 |
Alain Mazy |
cleanup + reactivate UnitTests
|
Wed, 29 Apr 2020 20:50:53 +0200 |
Alain Mazy |
moved deprecated samples into Deprecated
|
Wed, 29 Apr 2020 20:48:18 +0200 |
Alain Mazy |
moved CodeGeneration into Deprecated
|
Wed, 29 Apr 2020 20:45:14 +0200 |
Alain Mazy |
moved Platforms into Deprecated
|
Wed, 29 Apr 2020 20:44:31 +0200 |
Alain Mazy |
moved Applications into Deprecated
|
Wed, 29 Apr 2020 20:43:09 +0200 |
Alain Mazy |
moved Radiography into Deprecated
|
Wed, 29 Apr 2020 20:41:36 +0200 |
Alain Mazy |
cleanup
|
Wed, 29 Apr 2020 19:00:30 +0200 |
Alain Mazy |
cleanup + build script for RtViewer
|
Wed, 29 Apr 2020 18:11:49 +0200 |
Alain Mazy |
build script for wasm sample + updated instructions + fixed Sdl sample for Orthanc listening on other ports that 8042
|
Wed, 29 Apr 2020 15:54:26 +0200 |
Benjamin Golinvaux |
RtViewer SingleFrameViewer OK : wasm SDL single viewport
|
Wed, 29 Apr 2020 15:54:18 +0200 |
Benjamin Golinvaux |
RtViewer SingleFrameViewer OK : wasm SDL single viewport
|
Tue, 28 Apr 2020 13:52:21 +0200 |
Benjamin Golinvaux |
Sdl run loop in /Common (might revert if need to customize)
|
Tue, 28 Apr 2020 13:26:41 +0200 |
Benjamin Golinvaux |
Drilled a hole through the abstractions to be able to match
|
Tue, 28 Apr 2020 11:28:00 +0200 |
Benjamin Golinvaux |
CMake params for VS2019
|
Tue, 28 Apr 2020 08:58:41 +0200 |
Benjamin Golinvaux |
split SDL / common + RtViewer rename + html test file
|
Tue, 28 Apr 2020 08:57:39 +0200 |
Benjamin Golinvaux |
Dead code removal + removed untested Dicomweb + SingleFrameViewer wasm fixes
|
Mon, 27 Apr 2020 16:49:03 +0200 |
Benjamin Golinvaux |
Fixed big mistake (factoring the option parsing, which only adds noise to the people reading the code)
|
Mon, 27 Apr 2020 16:48:19 +0200 |
Benjamin Golinvaux |
Ongoing splitting SDL vs WASM (preparing RtViewer WASM)
|
Mon, 27 Apr 2020 16:47:46 +0200 |
Benjamin Golinvaux |
Added LoadInstanceFullVisibility for default-visible RTSTRUCT
|
Mon, 27 Apr 2020 10:01:48 +0200 |
Benjamin Golinvaux |
RtViewer : SDL ok. Preparation for WASM builds ongoing
|
Mon, 27 Apr 2020 10:01:03 +0200 |
Benjamin Golinvaux |
SingleFrameViewer: refactored file locations + names to share files for RtViewer
|
Wed, 22 Apr 2020 19:55:34 +0200 |
Benjamin Golinvaux |
Proper command-line parameter management for SDL sample
|
Wed, 22 Apr 2020 14:05:47 +0200 |
Benjamin Golinvaux |
Branch broker is now the new default
|
Wed, 22 Apr 2020 14:05:12 +0200 |
Benjamin Golinvaux |
Integration from default into broker
broker
|
Wed, 22 Apr 2020 14:04:38 +0200 |
Benjamin Golinvaux |
creating legacy-with-broker from default
legacy-with-broker
|
Wed, 22 Apr 2020 14:02:34 +0200 |
Benjamin Golinvaux |
Doc for SDL sample
broker
|
Wed, 22 Apr 2020 14:02:23 +0200 |
Benjamin Golinvaux |
Fixed missing file in WASM sample
broker
|
Wed, 22 Apr 2020 11:54:57 +0200 |
Benjamin Golinvaux |
Better source groups for SDL samples (retry)
broker
|
Mon, 20 Apr 2020 18:26:32 +0200 |
Alain Mazy |
merge
|
Mon, 20 Apr 2020 18:20:47 +0200 |
Alain Mazy |
added GetBoundingBox to Scene2D
|
Wed, 08 Apr 2020 14:14:51 +0200 |
Alain Mazy |
wip: from RadiographyScene to Scene2D
|
Fri, 03 Apr 2020 05:36:58 +0200 |
Alain Mazy |
fix
|
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
|
Sat, 18 Apr 2020 14:45:38 +0200 |
Benjamin Golinvaux |
CMake json config files for msvc builds
broker
|
Sat, 18 Apr 2020 14:45:22 +0200 |
Benjamin Golinvaux |
SdlSimpleViewer rename
broker
|
Sat, 18 Apr 2020 14:44:56 +0200 |
Benjamin Golinvaux |
ignores
broker
|
Sat, 18 Apr 2020 14:36:59 +0200 |
Benjamin Golinvaux |
unit test sources
broker
|
Sat, 18 Apr 2020 14:35:39 +0200 |
Benjamin Golinvaux |
reduce verbosity + some comments
broker
|
Sat, 18 Apr 2020 14:35:10 +0200 |
Benjamin Golinvaux |
SdlSimpleViewer fixes
broker
|
Fri, 17 Apr 2020 18:18:57 +0200 |
Benjamin Golinvaux |
dummy change
broker
|
Wed, 15 Apr 2020 17:48:38 +0200 |
Benjamin Golinvaux |
Fixed the broken function, and left the unoptimized
broker
|
Wed, 15 Apr 2020 15:46:27 +0200 |
Benjamin Golinvaux |
Some even more real doc
broker
|
Wed, 15 Apr 2020 15:46:06 +0200 |
Benjamin Golinvaux |
Some real doc
broker
|
Wed, 15 Apr 2020 15:45:58 +0200 |
Benjamin Golinvaux |
Some doc
broker
|
Wed, 15 Apr 2020 15:23:30 +0200 |
Benjamin Golinvaux |
Sdl simple viewer application
broker
|
Wed, 15 Apr 2020 15:23:07 +0200 |
Benjamin Golinvaux |
hgignore
broker
|
Wed, 15 Apr 2020 14:54:04 +0200 |
Benjamin Golinvaux |
Checking DISABLE_DEPRECATED_FIND_EVENT_TARGET_BEHAVIOR
broker
|
Wed, 15 Apr 2020 14:52:53 +0200 |
Benjamin Golinvaux |
Added DISABLE_DEPRECATED_FIND_EVENT_TARGET_BEHAVIOR
broker
|
Wed, 15 Apr 2020 12:59:15 +0200 |
Benjamin Golinvaux |
SingleFrameViewer WASM working OK
broker
|
Wed, 15 Apr 2020 12:58:14 +0200 |
Benjamin Golinvaux |
Dummy commented debug block
broker
|
Wed, 15 Apr 2020 12:58:01 +0200 |
Benjamin Golinvaux |
Enforce alignment when using PamReader to retrieve REST images,
broker
|
Wed, 15 Apr 2020 12:57:36 +0200 |
Benjamin Golinvaux |
ID vs CSS selector distinction in API and field names.
broker
|
Tue, 14 Apr 2020 14:57:06 +0200 |
Benjamin Golinvaux |
Sample paths have been adapted
broker
|
Fri, 10 Apr 2020 16:12:14 +0200 |
Benjamin Golinvaux |
Tentative loop optimization in CopyPixelDataAndComputeDistribution
broker
|
Tue, 07 Apr 2020 14:31:28 +0200 |
Benjamin Golinvaux |
Moved Application/Samples/* to Application/Samples/Deprecated/* (remaining) + moved Samples/* to Samples/Deprecated/*
broker
|
Tue, 07 Apr 2020 14:29:01 +0200 |
Benjamin Golinvaux |
Moved Application/Samples/* to Application/Samples/Deprecated/*
broker
|
Mon, 06 Apr 2020 16:57:56 +0200 |
Benjamin Golinvaux |
The flag that allows the WebAssemblyViewport to
broker
|
Mon, 06 Apr 2020 09:17:40 +0200 |
Benjamin Golinvaux |
Clean version of the hack commited in
broker
|
Mon, 06 Apr 2020 08:44:10 +0200 |
Benjamin Golinvaux |
Ability to force a re-slice of the structure set volume.
broker
|
Mon, 06 Apr 2020 08:43:03 +0200 |
Benjamin Golinvaux |
Dead code removal
broker
|
Mon, 06 Apr 2020 08:42:40 +0200 |
Benjamin Golinvaux |
New StructuresUpdated message that is sent
broker
|
Fri, 03 Apr 2020 18:18:37 +0200 |
Benjamin Golinvaux |
dummy fixes
broker
|
Fri, 03 Apr 2020 16:55:11 +0200 |
Benjamin Golinvaux |
Merge
broker
|
Fri, 03 Apr 2020 16:47:46 +0200 |
Benjamin Golinvaux |
The loaders have been adapter to the nobroker architecture
broker
|
Fri, 03 Apr 2020 16:13:24 +0200 |
Benjamin Golinvaux |
removed obsolete comments
broker
|
Fri, 03 Apr 2020 16:13:06 +0200 |
Benjamin Golinvaux |
Moved the fixed loaders back from the dead
broker
|
Tue, 31 Mar 2020 15:51:02 +0200 |
Sebastien Jodogne |
integration mainline->broker
broker
|
Tue, 31 Mar 2020 15:47:29 +0200 |
Sebastien Jodogne |
fix
|
Tue, 31 Mar 2020 11:01:34 +0200 |
Benjamin Golinvaux |
Added header files to the CMake files to
broker
|
Tue, 31 Mar 2020 11:01:00 +0200 |
Benjamin Golinvaux |
Added missing #include directives
broker
|
Tue, 31 Mar 2020 10:59:00 +0200 |
Benjamin Golinvaux |
std::string in viewport ctor
broker
|
Mon, 30 Mar 2020 14:23:46 +0200 |
Benjamin Golinvaux |
- Viewport is not passed and stored as a shared_ptr instead
broker
|
Mon, 30 Mar 2020 09:51:01 +0200 |
Alain Mazy |
minimal option for GetSceneExtent, especially for masks
|
Mon, 30 Mar 2020 08:47:30 +0200 |
Benjamin Golinvaux |
Fixed UT
broker
|
Fri, 27 Mar 2020 12:54:27 +0100 |
Benjamin Golinvaux |
Added mechanism to prevent callbacks from being sent on dead WebAssemblyViewport objects
broker
|
Wed, 25 Mar 2020 14:34:27 +0100 |
Benjamin Golinvaux |
OrthancSeriesProgressiveLoader now has two modes that
broker
|
Tue, 24 Mar 2020 21:32:35 +0100 |
Benjamin Golinvaux |
doc
broker
|
Tue, 24 Mar 2020 20:34:28 +0100 |
Benjamin Golinvaux |
Added flag in InfoPanelSceneLayer to
broker
|
Tue, 24 Mar 2020 16:24:26 +0100 |
Benjamin Golinvaux |
Added a NullLayer scene layer type that allows
broker
|
Tue, 24 Mar 2020 16:17:03 +0100 |
Benjamin Golinvaux |
Fixed warnings
broker
|
Mon, 23 Mar 2020 13:52:27 +0100 |
Benjamin Golinvaux |
Object reference 1st commit + indent change
broker
|
Fri, 20 Mar 2020 12:52:13 +0100 |
Alain Mazy |
Clarified GetExtent/GetSceneExtent
|
Tue, 17 Mar 2020 19:21:01 +0100 |
Benjamin Golinvaux |
OrthancSeriesVolumeProgressiveLoader : PNG quality only!
broker
|
Tue, 17 Mar 2020 08:57:45 +0100 |
Benjamin Golinvaux |
Build fix C++03
broker
|
Tue, 17 Mar 2020 08:40:13 +0100 |
Benjamin Golinvaux |
removed SDL code in wasm + added undostack CTOR in Wasm viewport + build fix + ORTHANC_OVERRIDE
broker
|
Tue, 17 Mar 2020 08:37:12 +0100 |
Benjamin Golinvaux |
fix nullptr
broker
|
Mon, 16 Mar 2020 11:21:57 +0100 |
Benjamin Golinvaux |
Added DISABLE_STONE_QT_CMAKE_FILE option (Qt5 Win10 builds do not work when QtConfiguration.cmake is included). This is a quick hacky fix.
broker
|
Mon, 16 Mar 2020 11:21:13 +0100 |
Benjamin Golinvaux |
warning 4996 (deprecation in jsoncpp) + indentation changes
broker
|
Mon, 16 Mar 2020 11:19:50 +0100 |
Benjamin Golinvaux |
Since the observer system now uses shared_ptr and many registrations are
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, 09 Mar 2020 14:55:22 +0100 |
Benjamin Golinvaux |
warning fixes + doc + indentation + header files in cmake for VC++ sln browsing
broker
|
Mon, 09 Mar 2020 14:53:22 +0100 |
Benjamin Golinvaux |
- first pass at changes to cope with the refactoring of the loading system
broker
|
Wed, 04 Mar 2020 13:20:12 +0100 |
Benjamin Golinvaux |
Fixed some warnings + fixed build for C++03
broker
|
Wed, 04 Mar 2020 10:21:54 +0100 |
Benjamin Golinvaux |
Merge
broker
|
Wed, 04 Mar 2020 10:07:37 +0100 |
Benjamin Golinvaux |
ViewportController now gets a ref to its parent viewport for proper lock usage
broker
|
Wed, 04 Mar 2020 10:07:14 +0100 |
Benjamin Golinvaux |
Some docs + headers added to CMake for easier VS browsing + tiny predecl
broker
|
Wed, 04 Mar 2020 09:45:38 +0100 |
Benjamin Golinvaux |
Trackers and measuring tools now use the viewport instead of ViewportController, so that proper locks can be used
broker
|
Wed, 04 Mar 2020 09:44:34 +0100 |
Benjamin Golinvaux |
Fixed broken include
broker
|
Wed, 04 Mar 2020 09:44:09 +0100 |
Benjamin Golinvaux |
IGeometryProvider interface for deprecated loaders (required for AB testing in older app)
broker
|
Mon, 02 Mar 2020 18:30:04 +0100 |
Sebastien Jodogne |
integration mainline->broker
broker
|
Mon, 02 Mar 2020 18:29:50 +0100 |
Sebastien Jodogne |
fix
|
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
|
Sun, 23 Feb 2020 15:25:49 +0100 |
Sebastien Jodogne |
fix build
|
Fri, 21 Feb 2020 15:09:35 +0000 |
Benjamin Golinvaux |
Close branch rtviewer19branch.
rtviewer19branch
|
Fri, 21 Feb 2020 15:09:02 +0000 |
Benjamin Golinvaux |
Close branch bugs/2020-02-invisible-slice.
bugs/2020-02-invisible-slice
|
Fri, 21 Feb 2020 15:27:42 +0100 |
Benjamin Golinvaux |
Merged changes from bugfix branch
|
Fri, 21 Feb 2020 15:25:34 +0100 |
Benjamin Golinvaux |
Removed debug logs
bugs/2020-02-invisible-slice
|
Fri, 21 Feb 2020 15:23:40 +0100 |
Benjamin Golinvaux |
Removal of debug logs
bugs/2020-02-invisible-slice
|
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
|
Fri, 14 Feb 2020 15:30:36 +0100 |
Benjamin Golinvaux |
Fixed clang errors
bugs/2020-02-invisible-slice
|
Fri, 14 Feb 2020 15:00:54 +0100 |
Benjamin Golinvaux |
Heavy (temporary) logging in the path that leads
bugs/2020-02-invisible-slice
|
Fri, 14 Feb 2020 14:59:32 +0100 |
Benjamin Golinvaux |
Added Histogram functions (new files: ImageToolbox...)
bugs/2020-02-invisible-slice
|
Tue, 11 Feb 2020 14:40:33 +0100 |
Alain Mazy |
changed log level
|
Tue, 11 Feb 2020 14:38:36 +0100 |
Benjamin Golinvaux |
merged default into branch
bugs/2020-02-invisible-slice
|
Fri, 07 Feb 2020 13:50:57 +0100 |
Benjamin Golinvaux |
2019 to 2020
bugs/2020-02-invisible-slice
|
Tue, 04 Feb 2020 12:59:02 +0100 |
Benjamin Golinvaux |
2019 --> 2020
bugs/2020-02-invisible-slice
|
Tue, 04 Feb 2020 15:24:03 +0100 |
Sebastien Jodogne |
integration mainline->broker
broker
|
Tue, 04 Feb 2020 15:23:33 +0100 |
Sebastien Jodogne |
fix copyright years
|
Tue, 04 Feb 2020 15:20:08 +0100 |
Sebastien Jodogne |
integration mainline->broker
broker
|
Tue, 04 Feb 2020 12:32:15 +0100 |
Benjamin Golinvaux |
DO NOT MERGE! Added global bool that enables
bugs/2020-02-invisible-slice
|
Tue, 04 Feb 2020 12:31:36 +0100 |
Benjamin Golinvaux |
Typo fix
bugs/2020-02-invisible-slice
|
Tue, 04 Feb 2020 12:31:22 +0100 |
Benjamin Golinvaux |
Added debug message if observer invalid
bugs/2020-02-invisible-slice
|
Tue, 04 Feb 2020 12:31:03 +0100 |
Benjamin Golinvaux |
Added PixelTestPattern class to debug invisible slice issues
bugs/2020-02-invisible-slice
|
Tue, 04 Feb 2020 12:29:30 +0100 |
Benjamin Golinvaux |
VC2008 fix
bugs/2020-02-invisible-slice
|
Mon, 03 Feb 2020 14:57:22 +0100 |
Alain Mazy |
merge
|
Mon, 03 Feb 2020 14:56:56 +0100 |
Alain Mazy |
options to avoid multiple LayerEditedMessage
|
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
|
Fri, 31 Jan 2020 17:32:53 +0100 |
Sebastien Jodogne |
sync
broker
|
Fri, 31 Jan 2020 17:25:27 +0100 |
Sebastien Jodogne |
sync
|
Tue, 28 Jan 2020 19:21:11 +0100 |
Sebastien Jodogne |
fix for msvc 2008
|
Tue, 28 Jan 2020 17:31:17 +0100 |
Sebastien Jodogne |
fix for msvc 2008
|
Mon, 27 Jan 2020 15:23:54 +0100 |
Benjamin Golinvaux |
Added tag toa2020012703 for changeset 5e45322c7724
|
Mon, 27 Jan 2020 15:23:16 +0100 |
Benjamin Golinvaux |
Fixed errors related to previous fingerprint change
toa2020012703
|
Mon, 27 Jan 2020 15:13:27 +0100 |
Benjamin Golinvaux |
Added tag toa2020012702 for changeset ca2058bd74ef
|
Mon, 27 Jan 2020 15:13:00 +0100 |
Benjamin Golinvaux |
Changed fingerprint from uuid_t to int64_t + poor man's
toa2020012702
|
Mon, 27 Jan 2020 14:34:54 +0100 |
Benjamin Golinvaux |
Added tag toa2020012701 for changeset 5a2d5380148d
|
Mon, 27 Jan 2020 14:29:02 +0100 |
Benjamin Golinvaux |
Added outlier rejection for min max computation in multiframe volume loader
toa2020012701
|
Tue, 21 Jan 2020 16:52:37 +0100 |
Alain Mazy |
various fixes for RadiographyScene: support text layers outside the dicom layer, fix background in this case + extract dicom from rendered scene
|
Tue, 14 Jan 2020 15:22:10 +0100 |
Alain Mazy |
more logs to debug exceptions in Render
|
Tue, 14 Jan 2020 12:05:01 +0100 |
Alain Mazy |
RadiographyScene: virtual methods to use in derived class
|
Thu, 09 Jan 2020 15:24:43 +0100 |
Alain Mazy |
more keyboard key mappings
|
Wed, 08 Jan 2020 15:22:13 +0100 |
Sebastien Jodogne |
GetOrthancImageCommand: handling of unsupported formats
broker
|
Wed, 08 Jan 2020 14:01:36 +0100 |
Sebastien Jodogne |
don't follow redirections if contacting the Orthanc REST API
broker
|
Wed, 08 Jan 2020 10:35:39 +0100 |
Benjamin Golinvaux |
Merge
broker
|
Wed, 08 Jan 2020 10:34:53 +0100 |
Benjamin Golinvaux |
Fixed uninited var applyLog_
broker
|
Wed, 08 Jan 2020 10:33:11 +0100 |
Sebastien Jodogne |
fix uninitialized variable in LookupTableTextureSceneLayer
broker
|
Tue, 07 Jan 2020 20:22:02 +0100 |
Sebastien Jodogne |
LoadedDicomResources::MergeResource()
broker
|
Tue, 07 Jan 2020 14:23:24 +0100 |
Sebastien Jodogne |
ViewportController::HandleMouseMove() returning a Boolean for invalidation
broker
|
Tue, 07 Jan 2020 13:45:04 +0100 |
Sebastien Jodogne |
WebAssemblyLoadersContext
broker
|
Tue, 07 Jan 2020 13:12:43 +0100 |
Sebastien Jodogne |
refactoring ILoadersContext
broker
|
Tue, 07 Jan 2020 12:56:40 +0100 |
Sebastien Jodogne |
proper initialization of opengl canvas size
broker
|
Tue, 07 Jan 2020 11:56:20 +0100 |
Sebastien Jodogne |
ParseDicomFromWadoCommand working in wasm
broker
|
Mon, 06 Jan 2020 20:53:27 +0100 |
Sebastien Jodogne |
working on ParseDicomFromWadoCommand for wasm
broker
|
Mon, 06 Jan 2020 20:06:23 +0100 |
Sebastien Jodogne |
removing unused logs
broker
|
Mon, 06 Jan 2020 18:08:05 +0100 |
Sebastien Jodogne |
working of WebAssemblyOracle
broker
|
Mon, 30 Dec 2019 10:54:26 +0100 |
Sebastien Jodogne |
integration mainline->broker
broker
|
Fri, 20 Dec 2019 15:50:24 +0100 |
Benjamin Golinvaux |
Added tag toa2019122001 for changeset ce3052f28f2e
|
Fri, 20 Dec 2019 15:44:20 +0100 |
Benjamin Golinvaux |
Added a lazy size update system in WebAssemblyOpenGLViewport::Refresh
toa2019122001
|
Thu, 12 Dec 2019 14:30:33 +0100 |
Alain Mazy |
RadiographyWidget: clear selection when changing scene
|
Tue, 10 Dec 2019 18:10:19 +0100 |
Alain Mazy |
RadiographyWidget: constness
|
Mon, 09 Dec 2019 20:45:47 +0100 |
Sebastien Jodogne |
global function GetWebGLViewportsRegistry()
broker
|
Mon, 09 Dec 2019 20:25:22 +0100 |
Sebastien Jodogne |
WebGLViewportsRegistry in milliseconds, and Clear()
broker
|
Mon, 09 Dec 2019 17:48:54 +0100 |
Sebastien Jodogne |
integration mainline->broker
broker
|
Mon, 09 Dec 2019 17:48:14 +0100 |
Sebastien Jodogne |
fix warning
broker
|
Mon, 09 Dec 2019 17:46:33 +0100 |
Sebastien Jodogne |
viewports for WebAssembly
broker
|
Mon, 09 Dec 2019 16:38:02 +0100 |
Alain Mazy |
merge
|
Mon, 09 Dec 2019 16:37:39 +0100 |
Alain Mazy |
TestRenderer: Add a blank line on top of the text to improve bilinera filtering of the topmost line
|
Mon, 09 Dec 2019 14:41:37 +0100 |
Sebastien Jodogne |
fix compilation of WebAssemblyOracle
broker
|
Mon, 09 Dec 2019 13:58:37 +0100 |
Sebastien Jodogne |
adding the next generation of loaders
broker
|
Sun, 08 Dec 2019 12:06:44 +0100 |
Sebastien Jodogne |
deprecating SliceImageQuality enum
broker
|
Sun, 08 Dec 2019 11:57:46 +0100 |
Sebastien Jodogne |
explicitely tagging LockingEmitter as deprecated
broker
|
Sun, 08 Dec 2019 11:45:09 +0100 |
Sebastien Jodogne |
deprecating DicomStructureSetLoader, OrthancMultiframeVolumeLoader and OrthancSeriesVolumeProgressiveLoader
broker
|
Sat, 07 Dec 2019 18:45:37 +0100 |
Sebastien Jodogne |
integration mainline->broker
broker
|
Sat, 07 Dec 2019 18:41:54 +0100 |
Sebastien Jodogne |
fix
|
Sat, 07 Dec 2019 18:18:07 +0100 |
Sebastien Jodogne |
deprecating MessageHandler
broker
|
Sat, 07 Dec 2019 17:47:35 +0100 |
Alain Mazy |
merge
|
Sat, 07 Dec 2019 17:47:23 +0100 |
Alain Mazy |
RadiographyTextLayer: support multiple fonts
|
Sat, 07 Dec 2019 17:46:25 +0100 |
Alain Mazy |
cleanup
|
Fri, 06 Dec 2019 17:05:57 +0100 |
Sebastien Jodogne |
fix OneGesturePointerTracker if mouse release is outside the canvas
broker
|
Thu, 05 Dec 2019 18:34:56 +0100 |
Sebastien Jodogne |
removed debug code
broker
|
Thu, 05 Dec 2019 16:36:40 +0100 |
Sebastien Jodogne |
better abstraction for IViewport
broker
|
Wed, 04 Dec 2019 20:12:15 +0100 |
Sebastien Jodogne |
removed ViewportBase, and removed dependency of ViewportController on IViewport
broker
|
Wed, 04 Dec 2019 19:12:08 +0100 |
Sebastien Jodogne |
removing pointer to viewport from ViewportController
broker
|
Wed, 04 Dec 2019 17:54:10 +0100 |
Sebastien Jodogne |
moving the scene from IViewport to ViewportController
broker
|
Wed, 04 Dec 2019 16:54:24 +0100 |
Sebastien Jodogne |
integration mainline->broker
broker
|
Wed, 04 Dec 2019 16:47:21 +0100 |
Sebastien Jodogne |
compositors do not keep a reference to the scene anymore
broker
|
Wed, 04 Dec 2019 16:13:10 +0100 |
Sebastien Jodogne |
removing interactor from the ViewportController members
broker
|
Wed, 04 Dec 2019 15:46:14 +0100 |
Benjamin Golinvaux |
Fixed the style configurator to only set inversion on the image if it has been
|
Tue, 03 Dec 2019 18:51:03 +0100 |
Sebastien Jodogne |
handling of mouse interactions in ViewportController
broker
|
Tue, 03 Dec 2019 12:29:06 +0100 |
Sebastien Jodogne |
integration mainline->broker
broker
|
Tue, 03 Dec 2019 09:51:00 +0100 |
Benjamin Golinvaux |
Fixed photometric interpretation in texture creation
|
Mon, 02 Dec 2019 14:32:05 +0100 |
Sebastien Jodogne |
fix to sdl
broker
|
Fri, 29 Nov 2019 21:24:29 +0100 |
Sebastien Jodogne |
integration mainline->broker
broker
|
Fri, 29 Nov 2019 21:22:21 +0100 |
Sebastien Jodogne |
locking abstraction in IViewport
broker
|
Fri, 29 Nov 2019 18:08:56 +0100 |
Alain Mazy |
cleanup
|
Fri, 29 Nov 2019 16:21:24 +0100 |
Alain Mazy |
RadiographyScene fixes
|
Fri, 29 Nov 2019 11:03:41 +0100 |
Sebastien Jodogne |
integration mainline->broker
broker
|
Thu, 28 Nov 2019 18:28:15 +0100 |
Alain Mazy |
RadiograpyScene: can now remove any layer + new key wrappers for Delete/Backspace
|
Thu, 28 Nov 2019 17:13:33 +0100 |
Sebastien Jodogne |
fix compatibility between SDL and DCMTK
broker
|
Wed, 27 Nov 2019 17:56:48 +0100 |
Alain Mazy |
merge
|
Wed, 27 Nov 2019 17:51:33 +0100 |
Alain Mazy |
RadiographyScene: windowing is now only applied to the Dicom layer
|
Wed, 27 Nov 2019 14:34:34 +0100 |
Sebastien Jodogne |
integration mainline->broker
broker
|
Wed, 27 Nov 2019 14:32:14 +0100 |
Sebastien Jodogne |
fix build
|
Wed, 27 Nov 2019 14:19:17 +0100 |
Sebastien Jodogne |
merge
|