[rkward-cvs] rkward/rkward/windows rkcommandeditorwindow.cpp,1.11,1.12 rkhelpwindow.cpp,1.2,1.3 rkhelpwindow.h,1.2,1.3

Pierre ecoch at users.sourceforge.net
Fri Feb 25 22:28:28 UTC 2005


Update of /cvsroot/rkward/rkward/rkward/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3581/windows

Modified Files:
	rkcommandeditorwindow.cpp rkhelpwindow.cpp rkhelpwindow.h 
Log Message:
Adding help dock.

Index: rkhelpwindow.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/windows/rkhelpwindow.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** rkhelpwindow.cpp	25 Feb 2005 15:46:00 -0000	1.2
--- rkhelpwindow.cpp	25 Feb 2005 22:28:26 -0000	1.3
***************
*** 1,13 ****
! //
! // C++ Implementation: %{MODULE}
! //
! // Description:
! //
! //
! // Author: %{AUTHOR} <%{EMAIL}>, (C) %{YEAR}
! //
! // Copyright: See COPYING file that comes with this distribution
! //
! //
  
  #include <khtmlview.h>
--- 1,18 ----
! /***************************************************************************
!                           rkward.h  -  description
!                              -------------------
!     begin                : Tue Oct 29 20:06:08 CET 2002 
!     copyright            : (C) 2002 by Thomas Friedrichsmeier 
!     email                : tfry at users.sourceforge.net
!  ***************************************************************************/
! 
! /***************************************************************************
!  *                                                                         *
!  *   This program 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; either version 2 of the License, or     *
!  *   (at your option) any later version.                                   *
!  *                                                                         *
!  ***************************************************************************/
  
  #include <khtmlview.h>
***************
*** 26,34 ****
  {
  	khtmlpart = new KHTMLPart (this);
- 	khtmlpart->begin();
- 	khtmlpart->write("<HTML><BODY><H1>Help</H1>"
- 		"<P>Type Ctrl+I in the command editor to get help.</P>"
- 		"</BODY></HTML>");
- 	khtmlpart->end();
  	khtmlpart->view()->setIcon(SmallIcon("help"));
  	khtmlpart->view()->setName("Help"); 
--- 31,34 ----

Index: rkcommandeditorwindow.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/windows/rkcommandeditorwindow.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** rkcommandeditorwindow.cpp	25 Feb 2005 15:46:00 -0000	1.11
--- rkcommandeditorwindow.cpp	25 Feb 2005 22:28:26 -0000	1.12
***************
*** 269,274 ****
  
  void RKCommandEditorWindow::rCommandDone (RCommand *command) {
- 	RK_TRACE (COMMANDEDITOR);
- 	
  	KURL url;
  	
--- 269,272 ----

Index: rkhelpwindow.h
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/windows/rkhelpwindow.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** rkhelpwindow.h	25 Feb 2005 15:46:00 -0000	1.2
--- rkhelpwindow.h	25 Feb 2005 22:28:26 -0000	1.3
***************
*** 1,13 ****
! //
! // C++ Interface: %{MODULE}
! //
! // Description: 
! //
! //
! // Author: %{AUTHOR} <%{EMAIL}>, (C) %{YEAR}
! //
! // Copyright: See COPYING file that comes with this distribution
! //
! //
  #ifndef RKHELPWINDOW_H
  #define RKHELPWINDOW_H
--- 1,18 ----
! /***************************************************************************
!                           rkward.h  -  description
!                              -------------------
!     begin                : Tue Oct 29 20:06:08 CET 2002 
!     copyright            : (C) 2002 by Thomas Friedrichsmeier 
!     email                : tfry at users.sourceforge.net
!  ***************************************************************************/
! 
! /***************************************************************************
!  *                                                                         *
!  *   This program 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; either version 2 of the License, or     *
!  *   (at your option) any later version.                                   *
!  *                                                                         *
!  ***************************************************************************/
  #ifndef RKHELPWINDOW_H
  #define RKHELPWINDOW_H





More information about the rkward-tracker mailing list