Skip to content

Commit 20d27aa

Browse files
author
timlinux
committed
Tweak to debugging plugins url from Volker
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14051 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e1384a5 commit 20d27aa

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CODING

+12-2
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ example:
204204
1.3.3. SVN Keyword
205205
==================
206206

207-
Each source file should contain the $Id$ keyword. This will be expanded by CVS
207+
Each source file should contain the $Id$ keyword. This will be expanded by SVN
208208
to contain useful information about the file, revision, last committer, and
209209
date/time of last checkin.
210210

@@ -215,6 +215,12 @@ top of each source file:
215215
/* $Id$ */
216216

217217

218+
You also need to set
219+
220+
svn propset svn:keywords "Id"
221+
222+
for the new files.
223+
218224

219225
1.4. Variable Names
220226
===================
@@ -873,6 +879,9 @@ one special include all tests should have:
873879
#include <QtTest>
874880

875881

882+
Note that we use the new style Qt4 includes - i.e. QtTest is included not
883+
qttest.h
884+
876885
Beyond that you just continue implementing your class as per normal, pulling
877886
in whatever headers you may need:
878887

@@ -1383,6 +1392,7 @@ guidelines are followed in layout and design of GUIs.
13831392
environment that the user is using.
13841393

13851394

1395+
13861396
5. Authors
13871397
==========
13881398

@@ -1396,7 +1406,7 @@ Original pages from wiki to deprecate:
13961406
- http://wiki.qgis.org/qgiswiki/CodingGuidelines (./)
13971407
- http://wiki.qgis.org/qgiswiki/CodingStandards (./)
13981408
- http://wiki.qgis.org/qgiswiki/UsingSubversion (./)
1399-
- http://wiki.qgis.org/qgiswiki/DebuggingPlugins
1409+
- http://www.qgis.org/wiki/How_to_debug_QGIS_Plugins
14001410
- http://wiki.qgis.org/qgiswiki/DevelopmentInBranches (./)
14011411
- http://wiki.qgis.org/qgiswiki/SubmittingPatchesAndSvnAccess (./)
14021412

doc/CODING.t2t

+2-1
Original file line numberDiff line numberDiff line change
@@ -1272,6 +1272,7 @@ guidelines are followed in layout and design of GUIs.
12721272
Using a button box will ensure that the order of 'OK' and 'Cancel' etc,
12731273
buttons is consistent with the operating system / locale / desktop
12741274
environment that the user is using.
1275+
+
12751276

12761277

12771278
= Authors =
@@ -1286,7 +1287,7 @@ Original pages from wiki to deprecate:
12861287
- http://wiki.qgis.org/qgiswiki/CodingGuidelines (./)
12871288
- http://wiki.qgis.org/qgiswiki/CodingStandards (./)
12881289
- http://wiki.qgis.org/qgiswiki/UsingSubversion (./)
1289-
- http://wiki.qgis.org/qgiswiki/DebuggingPlugins
1290+
- http://www.qgis.org/wiki/How_to_debug_QGIS_Plugins
12901291
- http://wiki.qgis.org/qgiswiki/DevelopmentInBranches (./)
12911292
- http://wiki.qgis.org/qgiswiki/SubmittingPatchesAndSvnAccess (./)
12921293

0 commit comments

Comments
 (0)