Showing with 6,944 additions and 4,913 deletions.
  1. +1 −1 doc/CODING.t2t
  2. +820 −727 i18n/qgis_de.ts
  3. +1,475 −1,112 i18n/qgis_fr.ts
  4. +2,734 −2,417 i18n/qgis_hr_HR.ts
  5. +2 −0 python/CMakeLists.txt
  6. +21 −0 python/analysis/qgsgeometryanalyzer.sip
  7. +6 −0 python/core/core.sip
  8. +71 −0 python/core/qgsgpsconnection.sip
  9. +20 −0 python/core/qgsgpsconnectionregistry.sip
  10. +13 −0 python/core/qgsgpsdconnection.sip
  11. +20 −0 python/core/qgsgpsdetector.sip
  12. +25 −0 python/core/qgsnmeaconnection.sip
  13. +2 −2 python/core/symbology-ng-core.sip
  14. +1 −1 python/plugins/GdalTools/tools/dialogSRS.py
  15. +1 −1 python/plugins/GdalTools/tools/doProjection.py
  16. +1 −1 python/plugins/GdalTools/tools/doTranslate.py
  17. +2 −2 python/plugins/GdalTools/tools/doWarp.py
  18. +529 −382 python/plugins/fTools/tools/doGeometry.py
  19. +4 −4 python/plugins/fTools/tools/doSimplify.py
  20. +112 −90 python/plugins/fTools/tools/frmGeometry.ui
  21. +18 −14 resources/context_help/QgsFieldCalculator-en_US
  22. +59 −0 resources/context_help/QgsFieldCalculator-ru_RU
  23. +2 −0 resources/function_help/Conversions-de_DE
  24. +2 −0 resources/function_help/Conversions-en_US
  25. +4 −0 resources/function_help/Field-de_DE
  26. +4 −0 resources/function_help/Field-en_US
  27. +5 −0 resources/function_help/Fields and Values-de_DE
  28. +5 −0 resources/function_help/Fields and Values-en_US
  29. +2 −0 resources/function_help/Geometry-de_DE
  30. +2 −0 resources/function_help/Geometry-en_US
  31. +2 −0 resources/function_help/Math-de_DE
  32. +2 −0 resources/function_help/Math-en_US
  33. +2 −0 resources/function_help/Operators-de_DE
  34. +2 −0 resources/function_help/Operators-en_US
  35. +1 −0 resources/function_help/Record-de_DE
  36. +1 −0 resources/function_help/Record-en_US
  37. +2 −0 resources/function_help/String-de_DE
  38. +2 −0 resources/function_help/String-en_US
  39. +2 −2 scripts/chkspelling.sh
  40. +1 −0 scripts/spelling.dat
  41. +1 −1 src/analysis/raster/qgsrelief.cpp
  42. +5 −2 src/analysis/raster/qgsrelief.h
  43. +473 −0 src/analysis/vector/qgsgeometryanalyzer.cpp
  44. +29 −0 src/analysis/vector/qgsgeometryanalyzer.h
  45. +2 −2 src/app/composer/qgscomposerlabelwidget.cpp
  46. +0 −1 src/app/ogr/qgsnewogrconnection.cpp
  47. +25 −0 src/app/ogr/qgsogrhelperfunctions.cpp
  48. +8 −5 src/app/ogr/qgsopenvectorlayerdialog.cpp
  49. +32 −5 src/app/ogr/qgsvectorlayersaveasdialog.cpp
  50. +3 −1 src/app/ogr/qgsvectorlayersaveasdialog.h
  51. +16 −15 src/app/qgisapp.cpp
  52. +15 −4 src/app/qgsfieldcalculator.cpp
  53. +4 −3 src/app/qgsfieldcalculator.h
  54. +6 −0 src/app/qgshighlight.cpp
  55. +4 −2 src/app/qgsmaptooladdfeature.cpp
  56. +1 −1 src/app/qgsmaptoolidentify.cpp
  57. +13 −1 src/app/qgsmergeattributesdialog.cpp
  58. +32 −5 src/app/qgsprojectproperties.cpp
  59. +3 −0 src/app/qgsprojectproperties.h
  60. +2 −10 src/core/gps/qgsgpsconnectionregistry.cpp
  61. +1 −1 src/core/gps/qgsgpsconnectionregistry.h
  62. +5 −1 src/core/qgsapplication.cpp
  63. +1 −1 src/core/qgsmaprenderer.cpp
  64. +14 −29 src/core/qgsvectorlayer.cpp
  65. +66 −7 src/core/symbology-ng/qgsfillsymbollayerv2.cpp
  66. +14 −0 src/core/symbology-ng/qgsfillsymbollayerv2.h
  67. +1 −1 src/core/symbology-ng/qgssymbolv2.h
  68. +23 −18 src/gui/qgsexpressionbuilderwidget.cpp
  69. +52 −0 src/gui/symbology-ng/qgssymbollayerv2widget.cpp
  70. +4 −0 src/gui/symbology-ng/qgssymbollayerv2widget.h
  71. +8 −3 src/helpviewer/qgshelpviewer.cpp
  72. +3 −0 src/helpviewer/qgshelpviewerbase.ui
  73. +4 −0 src/providers/ogr/qgsogrprovider.cpp
  74. +8 −3 src/providers/spatialite/qgsspatialiteprovider.cpp
  75. +4 −0 src/providers/spatialite/qgsspatialiteprovider.h
  76. +28 −15 src/ui/qgsvectorlayersaveasdialogbase.ui
  77. +54 −20 src/ui/symbollayer/widget_svgfill.ui
2 changes: 1 addition & 1 deletion doc/CODING.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Developers guide for QGIS
%! PostProc(tex): '\\section' '\\newpage\\section'
%! PostProc(tex): 'section{' 'section{\\color{qgis-green}'
%! PostProc(tex): NEWPAGE '\\newpage'
% Give alternating table rows different colours and use a smaller font in tables (\tiny)
% Give alternating table rows different colors and use a smaller font in tables (\tiny)
%! PostProc(tex): '\\begin{tabular}' '\\rowcolors{2}{tableShade}{white} \n\\tiny\\begin{tabular}'
%! encoding: iso-8859-1

Expand Down
Loading