Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
misc cleanups:
- added Q_OBJECT to various classes where lupdate was complaining - fix some warnings (mostly potentially uninitialized variables) - introduce doubleNear(a,b,epsilon) to compare doubles - fix new composer pagesizes - cleanup edit type labels in vector properties (marked translation strings, synced with qgsattributetypeedit.ui, removed redundant code) - allow update_ts_files.sh for specified languages - german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@11241 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
Showing
with
435 additions
and 415 deletions.
- +266 −191 i18n/qgis_de.ts
- +14 −3 scripts/update_ts_files.sh
- +5 −0 src/app/CMakeLists.txt
- +20 −16 src/app/composer/qgscompositionwidget.cpp
- +45 −86 src/app/qgsattributetypedialog.cpp
- +2 −0 src/app/qgsmaptooladdvertex.h
- +2 −0 src/app/qgsmaptooldeletepart.h
- +2 −0 src/app/qgsmaptooldeletering.h
- +2 −0 src/app/qgsmaptooldeletevertex.h
- +2 −0 src/app/qgsmaptoolmovevertex.h
- +1 −1 src/app/qgsmaptoolnodetool.cpp
- +6 −5 src/app/qgsmaptoolsimplify.cpp
- +31 −104 src/app/qgsvectorlayerproperties.cpp
- +4 −1 src/app/qgsvectorlayerproperties.h
- +2 −4 src/core/pal/layer.cpp
- +11 −0 src/core/qgis.h
- +1 −1 src/plugins/diagram_overlay/qgspiediagramfactory.cpp
- +1 −2 src/plugins/geoprocessing/qgspggeoprocessing.cpp
- +9 −1 src/providers/ogr/CMakeLists.txt
- +2 −0 src/providers/ogr/qgsogrprovider.h
- +5 −0 src/providers/osm/CMakeLists.txt
- +2 −0 src/providers/osm/osmprovider.h
Oops, something went wrong.