Skip to content

Commit a874546

Browse files
author
kyngchaos
committed
composer shapes (r12183)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12192 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent eb949f9 commit a874546

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

mac/xcode/Qgis.xcodeproj/project.pbxproj

+24-2
Original file line numberDiff line numberDiff line change
@@ -1654,6 +1654,11 @@
16541654
72C42440103DE72D005CD18E /* mActionUndo.png in Copy - theme-gis */ = {isa = PBXBuildFile; fileRef = 72C42425103DE718005CD18E /* mActionUndo.png */; };
16551655
72C42441103DE72D005CD18E /* mActionUngroupItems.png in Copy - theme-gis */ = {isa = PBXBuildFile; fileRef = 72C42424103DE718005CD18E /* mActionUngroupItems.png */; };
16561656
72C83D5210A5D22600B97B43 /* utils.py in Copy - qgis */ = {isa = PBXBuildFile; fileRef = 72C83D4F10A5D08E00B97B43 /* utils.py */; };
1657+
72C93CDA10B58963003A618E /* mActionAddBasicShape.png in Copy - theme-default */ = {isa = PBXBuildFile; fileRef = 72C93CD910B58952003A618E /* mActionAddBasicShape.png */; };
1658+
72C93CDE10B58A79003A618E /* qgscomposershapewidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72C93CDC10B58A07003A618E /* qgscomposershapewidget.cpp */; };
1659+
72C93CDF10B58A84003A618E /* qgscomposershapewidget.h in Sources */ = {isa = PBXBuildFile; fileRef = 72C93CDD10B58A07003A618E /* qgscomposershapewidget.h */; };
1660+
72C93CE310B58B07003A618E /* qgscomposershape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72C93CE010B58AD2003A618E /* qgscomposershape.cpp */; };
1661+
72C93CF310B59021003A618E /* qgscomposeritem.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6650F39E57A003DC336 /* qgscomposeritem.h */; };
16571662
72D0A53A1018971A00EE6279 /* qgsattributetypedialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72D0A539101896AA00EE6279 /* qgsattributetypedialog.cpp */; };
16581663
72D0A53B1018971A00EE6279 /* qgsattributetypedialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 72D0A538101896AA00EE6279 /* qgsattributetypedialog.h */; };
16591664
72D0A53C1018971A00EE6279 /* qgsattributetypeloaddialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72D0A537101896AA00EE6279 /* qgsattributetypeloaddialog.cpp */; };
@@ -3384,6 +3389,7 @@
33843389
7256F4250F41C4DD0022BE1F /* geographic.png in Copy - theme-default */,
33853390
7256F4260F41C4DD0022BE1F /* mAction.png in Copy - theme-default */,
33863391
7256F4270F41C4DD0022BE1F /* mActionAddAllToOverview.png in Copy - theme-default */,
3392+
72C93CDA10B58963003A618E /* mActionAddBasicShape.png in Copy - theme-default */,
33873393
7256F4280F41C4DD0022BE1F /* mActionAddIsland.png in Copy - theme-default */,
33883394
7256F4290F41C4DD0022BE1F /* mActionAddLayer.png in Copy - theme-default */,
33893395
7256F42A0F41C4DD0022BE1F /* mActionAddLegend.png in Copy - theme-default */,
@@ -7586,6 +7592,12 @@
75867592
72C5C90A1059386500555945 /* osm_removeMember.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = osm_removeMember.png; path = ../../python/plugins/osm/images/osm_removeMember.png; sourceTree = SOURCE_ROOT; };
75877593
72C5C90B1059386500555945 /* osm_removeTag.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = osm_removeTag.png; path = ../../python/plugins/osm/images/osm_removeTag.png; sourceTree = SOURCE_ROOT; };
75887594
72C83D4F10A5D08E00B97B43 /* utils.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = utils.py; path = ../../python/utils.py; sourceTree = SOURCE_ROOT; };
7595+
72C93CD910B58952003A618E /* mActionAddBasicShape.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mActionAddBasicShape.png; path = ../../images/themes/default/mActionAddBasicShape.png; sourceTree = SOURCE_ROOT; };
7596+
72C93CDB10B589B7003A618E /* qgscomposershapewidgetbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = qgscomposershapewidgetbase.ui; path = ../../src/ui/qgscomposershapewidgetbase.ui; sourceTree = SOURCE_ROOT; };
7597+
72C93CDC10B58A07003A618E /* qgscomposershapewidget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgscomposershapewidget.cpp; path = ../../src/app/composer/qgscomposershapewidget.cpp; sourceTree = SOURCE_ROOT; };
7598+
72C93CDD10B58A07003A618E /* qgscomposershapewidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgscomposershapewidget.h; path = ../../src/app/composer/qgscomposershapewidget.h; sourceTree = SOURCE_ROOT; };
7599+
72C93CE010B58AD2003A618E /* qgscomposershape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgscomposershape.cpp; path = ../../src/core/composer/qgscomposershape.cpp; sourceTree = SOURCE_ROOT; };
7600+
72C93CE110B58AD2003A618E /* qgscomposershape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgscomposershape.h; path = ../../src/core/composer/qgscomposershape.h; sourceTree = SOURCE_ROOT; };
75897601
72D0A536101896AA00EE6279 /* qgsattributetypeloaddialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsattributetypeloaddialog.h; path = ../../src/app/qgsattributetypeloaddialog.h; sourceTree = SOURCE_ROOT; };
75907602
72D0A537101896AA00EE6279 /* qgsattributetypeloaddialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsattributetypeloaddialog.cpp; path = ../../src/app/qgsattributetypeloaddialog.cpp; sourceTree = SOURCE_ROOT; };
75917603
72D0A538101896AA00EE6279 /* qgsattributetypedialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsattributetypedialog.h; path = ../../src/app/qgsattributetypedialog.h; sourceTree = SOURCE_ROOT; };
@@ -8652,6 +8664,8 @@
86528664
7209E5CB0F39E57A003DC336 /* qgscomposerpicturewidget.h */,
86538665
7209E5CC0F39E57A003DC336 /* qgscomposerscalebarwidget.cpp */,
86548666
7209E5CD0F39E57A003DC336 /* qgscomposerscalebarwidget.h */,
8667+
72C93CDC10B58A07003A618E /* qgscomposershapewidget.cpp */,
8668+
72C93CDD10B58A07003A618E /* qgscomposershapewidget.h */,
86558669
7209E5CE0F39E57A003DC336 /* qgscompositionwidget.cpp */,
86568670
7209E5CF0F39E57A003DC336 /* qgscompositionwidget.h */,
86578671
72EBC9640F49D49D0016BA3C /* qgsitempositiondialog.cpp */,
@@ -8825,6 +8839,8 @@
88258839
7209E66F0F39E57A003DC336 /* qgscomposerpicture.h */,
88268840
7209E6700F39E57A003DC336 /* qgscomposerscalebar.cpp */,
88278841
7209E6710F39E57A003DC336 /* qgscomposerscalebar.h */,
8842+
72C93CE010B58AD2003A618E /* qgscomposershape.cpp */,
8843+
72C93CE110B58AD2003A618E /* qgscomposershape.h */,
88288844
7209E6720F39E57A003DC336 /* qgscomposition.cpp */,
88298845
7209E6730F39E57A003DC336 /* qgscomposition.h */,
88308846
7209E6740F39E57A003DC336 /* qgsdoubleboxscalebarstyle.cpp */,
@@ -9910,6 +9926,7 @@
99109926
7209EC950F39E57B003DC336 /* qgscomposermapwidgetbase.ui */,
99119927
7209EC960F39E57B003DC336 /* qgscomposerpicturewidgetbase.ui */,
99129928
7209EC970F39E57B003DC336 /* qgscomposerscalebarwidgetbase.ui */,
9929+
72C93CDB10B589B7003A618E /* qgscomposershapewidgetbase.ui */,
99139930
7209EC980F39E57B003DC336 /* qgscomposervectorlegendbase.ui */,
99149931
7209EC990F39E57B003DC336 /* qgscompositionbase.ui */,
99159932
7209EC9A0F39E57B003DC336 /* qgscompositionwidget.h */,
@@ -10861,6 +10878,7 @@
1086110878
7209EEEF0F39E5D9003DC336 /* icon_template22x22.xcf */,
1086210879
7209EEF00F39E5D9003DC336 /* mAction.png */,
1086310880
7209EEF10F39E5D9003DC336 /* mActionAddAllToOverview.png */,
10881+
72C93CD910B58952003A618E /* mActionAddBasicShape.png */,
1086410882
7209EEF20F39E5D9003DC336 /* mActionAddIsland.png */,
1086510883
7209EEF30F39E5D9003DC336 /* mActionAddLayer.png */,
1086610884
7209EEF40F39E5D9003DC336 /* mActionAddLegend.png */,
@@ -14863,6 +14881,7 @@
1486314881
7209F20B0F39EA55003DC336 /* qgssingleboxscalebarstyle.cpp in Sources */,
1486414882
7209F20C0F39EA55003DC336 /* qgscomposition.cpp in Sources */,
1486514883
7209F20D0F39EA55003DC336 /* qgscomposerscalebar.cpp in Sources */,
14884+
72C93CE310B58B07003A618E /* qgscomposershape.cpp in Sources */,
1486614885
7209F20E0F39EA55003DC336 /* qgsscalebarstyle.cpp in Sources */,
1486714886
7209F20F0F39EA63003DC336 /* qgsfreakoutshader.cpp in Sources */,
1486814887
7209F2100F39EA63003DC336 /* qgscolorrampshader.cpp in Sources */,
@@ -14904,6 +14923,7 @@
1490414923
7209F2340F39EADF003DC336 /* Tools.cc in Sources */,
1490514924
72EBC9430F49D0E20016BA3C /* qgspaperitem.cpp in Sources */,
1490614925
729287430F71C2CB006D9489 /* qgsapplication.h in Sources */,
14926+
72C93CF310B59021003A618E /* qgscomposeritem.h in Sources */,
1490714927
729287440F71C2CB006D9489 /* qgscomposeritemgroup.h in Sources */,
1490814928
729287450F71C2CB006D9489 /* qgscomposerlegend.h in Sources */,
1490914929
729287460F71C2CB006D9489 /* qgscomposermap.h in Sources */,
@@ -15596,6 +15616,7 @@
1559615616
7209F4650F3A46EF003DC336 /* qgscomposermapwidget.cpp in Sources */,
1559715617
7209F4660F3A46EF003DC336 /* qgscomposerpicturewidget.cpp in Sources */,
1559815618
7209F4670F3A46EF003DC336 /* qgscomposerscalebarwidget.cpp in Sources */,
15619+
72C93CDE10B58A79003A618E /* qgscomposershapewidget.cpp in Sources */,
1559915620
7209F4680F3A46EF003DC336 /* qgscompositionwidget.cpp in Sources */,
1560015621
7209F4690F3A470F003DC336 /* qgslegend.cpp in Sources */,
1560115622
7209F46A0F3A470F003DC336 /* qgslegendgroup.cpp in Sources */,
@@ -15629,6 +15650,7 @@
1562915650
729288880F71FE65006D9489 /* qgscomposermapwidget.h in Sources */,
1563015651
729288890F71FE65006D9489 /* qgscomposerpicturewidget.h in Sources */,
1563115652
7292888A0F71FE65006D9489 /* qgscomposerscalebarwidget.h in Sources */,
15653+
72C93CDF10B58A84003A618E /* qgscomposershapewidget.h in Sources */,
1563215654
7292888B0F71FE65006D9489 /* qgscompositionwidget.h in Sources */,
1563315655
7292888C0F71FE65006D9489 /* qgscontinuouscolordialog.h in Sources */,
1563415656
7292888D0F71FE65006D9489 /* qgscustomprojectiondialog.h in Sources */,
@@ -18784,7 +18806,7 @@
1878418806
COPY_PHASE_STRIP = NO;
1878518807
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1878618808
GCC_OPTIMIZATION_LEVEL = 0;
18787-
QGIS_VERSION_BUILD = 12171;
18809+
QGIS_VERSION_BUILD = 12191;
1878818810
STRIP_INSTALLED_PRODUCT = NO;
1878918811
};
1879018812
name = Debug;
@@ -18795,7 +18817,7 @@
1879518817
buildSettings = {
1879618818
COPY_PHASE_STRIP = YES;
1879718819
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
18798-
QGIS_VERSION_BUILD = 12171;
18820+
QGIS_VERSION_BUILD = 12191;
1879918821
STRIP_INSTALLED_PRODUCT = YES;
1880018822
};
1880118823
name = Release;

0 commit comments

Comments
 (0)