[rkward-cvs] rkward/rkward Makefile.am, 1.70, 1.71 rkward.cpp, 1.129, 1.130

Thomas Friedrichsmeier tfry at users.sourceforge.net
Fri Sep 15 17:23:14 UTC 2006


Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv31419/rkward

Modified Files:
	Makefile.am rkward.cpp 
Log Message:
Show output context for readline() calls

Index: rkward.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkward.cpp,v
retrieving revision 1.129
retrieving revision 1.130
diff -C2 -d -r1.129 -r1.130
*** rkward.cpp	17 May 2006 14:14:07 -0000	1.129
--- rkward.cpp	15 Sep 2006 17:23:12 -0000	1.130
***************
*** 77,84 ****
  
  #include "agents/showedittextfileagent.h"	// TODO: see below: needed purely for linking!
  
! RKwardApp::RKwardApp (KURL *load_url) : DCOPObject ("rkwardapp"), KMdiMainFrm (0, 0, KMdi::IDEAlMode) {
  	ShowEditTextFileAgent::showEditFiles (0);		// TODO: AAAAAAAARGGGH!!!! It won't link without this bogus line!!!
  
  	RK_TRACE (APP);
  	RKGlobals::app = this;
--- 77,89 ----
  
  #include "agents/showedittextfileagent.h"	// TODO: see below: needed purely for linking!
+ #include "dialogs/rkreadlinedialog.h"	// TODO: see below: needed purely for linking!
  
! // This nevers gets called. It's needed to trick ld into linking correctly. Nothing else.
! void bogusCalls () {
  	ShowEditTextFileAgent::showEditFiles (0);		// TODO: AAAAAAAARGGGH!!!! It won't link without this bogus line!!!
+ 	RKReadLineDialog::readLine (0, QString(), QString(), 0, 0);	// TODO: see above
+ }
  
+ RKwardApp::RKwardApp (KURL *load_url) : DCOPObject ("rkwardapp"), KMdiMainFrm (0, 0, KMdi::IDEAlMode) {
  	RK_TRACE (APP);
  	RKGlobals::app = this;

Index: Makefile.am
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/Makefile.am,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** Makefile.am	14 Sep 2006 16:28:03 -0000	1.70
--- Makefile.am	15 Sep 2006 17:23:12 -0000	1.71
***************
*** 38,43 ****
  	$(LIBSOCKET) -L$(R_HOMEDIR)/lib -lR $(R_LAPACK_FLAG) $(R_BLAS_FLAG) -lkatepartinterfaces
  
! SUBDIRS = plugins dataeditor settings plugin agents rbackend scriptbackends \
! 	misc core dialogs icons windows
  
  install-data-local:
--- 38,43 ----
  	$(LIBSOCKET) -L$(R_HOMEDIR)/lib -lR $(R_LAPACK_FLAG) $(R_BLAS_FLAG) -lkatepartinterfaces
  
! SUBDIRS = plugins dataeditor settings plugin agents rbackend dialogs scriptbackends \
! 	misc core icons windows
  
  install-data-local:





More information about the rkward-tracker mailing list