[QGIS Commit] r14051 - in trunk/qgis: . doc

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Aug 10 18:43:32 EDT 2010


Author: timlinux
Date: 2010-08-10 22:43:32 +0000 (Tue, 10 Aug 2010)
New Revision: 14051

Modified:
   trunk/qgis/CODING
   trunk/qgis/doc/CODING.t2t
Log:
Tweak to debugging plugins url from Volker

Modified: trunk/qgis/CODING
===================================================================
--- trunk/qgis/CODING	2010-08-10 22:02:40 UTC (rev 14050)
+++ trunk/qgis/CODING	2010-08-10 22:43:32 UTC (rev 14051)
@@ -204,7 +204,7 @@
     1.3.3. SVN Keyword
     ==================
 
-Each source file should contain the $Id$ keyword. This will be expanded by CVS
+Each source file should contain the $Id$ keyword. This will be expanded by SVN
 to contain useful information about the file, revision, last committer, and
 date/time of last checkin.
 
@@ -215,7 +215,13 @@
     /* $Id$ */
 
 
+You also need to set 
 
+svn propset svn:keywords "Id"
+
+for the new files.
+
+
   1.4. Variable Names
   ===================
 
@@ -873,6 +879,9 @@
   #include <QtTest>
 
 
+Note that we use the new style Qt4 includes - i.e. QtTest is included not
+qttest.h
+
 Beyond that you just continue implementing your class as per normal, pulling 
 in whatever headers you may need:
 
@@ -1383,6 +1392,7 @@
    environment that the user is using.
 
 
+
   5. Authors
   ==========
 
@@ -1396,7 +1406,7 @@
 - http://wiki.qgis.org/qgiswiki/CodingGuidelines (./)
 - http://wiki.qgis.org/qgiswiki/CodingStandards (./)
 - http://wiki.qgis.org/qgiswiki/UsingSubversion (./)
-- http://wiki.qgis.org/qgiswiki/DebuggingPlugins
+- http://www.qgis.org/wiki/How_to_debug_QGIS_Plugins
 - http://wiki.qgis.org/qgiswiki/DevelopmentInBranches (./)
 - http://wiki.qgis.org/qgiswiki/SubmittingPatchesAndSvnAccess (./)
 

Modified: trunk/qgis/doc/CODING.t2t
===================================================================
--- trunk/qgis/doc/CODING.t2t	2010-08-10 22:02:40 UTC (rev 14050)
+++ trunk/qgis/doc/CODING.t2t	2010-08-10 22:43:32 UTC (rev 14051)
@@ -1272,6 +1272,7 @@
    Using a button box will ensure that the order of 'OK' and 'Cancel' etc,
    buttons is consistent with the operating system / locale / desktop
    environment that the user is using.
+ +
  
 
 = Authors =
@@ -1286,7 +1287,7 @@
 - http://wiki.qgis.org/qgiswiki/CodingGuidelines (./)
 - http://wiki.qgis.org/qgiswiki/CodingStandards (./)
 - http://wiki.qgis.org/qgiswiki/UsingSubversion (./)
-- http://wiki.qgis.org/qgiswiki/DebuggingPlugins
+- http://www.qgis.org/wiki/How_to_debug_QGIS_Plugins
 - http://wiki.qgis.org/qgiswiki/DevelopmentInBranches (./)
 - http://wiki.qgis.org/qgiswiki/SubmittingPatchesAndSvnAccess (./)
 



More information about the QGIS-commit mailing list