Skip to content

Commit 1d4f5f4

Browse files
author
kyngchaos
committed
attr editor to gui (r12997)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12998 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 21e8393 commit 1d4f5f4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

mac/xcode/Qgis.xcodeproj/project.pbxproj

+10-10
Original file line numberDiff line numberDiff line change
@@ -1310,8 +1310,6 @@
13101310
72D0A53C1018971A00EE6279 /* qgsattributetypeloaddialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72D0A537101896AA00EE6279 /* qgsattributetypeloaddialog.cpp */; };
13111311
72D0A53D1018971A00EE6279 /* qgsattributetypeloaddialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 72D0A536101896AA00EE6279 /* qgsattributetypeloaddialog.h */; };
13121312
72D0A5431018980500EE6279 /* qgsmarkercatalogue.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E7380F39E57A003DC336 /* qgsmarkercatalogue.h */; };
1313-
72D0A5471018990100EE6279 /* qgsattributeeditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72D0A5451018989600EE6279 /* qgsattributeeditor.cpp */; };
1314-
72D0A5481018990100EE6279 /* qgsattributeeditor.h in Sources */ = {isa = PBXBuildFile; fileRef = 72D0A5441018989600EE6279 /* qgsattributeeditor.h */; };
13151313
72D2486F1100CD7400923469 /* qgsgpsdetector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72D2486D1100CD2300923469 /* qgsgpsdetector.cpp */; };
13161314
72D248701100CD7400923469 /* qgsgpsdetector.h in Sources */ = {isa = PBXBuildFile; fileRef = 72D2486E1100CD2300923469 /* qgsgpsdetector.h */; };
13171315
72D84C1F1044BC3A009F8F39 /* qgsmaptoolreshape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72D84C1D1044BBFD009F8F39 /* qgsmaptoolreshape.cpp */; };
@@ -1570,6 +1568,8 @@
15701568
72ED33A9110FD66D00526CF5 /* qgspluginlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 72ED33A3110FCB4D00526CF5 /* qgspluginlayer.h */; };
15711569
72ED33AA110FD66D00526CF5 /* qgspluginlayerregistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 72ED33A5110FCB4D00526CF5 /* qgspluginlayerregistry.h */; };
15721570
72EFB924105068590050AC82 /* osmprovider.h in Sources */ = {isa = PBXBuildFile; fileRef = 72DB68D41021D06C00ED5F3A /* osmprovider.h */; };
1571+
72F02DFA113FFBEB00C54E76 /* qgsattributeeditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72D0A5451018989600EE6279 /* qgsattributeeditor.cpp */; };
1572+
72F02DFB113FFBF300C54E76 /* qgsattributeeditor.h in Sources */ = {isa = PBXBuildFile; fileRef = 72D0A5441018989600EE6279 /* qgsattributeeditor.h */; };
15731573
72F22FB70FDAC209000E8CB0 /* qgsmaptoolnodetool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72F22FB50FDAC1F4000E8CB0 /* qgsmaptoolnodetool.cpp */; };
15741574
72F4862210AB755200E7BFEE /* qgscomposermanager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72F4862010AB753D00E7BFEE /* qgscomposermanager.cpp */; };
15751575
72F4862310AB755200E7BFEE /* qgscomposermanager.h in Sources */ = {isa = PBXBuildFile; fileRef = 72F4862110AB753D00E7BFEE /* qgscomposermanager.h */; };
@@ -6849,8 +6849,8 @@
68496849
72D0A539101896AA00EE6279 /* qgsattributetypedialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsattributetypedialog.cpp; path = ../../src/app/qgsattributetypedialog.cpp; sourceTree = SOURCE_ROOT; };
68506850
72D0A53F1018975800EE6279 /* qgsattributetypeedit.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = qgsattributetypeedit.ui; path = ../../src/ui/qgsattributetypeedit.ui; sourceTree = SOURCE_ROOT; };
68516851
72D0A5401018975800EE6279 /* qgsattributeloadfrommap.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = qgsattributeloadfrommap.ui; path = ../../src/ui/qgsattributeloadfrommap.ui; sourceTree = SOURCE_ROOT; };
6852-
72D0A5441018989600EE6279 /* qgsattributeeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsattributeeditor.h; path = ../../src/app/qgsattributeeditor.h; sourceTree = SOURCE_ROOT; };
6853-
72D0A5451018989600EE6279 /* qgsattributeeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsattributeeditor.cpp; path = ../../src/app/qgsattributeeditor.cpp; sourceTree = SOURCE_ROOT; };
6852+
72D0A5441018989600EE6279 /* qgsattributeeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsattributeeditor.h; path = ../../src/gui/qgsattributeeditor.h; sourceTree = SOURCE_ROOT; };
6853+
72D0A5451018989600EE6279 /* qgsattributeeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsattributeeditor.cpp; path = ../../src/gui/qgsattributeeditor.cpp; sourceTree = SOURCE_ROOT; };
68546854
72D232D30F4A206E000B9039 /* qgis_user-template.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "qgis_user-template.xcconfig"; sourceTree = SOURCE_ROOT; };
68556855
72D2486D1100CD2300923469 /* qgsgpsdetector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsgpsdetector.cpp; path = ../../src/core/gps/qgsgpsdetector.cpp; sourceTree = SOURCE_ROOT; };
68566856
72D2486E1100CD2300923469 /* qgsgpsdetector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsgpsdetector.h; path = ../../src/core/gps/qgsgpsdetector.h; sourceTree = SOURCE_ROOT; };
@@ -7929,8 +7929,6 @@
79297929
7209E5F40F39E57A003DC336 /* qgsattributeactiondialog.h */,
79307930
7209E5F50F39E57A003DC336 /* qgsattributedialog.cpp */,
79317931
7209E5F60F39E57A003DC336 /* qgsattributedialog.h */,
7932-
72D0A5451018989600EE6279 /* qgsattributeeditor.cpp */,
7933-
72D0A5441018989600EE6279 /* qgsattributeeditor.h */,
79347932
72D0A536101896AA00EE6279 /* qgsattributetypeloaddialog.h */,
79357933
72D0A537101896AA00EE6279 /* qgsattributetypeloaddialog.cpp */,
79367934
72D0A538101896AA00EE6279 /* qgsattributetypedialog.h */,
@@ -8504,6 +8502,8 @@
85048502
7209E7430F39E57A003DC336 /* qgisgui.h */,
85058503
7209E7440F39E57A003DC336 /* qgisinterface.cpp */,
85068504
7209E7450F39E57A003DC336 /* qgisinterface.h */,
8505+
72D0A5451018989600EE6279 /* qgsattributeeditor.cpp */,
8506+
72D0A5441018989600EE6279 /* qgsattributeeditor.h */,
85078507
7209E7460F39E57A003DC336 /* qgscolorbutton.cpp */,
85088508
7209E7470F39E57A003DC336 /* qgscolorbutton.h */,
85098509
7209E7480F39E57A003DC336 /* qgscomposerview.cpp */,
@@ -14885,6 +14885,7 @@
1488514885
files = (
1488614886
7209F38F0F3A2FC3003DC336 /* qgisgui.cpp in Sources */,
1488714887
7209F3900F3A2FC3003DC336 /* qgisinterface.cpp in Sources */,
14888+
72F02DFA113FFBEB00C54E76 /* qgsattributeeditor.cpp in Sources */,
1488814889
7209F3910F3A2FC3003DC336 /* qgscolorbutton.cpp in Sources */,
1488914890
7209F3920F3A2FC3003DC336 /* qgscomposerview.cpp in Sources */,
1489014891
7209F3930F3A2FC3003DC336 /* qgscursors.cpp in Sources */,
@@ -14911,6 +14912,7 @@
1491114912
7209F3A70F3A2FC3003DC336 /* qgsrubberband.cpp in Sources */,
1491214913
7209F3A80F3A2FC3003DC336 /* qgsvertexmarker.cpp in Sources */,
1491314914
729287950F71D415006D9489 /* qgisinterface.h in Sources */,
14915+
72F02DFB113FFBF300C54E76 /* qgsattributeeditor.h in Sources */,
1491414916
729287960F71D415006D9489 /* qgscomposerview.h in Sources */,
1491514917
729287970F71D415006D9489 /* qgsdetaileditemdelegate.h in Sources */,
1491614918
729287980F71D415006D9489 /* qgsdetaileditemwidget.h in Sources */,
@@ -15547,7 +15549,6 @@
1554715549
7209F42B0F3A468C003DC336 /* qgsaddattrdialog.cpp in Sources */,
1554815550
7209F42C0F3A468C003DC336 /* qgsattributeactiondialog.cpp in Sources */,
1554915551
7209F42D0F3A468C003DC336 /* qgsattributedialog.cpp in Sources */,
15550-
72D0A5471018990100EE6279 /* qgsattributeeditor.cpp in Sources */,
1555115552
7209F4300F3A468C003DC336 /* qgsbookmarkitem.cpp in Sources */,
1555215553
7209F4310F3A468C003DC336 /* qgsbookmarks.cpp in Sources */,
1555315554
7209F4320F3A468C003DC336 /* qgsclipboard.cpp in Sources */,
@@ -15629,7 +15630,6 @@
1562915630
7292887E0F71FE65006D9489 /* qgsaddattrdialog.h in Sources */,
1563015631
7292887F0F71FE65006D9489 /* qgsattributeactiondialog.h in Sources */,
1563115632
729288800F71FE65006D9489 /* qgsattributedialog.h in Sources */,
15632-
72D0A5481018990100EE6279 /* qgsattributeeditor.h in Sources */,
1563315633
729288830F71FE65006D9489 /* qgsbookmarks.h in Sources */,
1563415634
729288840F71FE65006D9489 /* qgscomposer.h in Sources */,
1563515635
721EED6A10BE0453006FF69B /* qgscomposerarrowwidget.h in Sources */,
@@ -19361,7 +19361,7 @@
1936119361
COPY_PHASE_STRIP = NO;
1936219362
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1936319363
GCC_OPTIMIZATION_LEVEL = 0;
19364-
QGIS_VERSION_BUILD = 12967;
19364+
QGIS_VERSION_BUILD = 12997;
1936519365
STRIP_INSTALLED_PRODUCT = NO;
1936619366
};
1936719367
name = Debug;
@@ -19372,7 +19372,7 @@
1937219372
buildSettings = {
1937319373
COPY_PHASE_STRIP = YES;
1937419374
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
19375-
QGIS_VERSION_BUILD = 12967;
19375+
QGIS_VERSION_BUILD = 12997;
1937619376
STRIP_INSTALLED_PRODUCT = YES;
1937719377
};
1937819378
name = Release;

0 commit comments

Comments
 (0)