[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/parts/debugger
From:       Amilcar do Carmo Lucas <amilcar () ida ! ing ! tu-bs ! de>
Date:       2003-07-28 16:51:51
[Download RAW message or body]

CVS commit by aclu: 

Revert commit http://lists.kde.org/?l=kde-cvs&m=105160646418763&w=2 because the run \
directory is completly custumized in the "Run Options" page


  M +0 -2      debuggerconfigwidget.cpp   1.10
  M +0 -13     debuggerconfigwidgetbase.ui   1.9
  M +0 -2      gdbcontroller.cpp   1.52
  M +0 -1      gdbcontroller.h   1.21


--- kdevelop/parts/debugger/debuggerconfigwidget.cpp  #1.9:1.10
@@ -58,5 +58,4 @@ DebuggerConfigWidget::DebuggerConfigWidg
     dbgTerminal_box->setChecked(           DomUtil::readBoolEntry(dom, \
                "/kdevdebugger/general/separatetty", false));
     enableFloatingToolBar_box->setChecked( DomUtil::readBoolEntry(dom, \
                "/kdevdebugger/general/floatingtoolbar", false));
-    runAppInAppDirectory_box->setChecked(  DomUtil::readBoolEntry(dom, \
                "/kdevdebugger/general/runappinappdirectory", true));
     // ??? DomUtil::readEntry(dom, "/kdevdebugger/general/allowforcedbpset");
 
@@ -80,5 +79,4 @@ void DebuggerConfigWidget::accept()
     DomUtil::writeBoolEntry(dom, "/kdevdebugger/general/separatetty", \
                dbgTerminal_box->isChecked());
     DomUtil::writeBoolEntry(dom, "/kdevdebugger/general/floatingtoolbar", \
                enableFloatingToolBar_box->isChecked());
-    DomUtil::writeBoolEntry(dom, "/kdevdebugger/general/runappinappdirectory", \
runAppInAppDirectory_box->isChecked());  }
 

--- kdevelop/parts/debugger/debuggerconfigwidgetbase.ui  #1.8:1.9
@@ -21,17 +21,4 @@
         </property>
 
-        <widget class="QCheckBox" row="9" column="0" rowspan="1" colspan="2">
-            <property name="name">
-                <cstring>runAppInAppDirectory_box</cstring>
-            </property>
-            <property name="text">
-                <string>&amp;Run the application in the application \
                directory</string>
-            </property>
-            <property name="whatsThis" stdset="0">
-                <string>If checked, uses the application directory
-as the working directory otherwise, uses
-the user home directory.</string>
-            </property>
-        </widget>
         <widget class="QCheckBox" row="4" column="0" rowspan="1" colspan="2">
             <property name="name">

--- kdevelop/parts/debugger/gdbcontroller.cpp  #1.51:1.52
@@ -144,5 +144,4 @@ GDBController::GDBController(VariableTre
         config_asmDemangle_(true),
         config_dbgTerminal_(false),
-        config_runAppInAppDirectory_(true),
         config_gdbPath_()
 {
@@ -169,5 +168,4 @@ void GDBController::configure()
     config_forceBPSet_            = DomUtil::readBoolEntry(dom, \
                "/kdevdebugger/general/allowforcedbpset", true);
     config_dbgTerminal_           = DomUtil::readBoolEntry(dom, \
                "/kdevdebugger/general/separatetty", false);
-    config_runAppInAppDirectory_  = DomUtil::readBoolEntry(dom, \
                "/kdevdebugger/general/runappinappdirectory", true);
     config_gdbPath_               = DomUtil::readEntry(dom, \
"/kdevdebugger/general/gdbpath");  

--- kdevelop/parts/debugger/gdbcontroller.h  #1.20:1.21
@@ -174,5 +174,4 @@ private:
     bool    config_asmDemangle_;
     bool    config_dbgTerminal_;
-    bool    config_runAppInAppDirectory_;
     QString config_gdbPath_;
     QString config_dbgShell_;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic