Skip to content

Commit 8eda772

Browse files
author
kyngchaos
committed
attributetable update (r10718, r10726)
git-svn-id: http://svn.osgeo.org/qgis/trunk@10727 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5c3890b commit 8eda772

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

mac/xcode/Qgis.xcodeproj/project.pbxproj

+28
Original file line numberDiff line numberDiff line change
@@ -2479,6 +2479,12 @@
24792479
72EBCB3C0F49E8240016BA3C /* index.html in Copy - doc */ = {isa = PBXBuildFile; fileRef = 7209F01B0F39E5DA003DC336 /* index.html */; };
24802480
72EBCB3D0F49E8240016BA3C /* qgisdoc.css in Copy - doc */ = {isa = PBXBuildFile; fileRef = 7209F0370F39E5DA003DC336 /* qgisdoc.css */; };
24812481
72F8D9450F89251100D10CE5 /* qgstolerance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72F8D9430F8924F100D10CE5 /* qgstolerance.cpp */; };
2482+
72FB54C90FAF3AD400AB2F8D /* qgsattributetabledelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72FB54C30FAF3A5D00AB2F8D /* qgsattributetabledelegate.cpp */; };
2483+
72FB54CA0FAF3AD800AB2F8D /* qgsattributetablefiltermodel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72FB54C80FAF3A5D00AB2F8D /* qgsattributetablefiltermodel.cpp */; };
2484+
72FB54CB0FAF3ADA00AB2F8D /* qgsattributetableidcolumnpair.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72FB54C70FAF3A5D00AB2F8D /* qgsattributetableidcolumnpair.cpp */; };
2485+
72FB54CC0FAF3ADB00AB2F8D /* qgsattributetablememorymodel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72FB54C10FAF3A5D00AB2F8D /* qgsattributetablememorymodel.cpp */; };
2486+
72FB54CE0FAF3B5E00AB2F8D /* qgsattributetabledelegate.h in Sources */ = {isa = PBXBuildFile; fileRef = 72FB54C60FAF3A5D00AB2F8D /* qgsattributetabledelegate.h */; };
2487+
72FB54CF0FAF3B5E00AB2F8D /* qgsattributetablememorymodel.h in Sources */ = {isa = PBXBuildFile; fileRef = 72FB54C20FAF3A5D00AB2F8D /* qgsattributetablememorymodel.h */; };
24822488
/* End PBXBuildFile section */
24832489

24842490
/* Begin PBXBuildRule section */
@@ -8627,6 +8633,14 @@
86278633
72F8D9590F89268C00D10CE5 /* sqlite3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sqlite3.h; path = ../../src/core/spatialite/headers/spatialite/sqlite3.h; sourceTree = SOURCE_ROOT; };
86288634
72F8D95A0F89268C00D10CE5 /* sqlite3ext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sqlite3ext.h; path = ../../src/core/spatialite/headers/spatialite/sqlite3ext.h; sourceTree = SOURCE_ROOT; };
86298635
72F8D95B0F89268C00D10CE5 /* spatialite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = spatialite.h; path = ../../src/core/spatialite/headers/spatialite.h; sourceTree = SOURCE_ROOT; };
8636+
72FB54C10FAF3A5D00AB2F8D /* qgsattributetablememorymodel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsattributetablememorymodel.cpp; path = ../../src/app/attributetable/qgsattributetablememorymodel.cpp; sourceTree = SOURCE_ROOT; };
8637+
72FB54C20FAF3A5D00AB2F8D /* qgsattributetablememorymodel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsattributetablememorymodel.h; path = ../../src/app/attributetable/qgsattributetablememorymodel.h; sourceTree = SOURCE_ROOT; };
8638+
72FB54C30FAF3A5D00AB2F8D /* qgsattributetabledelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsattributetabledelegate.cpp; path = ../../src/app/attributetable/qgsattributetabledelegate.cpp; sourceTree = SOURCE_ROOT; };
8639+
72FB54C40FAF3A5D00AB2F8D /* qgsattributetableidcolumnpair.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsattributetableidcolumnpair.h; path = ../../src/app/attributetable/qgsattributetableidcolumnpair.h; sourceTree = SOURCE_ROOT; };
8640+
72FB54C50FAF3A5D00AB2F8D /* qgsattributetablefiltermodel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsattributetablefiltermodel.h; path = ../../src/app/attributetable/qgsattributetablefiltermodel.h; sourceTree = SOURCE_ROOT; };
8641+
72FB54C60FAF3A5D00AB2F8D /* qgsattributetabledelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsattributetabledelegate.h; path = ../../src/app/attributetable/qgsattributetabledelegate.h; sourceTree = SOURCE_ROOT; };
8642+
72FB54C70FAF3A5D00AB2F8D /* qgsattributetableidcolumnpair.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsattributetableidcolumnpair.cpp; path = ../../src/app/attributetable/qgsattributetableidcolumnpair.cpp; sourceTree = SOURCE_ROOT; };
8643+
72FB54C80FAF3A5D00AB2F8D /* qgsattributetablefiltermodel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsattributetablefiltermodel.cpp; path = ../../src/app/attributetable/qgsattributetablefiltermodel.cpp; sourceTree = SOURCE_ROOT; };
86308644
8D0C4E960486CD37000505A6 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
86318645
/* End PBXFileReference section */
86328646

@@ -12814,6 +12828,14 @@
1281412828
72A239460F74A62200AFC35B /* qgsattributetablemodel.h */,
1281512829
72A239470F74A62200AFC35B /* qgsattributetableview.cpp */,
1281612830
72A239480F74A62200AFC35B /* qgsattributetableview.h */,
12831+
72FB54C10FAF3A5D00AB2F8D /* qgsattributetablememorymodel.cpp */,
12832+
72FB54C20FAF3A5D00AB2F8D /* qgsattributetablememorymodel.h */,
12833+
72FB54C30FAF3A5D00AB2F8D /* qgsattributetabledelegate.cpp */,
12834+
72FB54C40FAF3A5D00AB2F8D /* qgsattributetableidcolumnpair.h */,
12835+
72FB54C50FAF3A5D00AB2F8D /* qgsattributetablefiltermodel.h */,
12836+
72FB54C60FAF3A5D00AB2F8D /* qgsattributetabledelegate.h */,
12837+
72FB54C70FAF3A5D00AB2F8D /* qgsattributetableidcolumnpair.cpp */,
12838+
72FB54C80FAF3A5D00AB2F8D /* qgsattributetablefiltermodel.cpp */,
1281712839
);
1281812840
name = attributetable;
1281912841
path = ../../src/app/attributetable;
@@ -15210,6 +15232,12 @@
1521015232
72820FE20FACCE770011C963 /* qgsmaptooldeletepart.cpp in Sources */,
1521115233
72820FE30FACCE770011C963 /* qgsmaptoolsimplify.cpp in Sources */,
1521215234
72820FE70FACCEC80011C963 /* qgsmaptoolsimplify.h in Sources */,
15235+
72FB54C90FAF3AD400AB2F8D /* qgsattributetabledelegate.cpp in Sources */,
15236+
72FB54CA0FAF3AD800AB2F8D /* qgsattributetablefiltermodel.cpp in Sources */,
15237+
72FB54CB0FAF3ADA00AB2F8D /* qgsattributetableidcolumnpair.cpp in Sources */,
15238+
72FB54CC0FAF3ADB00AB2F8D /* qgsattributetablememorymodel.cpp in Sources */,
15239+
72FB54CE0FAF3B5E00AB2F8D /* qgsattributetabledelegate.h in Sources */,
15240+
72FB54CF0FAF3B5E00AB2F8D /* qgsattributetablememorymodel.h in Sources */,
1521315241
);
1521415242
runOnlyForDeploymentPostprocessing = 0;
1521515243
};

0 commit comments

Comments
 (0)