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

List:       kde-commits
Subject:    koffice/kexi/plugins
From:       Florian Merz <florianmerz () gmx ! de>
Date:       2008-09-02 17:59:17
Message-ID: 1220378357.822622.28257.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 856357 by fmerz:

Spelling fixes

 M  +1 -1      forms/kexiformdataiteminterface.h  
 M  +1 -1      forms/widgets/kexidbform.cpp  
 M  +1 -1      forms/widgets/kexidbimagebox.h  
 M  +2 -2      reportspgz/backend/common/krfielddata.cpp  
 M  +1 -1      reportspgz/backend/renderer/code128.cpp  
 M  +3 -3      reportspgz/backend/renderer/orprerender.cpp  
 M  +1 -1      reportspgz/backend/renderer/orutils.cpp  
 M  +1 -1      reportspgz/backend/renderer/scripting/krscriptchart.h  
 M  +1 -1      reportspgz/backend/wrtembed/code128paint.cpp  
 M  +1 -1      reportspgz/backend/wrtembed/reportdesigner.cpp  
 M  +1 -1      reportspgz/backend/wrtembed/reportentityline.cpp  
 M  +2 -2      reportspgz/backend/wrtembed/reportscene.cpp  
 M  +1 -1      reportspgz/kexireportpart.cpp  
 M  +1 -1      scripting/kexidb/kexidbmodule.h  


--- trunk/koffice/kexi/plugins/forms/kexiformdataiteminterface.h #856356:856357
@@ -86,7 +86,7 @@
      text \a displayText and become read only to prevent entering data,
      because updating at the database backend is not available.
      \a displayText is usually set to something i18n'd like "#NAME?".
-     Note: that even widgets that usualy do not display texts (e.g. pixmaps)
+     Note: that even widgets that usually do not display texts (e.g. pixmaps)
      should display \a displayText too.
     */
     virtual void setInvalidState(const QString& displayText) = 0;
--- trunk/koffice/kexi/plugins/forms/widgets/kexidbform.cpp #856356:856357
@@ -355,7 +355,7 @@
             kexipluginsdbg << "#" << numberOfDataAwareWidgets << ": "
             << dataItem->dataSource() << " (" << \
it.current()->widget()->objectName() << ")";  
-// /*! @todo d->indicesForDataAwareWidgets SHOULDNT BE UPDATED HERE BECAUSE
+// /*! @todo d->indicesForDataAwareWidgets SHOULD NOT BE UPDATED HERE BECAUSE
 // THERE CAN BE ALSO NON-TABSTOP DATA WIDGETS!
 // */
             d->indicesForDataAwareWidgets.insert(dataItem, \
                numberOfDataAwareWidgets);
--- trunk/koffice/kexi/plugins/forms/widgets/kexidbimagebox.h #856356:856357
@@ -136,7 +136,7 @@
         return KexiFrame::lineWidth();
     }
 
-    /*! Overriden to change the policy behaviour a bit:
+    /*! Overridden to change the policy behaviour a bit:
      NoFocus is returned regardless the real focus flag
      if the data source is empty (see dataSource()). */
 #ifdef __GNUC__
--- trunk/koffice/kexi/plugins/reportspgz/backend/common/krfielddata.cpp \
#856356:856357 @@ -136,7 +136,7 @@
     _lnColor = new KoProperty::Property("LineColor", Qt::black, "Line Color", "Line \
                Color");
     _lnStyle = new KoProperty::Property("LineStyle", Qt::NoPen, "Line Style", "Line \
Style", KoProperty::LineStyle);  
-    //TODO I dont think we need these
+    //TODO I do not think we need these
     _trackTotal = new KoProperty::Property("TrackTotal", QVariant(false, 0), "Track \
                Total", "Track Total");
     _trackBuiltinFormat = new KoProperty::Property("TrackBuiltinFormat", \
                QVariant(false, 0), "Track Builtin Format", "Track Builtin Format");
     _useSubTotal = new KoProperty::Property("UseSubTotal", QVariant(false, 0), "Use \
Sub Total", "Use Sub Total"); @@ -253,4 +253,4 @@
 KRFieldData * KRFieldData::toField()
 {
     return this;
-}
\ No newline at end of file
+}
--- trunk/koffice/kexi/plugins/reportspgz/backend/renderer/code128.cpp #856356:856357
@@ -331,7 +331,7 @@
         }
     }
 
-    // we have to do the stop character seperatly like this because it has
+    // we have to do the stop character separately like this because it has
     // 7 elements in it's bar sequence rather than 6 like the others
     int STOP_CHARACTER[] = { 2, 3, 3, 1, 1, 1, 2 };
     space = false;
--- trunk/koffice/kexi/plugins/reportspgz/backend/renderer/orprerender.cpp \
#856356:856357 @@ -450,7 +450,7 @@
         elemThis = ob;
         //++it;
         // TODO: See if this can be simplified anymore than it already is.
-        //       All we need to know is how much strech we are going to get.
+        //       All we need to know is how much stretch we are going to get.
         if (elemThis->type() == KRObjectData::EntityText) {
             orData       dataThis;
             KRTextData * t = elemThis->toText();
@@ -909,7 +909,7 @@
     if (_internal == 0 || !_internal->_valid || _internal->_reportData == 0)
         return 0;
 
-    // Do this check now so we don't have to undo alot of work later if it fails
+    // Do this check now so we don't have to undo a lot of work later if it fails
     LabelSizeInfo label;
     if (_internal->_reportData->page.getPageSize() == "Labels") {
         label = LabelSizeInfo::getByName(_internal->_reportData->page.getLabelType());
 @@ -1128,4 +1128,4 @@
     return false;
 }
 
-#include <orprerenderprivate.moc>
\ No newline at end of file
+#include <orprerenderprivate.moc>
--- trunk/koffice/kexi/plugins/reportspgz/backend/renderer/orutils.cpp #856356:856357
@@ -65,7 +65,7 @@
 bool orQuery::execute()
 {
     if (_database && qryQuery == 0) {
-        //NOTE we can use the variation of executeQuery to pass in paramters
+        //NOTE we can use the variation of executeQuery to pass in parameters
         if (qstrQuery.isEmpty()) {
             qryQuery = _database->executeQuery("SELECT '' AS expr1 FROM kexi__db \
WHERE kexi__db.db_property = 'kexidb_major_ver'");  } else if \
                (_database->tableSchema(qstrQuery)) {
--- trunk/koffice/kexi/plugins/reportspgz/backend/renderer/scripting/krscriptchart.h \
#856356:856357 @@ -74,7 +74,7 @@
     QString dataSource();
 
     /**
-     * Set the data soure for the chart
+     * Set the data source for the chart
      * @param datasource
      */
     void setDataSource(const QString &);
--- trunk/koffice/kexi/plugins/reportspgz/backend/wrtembed/code128paint.cpp \
#856356:856357 @@ -334,7 +334,7 @@
         }
     }
 
-    // we have to do the stop character seperatly like this because it has
+    // we have to do the stop character separately like this because it has
     // 7 elements in it's bar sequence rather than 6 like the others
     int STOP_CHARACTER[] = { 2, 3, 3, 1, 1, 1, 2 };
     space = false;
--- trunk/koffice/kexi/plugins/reportspgz/backend/wrtembed/reportdesigner.cpp \
#856356:856357 @@ -1224,7 +1224,7 @@
     sectionData->selected_items_rw = 0;
 
     //TODO temporary
-    //clears cut and copy lists to make sure we dont crash
+    //clears cut and copy lists to make sure we do not crash
     //if weve deleted something in the list
     //should really check if an item is in the list first
     //and remove it.
--- trunk/koffice/kexi/plugins/reportspgz/backend/wrtembed/reportentityline.cpp \
#856356:856357 @@ -148,7 +148,7 @@
 
 void ReportEntityLine::propertyChanged(KoProperty::Set &s, KoProperty::Property &p)
 {
-    //TODO KoProperty doesnt support QPointF
+    //TODO KoProperty does not support QPointF
     if (p.name() == "Start") {
         //setLine ( _start.toScene().x(), _start.toScene().y(), line().p1().x(), \
line().p1().y() );  } else if (p.name() == "End") {
--- trunk/koffice/kexi/plugins/reportspgz/backend/wrtembed/reportscene.cpp \
#856356:856357 @@ -72,7 +72,7 @@
         QPen pen = painter->pen();
         painter->setPen(QColor(212, 212, 212));
 
-        if (pixel_increment > 2) { // dont bother painting points if increments are \
so small +        if (pixel_increment > 2) { // do not bother painting points if \
increments are so small  int wpoints = qRound(sceneRect().width() / pixel_increment);
             int hpoints = qRound(sceneRect().height() / pixel_increment);
             for (int i = 0; i < wpoints; ++i) {
@@ -209,4 +209,4 @@
 
 
     return r;
-}
\ No newline at end of file
+}
--- trunk/koffice/kexi/plugins/reportspgz/kexireportpart.cpp #856356:856357
@@ -56,7 +56,7 @@
     setSupportedViewModes(Kexi::DataViewMode | Kexi::DesignViewMode);
     setInternalPropertyValue("newObjectsAreDirty", true);
 
-    //m_registeredPartID = 9; //Dont want to use the already registered report type \
just yet(int)KexiPart::ReportObjectType; +    //m_registeredPartID = 9; //Do not want \
to use the already registered report type just yet(int)KexiPart::ReportObjectType;  
 }
 
--- trunk/koffice/kexi/plugins/scripting/kexidb/kexidbmodule.h #856356:856357
@@ -52,7 +52,7 @@
     /** Returns the version number the KexiDB module defines. */
     int version();
 
-    /** Returns a list with avaible drivernames. */
+    /** Returns a list with available drivernames. */
     const QStringList driverNames();
 
     /** Return the to the defined \p drivername matching \a KexiDBDriver object. */


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

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