Skip to content

Commit

Permalink
sync doc with trunk
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@9881 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 20, 2008
1 parent ff9b37e commit 8d76bdd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
8 changes: 4 additions & 4 deletions doc/CODING.t2t
Expand Up @@ -17,16 +17,16 @@ Developers guide for QGIS
%txt2tags home page for more details. Please insert manual line breaks in this
%document as it makes diffing for changes much easier. To do this in vim
%automatically, select a section then issue (gq) command. Please dont
%apply vim formatting to the whol document as it screws up some formatting
%apply vim formatting to the whole document as it screws up some formatting
%rather apply it selectively to paragraphs where needed.

% To generate the text version of this document:
% txt2tags -t txt -o CODING CODING.t2t
% To generate the moinmoin version of this document
% To generate the moinmoin version of this document:
% txt2tags -t moin -o CODING.moin CODING.t2t
% To generate the html version of this document
% To generate the html version of this document:
% txt2tags -t html -o CODING.html CODING.t2t
% To generate LaTeX version of this document do:
% To generate the LaTeX version of this document:
% txt2tags -t tex -o CODING.tex CODING.t2t
%
% End of comments
Expand Down
12 changes: 6 additions & 6 deletions doc/INSTALL.t2t
Expand Up @@ -22,12 +22,12 @@ Building QGIS from source - step by step

% To generate the text version of this document:
% txt2tags -t txt -o INSTALL INSTALL.t2t
% To generate the moinmoin version of this document
% txt2tags -t moin -o INSTALL.moin INSTALL.t2t
% To generate the html version of this document
% txt2tags -t html -o INSTALL.html INSTALL.t2t
% To generate LaTeX version of this document do:
% txt2tags -t tex -o INSTALL.tex INSTALL.t2t
% To generate the moinmoin version of this document:
% txt2tags -t moin -o INSTALL.moin INSTALL.t2t
% To generate the html version of this document:
% txt2tags -t html -o INSTALL.html INSTALL.t2t
% To generate LaTeX version of this document:
% txt2tags -t tex -o INSTALL.tex INSTALL.t2t

% End of comments
% -------------------
Expand Down
8 changes: 4 additions & 4 deletions doc/index.dox
Expand Up @@ -29,10 +29,10 @@ releases will be our 'unstable' development builds and 1.0.x releases our
'stable' (bugfixes and very minor tweaks only).

\section index_maillist Mailing Lists
For support we encourage you to join our <a
href="http://qgis.org/content/view/115/96/">mailing lists</a> for
developers.

<ul>
<li>For support we encourage you to join our <a
href="http://qgis.osgeo.org/community/mailing-lists.html">mailing lists</a> for
developers.</li> </ul>

\section index_bugs Bug Reporting
If you think you have found a bug, please report it using our <a
Expand Down
5 changes: 3 additions & 2 deletions src/app/qgisapp.cpp
Expand Up @@ -1835,7 +1835,7 @@ void QgisApp::about()
+ tr( "A new plugin was added for interpolating point features into ASCII grid layers." )
+ "</li>"
+ "<li>"
+ tr( "The python plugin manager was completely overhauled, the new version having many improvements, including checking that the version of QGIS running will support a plugin that is being installed." )
+ tr( "The python plugin installer was completely overhauled, the new version having many improvements, including checking that the version of QGIS running will support a plugin that is being installed." )
+ "</li>"
+ "<li>"
+ tr( "Plugin toolbar positions are now correctly saved when the application is closed." )
Expand All @@ -1850,7 +1850,8 @@ void QgisApp::about()
+ tr( "Ported all GDAL/OGR and GEOS usage to use C APIs only." )
+ "</li>"
+ "<li>"

+ tr( "Vector editing overhaul - handling of geometry and attribute edit transactions is now handled transparently in one place." )
+ "</li>"
//+ "<li>"
//+ tr("X")
//+ "</li>"
Expand Down

0 comments on commit 8d76bdd

Please sign in to comment.