[Cmake-commits] [cmake-commits] clinton committed CMakeSetupDialog.cxx 1.47 1.48 CMakeSetupDialog.ui 1.17 1.18

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Apr 3 18:35:04 EDT 2008


Update of /cvsroot/CMake/CMake/Source/QtDialog
In directory public:/mounts/ram/cvs-serv16217

Modified Files:
	CMakeSetupDialog.cxx CMakeSetupDialog.ui 
Log Message:
ENH:  Fix exit shortcut to be more standard, and add shortcut for advanced checkbox.


Index: CMakeSetupDialog.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/CMakeSetupDialog.cxx,v
retrieving revision 1.47
retrieving revision 1.48
diff -C 2 -d -r1.47 -r1.48
*** CMakeSetupDialog.cxx	3 Apr 2008 20:49:45 -0000	1.47
--- CMakeSetupDialog.cxx	3 Apr 2008 22:35:01 -0000	1.48
***************
*** 85,89 ****
    QObject::connect(this->DeleteCacheAction, SIGNAL(triggered(bool)), 
                     this, SLOT(doDeleteCache()));
!   this->ExitAction = FileMenu->addAction(tr("&Exit"));
    QObject::connect(this->ExitAction, SIGNAL(triggered(bool)), 
                     this, SLOT(close()));
--- 85,89 ----
    QObject::connect(this->DeleteCacheAction, SIGNAL(triggered(bool)), 
                     this, SLOT(doDeleteCache()));
!   this->ExitAction = FileMenu->addAction(tr("E&xit"));
    QObject::connect(this->ExitAction, SIGNAL(triggered(bool)), 
                     this, SLOT(close()));

Index: CMakeSetupDialog.ui
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/CMakeSetupDialog.ui,v
retrieving revision 1.17
retrieving revision 1.18
diff -C 2 -d -r1.17 -r1.18
*** CMakeSetupDialog.ui	3 Apr 2008 20:49:46 -0000	1.17
--- CMakeSetupDialog.ui	3 Apr 2008 22:35:02 -0000	1.18
***************
*** 130,134 ****
            <widget class="QCheckBox" name="Advanced" >
             <property name="text" >
!             <string>Show Advanced Entries</string>
             </property>
            </widget>
--- 130,134 ----
            <widget class="QCheckBox" name="Advanced" >
             <property name="text" >
!             <string>Show Ad&amp;vanced Entries</string>
             </property>
            </widget>



More information about the Cmake-commits mailing list