Skip to content

Commit ac8c740

Browse files
author
jef
committedMar 19, 2011
fix some warnings and other cleanups
git-svn-id: http://svn.osgeo.org/qgis/trunk@15539 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b76c962 commit ac8c740

39 files changed

+4
-163
lines changed
 

‎debian/pencil.uu

Lines changed: 0 additions & 44 deletions
This file was deleted.

‎images/developers/Magnus_Homann.jpg

100755100644
File mode changed.

‎images/themes/default/propertyicons/join.png

100755100644
File mode changed.

‎resources/context_help/RgSettingsDlg-de_DE

100755100644
File mode changed.

‎resources/context_help/RgShortestPathWidget-de_DE

100755100644
File mode changed.

‎src/astyle/ASBeautifier.cpp

100755100644
File mode changed.

‎src/astyle/ASEnhancer.cpp

100755100644
File mode changed.

‎src/astyle/ASFormatter.cpp

100755100644
File mode changed.

‎src/astyle/ASResource.cpp

100755100644
File mode changed.

‎src/astyle/astyle.h

100755100644
File mode changed.

‎src/astyle/astyle_main.cpp

100755100644
File mode changed.

‎src/astyle/license.html

100755100644
File mode changed.

‎src/core/raster/qgsrasterlayer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,6 @@ bool QgsRasterLayer::draw( QgsRenderContext& rendererContext )
768768
}
769769

770770
const QgsMapToPixel& theQgsMapToPixel = rendererContext.mapToPixel();
771-
const QgsRectangle& theViewExtent = rendererContext.extent();
772771

773772
QgsRectangle myProjectedViewExtent;
774773
QgsRectangle myProjectedLayerExtent;

‎src/gui/symbology-ng/qgsstylev2exportimportdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ void QgsStyleV2ExportImportDialog::moveStyles( QModelIndexList* selection, QgsSt
178178
{
179179
QString symbolName;
180180
QgsSymbolV2* symbol;
181-
QgsVectorColorRampV2* ramp;
181+
QgsVectorColorRampV2 *ramp = 0;
182182
QModelIndex index;
183183
bool isSymbol = true;
184184
bool prompt = true;

‎src/plugins/spatialquery/CMakeLists.txt

100755100644
File mode changed.

‎src/plugins/spatialquery/README

100755100644
File mode changed.

‎src/plugins/spatialquery/qgsgeometrycoordinatetransform.cpp

100755100644
File mode changed.

‎src/plugins/spatialquery/qgsgeometrycoordinatetransform.h

100755100644
File mode changed.

‎src/plugins/spatialquery/qgsmngprogressbar.cpp

100755100644
File mode changed.

‎src/plugins/spatialquery/qgsmngprogressbar.h

100755100644
File mode changed.

‎src/plugins/spatialquery/qgsreaderfeatures.cpp

100755100644
File mode changed.

‎src/plugins/spatialquery/qgsreaderfeatures.h

100755100644
File mode changed.

‎src/plugins/spatialquery/qgsrubberselectid.cpp

100755100644
File mode changed.

‎src/plugins/spatialquery/qgsrubberselectid.h

100755100644
File mode changed.

‎src/plugins/spatialquery/qgsspatialquery.cpp

100755100644
File mode changed.

‎src/plugins/spatialquery/qgsspatialquery.h

100755100644
File mode changed.

‎src/plugins/spatialquery/qgsspatialquerydialog.cpp

100755100644
File mode changed.

‎src/plugins/spatialquery/qgsspatialquerydialog.h

100755100644
File mode changed.

‎src/plugins/spatialquery/qgsspatialquerydialogbase.qrc

100755100644
File mode changed.

‎src/plugins/spatialquery/qgsspatialquerydialogbase.ui

100755100644
File mode changed.

‎src/plugins/spatialquery/qgsspatialqueryplugin.cpp

100755100644
File mode changed.

‎src/plugins/spatialquery/qgsspatialqueryplugin.h

100755100644
File mode changed.

‎src/plugins/spatialquery/select.png

100755100644
File mode changed.

‎src/plugins/spatialquery/selectadd.png

100755100644
File mode changed.

‎src/plugins/spatialquery/selectesubsetlayer.png

100755100644
File mode changed.

‎src/plugins/spatialquery/selectremove.png

100755100644
File mode changed.

‎src/ui/qgsoptionsbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@
14331433
<property name="title">
14341434
<string>Coordinate Reference System for new layers</string>
14351435
</property>
1436-
<layout class="QGridLayout" name="gridLayout">
1436+
<layout class="QGridLayout" name="gridLayout_23">
14371437
<item row="0" column="0" colspan="3">
14381438
<widget class="QLabel" name="label_8">
14391439
<property name="text">

‎src/ui/qgsrendererrulepropsdialogbase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<item>
1818
<layout class="QFormLayout" name="formLayout">
1919
<item row="0" column="0">
20-
<widget class="QLabel" name="label">
20+
<widget class="QLabel" name="label_1">
2121
<property name="text">
2222
<string>Label</string>
2323
</property>
@@ -27,7 +27,7 @@
2727
<widget class="QLineEdit" name="editLabel"/>
2828
</item>
2929
<item row="1" column="0">
30-
<widget class="QLabel" name="label">
30+
<widget class="QLabel" name="label_5">
3131
<property name="text">
3232
<string>Filter</string>
3333
</property>

‎tools/qgiscommit

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.