Skip to content

Commit

Permalink
spit plugin fix
Browse files Browse the repository at this point in the history
- quote values and identifiers properly
- remove now unnecessary reserved word dialog
- also consider primary key field and geometry field in double field check
- allow rename of primary key field
- remove disabled connect button (spit automatically connects on OK)
- keep the window open window if there was an error
- fixes #865 and #930


git-svn-id: http://svn.osgeo.org/qgis/trunk@8293 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 28, 2008
1 parent a0c1772 commit a08e4de
Show file tree
Hide file tree
Showing 11 changed files with 457 additions and 792 deletions.
3 changes: 0 additions & 3 deletions src/plugins/spit/CMakeLists.txt
Expand Up @@ -7,7 +7,6 @@ SET (SPIT_SRCS
qgsconnectiondialog.cpp
qgspgutil.cpp
qgsshapefile.cpp
qgseditreservedwordsdialog.cpp
)

SET (SPIT_PLUGIN_SRCS
Expand All @@ -23,14 +22,12 @@ SET (SPIT_EXE_SRCS
SET (SPIT_UIS
qgsconnectiondialogbase.ui
qgsspitbase.ui
qgseditreservedwordsbase.ui
../../ui/qgsmessageviewer.ui
)

SET (SPIT_EXE_MOC_HDRS
qgsspit.h
qgsshapefile.h
qgseditreservedwordsdialog.h
qgsconnectiondialog.h
)

Expand Down
135 changes: 0 additions & 135 deletions src/plugins/spit/qgseditreservedwordsbase.ui

This file was deleted.

116 changes: 0 additions & 116 deletions src/plugins/spit/qgseditreservedwordsdialog.cpp

This file was deleted.

48 changes: 0 additions & 48 deletions src/plugins/spit/qgseditreservedwordsdialog.h

This file was deleted.

0 comments on commit a08e4de

Please sign in to comment.