Skip to content

Commit 4867e9f

Browse files
author
kyngchaos
committedSep 27, 2009
new vector dialog updates (r11719, r11720)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11721 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
 

‎mac/xcode/Qgis.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
7209F4350F3A468C003DC336 /* qgsdbfilterproxymodel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6050F39E57A003DC336 /* qgsdbfilterproxymodel.cpp */; };
327327
7209F4360F3A468C003DC336 /* qgsdbtablemodel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6090F39E57A003DC336 /* qgsdbtablemodel.cpp */; };
328328
7209F4370F3A468C003DC336 /* qgsdelattrdialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E60B0F39E57A003DC336 /* qgsdelattrdialog.cpp */; };
329-
7209F4380F3A468C003DC336 /* qgsgeomtypedialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E60D0F39E57A003DC336 /* qgsgeomtypedialog.cpp */; };
329+
7209F4380F3A468C003DC336 /* qgsnewvectorlayerdialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E60D0F39E57A003DC336 /* qgsnewvectorlayerdialog.cpp */; };
330330
7209F4390F3A468C003DC336 /* qgsgraduatedsymboldialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E60F0F39E57A003DC336 /* qgsgraduatedsymboldialog.cpp */; };
331331
7209F43A0F3A468C003DC336 /* qgshelpviewer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6110F39E57A003DC336 /* qgshelpviewer.cpp */; };
332332
7209F43B0F3A468C003DC336 /* qgsidentifyresults.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6130F39E57A003DC336 /* qgsidentifyresults.cpp */; };
@@ -1254,7 +1254,7 @@
12541254
7292888E0F71FE65006D9489 /* qgsdbsourceselect.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6080F39E57A003DC336 /* qgsdbsourceselect.h */; };
12551255
7292888F0F71FE65006D9489 /* qgsdbtablemodel.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E60A0F39E57A003DC336 /* qgsdbtablemodel.h */; };
12561256
729288900F71FE65006D9489 /* qgsdelattrdialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E60C0F39E57A003DC336 /* qgsdelattrdialog.h */; };
1257-
729288910F71FE65006D9489 /* qgsgeomtypedialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E60E0F39E57A003DC336 /* qgsgeomtypedialog.h */; };
1257+
729288910F71FE65006D9489 /* qgsnewvectorlayerdialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E60E0F39E57A003DC336 /* qgsnewvectorlayerdialog.h */; };
12581258
729288920F71FE65006D9489 /* qgsgraduatedsymboldialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6100F39E57A003DC336 /* qgsgraduatedsymboldialog.h */; };
12591259
729288930F71FE65006D9489 /* qgshelpviewer.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6120F39E57A003DC336 /* qgshelpviewer.h */; };
12601260
729288940F71FE65006D9489 /* qgsidentifyresults.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6140F39E57A003DC336 /* qgsidentifyresults.h */; };
@@ -4087,8 +4087,8 @@
40874087
7209E60A0F39E57A003DC336 /* qgsdbtablemodel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsdbtablemodel.h; path = ../../src/app/qgsdbtablemodel.h; sourceTree = SOURCE_ROOT; };
40884088
7209E60B0F39E57A003DC336 /* qgsdelattrdialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsdelattrdialog.cpp; path = ../../src/app/qgsdelattrdialog.cpp; sourceTree = SOURCE_ROOT; };
40894089
7209E60C0F39E57A003DC336 /* qgsdelattrdialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsdelattrdialog.h; path = ../../src/app/qgsdelattrdialog.h; sourceTree = SOURCE_ROOT; };
4090-
7209E60D0F39E57A003DC336 /* qgsgeomtypedialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsgeomtypedialog.cpp; path = ../../src/app/qgsgeomtypedialog.cpp; sourceTree = SOURCE_ROOT; };
4091-
7209E60E0F39E57A003DC336 /* qgsgeomtypedialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsgeomtypedialog.h; path = ../../src/app/qgsgeomtypedialog.h; sourceTree = SOURCE_ROOT; };
4090+
7209E60D0F39E57A003DC336 /* qgsnewvectorlayerdialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsnewvectorlayerdialog.cpp; path = ../../src/app/qgsnewvectorlayerdialog.cpp; sourceTree = SOURCE_ROOT; };
4091+
7209E60E0F39E57A003DC336 /* qgsnewvectorlayerdialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsnewvectorlayerdialog.h; path = ../../src/app/qgsnewvectorlayerdialog.h; sourceTree = SOURCE_ROOT; };
40924092
7209E60F0F39E57A003DC336 /* qgsgraduatedsymboldialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsgraduatedsymboldialog.cpp; path = ../../src/app/qgsgraduatedsymboldialog.cpp; sourceTree = SOURCE_ROOT; };
40934093
7209E6100F39E57A003DC336 /* qgsgraduatedsymboldialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsgraduatedsymboldialog.h; path = ../../src/app/qgsgraduatedsymboldialog.h; sourceTree = SOURCE_ROOT; };
40944094
7209E6110F39E57A003DC336 /* qgshelpviewer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgshelpviewer.cpp; path = ../../src/app/qgshelpviewer.cpp; sourceTree = SOURCE_ROOT; };
@@ -4883,7 +4883,7 @@
48834883
7209EC9F0F39E57B003DC336 /* qgsdelattrdialogbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsdelattrdialogbase.ui; path = ../../src/ui/qgsdelattrdialogbase.ui; sourceTree = SOURCE_ROOT; };
48844884
7209ECA00F39E57B003DC336 /* qgsdetaileditemwidgetbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsdetaileditemwidgetbase.ui; path = ../../src/ui/qgsdetaileditemwidgetbase.ui; sourceTree = SOURCE_ROOT; };
48854885
7209ECA10F39E57B003DC336 /* qgsgenericprojectionselectorbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsgenericprojectionselectorbase.ui; path = ../../src/ui/qgsgenericprojectionselectorbase.ui; sourceTree = SOURCE_ROOT; };
4886-
7209ECA20F39E57B003DC336 /* qgsgeomtypedialogbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsgeomtypedialogbase.ui; path = ../../src/ui/qgsgeomtypedialogbase.ui; sourceTree = SOURCE_ROOT; };
4886+
7209ECA20F39E57B003DC336 /* qgsnewvectorlayerdialogbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsnewvectorlayerdialogbase.ui; path = ../../src/ui/qgsnewvectorlayerdialogbase.ui; sourceTree = SOURCE_ROOT; };
48874887
7209ECA30F39E57B003DC336 /* qgsgraduatedsymboldialogbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsgraduatedsymboldialogbase.ui; path = ../../src/ui/qgsgraduatedsymboldialogbase.ui; sourceTree = SOURCE_ROOT; };
48884888
7209ECA40F39E57B003DC336 /* qgshelpviewerbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgshelpviewerbase.ui; path = ../../src/ui/qgshelpviewerbase.ui; sourceTree = SOURCE_ROOT; };
48894889
7209ECA50F39E57B003DC336 /* qgsidentifyresultsbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsidentifyresultsbase.ui; path = ../../src/ui/qgsidentifyresultsbase.ui; sourceTree = SOURCE_ROOT; };
@@ -7815,8 +7815,8 @@
78157815
7209E60A0F39E57A003DC336 /* qgsdbtablemodel.h */,
78167816
7209E60B0F39E57A003DC336 /* qgsdelattrdialog.cpp */,
78177817
7209E60C0F39E57A003DC336 /* qgsdelattrdialog.h */,
7818-
7209E60D0F39E57A003DC336 /* qgsgeomtypedialog.cpp */,
7819-
7209E60E0F39E57A003DC336 /* qgsgeomtypedialog.h */,
7818+
7209E60D0F39E57A003DC336 /* qgsnewvectorlayerdialog.cpp */,
7819+
7209E60E0F39E57A003DC336 /* qgsnewvectorlayerdialog.h */,
78207820
7209E60F0F39E57A003DC336 /* qgsgraduatedsymboldialog.cpp */,
78217821
7209E6100F39E57A003DC336 /* qgsgraduatedsymboldialog.h */,
78227822
7209E6110F39E57A003DC336 /* qgshelpviewer.cpp */,
@@ -9226,7 +9226,7 @@
92269226
7209EC9F0F39E57B003DC336 /* qgsdelattrdialogbase.ui */,
92279227
7209ECA00F39E57B003DC336 /* qgsdetaileditemwidgetbase.ui */,
92289228
7209ECA10F39E57B003DC336 /* qgsgenericprojectionselectorbase.ui */,
9229-
7209ECA20F39E57B003DC336 /* qgsgeomtypedialogbase.ui */,
9229+
7209ECA20F39E57B003DC336 /* qgsnewvectorlayerdialogbase.ui */,
92309230
7209ECA30F39E57B003DC336 /* qgsgraduatedsymboldialogbase.ui */,
92319231
7209ECA40F39E57B003DC336 /* qgshelpviewerbase.ui */,
92329232
7209ECA50F39E57B003DC336 /* qgsidentifyresultsbase.ui */,
@@ -14408,7 +14408,7 @@
1440814408
7209F4350F3A468C003DC336 /* qgsdbfilterproxymodel.cpp in Sources */,
1440914409
7209F4360F3A468C003DC336 /* qgsdbtablemodel.cpp in Sources */,
1441014410
7209F4370F3A468C003DC336 /* qgsdelattrdialog.cpp in Sources */,
14411-
7209F4380F3A468C003DC336 /* qgsgeomtypedialog.cpp in Sources */,
14411+
7209F4380F3A468C003DC336 /* qgsnewvectorlayerdialog.cpp in Sources */,
1441214412
7209F4390F3A468C003DC336 /* qgsgraduatedsymboldialog.cpp in Sources */,
1441314413
7209F43A0F3A468C003DC336 /* qgshelpviewer.cpp in Sources */,
1441414414
7209F43B0F3A468C003DC336 /* qgsidentifyresults.cpp in Sources */,
@@ -14498,7 +14498,7 @@
1449814498
7292888E0F71FE65006D9489 /* qgsdbsourceselect.h in Sources */,
1449914499
7292888F0F71FE65006D9489 /* qgsdbtablemodel.h in Sources */,
1450014500
729288900F71FE65006D9489 /* qgsdelattrdialog.h in Sources */,
14501-
729288910F71FE65006D9489 /* qgsgeomtypedialog.h in Sources */,
14501+
729288910F71FE65006D9489 /* qgsnewvectorlayerdialog.h in Sources */,
1450214502
729288920F71FE65006D9489 /* qgsgraduatedsymboldialog.h in Sources */,
1450314503
729288930F71FE65006D9489 /* qgshelpviewer.h in Sources */,
1450414504
729288940F71FE65006D9489 /* qgsidentifyresults.h in Sources */,
@@ -17543,7 +17543,7 @@
1754317543
COPY_PHASE_STRIP = NO;
1754417544
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1754517545
GCC_OPTIMIZATION_LEVEL = 0;
17546-
QGIS_VERSION_BUILD = 20090918;
17546+
QGIS_VERSION_BUILD = 20090927;
1754717547
STRIP_INSTALLED_PRODUCT = NO;
1754817548
};
1754917549
name = Debug;
@@ -17554,7 +17554,7 @@
1755417554
buildSettings = {
1755517555
COPY_PHASE_STRIP = YES;
1755617556
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
17557-
QGIS_VERSION_BUILD = 20090918;
17557+
QGIS_VERSION_BUILD = 20090927;
1755817558
STRIP_INSTALLED_PRODUCT = YES;
1755917559
};
1756017560
name = Release;

0 commit comments

Comments
 (0)
Please sign in to comment.