Skip to content

Commit 38fbd11

Browse files
author
mmassing
committedFeb 14, 2010
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@12945 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1309434 commit 38fbd11

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

Lines changed: 37 additions & 15 deletions
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

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

0 commit comments

Comments
 (0)
Please sign in to comment.