comparison TODO @ 373:d6136a7e914d

making branch am-2 the new mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 05 Nov 2018 10:06:18 +0100
parents 2038d76bf13f
children 5d359b115b29
comparison
equal deleted inserted replaced
371:fe4befe03935 373:d6136a7e914d
24 ------------- 24 -------------
25 Optimizations 25 Optimizations
26 ------------- 26 -------------
27 27
28 * Tune number of loading threads in LayeredSceneWidget 28 * Tune number of loading threads in LayeredSceneWidget
29 * Add cache over IOrthancServices (for SDL/Qt/...)
30 * LayoutWidget: Do not update full background if only 1 widget has changed 29 * LayoutWidget: Do not update full background if only 1 widget has changed
31 * LayoutWidget: Threads to refresh each child 30 * LayoutWidget: Threads to refresh each child
32 * Implement binary search to speed up search for closest slice 31 * Implement binary search to speed up search for closest slice
33 * Avoid the creation of new threads when updating the frame factory 32 * Avoid the creation of new threads when updating the frame factory
34 (as seen with gdb) 33 (as seen with gdb)
36 35
37 ----------------- 36 -----------------
38 Platform-specific 37 Platform-specific
39 ----------------- 38 -----------------
40 39
41 * Qt widget example
42 * Add precompiled headers for Microsoft Visual Studio 40 * Add precompiled headers for Microsoft Visual Studio
43 * Investigate crash in CurlOrthancConnection if using MinGW32 in Release mode 41 * Investigate crash in CurlOrthancConnection if using MinGW32 in Release mode
44 42
45 43
46 --------------------- 44 ---------------------