[rkward-cvs] rkward/rkward/rbackend rinterface.cpp,1.42,1.43

Thomas Friedrichsmeier tfry at users.sourceforge.net
Sun Mar 19 18:15:59 UTC 2006


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

Modified Files:
	rinterface.cpp 
Log Message:
Dialog interface for RKStandardComponent basically working

Index: rinterface.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rbackend/rinterface.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** rinterface.cpp	13 Nov 2005 19:07:40 -0000	1.42
--- rinterface.cpp	19 Mar 2006 18:15:57 -0000	1.43
***************
*** 148,151 ****
--- 148,154 ----
  		watch->addOutput (command);
  		command->finished ();
+ 		if (command->type () && RCommand::DirectToOutput) {
+ 			RKGlobals::rkApp ()->newOutput ();
+ 		}
  		delete command;
  	} else if ((e->type () == RIDLE_EVENT)) {
***************
*** 187,190 ****
--- 190,194 ----
  	RK_TRACE (RBACKEND);
  	MUTEX_LOCK;
+ 	if (command->command ().isEmpty ()) command->_type |= RCommand::EmptyCommand;
  	RCommandStack::issueCommand (command, chain);
  	RKGlobals::controlWindow ()->addCommand (command, chain);





More information about the rkward-tracker mailing list