[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebindings/kalyptus
From:       Richard Dale <Richard_Dale () tipitina ! demon ! co ! uk>
Date:       2005-02-06 23:37:20
Message-ID: 20050206233720.AAB4D1B9B1 () office ! kde ! org
[Download RAW message or body]

CVS commit by rdale: 


* The KWin class was bracketed with '#ifdef Q_OS_UNIX.. #endif', and was being \
skipped   by kalyptus. Fixes a problem reported by Ian Monroe. 

CCMAIL: ian.monroe@gmail.com 


  M +7 -0      ChangeLog   1.60
  M +4 -4      kalyptus   1.91
  M +1 -2      kalyptusCxxToSmoke.pm   1.108


--- kdebindings/kalyptus/ChangeLog  #1.59:1.60
@@ -1,2 +1,9 @@
+2005-02-06  Richard Dale  <Richard_Dale@tipitina.demon.co.uk>
+
+        * The KWin class was bracketed with '#ifdef Q_OS_UNIX.. #endif', and was \
being skipped +          by kalyptus. Fixes a problem reported by Ian Monroe.
+
+        CCMAIL: ian.monroe@gmail.com
+
 2004-10-02  Richard Dale  <Richard_Dale@tipitina.demon.co.uk>
 

--- kdebindings/kalyptus/kalyptus  #1.90:1.91
@@ -244,5 +244,5 @@
     my $regexp = "m/^#\\s*ifn?def\\s+QT_(?:" . join('|', map { "\$qt_defines[$_]" } \
0..$#qt_defines).")/o";  $match_qt_defines = eval "sub { my \$s=shift;
-                                   \$s=~/^#\\s*if(n)?def/ || return 0;
+                                   \$s=~/^#\\s*if(n)?def\\s+QT_/ || return 0;
                                    if(!\$1) { return \$s=~$regexp ? 0:1 }
                                    else { return \$s=~$regexp ? 1:0 }
@@ -252,5 +252,5 @@
 else
 {
-    $match_qt_defines = eval q£
+    $match_qt_defines = eval q{
     sub
     {
@@ -263,5 +263,5 @@
                                      )/x;
     }
-    £;
+    };
     die if $@;
 }

--- kdebindings/kalyptus/kalyptusCxxToSmoke.pm  #1.107:1.108
@@ -285,7 +285,7 @@
                 $className eq 'KIO::KBookmarkMenuNSImporter' ||
             $className eq 'KExtendedSocket' ||
+            $className eq 'KSocket' ||
             $className eq 'KPerDomainSettings' ||
             $className eq 'KApplicationPropsPlugin' ||
-#           $className eq 'KPrinter' ||
             $className eq 'KOpenWithHandler' ||
             $className eq 'KFileOpenWithHandler' ||
@@ -295,5 +295,4 @@
             $className eq 'KBookmarkMenuNSImporter' ||
             $className eq 'KDevicePropsPlugin' ||
-            $className eq 'KWin::WindowInfo' ||
             $className eq 'KDEDModule' ||
             $className eq 'KFileMetaInfoProvider' ||


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic