From 77e65944bcd41fbe859122768140ca64f2cfdf7c Mon Sep 17 00:00:00 2001 From: Achyuthan Vasanth Date: Mon, 1 Nov 2010 09:16:45 -0500 Subject: [PATCH 1/3] test commit --- test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..493021b --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +this is a test file From 1c9605ef8ac4fa32cb0bf5f5b61d46feec9fe1e9 Mon Sep 17 00:00:00 2001 From: Achyuthan Vasanth Date: Mon, 29 Nov 2010 16:11:53 -0600 Subject: [PATCH 2/3] Deleted : ContentPanel . Replaced by the TextEditor directly in the ApplicationPlayer.cpp file Modified : HelperPanel,HierarchyPanel and ApplicationPlayer to accommodate the TextEditor into the Debugging Interface Comments : Debugging Interface now with TextDomArea. --- Source/Player/ContentPanel/KEContentPanel.cpp | 590 ------------------ Source/Player/ContentPanel/KEContentPanel.fcd | 18 - Source/Player/ContentPanel/KEContentPanel.h | 201 ------ Source/Player/ContentPanel/KEContentPanel.inl | 48 -- .../ContentPanel/KEContentPanelBase.cpp | 370 ----------- .../Player/ContentPanel/KEContentPanelBase.h | 246 -------- .../ContentPanel/KEContentPanelBase.inl | 98 --- .../ContentPanel/KEContentPanelFields.h | 220 ------- Source/Player/HelperPanel/KEHelperPanel.cpp | 72 ++- Source/Player/HelperPanel/KEHelperPanel.h | 8 +- .../HierarchyPanel/KEHierarchyPanel.cpp | 108 +++- .../Player/HierarchyPanel/KEHierarchyPanel.h | 20 +- Source/Player/KEApplicationPlayer.cpp | 41 +- Source/Player/KEApplicationPlayer.h | 8 + Source/Player/KEApplicationPlayer.inl | 6 + 15 files changed, 210 insertions(+), 1844 deletions(-) delete mode 100644 Source/Player/ContentPanel/KEContentPanel.cpp delete mode 100644 Source/Player/ContentPanel/KEContentPanel.fcd delete mode 100644 Source/Player/ContentPanel/KEContentPanel.h delete mode 100644 Source/Player/ContentPanel/KEContentPanel.inl delete mode 100644 Source/Player/ContentPanel/KEContentPanelBase.cpp delete mode 100644 Source/Player/ContentPanel/KEContentPanelBase.h delete mode 100644 Source/Player/ContentPanel/KEContentPanelBase.inl delete mode 100644 Source/Player/ContentPanel/KEContentPanelFields.h diff --git a/Source/Player/ContentPanel/KEContentPanel.cpp b/Source/Player/ContentPanel/KEContentPanel.cpp deleted file mode 100644 index 33e4d82..0000000 --- a/Source/Player/ContentPanel/KEContentPanel.cpp +++ /dev/null @@ -1,590 +0,0 @@ -/*---------------------------------------------------------------------------*\ - * Kabala Engine * - * * - * Copyright (C) 2009-2010 by David Kabala * - * * - * authors: David Kabala (djkabala@gmail.com) * - * * -\*---------------------------------------------------------------------------*/ -/*---------------------------------------------------------------------------*\ - * License * - * * - * This library is free software; you can redistribute it and/or modify it * - * under the terms of the GNU General Public License as published * - * by the Free Software Foundation, version 3. * - * * - * This library is distributed in the hope that it will be useful, but * - * WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * Library General Public License for more details. * - * * - * You should have received a copy of the GNU General Public * - * License along with this library; if not, write to the Free Software * - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * - * * -\*---------------------------------------------------------------------------*/ -/*---------------------------------------------------------------------------*\ - * Changes * - * * - * * - * * - * * - * * - * * -\*---------------------------------------------------------------------------*/ - -//--------------------------------------------------------------------------- -// Includes -//--------------------------------------------------------------------------- - -#include -#include - -#define KE_COMPILEKABALAENGINELIB - -#include - -#include "KEContentPanel.h" -#include -#include -#include "Player/KEApplicationPlayer.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -OSG_BEGIN_NAMESPACE - -// Documentation for this class is emitted in the -// OSGContentPanelBase.cpp file. -// To modify it, please change the .fcd file (OSGContentPanel.fcd) and -// regenerate the base file. - -/***************************************************************************\ - * Class variables * -\***************************************************************************/ - -/***************************************************************************\ - * Class methods * -\***************************************************************************/ - -void ContentPanel::initMethod(InitPhase ePhase) -{ - Inherited::initMethod(ePhase); - - if(ePhase == TypeObject::SystemPost) - { - } -} - - -/***************************************************************************\ - * Instance methods * -\***************************************************************************/ - -void ContentPanel::addTabWithText(BoostPath file) -{ - - PanelRefPtr _NewLeftTabLabelPanel = Panel::createEmpty(); - - ButtonRefPtr _NewLeftTabLabelCloseButtonRefPtr = - dynamic_pointer_cast