[pubgit-commits-list] creaMaracasVisu branch creaButtonContainer updated. ecf68d834a4193f68661d9d73ea1e6652fb83f20

root root at tux.creatis.insa-lyon.fr
Sat Jan 31 19:52:15 CET 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 "Medical image visualization library".

The branch, creaButtonContainer has been updated
       via  ecf68d834a4193f68661d9d73ea1e6652fb83f20 (commit)
       via  3c6c4d236dd41550927d9180688f40c127301431 (commit)
      from  bbd33bbb0f352d14d7068d87fcd50e02341004a9 (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=creaMaracasVisu.git;a=commitdiff;h=ecf68d834a4193f68661d9d73ea1e6652fb83f20
commit ecf68d834a4193f68661d9d73ea1e6652fb83f20
Author: espinosa <espinosa at creatis.insa-lyon.fr>
Date:   Sat Jan 31 19:48:09 2015 +0100

    #2516 creaMaracasVisu Feature New Normal  -  creaPanelButtonContainer ListPanel with events 2


http://git.creatis.insa-lyon.fr/pubgit/?p=creaMaracasVisu.git;a=commitdiff;h=3c6c4d236dd41550927d9180688f40c127301431
commit 3c6c4d236dd41550927d9180688f40c127301431
Author: espinosa <espinosa at creatis.insa-lyon.fr>
Date:   Sat Jan 31 16:58:25 2015 +0100

    Code cleaning done


-----------------------------------------------------------------------

Summary of changes:
 bbtk/src/bbcreaMaracasVisuPanelButtonContainer.cxx |   2 +-
 bbtk/src/bbcreaMaracasVisuPanelButtonContainer.h   |   2 +-
 .../controller/buttonContainerController.cxx       | 171 +++++-----
 .../model/buttonGroupFactory.cxx                   |   3 -
 .../creaButtonContainer/model/buttonGroupFactory.h |  67 ++--
 .../model/containerSettings.cxx                    | 182 +++++------
 .../creaButtonContainer/model/containerSettings.h  |   2 -
 .../widgets/creaButtonContainer/model/functor.txx  | 141 ++++----
 .../creaButtonContainer/model/listConfig.cxx       |  97 ------
 .../widgets/creaButtonContainer/model/listConfig.h |  76 -----
 .../creaButtonContainer/model/listGroupFactory.cxx |  94 ------
 .../creaButtonContainer/model/listGroupFactory.h   |  82 -----
 .../creaButtonContainer/model/structBCSettings.h   |  51 ++-
 .../widgets/creaButtonContainer/view/button.cxx    |   7 -
 .../view/buttonContainerPanel.cxx                  | 117 +++----
 .../view/buttonContainerPanel.h                    | 103 +++---
 .../creaButtonContainer/view/buttonGroup.cxx       | 109 +++---
 .../creaButtonContainer/view/buttonManager.cxx     | 165 ++++------
 .../creaButtonContainer/view/buttonManager.h       |  82 ++---
 .../creaButtonContainer/view/groupManager.cxx      | 131 ++++----
 .../creaButtonContainer/view/groupManager.h        |  80 ++---
 .../creaButtonContainer/view/listConfigDialog.cxx  | 226 +++++++++++++
 .../creaButtonContainer/view/listConfigDialog.h    |  86 +++++
 .../widgets/creaButtonContainer/view/listGroup.cxx |  98 ------
 .../widgets/creaButtonContainer/view/listGroup.h   |  84 -----
 .../widgets/creaButtonContainer/view/listWx.cxx    | 240 +++++---------
 .../widgets/creaButtonContainer/view/listWx.h      |  88 ++---
 .../buttonContainerSettings.cxx                    | 364 ++++++++++-----------
 .../buttonContainerSettings.h                      | 143 ++++----
 .../creaPanelButtonContainer.cxx                   | 336 ++++++++++---------
 .../creaPanelButtonContainer.h                     | 116 +++----
 .../creaPanelButtonContainer/listConfigPanel.cxx   | 301 -----------------
 .../creaPanelButtonContainer/listConfigPanel.h     | 130 --------
 33 files changed, 1522 insertions(+), 2454 deletions(-)
 delete mode 100644 lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/listConfig.cxx
 delete mode 100644 lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/listConfig.h
 delete mode 100644 lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/listGroupFactory.cxx
 delete mode 100644 lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/listGroupFactory.h
 create mode 100644 lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/view/listConfigDialog.cxx
 create mode 100644 lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/view/listConfigDialog.h
 delete mode 100644 lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/view/listGroup.cxx
 delete mode 100644 lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/view/listGroup.h
 delete mode 100644 lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/listConfigPanel.cxx
 delete mode 100644 lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/listConfigPanel.h


hooks/post-receive
-- 
Medical image visualization library


More information about the Pubgit-commits-list mailing list