[pubgit-commits-list] creaWT branch master updated. 9d4bfc78701cb1f302e09b0cd9595e006cd4b5fb
root
root at tux.creatis.insa-lyon.fr
Tue Jul 7 15:54:20 CEST 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "web enabled bbtk visualization module".
The branch, master has been updated
via 9d4bfc78701cb1f302e09b0cd9595e006cd4b5fb (commit)
via aec464d8738507b9d26fc6915c7c063cab636dde (commit)
from 26116b2d4181a4ed3fffa07fbb75ef527d32d740 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.creatis.insa-lyon.fr/pubgit/?p=creaWT.git;a=commitdiff;h=9d4bfc78701cb1f302e09b0cd9595e006cd4b5fb
commit 9d4bfc78701cb1f302e09b0cd9595e006cd4b5fb
Author: Felipe Gonzalez <gonzalez at ei-ed-345.creatis.insa-lyon.fr>
Date: Tue Jul 7 15:54:02 2015 +0200
#2449 creaWeb Feature New Normal wt-version wtLibrary
http://git.creatis.insa-lyon.fr/pubgit/?p=creaWT.git;a=commitdiff;h=aec464d8738507b9d26fc6915c7c063cab636dde
commit aec464d8738507b9d26fc6915c7c063cab636dde
Author: Felipe Gonzalez <gonzalez at ei-ed-345.creatis.insa-lyon.fr>
Date: Fri Jun 19 10:29:35 2015 +0200
2498 BBTK FeatureNewNormal wt-version PackageWt
-----------------------------------------------------------------------
Summary of changes:
wt/bbtk_wt_PKG/bbs/appli/demoPresentacion.bbg | 221 +
wt/bbtk_wt_PKG/bbs/appli/demoPresentacion.bbs | 123 +
wt/bbtk_wt_PKG/src/bbwtAddObjectToViewerWeb.cxx | 428 +
...CommandButton.h~ => bbwtAddObjectToViewerWeb.h} | 38 +-
wt/bbtk_wt_PKG/src/bbwtCommandButton.cxx | 3 +-
wt/bbtk_wt_PKG/src/bbwtCommandButton.cxx~ | 3 +-
wt/bbtk_wt_PKG/src/bbwtFileUploader.cxx | 214 +
wt/bbtk_wt_PKG/src/bbwtFileUploader.h | 55 +
wt/bbtk_wt_PKG/src/bbwtLayoutSplit.cxx | 43 +-
wt/bbtk_wt_PKG/src/bbwtLayoutSplit.cxx~ | 41 +-
wt/bbtk_wt_PKG/src/bbwtLayoutTab.cxx | 48 +-
wt/bbtk_wt_PKG/src/bbwtLayoutTab.cxx~ | 59 +-
wt/bbtk_wt_PKG/src/bbwtLayoutTab.h | 76 +-
wt/bbtk_wt_PKG/src/bbwtLayoutTab.h~ | 76 +-
wt/bbtk_wt_PKG/src/bbwtObject3D.cxx | 120 +
.../src/{bbwtCommandButton.h => bbwtObject3D.h} | 47 +-
wt/bbtk_wt_PKG/src/bbwtOutputText.cxx | 2 +
wt/bbtk_wt_PKG/src/bbwtOutputText.cxx~ | 9 +
wt/bbtk_wt_PKG/src/bbwtRender3D.cxx | 216 +
wt/bbtk_wt_PKG/src/bbwtRender3D.h | 62 +
wt/bbtk_wt_PKG/src/bbwtSlider.cxx | 26 +-
wt/bbtk_wt_PKG/src/bbwtSlider.cxx~ | 26 +-
wt/bbtk_wt_PKG/src/bbwtViewerNVWeb.cxx | 621 +
wt/bbtk_wt_PKG/src/bbwtViewerNVWeb.h | 84 +
wt/bbtk_wt_PKG/src/bbwtshape3D.cxx | 191 +
.../src/{bbwtOutputText.h~ => bbwtshape3D.h} | 34 +-
wt/bbtk_wt_PKG/src/nn/css/demo.css | 7 +
wt/bbtk_wt_PKG/src/nn/css/demo.css~ | 7 +
wt/bbtk_wt_PKG/src/nn/index.html | 24 +
wt/bbtk_wt_PKG/src/nn/js/demo/demo.js | 22 +
wt/bbtk_wt_PKG/src/nn/js/demo/demo.js~ | 22 +
wt/bbtk_wt_PKG/src/nn/js/demo/demo2.js | 49 +
wt/bbtk_wt_PKG/src/nn/js/demo/demo2.js~ | 49 +
wt/bbtk_wt_PKG/src/nn/js/xtk.js | 340 +
wt/bbtk_wt_PKG/src/testDemo/hola.mhd | 18 +
wt/bbtk_wt_PKG/src/testDemo/hola.nrrd | Bin 0 -> 6982568 bytes
wt/bbtk_wt_PKG/src/testDemo/skull.vtk | 143674 ++++++++++++++++++
wt/lib/CMakeLists.txt | 1 +
wt/lib/{template_lib => src}/CMakeLists.txt | 2 +-
.../src/ViewerWidget.cpp~} | 33 +-
wt/lib/{template_lib => src}/creaSystem.h | 0
wt/lib/{template_lib => src}/creaSystem.h.in | 0
wt/lib/src/wt_ViewerWidget.cpp | 0
.../src/wt_ViewerWidget.cpp~} | 32 +-
wt/lib/src/wt_ViewerWidget.h | 0
wt/lib/src/wt_ViewerWidget.h~ | 76 +
46 files changed, 147017 insertions(+), 205 deletions(-)
create mode 100644 wt/bbtk_wt_PKG/bbs/appli/demoPresentacion.bbg
create mode 100644 wt/bbtk_wt_PKG/bbs/appli/demoPresentacion.bbs
create mode 100644 wt/bbtk_wt_PKG/src/bbwtAddObjectToViewerWeb.cxx
copy wt/bbtk_wt_PKG/src/{bbwtCommandButton.h~ => bbwtAddObjectToViewerWeb.h} (54%)
create mode 100644 wt/bbtk_wt_PKG/src/bbwtFileUploader.cxx
create mode 100644 wt/bbtk_wt_PKG/src/bbwtFileUploader.h
create mode 100644 wt/bbtk_wt_PKG/src/bbwtObject3D.cxx
copy wt/bbtk_wt_PKG/src/{bbwtCommandButton.h => bbwtObject3D.h} (51%)
create mode 100644 wt/bbtk_wt_PKG/src/bbwtRender3D.cxx
create mode 100644 wt/bbtk_wt_PKG/src/bbwtRender3D.h
create mode 100644 wt/bbtk_wt_PKG/src/bbwtViewerNVWeb.cxx
create mode 100644 wt/bbtk_wt_PKG/src/bbwtViewerNVWeb.h
create mode 100644 wt/bbtk_wt_PKG/src/bbwtshape3D.cxx
copy wt/bbtk_wt_PKG/src/{bbwtOutputText.h~ => bbwtshape3D.h} (56%)
create mode 100644 wt/bbtk_wt_PKG/src/nn/css/demo.css
create mode 100644 wt/bbtk_wt_PKG/src/nn/css/demo.css~
create mode 100644 wt/bbtk_wt_PKG/src/nn/index.html
create mode 100644 wt/bbtk_wt_PKG/src/nn/js/demo/demo.js
create mode 100644 wt/bbtk_wt_PKG/src/nn/js/demo/demo.js~
create mode 100644 wt/bbtk_wt_PKG/src/nn/js/demo/demo2.js
create mode 100644 wt/bbtk_wt_PKG/src/nn/js/demo/demo2.js~
create mode 100644 wt/bbtk_wt_PKG/src/nn/js/xtk.js
create mode 100644 wt/bbtk_wt_PKG/src/testDemo/hola.mhd
create mode 100644 wt/bbtk_wt_PKG/src/testDemo/hola.nrrd
create mode 100644 wt/bbtk_wt_PKG/src/testDemo/skull.vtk
copy wt/lib/{template_lib => src}/CMakeLists.txt (99%)
copy wt/{bbtk_wt_PKG/doc/doxygen/DoxyMainPage.txt.in => lib/src/ViewerWidget.cpp~} (77%)
copy wt/lib/{template_lib => src}/creaSystem.h (100%)
copy wt/lib/{template_lib => src}/creaSystem.h.in (100%)
create mode 100644 wt/lib/src/wt_ViewerWidget.cpp
copy wt/{bbtk_wt_PKG/doc/doxygen/DoxyMainPage.txt.in => lib/src/wt_ViewerWidget.cpp~} (77%)
create mode 100644 wt/lib/src/wt_ViewerWidget.h
create mode 100644 wt/lib/src/wt_ViewerWidget.h~
hooks/post-receive
--
web enabled bbtk visualization module
More information about the Pubgit-commits-list
mailing list