Skip to content

Commit d59c7ce

Browse files
author
kyngchaos
committedJan 7, 2010
composer attr tables (r12682)
git-svn-id: http://svn.osgeo.org/qgis/trunk@12683 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 80f3eb7 commit d59c7ce

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed
 

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

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,9 @@
11151115
729288B60F71FEE2006D9489 /* qgsopenvectorlayerdialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 726979A70F71369A00AFA402 /* qgsopenvectorlayerdialog.h */; };
11161116
729288ED0F7293DB006D9489 /* qgshelpserver.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E77B0F39E57A003DC336 /* qgshelpserver.h */; };
11171117
729288EE0F7293DB006D9489 /* qgshelpviewer.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E77D0F39E57A003DC336 /* qgshelpviewer.h */; };
1118+
7295BC7510F57D50005D1408 /* qgscomposertable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7295BC7310F57CE8005D1408 /* qgscomposertable.cpp */; };
1119+
7295BC7910F57D9E005D1408 /* qgscomposertablewidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7295BC7710F57D8C005D1408 /* qgscomposertablewidget.cpp */; };
1120+
7295BC7A10F57D9E005D1408 /* qgscomposertablewidget.h in Sources */ = {isa = PBXBuildFile; fileRef = 7295BC7810F57D8C005D1408 /* qgscomposertablewidget.h */; };
11181121
7296CD9E10C2ED18001EAD92 /* qgscomposershape.h in Sources */ = {isa = PBXBuildFile; fileRef = 72C93CE110B58AD2003A618E /* qgscomposershape.h */; };
11191122
7296CE1A10C2FE91001EAD92 /* libqgis_core.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F1D20F39E760003DC336 /* libqgis_core.dylib */; };
11201123
7299E8BA0F90F06C002F58DE /* AUTHORS in Copy - doc */ = {isa = PBXBuildFile; fileRef = 7256F2E50F4147890022BE1F /* AUTHORS */; };
@@ -5627,6 +5630,11 @@
56275630
7289F9BB10E016260027BCEA /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = ../../resources/context_help/CMakeLists.txt; sourceTree = SOURCE_ROOT; };
56285631
7289FAA910E0166F0027BCEA /* qgssymbologyv2conversion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgssymbologyv2conversion.cpp; path = "../../src/core/symbology-ng/qgssymbologyv2conversion.cpp"; sourceTree = SOURCE_ROOT; };
56295632
7289FAAA10E0166F0027BCEA /* qgssymbologyv2conversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgssymbologyv2conversion.h; path = "../../src/core/symbology-ng/qgssymbologyv2conversion.h"; sourceTree = SOURCE_ROOT; };
5633+
7295BC7310F57CE8005D1408 /* qgscomposertable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgscomposertable.cpp; path = ../../src/core/composer/qgscomposertable.cpp; sourceTree = SOURCE_ROOT; };
5634+
7295BC7410F57CE8005D1408 /* qgscomposertable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgscomposertable.h; path = ../../src/core/composer/qgscomposertable.h; sourceTree = SOURCE_ROOT; };
5635+
7295BC7610F57D70005D1408 /* qgscomposertablewidgetbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = qgscomposertablewidgetbase.ui; path = ../../src/ui/qgscomposertablewidgetbase.ui; sourceTree = SOURCE_ROOT; };
5636+
7295BC7710F57D8C005D1408 /* qgscomposertablewidget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgscomposertablewidget.cpp; path = ../../src/app/composer/qgscomposertablewidget.cpp; sourceTree = SOURCE_ROOT; };
5637+
7295BC7810F57D8C005D1408 /* qgscomposertablewidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgscomposertablewidget.h; path = ../../src/app/composer/qgscomposertablewidget.h; sourceTree = SOURCE_ROOT; };
56305638
7296CD8610C2E667001EAD92 /* chstroke.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = chstroke.sh; path = ../../scripts/chstroke.sh; sourceTree = SOURCE_ROOT; };
56315639
7299396A0FE3037600244D1A /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = "../../src/plugins/grass/modules-6.3/CMakeLists.txt"; sourceTree = SOURCE_ROOT; };
56325640
7299396B0FE3037600244D1A /* r.surf.fractal.1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = r.surf.fractal.1.png; path = "../../src/plugins/grass/modules-6.3/r.surf.fractal.1.png"; sourceTree = SOURCE_ROOT; };
@@ -7702,6 +7710,8 @@
77027710
7209E5CD0F39E57A003DC336 /* qgscomposerscalebarwidget.h */,
77037711
72C93CDC10B58A07003A618E /* qgscomposershapewidget.cpp */,
77047712
72C93CDD10B58A07003A618E /* qgscomposershapewidget.h */,
7713+
7295BC7710F57D8C005D1408 /* qgscomposertablewidget.cpp */,
7714+
7295BC7810F57D8C005D1408 /* qgscomposertablewidget.h */,
77057715
7209E5CE0F39E57A003DC336 /* qgscompositionwidget.cpp */,
77067716
7209E5CF0F39E57A003DC336 /* qgscompositionwidget.h */,
77077717
72EBC9640F49D49D0016BA3C /* qgsitempositiondialog.cpp */,
@@ -7880,6 +7890,8 @@
78807890
7209E6710F39E57A003DC336 /* qgscomposerscalebar.h */,
78817891
72C93CE010B58AD2003A618E /* qgscomposershape.cpp */,
78827892
72C93CE110B58AD2003A618E /* qgscomposershape.h */,
7893+
7295BC7310F57CE8005D1408 /* qgscomposertable.cpp */,
7894+
7295BC7410F57CE8005D1408 /* qgscomposertable.h */,
78837895
7209E6720F39E57A003DC336 /* qgscomposition.cpp */,
78847896
7209E6730F39E57A003DC336 /* qgscomposition.h */,
78857897
7209E6740F39E57A003DC336 /* qgsdoubleboxscalebarstyle.cpp */,
@@ -8970,6 +8982,7 @@
89708982
7209EC960F39E57B003DC336 /* qgscomposerpicturewidgetbase.ui */,
89718983
7209EC970F39E57B003DC336 /* qgscomposerscalebarwidgetbase.ui */,
89728984
72C93CDB10B589B7003A618E /* qgscomposershapewidgetbase.ui */,
8985+
7295BC7610F57D70005D1408 /* qgscomposertablewidgetbase.ui */,
89738986
7209EC980F39E57B003DC336 /* qgscomposervectorlegendbase.ui */,
89748987
7209EC990F39E57B003DC336 /* qgscompositionbase.ui */,
89758988
7209EC9A0F39E57B003DC336 /* qgscompositionwidget.h */,
@@ -14189,6 +14202,7 @@
1418914202
7289FAAB10E016A60027BCEA /* qgssymbologyv2conversion.cpp in Sources */,
1419014203
7225EF9710B229FA00D23EA2 /* qgssymbolv2.cpp in Sources */,
1419114204
7225EF9810B229FA00D23EA2 /* qgsvectorcolorrampv2.cpp in Sources */,
14205+
7295BC7510F57D50005D1408 /* qgscomposertable.cpp in Sources */,
1419214206
);
1419314207
runOnlyForDeploymentPostprocessing = 0;
1419414208
};
@@ -14973,6 +14987,8 @@
1497314987
7216329510EFCE9100588EAD /* qgsdisplayangle.cpp in Sources */,
1497414988
7216329610EFCE9100588EAD /* qgsmaptoolmeasureangle.cpp in Sources */,
1497514989
7216329710EFCE9100588EAD /* qgsmaptoolmeasureangle.h in Sources */,
14990+
7295BC7910F57D9E005D1408 /* qgscomposertablewidget.cpp in Sources */,
14991+
7295BC7A10F57D9E005D1408 /* qgscomposertablewidget.h in Sources */,
1497614992
);
1497714993
runOnlyForDeploymentPostprocessing = 0;
1497814994
};
@@ -18110,7 +18126,7 @@
1811018126
COPY_PHASE_STRIP = NO;
1811118127
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1811218128
GCC_OPTIMIZATION_LEVEL = 0;
18113-
QGIS_VERSION_BUILD = 12646;
18129+
QGIS_VERSION_BUILD = 12682;
1811418130
STRIP_INSTALLED_PRODUCT = NO;
1811518131
};
1811618132
name = Debug;
@@ -18121,7 +18137,7 @@
1812118137
buildSettings = {
1812218138
COPY_PHASE_STRIP = YES;
1812318139
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
18124-
QGIS_VERSION_BUILD = 12646;
18140+
QGIS_VERSION_BUILD = 12682;
1812518141
STRIP_INSTALLED_PRODUCT = YES;
1812618142
};
1812718143
name = Release;

0 commit comments

Comments
 (0)
Please sign in to comment.