[rkward-cvs] rkward/rkward khelpdlg.cpp,1.5,1.6 rkward.cpp,1.63,1.64

Pierre ecoch at users.sourceforge.net
Thu Mar 24 09:02:16 UTC 2005


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

Modified Files:
	khelpdlg.cpp rkward.cpp 
Log Message:
IDEAI dock style

Index: khelpdlg.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/khelpdlg.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** khelpdlg.cpp	24 Mar 2005 07:34:32 -0000	1.5
--- khelpdlg.cpp	24 Mar 2005 09:02:12 -0000	1.6
***************
*** 52,55 ****
--- 52,57 ----
  	packagesList->insertItem (i18n("All"));
  
+ 	fieldsList->insertItem (i18n("Not implemented yet"));
+ 
  	connect(field, SIGNAL(keyPressEvent (QKeyEvent * e)), this, SLOT(slotFieldKeyPressEvent (QKeyEvent * e)));
  	

Index: rkward.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkward.cpp,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** rkward.cpp	24 Mar 2005 07:34:32 -0000	1.63
--- rkward.cpp	24 Mar 2005 09:02:13 -0000	1.64
***************
*** 39,42 ****
--- 39,43 ----
  #include <kinputdialog.h>
  #include <kdockwidget.h>
+ #include <kmultitabbar.h>
  
  // include files for the kate part. Some may not be useful
***************
*** 94,97 ****
--- 95,102 ----
  	KGlobal::dirs()->addResourceType("plugins", KStandardDirs::kde_default("data") + "rkward/plugins/");
  
+ 	setToolviewStyle(KMultiTabBar::KDEV3ICON);
+ 
+ 
+ 
    ///////////////////////////////////////////////////////////////////
    // call inits to invoke all other construction parts





More information about the rkward-tracker mailing list