コミット履歴

作者 SHA1 メッセージ 日付
  Michael Onken fb13c146df Merge remote-tracking branch 'origin/master' 14 年 前
  Michael Onken 7bcd513761 Adapted tag names to latest DICOM/DCMTK conventions. Was overlooked when doing the rest of the tag name updates. 14 年 前
  Julien Finet 005b85f537 Merge branch 'ctkactionsignalmapper' 14 年 前
  Julien Finet de5e221ad9 Add example with QMenu in comments for ctkSignalMapper::map(QAction*) 14 年 前
  Julien Finet ba2cabba1b Merge branch 'ctkcore-unittests' 14 年 前
  Benjamin Long 08b83285c7 ctkVTKHistogram was using a wrong range for integer arrays. 14 年 前
  Benjamin Long ca69fac10b Add default constructors to ctk*TransferFunction* 14 年 前
  Benjamin Long c159f777d9 ctkModelTester was not listening to headerDataChanged 14 年 前
  Benjamin Long e885317ccb ctkLogger::isOffEnabled was returning the opposite value 14 年 前
  Benjamin Long c3f5a34100 Add unit tests to CTK Core 14 年 前
  Michael Onken 615b04ad0c Fixed compilation for windows where /MTd and /MT were used instead of /MDd and /MD (which is the setting for CTK) when compiling DCMTK. Now, DCMTK does not override CMake's compiler flags on WIN32 any more (disabled DCMTK's CMake option DCMTK_OVERWRITE_WIN32_COMPILER_FLAGS which usually uses /MT and /MTd). 14 年 前
  Julien Finet 5a1423b8b0 Sort alphabetically files in CMakeLists 14 年 前
  Julien Finet 219097cc2e Merge branch 'ctkactionsignalmapper' 14 年 前
  Julien Finet c778ed970f Add ctkSignalMapper 14 年 前
  Julien Finet ef5d05392e Merge remote-tracking branch 'benjaminlong/ctksearchbox' 14 年 前
  Julien Finet 8817126b7c Activate tooltips in ctkPopupWidgets even if not active 14 年 前
  Julien Finet 4c6691e442 Support hidden children in ctkCollapsibleGroupBox 14 年 前
  Jean-Christophe Fillion-Robin 1a62b7b3b6 Merge branch 'python-manager-add-isinitialized' 14 年 前
  Jean-Christophe Fillion-Robin 6eaf026398 Add missing test file ctkAbstractPythonManagerTest1 14 年 前
  Jean-Christophe Fillion-Robin 801220660b ctkAbstractPythonManager - Add ExecuteStringMode to executeString() 14 年 前
  Jean-Christophe Fillion-Robin 2d902de550 ctkAbstractPythonManager - Add 'const' qualifier to isPythonInitialized 14 年 前
  Julien Finet 875281d550 BUG: Flickering of ctkPopupWidget on Linux 14 年 前
  Michael Onken edffdcaf99 Removed HAVE_CONFIG_H which is not needed any more. 14 年 前
  Michael Onken cb40633c00 Merge remote-tracking branch 'origin/master' 14 年 前
  Julien Finet 598589bb46 Merge branch 'popup-widget' 14 年 前
  Benjamin Long 99e3195450 Add ctkSearchBox an advanced QLineEdit for searching 14 年 前
  Michael Onken 430f7ff27c Added DCMTK's dcmimage library in order to support color images. 14 年 前
  Michael Onken a29f3aae9a Removed calling port (not needed). 14 年 前
  Michael Onken 91bfb88003 Enabled DCMTK debug logging to better debug DICOM networking. 14 年 前
  Michael Onken 04c8c58bf3 Removed calling port (not needed). Made sure that new connection is kept open if possible for retrieving multiple studies on the same association. 14 年 前