Skip to content

Commit ecd2aa9

Browse files
author
mmassing
committed
Update georeferencer from gislab SVN, which adds GCP table with errors, new user interface
and raster properties configuration (thanks to Maxim Dubinin and Jack R at gis-lab). Part 2/2 of new georeferencer. git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12945 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 06ce53e commit ecd2aa9

File tree

84 files changed

+5784
-2255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+5784
-2255
lines changed

src/plugins/georeferencer/CMakeLists.txt

+37-15
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,58 @@
22
# Files
33

44
SET (GEOREF_SRCS
5+
qgsgcpcanvasitem.cpp
6+
qgsgeorefconfigdialog.cpp
7+
qgsgeorefdatapoint.cpp
8+
qgsgeorefdelegates.cpp
9+
qgsgeorefdescriptiondialog.cpp
510
qgsgeorefplugin.cpp
11+
qgsgeorefplugingui.cpp
12+
qgsgeoreftooladdpoint.cpp
13+
qgsgeoreftooldeletepoint.cpp
14+
qgsgeoreftoolmovepoint.cpp
15+
qgsgeorefvalidators.cpp
16+
qgsleastsquares.cpp
17+
qgsmapcoordsdialog.cpp
18+
qgstransformsettingsdialog.cpp
19+
20+
qgsgcplist.cpp
621
qgsgcplistmodel.cpp
7-
qgsgeorefdatapoint.cpp
822
qgsimagewarper.cpp
9-
qgsleastsquares.cpp
10-
qgspointdialog.cpp
11-
qgsgeorefdescriptiondialog.cpp
12-
qgsgeorefwarpoptionsdialog.cpp
1323
qgsgeoreftransform.cpp
14-
mapcoordsdialog.cpp
1524
qgsgcplistwidget.cpp
1625
)
1726

1827
SET (GEOREF_UIS
19-
qgspointdialogbase.ui
20-
mapcoordsdialogbase.ui
28+
qgsgeorefconfigdialogbase.ui
2129
qgsgeorefdescriptiondialogbase.ui
22-
qgsgeorefwarpoptionsdialogbase.ui
23-
qgsgcplistwidgetbase.ui
30+
qgsgeorefpluginguibase.ui
31+
qgsmapcoordsdialogbase.ui
32+
qgstransformsettingsdialogbase.ui
33+
../../ui/qgsprojectionselectorbase.ui
34+
../../ui/qgsrasterlayerpropertiesbase.ui
2435
)
2536

2637
SET (GEOREF_MOC_HDRS
27-
# qgsgcplistmodel.h
38+
qgsgcpcanvasitem.h
39+
qgsgeorefconfigdialog.h
40+
qgsgeorefdatapoint.h
41+
qgsgeorefdelegates.h
42+
qgsgeorefdescriptiondialog.h
2843
qgsgeorefplugin.h
29-
qgspointdialog.h
30-
mapcoordsdialog.h
31-
qgsgeorefwarpoptionsdialog.h
44+
qgsgeorefplugingui.h
45+
qgsgeoreftooladdpoint.h
46+
qgsgeoreftooldeletepoint.h
47+
qgsgeoreftoolmovepoint.h
48+
qgsgeorefvalidators.h
49+
qgsleastsquares.h
50+
qgsmapcoordsdialog.h
51+
qgstransformsettingsdialog.h
52+
53+
qgsgcplist.h
54+
qgsgcplistmodel.h
3255
qgsgcplistwidget.h
3356
)
34-
3557
SET (GEOREF_RCCS georeferencer.qrc)
3658

3759

src/plugins/georeferencer/add_point.xpm

-22
This file was deleted.
+21-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
<RCC>
2-
<qresource prefix="/" >
3-
<file>georef.png</file>
4-
<file>georeferencer.png</file>
5-
<file>pencil.png</file>
2+
<qresource prefix="/">
3+
<file>icons/mGeorefDescription.png</file>
4+
<file>icons/mGeorefRun.png</file>
5+
<file>icons/mPushButtonClipboard.png</file>
6+
<file>icons/mPushButtonEditPaste.png</file>
7+
<file>icons/mPushButtonFileOpen.png</file>
8+
<file>icons/mPushButtonPencil.png</file>
9+
<file>icons/mPushButtonTargetSRSEnabled.png</file>
10+
<file>icons/mPushButtonTargetSRSDisabled.png</file>
11+
<file>icons/mActionGDALScript.png</file>
12+
<file>icons/mActionOpenRaster.png</file>
13+
<file>icons/mActionSaveRasterAs.png</file>
14+
<file>icons/mActionLinkGeorefToQGis.png</file>
15+
<file>icons/mActionLinkQGisToGeoref.png</file>
16+
<file>icons/mActionLoadGCPpoints.png</file>
17+
<file>icons/mActionMoveGCPPoint.png</file>
18+
<file>icons/mActionSaveGCPpointsAs.png</file>
19+
<file>icons/mActionStartGeoref.png</file>
20+
<file>icons/mActionTransformSettings.png</file>
21+
<file>icons/mActionHelp.png</file>
22+
<file>icons/mActionAbout.png</file>
623
</qresource>
724
</RCC>
2.18 KB
Loading
Loading
1.08 KB
Loading
Loading
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)