CVS commit by mornfall: - rework the safe classes (move the safety from SPtr class to corresponding (new) CElemS class) - part 1 of browser-style ui implementation
M +39 -4 kapture/kapture.cpp 1.37 M +7 -0 kapture/kapture.h 1.18 M +8 -2 kapture/kaptureui.rc 1.4 M +10 -7 libcapture/browsermanager.cpp 1.2 M +4 -1 libcapture/browsermanager.h 1.2 M +53 -5 libcapture/celem.h 1.10 M +16 -15 libcapture/safeiterators.cpp 1.7 M +2 -0 libcapture/safeiterators.h 1.7 M +3 -1 libkapture/celemview.cpp 1.7 M +3 -1 libkapture/celemview.h 1.9 M +7 -0 libkapture/listtreewidget.cpp 1.36 M +2 -0 libkapture/listtreewidget.h 1.20