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

List:       kde-commits
Subject:    koffice/kspread/plugins/scripting/scripts
From:       Sebastian Sauer <mail () dipe ! org>
Date:       2007-11-04 3:48:52
Message-ID: 1194148132.045835.16411.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 732512 by sebsauer:

Added the consoledocker.py Python script that provides us a interactive python console as Docker-widget.
This script depends on PyQt4 since we embed a gui-editor widget that way.

FEATURE



 M  +4 -0      CMakeLists.txt  
 AM            consoledocker.py  
 M  +10 -0     scripts.rc  


--- trunk/koffice/kspread/plugins/scripting/scripts/CMakeLists.txt #732511:732512
@@ -18,3 +18,7 @@
     yfinance.py yweather.py
     pytime.py pyregexp.py
     DESTINATION ${DATA_INSTALL_DIR}/kspread/scripts/functions)
+
+install(FILES
+    consoledocker.py
+    DESTINATION ${DATA_INSTALL_DIR}/kspread/scripts/docker)
** trunk/koffice/kspread/plugins/scripting/scripts/consoledocker.py #property svn:executable
   + *
--- trunk/koffice/kspread/plugins/scripting/scripts/scripts.rc #732511:732512
@@ -98,4 +98,14 @@
            file="extensions/logger.py" />
     </collection>
 
+    <collection name="docker" text="Docker" comment="Scripting Docker Widgets" enabled="false">
+        <script
+           name="pyconsoledocker"
+           text="Python Console"
+           comment="Interactive Python Console Docker"
+           enabled="false"
+           interpreter="python"
+           file="docker/consoledocker.py" />
+    </collection>
+
 </KrossScripting>
[prev in list] [next in list] [prev in thread] [next in thread] 

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