Mercurial > hg > orthanc-stone
annotate TODO @ 1290:7def6ab2929f bugs/2020-02-invisible-slice
Removal of debugging logs
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Fri, 21 Feb 2020 15:20:29 +0100 |
parents | 5d359b115b29 |
children | 7b963bccafef |
rev | line source |
---|---|
0 | 1 Stone of Orthanc |
2 ================ | |
3 | |
4 | |
5 ------- | |
6 General | |
7 ------- | |
8 | |
9 * Documentation | |
4 | 10 * Interface with DICOMweb |
0 | 11 * LayoutPetCtFusionApplication: fix initial view |
285
3c190e2bb3af
refactoring: ApplicationRunner + app hierarchy
am@osimis.io
parents:
284
diff
changeset
|
12 |
3c190e2bb3af
refactoring: ApplicationRunner + app hierarchy
am@osimis.io
parents:
284
diff
changeset
|
13 |
0 | 14 --------------------------------- |
15 Radiotherapy and nuclear medicine | |
16 --------------------------------- | |
17 | |
18 * Project RT-STRUCT in sagittal + coronal views | |
19 * Speedup RT-STRUCT loading | |
20 * Automatic segmentation + manual contouring | |
21 * Display segments in mask | |
22 | |
23 | |
24 ------------- | |
25 Optimizations | |
26 ------------- | |
27 | |
28 * Tune number of loading threads in LayeredSceneWidget | |
29 * LayoutWidget: Do not update full background if only 1 widget has changed | |
30 * LayoutWidget: Threads to refresh each child | |
31 * Implement binary search to speed up search for closest slice | |
32 * Avoid the creation of new threads when updating the frame factory | |
33 (as seen with gdb) | |
34 | |
35 | |
36 ----------------- | |
37 Platform-specific | |
38 ----------------- | |
39 | |
40 * Add precompiled headers for Microsoft Visual Studio | |
41 * Investigate crash in CurlOrthancConnection if using MinGW32 in Release mode | |
42 | |
43 | |
44 --------------------- | |
45 Source code cosmetics | |
46 --------------------- | |
47 | |
48 * Use "SampleInteractor::AddWidget()" in all samples | |
49 | |
50 | |
16 | 51 --------- |
52 Packaging | |
53 --------- | |
54 | |
55 * Publish history of code size on Web site | |
56 | |
57 | |
0 | 58 ------ |
59 Future | |
60 ------ | |
61 | |
62 * Create a wrapper for Python |