Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updates and fixes from Volker Froehlich
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14128 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
dassau committed Aug 23, 2010
1 parent 992c102 commit 7a2e0b6
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions doc/CODING.t2t
Expand Up @@ -110,7 +110,7 @@ QGIS classes that are generated from Qt Designer (ui) files should have a
//Base// suffix. This identifies the class as a generated base class.
```
Examples:
QgsPluginMangerBase
QgsPluginManagerBase
QgsUserOptionsBase
```
=== Dialogs ===
Expand Down Expand Up @@ -276,10 +276,11 @@ once, consider consolidating the code into a single function.
```

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 ===

Expand Down Expand Up @@ -558,7 +559,7 @@ a ticket in trac (https://trac.osgeo.org/qgis/) first and then attach you
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:

Expand All @@ -583,10 +584,10 @@ svn diff > bug7887fix.diff

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 ===

Expand All @@ -601,13 +602,13 @@ under the GPL.

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.

Expand Down

0 comments on commit 7a2e0b6

Please sign in to comment.