[QGIS Commit] r14128 - trunk/qgis/doc

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Aug 23 03:40:10 EDT 2010


Author: dassau
Date: 2010-08-23 07:40:10 +0000 (Mon, 23 Aug 2010)
New Revision: 14128

Modified:
   trunk/qgis/doc/CODING.t2t
Log:
updates and fixes from Volker Froehlich

Modified: trunk/qgis/doc/CODING.t2t
===================================================================
--- trunk/qgis/doc/CODING.t2t	2010-08-22 20:08:45 UTC (rev 14127)
+++ trunk/qgis/doc/CODING.t2t	2010-08-23 07:40:10 UTC (rev 14128)
@@ -110,7 +110,7 @@
 //Base// suffix. This identifies the class as a generated base class.
 ```
 Examples:
-  QgsPluginMangerBase
+  QgsPluginManagerBase
   QgsUserOptionsBase
 ```
 === Dialogs ===
@@ -276,10 +276,11 @@
 ``` 
 
 This will:
-  * allow changes to be made in one location instead of in multiple places
-  * help prevent code bloat
-  * make it more difficult for multiple copies to evolve differences over time,
-    thus making it harder to understand and maintain for others
+- allow changes to be made in one location instead of in multiple places
+- help prevent code bloat
+- make it more difficult for multiple copies to evolve differences over time,
+  thus making it harder to understand and maintain for others
+-
 
 === Prefer Having Constants First in Predicates ===
 
@@ -558,7 +559,7 @@
 This makes it easier for us to apply the patches since we don't need to
 navigate to a specific place in the source tree to apply the patch. Also when I
 receive patches I usually evaluate them using kompare, and having the patch
-from the top level dir makes this much easier. Below is an example of you you
+from the top level dir makes this much easier. Below is an example of how you
 can include multiple changed files into your patch from the top level
 directory:
 
@@ -583,10 +584,10 @@
 
 QGIS developers are busy folk. We do scan the incoming patches on bug reports
 but sometimes we miss things.  Don't be offended or alarmed. Try to identify a
-developer to help you - using the ["Project Organigram"] and contact them
+developer to help you - using the [Project Organigram http://www.qgis.org/wiki/Project_Organigram] and contact them
 asking them if they can look at your patch. If you don't get any response, you
 can escalate your query to one of the Project Steering Committee members
-(contact details also available on the ["Project Organigram"]).
+(contact details also available on the Project Organigram).
 
 === Due Diligence ===
 
@@ -601,13 +602,13 @@
 
 Write access to QGIS source tree is by invitation. Typically when a person
 submits several (there is no fixed number here) substantial patches that
-demonstrate basic competance and understanding of C++ and QGIS coding
+demonstrate basic competence and understanding of C++ and QGIS coding
 conventions, one of the PSC members or other existing developers can nominate
 that person to the PSC for granting of write access. The nominator should give
 a basic promotional paragraph of why they think that person should gain write
 access. In some cases we will grant write access to non C++ developers e.g. for
 translators and documentors.  In these cases, the person should still have
-demonstrated ability to submit patches and should ideally have submtted several
+demonstrated ability to submit patches and should ideally have submitted several
 substantial patches that demonstrate their understanding of modifying the code
 base without breaking things, etc.
 



More information about the QGIS-commit mailing list