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

List:       kde-commits
Subject:    koffice
From:       Fredy Yanardi <fyanardi () gmail ! com>
Date:       2007-07-01 18:31:27
Message-ID: 1183314687.283053.6359.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 682127 by fyanardi:

* change case plugin based on text editing plugin structure
* TODO: undo/redo, clean up the source code and some fixes
CCMAIL: mecirt@gmail.com


 M  +1 -0      plugins/CMakeLists.txt  
 A             plugins/changecase (directory)  
 A             plugins/changecase/CMakeLists.txt  
 A             plugins/changecase/Changecase.cpp   [License: LGPL (v2+)]
 A             plugins/changecase/Changecase.h   [License: LGPL (v2+)]
 A             plugins/changecase/ChangecaseFactory.cpp   [License: LGPL (v2+)]
 A             plugins/changecase/ChangecaseFactory.h   [License: LGPL (v2+)]
 A             plugins/changecase/ChangecasePlugin.cpp   [License: LGPL (v2+)]
 A             plugins/changecase/ChangecasePlugin.h   [License: LGPL (v2+)]
 A             plugins/changecase/changecase.desktop  
 M  +1 -0      shapes/text/PluginHelperAction.cpp  


--- trunk/koffice/plugins/CMakeLists.txt #682126:682127
@@ -4,4 +4,5 @@
 add_subdirectory( autocorrection )
 add_subdirectory( defaultTools )
 add_subdirectory( dockers )
+add_subdirectory( changecase )
 
--- trunk/koffice/shapes/text/PluginHelperAction.cpp #682126:682127
@@ -25,6 +25,7 @@
     m_tool(tool),
     m_pluginId(pluginId)
 {
+    connect(this, SIGNAL(triggered()), this, SLOT(executed()));
 }
 
 void PluginHelperAction::executed() {
[prev in list] [next in list] [prev in thread] [next in thread] 

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