|
1654 | 1654 | 72C42440103DE72D005CD18E /* mActionUndo.png in Copy - theme-gis */ = {isa = PBXBuildFile; fileRef = 72C42425103DE718005CD18E /* mActionUndo.png */; };
|
1655 | 1655 | 72C42441103DE72D005CD18E /* mActionUngroupItems.png in Copy - theme-gis */ = {isa = PBXBuildFile; fileRef = 72C42424103DE718005CD18E /* mActionUngroupItems.png */; };
|
1656 | 1656 | 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 */; }; |
1657 | 1662 | 72D0A53A1018971A00EE6279 /* qgsattributetypedialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72D0A539101896AA00EE6279 /* qgsattributetypedialog.cpp */; };
|
1658 | 1663 | 72D0A53B1018971A00EE6279 /* qgsattributetypedialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 72D0A538101896AA00EE6279 /* qgsattributetypedialog.h */; };
|
1659 | 1664 | 72D0A53C1018971A00EE6279 /* qgsattributetypeloaddialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72D0A537101896AA00EE6279 /* qgsattributetypeloaddialog.cpp */; };
|
|
3384 | 3389 | 7256F4250F41C4DD0022BE1F /* geographic.png in Copy - theme-default */,
|
3385 | 3390 | 7256F4260F41C4DD0022BE1F /* mAction.png in Copy - theme-default */,
|
3386 | 3391 | 7256F4270F41C4DD0022BE1F /* mActionAddAllToOverview.png in Copy - theme-default */,
|
| 3392 | + 72C93CDA10B58963003A618E /* mActionAddBasicShape.png in Copy - theme-default */, |
3387 | 3393 | 7256F4280F41C4DD0022BE1F /* mActionAddIsland.png in Copy - theme-default */,
|
3388 | 3394 | 7256F4290F41C4DD0022BE1F /* mActionAddLayer.png in Copy - theme-default */,
|
3389 | 3395 | 7256F42A0F41C4DD0022BE1F /* mActionAddLegend.png in Copy - theme-default */,
|
|
7586 | 7592 | 72C5C90A1059386500555945 /* osm_removeMember.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = osm_removeMember.png; path = ../../python/plugins/osm/images/osm_removeMember.png; sourceTree = SOURCE_ROOT; };
|
7587 | 7593 | 72C5C90B1059386500555945 /* osm_removeTag.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = osm_removeTag.png; path = ../../python/plugins/osm/images/osm_removeTag.png; sourceTree = SOURCE_ROOT; };
|
7588 | 7594 | 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; }; |
7589 | 7601 | 72D0A536101896AA00EE6279 /* qgsattributetypeloaddialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsattributetypeloaddialog.h; path = ../../src/app/qgsattributetypeloaddialog.h; sourceTree = SOURCE_ROOT; };
|
7590 | 7602 | 72D0A537101896AA00EE6279 /* qgsattributetypeloaddialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsattributetypeloaddialog.cpp; path = ../../src/app/qgsattributetypeloaddialog.cpp; sourceTree = SOURCE_ROOT; };
|
7591 | 7603 | 72D0A538101896AA00EE6279 /* qgsattributetypedialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsattributetypedialog.h; path = ../../src/app/qgsattributetypedialog.h; sourceTree = SOURCE_ROOT; };
|
|
8652 | 8664 | 7209E5CB0F39E57A003DC336 /* qgscomposerpicturewidget.h */,
|
8653 | 8665 | 7209E5CC0F39E57A003DC336 /* qgscomposerscalebarwidget.cpp */,
|
8654 | 8666 | 7209E5CD0F39E57A003DC336 /* qgscomposerscalebarwidget.h */,
|
| 8667 | + 72C93CDC10B58A07003A618E /* qgscomposershapewidget.cpp */, |
| 8668 | + 72C93CDD10B58A07003A618E /* qgscomposershapewidget.h */, |
8655 | 8669 | 7209E5CE0F39E57A003DC336 /* qgscompositionwidget.cpp */,
|
8656 | 8670 | 7209E5CF0F39E57A003DC336 /* qgscompositionwidget.h */,
|
8657 | 8671 | 72EBC9640F49D49D0016BA3C /* qgsitempositiondialog.cpp */,
|
|
8825 | 8839 | 7209E66F0F39E57A003DC336 /* qgscomposerpicture.h */,
|
8826 | 8840 | 7209E6700F39E57A003DC336 /* qgscomposerscalebar.cpp */,
|
8827 | 8841 | 7209E6710F39E57A003DC336 /* qgscomposerscalebar.h */,
|
| 8842 | + 72C93CE010B58AD2003A618E /* qgscomposershape.cpp */, |
| 8843 | + 72C93CE110B58AD2003A618E /* qgscomposershape.h */, |
8828 | 8844 | 7209E6720F39E57A003DC336 /* qgscomposition.cpp */,
|
8829 | 8845 | 7209E6730F39E57A003DC336 /* qgscomposition.h */,
|
8830 | 8846 | 7209E6740F39E57A003DC336 /* qgsdoubleboxscalebarstyle.cpp */,
|
|
9910 | 9926 | 7209EC950F39E57B003DC336 /* qgscomposermapwidgetbase.ui */,
|
9911 | 9927 | 7209EC960F39E57B003DC336 /* qgscomposerpicturewidgetbase.ui */,
|
9912 | 9928 | 7209EC970F39E57B003DC336 /* qgscomposerscalebarwidgetbase.ui */,
|
| 9929 | + 72C93CDB10B589B7003A618E /* qgscomposershapewidgetbase.ui */, |
9913 | 9930 | 7209EC980F39E57B003DC336 /* qgscomposervectorlegendbase.ui */,
|
9914 | 9931 | 7209EC990F39E57B003DC336 /* qgscompositionbase.ui */,
|
9915 | 9932 | 7209EC9A0F39E57B003DC336 /* qgscompositionwidget.h */,
|
|
10861 | 10878 | 7209EEEF0F39E5D9003DC336 /* icon_template22x22.xcf */,
|
10862 | 10879 | 7209EEF00F39E5D9003DC336 /* mAction.png */,
|
10863 | 10880 | 7209EEF10F39E5D9003DC336 /* mActionAddAllToOverview.png */,
|
| 10881 | + 72C93CD910B58952003A618E /* mActionAddBasicShape.png */, |
10864 | 10882 | 7209EEF20F39E5D9003DC336 /* mActionAddIsland.png */,
|
10865 | 10883 | 7209EEF30F39E5D9003DC336 /* mActionAddLayer.png */,
|
10866 | 10884 | 7209EEF40F39E5D9003DC336 /* mActionAddLegend.png */,
|
|
14863 | 14881 | 7209F20B0F39EA55003DC336 /* qgssingleboxscalebarstyle.cpp in Sources */,
|
14864 | 14882 | 7209F20C0F39EA55003DC336 /* qgscomposition.cpp in Sources */,
|
14865 | 14883 | 7209F20D0F39EA55003DC336 /* qgscomposerscalebar.cpp in Sources */,
|
| 14884 | + 72C93CE310B58B07003A618E /* qgscomposershape.cpp in Sources */, |
14866 | 14885 | 7209F20E0F39EA55003DC336 /* qgsscalebarstyle.cpp in Sources */,
|
14867 | 14886 | 7209F20F0F39EA63003DC336 /* qgsfreakoutshader.cpp in Sources */,
|
14868 | 14887 | 7209F2100F39EA63003DC336 /* qgscolorrampshader.cpp in Sources */,
|
|
14904 | 14923 | 7209F2340F39EADF003DC336 /* Tools.cc in Sources */,
|
14905 | 14924 | 72EBC9430F49D0E20016BA3C /* qgspaperitem.cpp in Sources */,
|
14906 | 14925 | 729287430F71C2CB006D9489 /* qgsapplication.h in Sources */,
|
| 14926 | + 72C93CF310B59021003A618E /* qgscomposeritem.h in Sources */, |
14907 | 14927 | 729287440F71C2CB006D9489 /* qgscomposeritemgroup.h in Sources */,
|
14908 | 14928 | 729287450F71C2CB006D9489 /* qgscomposerlegend.h in Sources */,
|
14909 | 14929 | 729287460F71C2CB006D9489 /* qgscomposermap.h in Sources */,
|
|
15596 | 15616 | 7209F4650F3A46EF003DC336 /* qgscomposermapwidget.cpp in Sources */,
|
15597 | 15617 | 7209F4660F3A46EF003DC336 /* qgscomposerpicturewidget.cpp in Sources */,
|
15598 | 15618 | 7209F4670F3A46EF003DC336 /* qgscomposerscalebarwidget.cpp in Sources */,
|
| 15619 | + 72C93CDE10B58A79003A618E /* qgscomposershapewidget.cpp in Sources */, |
15599 | 15620 | 7209F4680F3A46EF003DC336 /* qgscompositionwidget.cpp in Sources */,
|
15600 | 15621 | 7209F4690F3A470F003DC336 /* qgslegend.cpp in Sources */,
|
15601 | 15622 | 7209F46A0F3A470F003DC336 /* qgslegendgroup.cpp in Sources */,
|
|
15629 | 15650 | 729288880F71FE65006D9489 /* qgscomposermapwidget.h in Sources */,
|
15630 | 15651 | 729288890F71FE65006D9489 /* qgscomposerpicturewidget.h in Sources */,
|
15631 | 15652 | 7292888A0F71FE65006D9489 /* qgscomposerscalebarwidget.h in Sources */,
|
| 15653 | + 72C93CDF10B58A84003A618E /* qgscomposershapewidget.h in Sources */, |
15632 | 15654 | 7292888B0F71FE65006D9489 /* qgscompositionwidget.h in Sources */,
|
15633 | 15655 | 7292888C0F71FE65006D9489 /* qgscontinuouscolordialog.h in Sources */,
|
15634 | 15656 | 7292888D0F71FE65006D9489 /* qgscustomprojectiondialog.h in Sources */,
|
|
18784 | 18806 | COPY_PHASE_STRIP = NO;
|
18785 | 18807 | GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
18786 | 18808 | GCC_OPTIMIZATION_LEVEL = 0;
|
18787 |
| - QGIS_VERSION_BUILD = 12171; |
| 18809 | + QGIS_VERSION_BUILD = 12191; |
18788 | 18810 | STRIP_INSTALLED_PRODUCT = NO;
|
18789 | 18811 | };
|
18790 | 18812 | name = Debug;
|
|
18795 | 18817 | buildSettings = {
|
18796 | 18818 | COPY_PHASE_STRIP = YES;
|
18797 | 18819 | GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
18798 |
| - QGIS_VERSION_BUILD = 12171; |
| 18820 | + QGIS_VERSION_BUILD = 12191; |
18799 | 18821 | STRIP_INSTALLED_PRODUCT = YES;
|
18800 | 18822 | };
|
18801 | 18823 | name = Release;
|
|
0 commit comments