Skip to content

Commit

Permalink
Tweak to debugging plugins url from Volker
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@14051 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Aug 10, 2010
1 parent 1d82416 commit 8e16ddd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CODING
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ example:
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.

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


You also need to set

svn propset svn:keywords "Id"

for the new files.


1.4. Variable Names
===================
Expand Down Expand Up @@ -873,6 +879,9 @@ one special include all tests should have:
#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:

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



5. Authors
==========

Expand All @@ -1396,7 +1406,7 @@ Original pages from wiki to deprecate:
- 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 (./)

Expand Down
3 changes: 2 additions & 1 deletion doc/CODING.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -1272,6 +1272,7 @@ guidelines are followed in layout and design of GUIs.
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 =
Expand All @@ -1286,7 +1287,7 @@ Original pages from wiki to deprecate:
- 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 (./)

0 comments on commit 8e16ddd

Please sign in to comment.