[rkward-cvs] rkward/rkward debug.h,1.10,1.11 main.cpp,1.16,1.17

Thomas Friedrichsmeier tfry at users.sourceforge.net
Sun May 8 16:54:31 UTC 2005


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

Modified Files:
	debug.h main.cpp 
Log Message:
Adding a class with XML-parsing helper functions. Neither used nor tested, yet. Adding some info and more failed attempts to RKWindowCatcher

Index: main.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/main.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** main.cpp	29 Apr 2005 16:47:29 -0000	1.16
--- main.cpp	8 May 2005 16:54:29 -0000	1.17
***************
*** 79,83 ****
    { "+[File]", I18N_NOOP ("file to open"), 0 },
    { "debug-level <level>", I18N_NOOP ("Verbosity of debug messages (0-5)"), "3"}, 
!   { "debug-flags <flags>", I18N_NOOP ("Mask for components to debug as a binary number (see debug.h)"), "111111111111" }, 
    { 0, 0, 0 }
    // INSERT YOUR COMMANDLINE OPTIONS HERE
--- 79,83 ----
    { "+[File]", I18N_NOOP ("file to open"), 0 },
    { "debug-level <level>", I18N_NOOP ("Verbosity of debug messages (0-5)"), "3"}, 
!   { "debug-flags <flags>", I18N_NOOP ("Mask for components to debug as a binary number (see debug.h)"), "1111111111111" }, 
    { 0, 0, 0 }
    // INSERT YOUR COMMANDLINE OPTIONS HERE

Index: debug.h
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/debug.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** debug.h	22 Apr 2005 13:56:15 -0000	1.10
--- debug.h	8 May 2005 16:54:29 -0000	1.11
***************
*** 18,23 ****
  #define RKWARD_DEBUG
  
- #ifdef RKWARD_DEBUG
- 
  extern int RK_Debug_Level;
  extern int RK_Debug_Flags;
--- 18,21 ----
***************
*** 42,46 ****
  #define DIALOGS 1024
  #define OUTPUT 2048
! #define ALL (APP | PLUGIN | PHP | OBJECTS | EDITOR | RBACKEND | MISC)
  
  // Debug functions 
--- 40,47 ----
  #define DIALOGS 1024
  #define OUTPUT 2048
! #define XML 4096
! #define ALL (APP | PLUGIN | PHP | OBJECTS | EDITOR | RBACKEND | MISC | XML)
! 
! #ifdef RKWARD_DEBUG
  
  // Debug functions 





More information about the rkward-tracker mailing list