User Details
- User Since
- Aug 1 2016, 12:10 PM (440 w, 3 d)
Aug 2 2016
the persistence service works.
the points mentioned above are nice to have. autoloading is one of the main issues. as discussed with christoph the module has to be loaded manually using PersistenceService::LoadModule() function since the AUTOLOAD feature of the microservices never really worked. once it is loaded the persistence service will be registered and is usable.
i suggest to call the static PersistenceService::LoadModule() somewhere in the workbench startup routine. this will make the service available for all views
uhm is there any report about the "problematic behaviour"
autoloading is for sure the best way to integrate this into the application. otherwise one will need a static method or direct instatiaation of the service class.
should be a temporary solution. the other way would be to integrate the whole system into the MitkCore since it only needs PropertyLists and TinyXML....
be advised that removing autoloading does not remove the shared library from the autoload folder (if this was not changed so far)
thus, to avoid problematic behaviour again one will need to remove it manually
without driving anything into a preferred direction: the persistence module could do the job because it has no dependencies than MitkCore and TinyXML. Of course the service class would have to be instructed by some "upper" instance to clean the data on startup by means of a command line option
yeah i saw it just at that moment, sorry, i am not always up to date
[a3b0d7]: Merge branch 'bug-18025-Filtering-nodes-in-data-manager-using-QSortFil
Merged commits:
2014-08-28 14:45:21 Michael Mueller [2fd74f]
incorporated QmitkDataStorageFilterProxyModelD
still open ... rotislav posted another issue on Sep, 02.
i will have a look at it and post the changes here
currently reviewing changes
[ca5ef4]: Merge branch 'bug-17756-add-debug-macros-for-endotracking'
Merged commits:
2014-04-26 17:40:06 Michael Mueller [1ed95e]
reverted activation of Qt in OpenCV
[d05cf6]: Merge branch 'bug-17679-VS2013compatibility'
Merged commits:
2014-04-03 14:31:22 Michael Mueller [63a1f4]
fixed core test driver for VS 2013
[e0d6f3]: Merge branch 'bug-17589-current-opencv-version-fails-on-vs-2013-comp2'
Merged commits:
2014-03-24 11:44:06 Michael Mueller [128579]
COMP: activated OpenCV patch again
[6fe3a6]: Merge branch 'bug-17589-current-opencv-version-fails-on-vs-2013'
Merged commits:
2014-03-22 21:31:52 Michael Mueller [8c9c95]
updated to opencv version 2.4.8.2
was fixed. for new bugs of the persistence module new tickets should be opened
[61579a]: Merge branch 'bug-17555-reactivate-autoload-for-persistence-module'
Merged commits:
2014-06-04 15:30:42 Michael Mueller [1c1fac]
fixed error with relative filenames
hi marco, thanks for the fixes. I merged your changes into my existing branch since i have more changes and made this bug a duplicate.
New remote branch pushed: bug-16643-PersistenceFramework-comp4
[e9a91e]: Merge branch 'bug-16643-PersistenceFramework-comp5'
Merged commits:
2014-02-04 15:37:31 Michael Mueller [976a42]
COMP: removed autoloading for better times
New remote branch pushed: bug-16643-PersistenceFramework-comp5
[c64bdf]: Merge branch 'bug-16643-PersistenceFramework-comp2'
Merged commits:
2014-02-01 16:32:32 Michael Mueller [0da0af]
COMP: some changes to Persistence Test
[5cc73e]: Merge branch 'bug-16643-PersistenceFramework-comp4'
Merged commits:
2014-02-03 15:01:01 Michael Mueller [09f9aa]
COMP: Reworked autoloading again
New remote branch pushed: bug-16643-PersistenceFramework-comp3
[6e7773]: Merge branch 'bug-16643-PersistenceFramework-comp3'
Merged commits:
2014-02-02 21:25:34 Michael Mueller [f17ecb]
COMP: removed crashing call to Unregister
New remote branch pushed: bug-16643-PersistenceFramework-comp
[af8da5]: Merge branch 'bug-16643-PersistenceFramework'
Merged commits:
2014-01-31 10:11:52 Michael Mueller [663752]
added Persistence service AUTOLOAD with Mitk functionality
New remote branch pushed: bug-16643-PersistenceFramework-comp2
New remote branch pushed: bug-15853-update-opencv-version-to-2-4-6-1-comp2
[4a9e9e]: Merge branch 'bug-15853-update-opencv-version-to-2-4-6-1-comp2'
Merged commits:
2013-08-15 14:59:18 Michael Mueller [282cbd]
COMP: recorrected md5sum for opencv
[5e2779]: Merge branch 'bug-15853-update-opencv-version-to-2-4-6-1'
Merged commits:
2013-08-14 15:22:08 Michael Mueller [2a3d72]
integrated new version of OpenCV in superbuild (2.4.6.1)
New remote branch pushed: bug-15853-update-opencv-version-to-2-4-6-1-comp
[b69f11]: Merge branch 'bug-15853-update-opencv-version-to-2-4-6-1-comp'
Merged commits:
2013-08-15 14:40:04 Michael Mueller [43bad5]
COMP: corrected md5 hash for windows
New remote branch pushed: bug-15853-update-opencv-version-to-2-4-6-1
p.s.: bug has nothing to do with fluoroscopy images but rather with the 2d images in general
actually superbuild fails due to missing PYTHON_INCLUDE_DIR2 CMake var on Ubuntu when configuring CTK and subsequently PythonQt
closing bug since no application abort could be reproduced. please refer to other Python bugs for other issues concerning Python wrapping
Could not reproduce this bug on ubuntu 13.04, although some other bugs were found. As soon as these bugs are fixed we will have more test machines running the Python stuff.
[d8055e]: Merge branch 'bug-15341-pythonqt-compilation-error'
Merged commits:
2013-07-10 13:26:48 Michael Mueller [362851]
added PYTHON_INCLUDE_DIR2 to the CMake build system
fixed error with new pythonqt environment
the initial cause of the bug was resolved as described by Felix
tested again on ubuntu system. works though other errors occured
should be fixed with this commit
[9748fc]: Merge branch 'bug-14977-python-export-as-itk-image-fails'
Merged commits:
2013-04-17 13:57:05 Michael Mueller [7f29a3]
disabling of MITK_USE_Python possible in CMake superbuild code
did some investigation with sascha, found out that the CMake 2.8.
did some investigation with sascha, found out that the CMake 2.8.5 does not restrict the -fvisibility-inlines-hidden flag for C compilers whereas 2.8.7 interprets the resulting warning correctly
is it possible for you to do a clean superbuild again. no expert in cmake, sometimes the generated make files do not get refreshed although the cache had been deleted
jop
sorry typo, 2.8.10 should also work
hi tobias,
clean superbuild failed again
same on my nightly: http://mbits/cdash/viewBuildError.php?buildid=183716
hmm this was a complete rebuild
will try again anyway ... and write the result here
btw its a warning but treated as error
add GccXml issues for certain gcc issues
removed dependency to gccxml in MITK, since ITK builds it on its own
this is a GccXml bug with special gcc versions.
on ubuntu i installed the system GccXml version and passed it to the superbuild with the GCCXML_DIR option. worked for me.
nevertheless this solution should be included in the documentation
reopen at least for documentation issues
please change assignee when working on this bug
michael this is finished isnt it?
[b8f5f2]: Merge branch 'bug-14507-ItegrationOfITKOpenCVImageBridge'
Merged commits:
2013-08-15 14:05:51 Michael Mueller [e7808a]
renamed the test case
this is a qt model view framework behaviour that could not be changed easily. we had an earlier discussion and i did some research. finally we decided that the effort is too high for the benefit.
New remote branch pushed: bug-14416-dm-light
[f0a46d]: Merge branch 'bug-14415-bad-layouting-in-pointset-interaction'
Merged commits:
2013-02-04 11:43:15 Michael Mueller [4a5d50]
beautified ui of pointsetinteraction
finished with DM Light.
please open new bugs for issues or new features
[e4d5e8]: Merge branch 'bug-14416-dm-light'
Merged commits:
2013-02-04 18:19:43 Michael Mueller [1b0c45]
finished with DataManager light according to the requirements
[3d838f]: Merge branch 'bug-14293-return-UnknownDataNodeDescriptor'
Merged commits:
2013-01-18 14:48:34 Michael Mueller [9c0148]
GetDescriptor now returns the UnknownDataNodeDescriptor if "Unkown" is passed as a parameter
New remote branch pushed: bug-14293-return-UnknownDataNodeDescriptor
Christian what is the status here. Did you work on it. I will try to reproduce it today. If this is a clear issue with the Diffusion plugin please change the component and re-assign
[b30d4d]: Merge branch 'bug-13577-fix-pointset-interaction-layout'
Merged commits:
2012-11-01 17:23:25 Michael Mueller [afff70]
beautified ui of pointsetinteraction
an obvious solution is to update to 2.4.4 (the current version) including all the necessary effort, e.g. uploading tar balls.
or wait until next minor release? please give a comment
[b3029f]: Merge branch 'bug-13353-opencv-no-qt-in-superbuild'
Merged commits:
2012-09-11 18:24:50 Michael Mueller [7ce1b7]
small bugfix in stringpropertyeditor
removed automatic Qt setup for Opencv (struggle with Qt App object instantiated by the MITK workbench)
well then its not a bug but rather a feature request. the user can, at any time, switch the crosshair on/off.
a good plan would be to make if configurable if the plugin should switch the crosshair off when starting to paint and bring it up again when finished drawing or interacting with the figure. this behaviour was already implemented. but it is the same problem as with Reinit actions by the segmentation bundle: How much "automated user interaction" do we want? making it optional is always a good tradeoff
anyway: afternextrelease
[9ab7af]: Merge branch 'bug-12856-opencv-242-superbuild-comp-fixes'
Merged commits:
2012-08-17 10:58:09 Michael Mueller [053a84]
COMP: activating CUDA flag for OpenCV. if no CUDA device is installed it should not matter. opencv gpu functions will raise an exception at runtime if executed without checking for CUDA device
[91b345]: Merge branch 'bug-12856-opencv-242-superbuild-comp-fixes'
Merged commits:
2012-08-14 12:53:09 Michael Mueller [a5c5bb]
COMP: further bug fix in PackageDepends command for OpenCV
changing bug status to confirmed for all bugs that are currently not in progress
[07008f]: Merge branch 'bug-12856-opencv-242-superbuild'
Merged commits:
2012-08-13 18:07:25 Michael Mueller [cb7be6]
fixed opencv superbuild usage for unix systems
[e56099]: Merge branch 'bug-12856-opencv-242-superbuild-comp-fixes'
Merged commits:
2012-08-14 10:40:58 Michael Mueller [c4f843]
COMP: added fix for opencv integration
changing bug status to confirmed for all bugs that are currently not in progress
[6d386d]: Merge branch 'bug-12827-regiongrowing-not-working'
Merged commits:
2012-08-08 19:37:04 Michael Mueller [1461ae]
fixed adaptive region growing:
- lower and upper threshold spinboxes are not bounded at a fixed value
- after segmentation the preview gets hidden
- create segmentation from preview working again
[254ba8]: Merge branch 'bug-12821-rework-endodebug-class'
Merged commits:
2012-08-08 11:43:42 unknown [22dff4]
some modifications to VideoInputSource