[pubgit-commits-list] Creatools base library branch creaDevManager updated. f57f98a24c774785361ae5053f1510106da19052
root
root at tux.creatis.insa-lyon.fr
Tue Dec 4 14:11:24 CET 2012
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 "Creatools base library".
The branch, creaDevManager has been updated
via f57f98a24c774785361ae5053f1510106da19052 (commit)
from 73787c5a26e6b218b9e6c716dafc7d16330441e7 (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=crea.git;a=commitdiff;h=f57f98a24c774785361ae5053f1510106da19052
commit f57f98a24c774785361ae5053f1510106da19052
Author: Daniel Gonzalez <daniel at daniel.creatis>
Date: Tue Dec 4 14:10:45 2012 +0100
Feature #1711
CreaDevManager application implementation
icons in tree
-----------------------------------------------------------------------
Summary of changes:
appli/creaDevManager/creaDevManager.cpp | 4 +-
lib/creaDevManagerLib/images/AIcon20.xpm | 138 ++++++
.../images/{AIcon.xpm => AIcon64.xpm} | 2 +-
lib/creaDevManagerLib/images/ApIcon20.xpm | 159 +++++++
.../images/{ApIcon.xpm => ApIcon64.xpm} | 2 +-
lib/creaDevManagerLib/images/BBIcon20.xpm | 158 +++++++
.../images/{BBIcon.xpm => BBIcon64.xpm} | 2 +-
lib/creaDevManagerLib/images/CIcon20.xpm | 138 ++++++
.../images/{Cicon64.xpm => CIcon64.xpm} | 2 +-
lib/creaDevManagerLib/images/CMIcon20.xpm | 157 +++++++
.../images/{CMIcon.xpm => CMIcon64.xpm} | 2 +-
lib/creaDevManagerLib/images/Cicon.xpm | 297 -------------
lib/creaDevManagerLib/images/FdIcon20.xpm | 150 +++++++
.../images/{FdIcon.xpm => FdIcon64.xpm} | 2 +-
lib/creaDevManagerLib/images/FlIcon20.xpm | 141 ++++++
.../images/{FlIcon.xpm => FlIcon64.xpm} | 2 +-
lib/creaDevManagerLib/images/LIcon20.xpm | 111 +++++
.../images/{LIcon.xpm => LIcon64.xpm} | 2 +-
lib/creaDevManagerLib/images/LbIcon20.xpm | 151 +++++++
.../images/{LbIcon.xpm => LbIcon64.xpm} | 2 +-
lib/creaDevManagerLib/images/PkIcon20.xpm | 156 +++++++
.../images/{PkIcon.xpm => PkIcon64.xpm} | 2 +-
lib/creaDevManagerLib/images/PrIcon20.xpm | 148 +++++++
.../images/{PrIcon.xpm => PrIcon64.xpm} | 2 +-
lib/creaDevManagerLib/modelCDMFolder.h | 5 +-
lib/creaDevManagerLib/modelCDMIProjectTreeNode.cpp | 4 +-
lib/creaDevManagerLib/modelCDMLib.cpp | 138 ++++++-
lib/creaDevManagerLib/modelCDMProject.cpp | 2 +-
lib/creaDevManagerLib/modelCDMProject.h | 1 -
.../wxCDMAppliDescriptionPanel.cpp | 4 +-
.../wxCDMApplicationDescriptionPanel.cpp | 4 +-
.../wxCDMBlackBoxDescriptionPanel.cpp | 4 +-
.../wxCDMCMakeListsDescriptionPanel.cpp | 4 +-
.../wxCDMFileDescriptionPanel.cpp | 4 +-
.../wxCDMFolderDescriptionPanel.cpp | 4 +-
lib/creaDevManagerLib/wxCDMLibDescriptionPanel.cpp | 43 ++-
.../wxCDMLibraryDescriptionPanel.cpp | 4 +-
.../wxCDMMainDescriptionPanel.cpp | 4 +-
lib/creaDevManagerLib/wxCDMMainFrame.cpp | 456 ++++++++------------
.../wxCDMPackageDescriptionPanel.cpp | 4 +-
.../wxCDMProjectDescriptionPanel.cpp | 43 ++-
lib/creaDevManagerLib/wxCDMProjectsTreeCtrl.cxx | 125 ++++++-
lib/creaDevManagerLib/wxCDMProjectsTreeCtrl.h | 30 +-
43 files changed, 2167 insertions(+), 646 deletions(-)
create mode 100644 lib/creaDevManagerLib/images/AIcon20.xpm
rename lib/creaDevManagerLib/images/{AIcon.xpm => AIcon64.xpm} (99%)
create mode 100644 lib/creaDevManagerLib/images/ApIcon20.xpm
rename lib/creaDevManagerLib/images/{ApIcon.xpm => ApIcon64.xpm} (99%)
create mode 100644 lib/creaDevManagerLib/images/BBIcon20.xpm
rename lib/creaDevManagerLib/images/{BBIcon.xpm => BBIcon64.xpm} (99%)
create mode 100644 lib/creaDevManagerLib/images/CIcon20.xpm
rename lib/creaDevManagerLib/images/{Cicon64.xpm => CIcon64.xpm} (99%)
create mode 100644 lib/creaDevManagerLib/images/CMIcon20.xpm
rename lib/creaDevManagerLib/images/{CMIcon.xpm => CMIcon64.xpm} (99%)
delete mode 100644 lib/creaDevManagerLib/images/Cicon.xpm
create mode 100644 lib/creaDevManagerLib/images/FdIcon20.xpm
rename lib/creaDevManagerLib/images/{FdIcon.xpm => FdIcon64.xpm} (99%)
create mode 100644 lib/creaDevManagerLib/images/FlIcon20.xpm
rename lib/creaDevManagerLib/images/{FlIcon.xpm => FlIcon64.xpm} (99%)
create mode 100644 lib/creaDevManagerLib/images/LIcon20.xpm
rename lib/creaDevManagerLib/images/{LIcon.xpm => LIcon64.xpm} (99%)
create mode 100644 lib/creaDevManagerLib/images/LbIcon20.xpm
rename lib/creaDevManagerLib/images/{LbIcon.xpm => LbIcon64.xpm} (99%)
create mode 100644 lib/creaDevManagerLib/images/PkIcon20.xpm
rename lib/creaDevManagerLib/images/{PkIcon.xpm => PkIcon64.xpm} (99%)
create mode 100644 lib/creaDevManagerLib/images/PrIcon20.xpm
rename lib/creaDevManagerLib/images/{PrIcon.xpm => PrIcon64.xpm} (99%)
hooks/post-receive
--
Creatools base library
More information about the Pubgit-commits-list
mailing list