Skip to content

Commit

Permalink
remove layer file in legend (r12035)
Browse files Browse the repository at this point in the history
new Russian context help (r12038)

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12043 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Nov 8, 2009
1 parent 77feb05 commit 14c13a2
Showing 1 changed file with 38 additions and 16 deletions.
54 changes: 38 additions & 16 deletions mac/xcode/Qgis.xcodeproj/project.pbxproj
Expand Up @@ -381,8 +381,6 @@
7209F46A0F3A470F003DC336 /* qgslegendgroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E5D40F39E57A003DC336 /* qgslegendgroup.cpp */; };
7209F46B0F3A470F003DC336 /* qgslegenditem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E5D60F39E57A003DC336 /* qgslegenditem.cpp */; };
7209F46C0F3A470F003DC336 /* qgslegendlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E5D80F39E57A003DC336 /* qgslegendlayer.cpp */; };
7209F46D0F3A470F003DC336 /* qgslegendlayerfile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E5DA0F39E57A003DC336 /* qgslegendlayerfile.cpp */; };
7209F46E0F3A470F003DC336 /* qgslegendlayerfilegroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E5DC0F39E57A003DC336 /* qgslegendlayerfilegroup.cpp */; };
7209F46F0F3A470F003DC336 /* qgslegendpropertygroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E5DE0F39E57A003DC336 /* qgslegendpropertygroup.cpp */; };
7209F4700F3A470F003DC336 /* qgslegendpropertyitem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E5E00F39E57A003DC336 /* qgslegendpropertyitem.cpp */; };
7209F4710F3A470F003DC336 /* qgslegendsymbologygroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E5E20F39E57A003DC336 /* qgslegendsymbologygroup.cpp */; };
Expand Down Expand Up @@ -1321,7 +1319,6 @@
729288950F71FE65006D9489 /* qgslabeldialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6160F39E57A003DC336 /* qgslabeldialog.h */; };
729288960F71FE65006D9489 /* qgslegend.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E5D30F39E57A003DC336 /* qgslegend.h */; };
729288970F71FE65006D9489 /* qgslegendlayer.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E5D90F39E57A003DC336 /* qgslegendlayer.h */; };
729288980F71FE65006D9489 /* qgslegendlayerfile.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E5DB0F39E57A003DC336 /* qgslegendlayerfile.h */; };
729288990F71FE65006D9489 /* qgsludialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6180F39E57A003DC336 /* qgsludialog.h */; };
7292889A0F71FE65006D9489 /* qgsmaptoolidentify.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E62A0F39E57A003DC336 /* qgsmaptoolidentify.h */; };
7292889B0F71FE65006D9489 /* qgsmaptoolsplitfeatures.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6320F39E57A003DC336 /* qgsmaptoolsplitfeatures.h */; };
Expand Down Expand Up @@ -4167,10 +4164,6 @@
7209E5D70F39E57A003DC336 /* qgslegenditem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgslegenditem.h; path = ../../src/app/legend/qgslegenditem.h; sourceTree = SOURCE_ROOT; };
7209E5D80F39E57A003DC336 /* qgslegendlayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgslegendlayer.cpp; path = ../../src/app/legend/qgslegendlayer.cpp; sourceTree = SOURCE_ROOT; };
7209E5D90F39E57A003DC336 /* qgslegendlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgslegendlayer.h; path = ../../src/app/legend/qgslegendlayer.h; sourceTree = SOURCE_ROOT; };
7209E5DA0F39E57A003DC336 /* qgslegendlayerfile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgslegendlayerfile.cpp; path = ../../src/app/legend/qgslegendlayerfile.cpp; sourceTree = SOURCE_ROOT; };
7209E5DB0F39E57A003DC336 /* qgslegendlayerfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgslegendlayerfile.h; path = ../../src/app/legend/qgslegendlayerfile.h; sourceTree = SOURCE_ROOT; };
7209E5DC0F39E57A003DC336 /* qgslegendlayerfilegroup.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgslegendlayerfilegroup.cpp; path = ../../src/app/legend/qgslegendlayerfilegroup.cpp; sourceTree = SOURCE_ROOT; };
7209E5DD0F39E57A003DC336 /* qgslegendlayerfilegroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgslegendlayerfilegroup.h; path = ../../src/app/legend/qgslegendlayerfilegroup.h; sourceTree = SOURCE_ROOT; };
7209E5DE0F39E57A003DC336 /* qgslegendpropertygroup.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgslegendpropertygroup.cpp; path = ../../src/app/legend/qgslegendpropertygroup.cpp; sourceTree = SOURCE_ROOT; };
7209E5DF0F39E57A003DC336 /* qgslegendpropertygroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgslegendpropertygroup.h; path = ../../src/app/legend/qgslegendpropertygroup.h; sourceTree = SOURCE_ROOT; };
7209E5E00F39E57A003DC336 /* qgslegendpropertyitem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgslegendpropertyitem.cpp; path = ../../src/app/legend/qgslegendpropertyitem.cpp; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -7193,6 +7186,24 @@
72EA46F10FCD7772009D4CFB /* mActionArrowUp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mActionArrowUp.png; path = ../../images/themes/default/mActionArrowUp.png; sourceTree = SOURCE_ROOT; };
72EA46F20FCD7772009D4CFB /* mActionArrowDown.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mActionArrowDown.png; path = ../../images/themes/default/mActionArrowDown.png; sourceTree = SOURCE_ROOT; };
72EA46F50FCD77CB009D4CFB /* qgis_xh.ts */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = qgis_xh.ts; path = ../../i18n/qgis_xh.ts; sourceTree = SOURCE_ROOT; };
72EAC20210A7865D009B74D5 /* 32338213_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 32338213_ru_RU; path = ../../resources/context_help/32338213_ru_RU; sourceTree = SOURCE_ROOT; };
72EAC20310A7865D009B74D5 /* 63428984_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 63428984_ru_RU; path = ../../resources/context_help/63428984_ru_RU; sourceTree = SOURCE_ROOT; };
72EAC20410A7865D009B74D5 /* 94000531_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 94000531_ru_RU; path = ../../resources/context_help/94000531_ru_RU; sourceTree = SOURCE_ROOT; };
72EAC20510A7865D009B74D5 /* 151694916_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 151694916_ru_RU; path = ../../resources/context_help/151694916_ru_RU; sourceTree = SOURCE_ROOT; };
72EAC20610A7865D009B74D5 /* 165149618_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 165149618_ru_RU; path = ../../resources/context_help/165149618_ru_RU; sourceTree = SOURCE_ROOT; };
72EAC20710A7865D009B74D5 /* 308026563_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 308026563_ru_RU; path = ../../resources/context_help/308026563_ru_RU; sourceTree = SOURCE_ROOT; };
72EAC20810A7865D009B74D5 /* 348772824_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 348772824_ru_RU; path = ../../resources/context_help/348772824_ru_RU; sourceTree = SOURCE_ROOT; };
72EAC20910A7865D009B74D5 /* 361087368_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 361087368_ru_RU; path = ../../resources/context_help/361087368_ru_RU; sourceTree = SOURCE_ROOT; };
72EAC20A10A7865D009B74D5 /* 687883780_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 687883780_ru_RU; path = ../../resources/context_help/687883780_ru_RU; sourceTree = SOURCE_ROOT; };
72EAC20B10A7865D009B74D5 /* 689216579_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 689216579_ru_RU; path = ../../resources/context_help/689216579_ru_RU; sourceTree = SOURCE_ROOT; };
72EAC20C10A7865D009B74D5 /* 710979116_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 710979116_ru_RU; path = ../../resources/context_help/710979116_ru_RU; sourceTree = SOURCE_ROOT; };
72EAC20D10A7865D009B74D5 /* 831088384_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 831088384_ru_RU; path = ../../resources/context_help/831088384_ru_RU; sourceTree = SOURCE_ROOT; };
72EAC20E10A7865D009B74D5 /* 863656587_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 863656587_ru_RU; path = ../../resources/context_help/863656587_ru_RU; sourceTree = SOURCE_ROOT; };
72EAC20F10A7865D009B74D5 /* 929865718_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 929865718_ru_RU; path = ../../resources/context_help/929865718_ru_RU; sourceTree = SOURCE_ROOT; };
72EAC21010A7865D009B74D5 /* 939347163_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 939347163_ru_RU; path = ../../resources/context_help/939347163_ru_RU; sourceTree = SOURCE_ROOT; };
72EAC21110A7865D009B74D5 /* 985715179_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 985715179_ru_RU; path = ../../resources/context_help/985715179_ru_RU; sourceTree = SOURCE_ROOT; };
72EAC21210A7865D009B74D5 /* 995980174_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 995980174_ru_RU; path = ../../resources/context_help/995980174_ru_RU; sourceTree = SOURCE_ROOT; };
72EAC21310A7865D009B74D5 /* 1033030847_ru_RU */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 1033030847_ru_RU; path = ../../resources/context_help/1033030847_ru_RU; sourceTree = SOURCE_ROOT; };
72EB12930F7E9AED002C38FA /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = ../../python/plugins/fTools/LICENSE; sourceTree = SOURCE_ROOT; };
72EB12950F7E9B51002C38FA /* plugin_installer.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = plugin_installer.png; path = ../../images/themes/default/plugins/plugin_installer.png; sourceTree = SOURCE_ROOT; };
72EBC9410F49D0E20016BA3C /* qgspaperitem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgspaperitem.h; path = ../../src/core/composer/qgspaperitem.h; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -8177,10 +8188,6 @@
7209E5D70F39E57A003DC336 /* qgslegenditem.h */,
7209E5D80F39E57A003DC336 /* qgslegendlayer.cpp */,
7209E5D90F39E57A003DC336 /* qgslegendlayer.h */,
7209E5DA0F39E57A003DC336 /* qgslegendlayerfile.cpp */,
7209E5DB0F39E57A003DC336 /* qgslegendlayerfile.h */,
7209E5DC0F39E57A003DC336 /* qgslegendlayerfilegroup.cpp */,
7209E5DD0F39E57A003DC336 /* qgslegendlayerfilegroup.h */,
7209E5DE0F39E57A003DC336 /* qgslegendpropertygroup.cpp */,
7209E5DF0F39E57A003DC336 /* qgslegendpropertygroup.h */,
7209E5E00F39E57A003DC336 /* qgslegendpropertyitem.cpp */,
Expand Down Expand Up @@ -9761,6 +9768,24 @@
72779E92104060CF00CA9DE5 /* 687883780_pl_PL */,
72779E93104060CF00CA9DE5 /* 689216579_pl_PL */,
72779E94104060CF00CA9DE5 /* 985715179_pl_PL */,
72EAC20210A7865D009B74D5 /* 32338213_ru_RU */,
72EAC20310A7865D009B74D5 /* 63428984_ru_RU */,
72EAC20410A7865D009B74D5 /* 94000531_ru_RU */,
72EAC20510A7865D009B74D5 /* 151694916_ru_RU */,
72EAC20610A7865D009B74D5 /* 165149618_ru_RU */,
72EAC20710A7865D009B74D5 /* 308026563_ru_RU */,
72EAC20810A7865D009B74D5 /* 348772824_ru_RU */,
72EAC20910A7865D009B74D5 /* 361087368_ru_RU */,
72EAC20A10A7865D009B74D5 /* 687883780_ru_RU */,
72EAC20B10A7865D009B74D5 /* 689216579_ru_RU */,
72EAC20C10A7865D009B74D5 /* 710979116_ru_RU */,
72EAC20D10A7865D009B74D5 /* 831088384_ru_RU */,
72EAC20E10A7865D009B74D5 /* 863656587_ru_RU */,
72EAC20F10A7865D009B74D5 /* 929865718_ru_RU */,
72EAC21010A7865D009B74D5 /* 939347163_ru_RU */,
72EAC21110A7865D009B74D5 /* 985715179_ru_RU */,
72EAC21210A7865D009B74D5 /* 995980174_ru_RU */,
72EAC21310A7865D009B74D5 /* 1033030847_ru_RU */,
7209ED800F39E5D9003DC336 /* CMakeLists.txt */,
7209ED810F39E5D9003DC336 /* contextids.txt */,
);
Expand Down Expand Up @@ -14731,8 +14756,6 @@
7209F46A0F3A470F003DC336 /* qgslegendgroup.cpp in Sources */,
7209F46B0F3A470F003DC336 /* qgslegenditem.cpp in Sources */,
7209F46C0F3A470F003DC336 /* qgslegendlayer.cpp in Sources */,
7209F46D0F3A470F003DC336 /* qgslegendlayerfile.cpp in Sources */,
7209F46E0F3A470F003DC336 /* qgslegendlayerfilegroup.cpp in Sources */,
7209F46F0F3A470F003DC336 /* qgslegendpropertygroup.cpp in Sources */,
7209F4700F3A470F003DC336 /* qgslegendpropertyitem.cpp in Sources */,
7209F4710F3A470F003DC336 /* qgslegendsymbologygroup.cpp in Sources */,
Expand Down Expand Up @@ -14774,7 +14797,6 @@
729288950F71FE65006D9489 /* qgslabeldialog.h in Sources */,
729288960F71FE65006D9489 /* qgslegend.h in Sources */,
729288970F71FE65006D9489 /* qgslegendlayer.h in Sources */,
729288980F71FE65006D9489 /* qgslegendlayerfile.h in Sources */,
729288990F71FE65006D9489 /* qgsludialog.h in Sources */,
7264FE991024D117004D4CDD /* qgsmaptooladdvertex.h in Sources */,
7264FE9A1024D117004D4CDD /* qgsmaptooldeletepart.h in Sources */,
Expand Down Expand Up @@ -17819,7 +17841,7 @@
COPY_PHASE_STRIP = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
QGIS_VERSION_BUILD = 20091107;
QGIS_VERSION_BUILD = 20091108;
STRIP_INSTALLED_PRODUCT = NO;
};
name = Debug;
Expand All @@ -17830,7 +17852,7 @@
buildSettings = {
COPY_PHASE_STRIP = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
QGIS_VERSION_BUILD = 20091107;
QGIS_VERSION_BUILD = 20091108;
STRIP_INSTALLED_PRODUCT = YES;
};
name = Release;
Expand Down

0 comments on commit 14c13a2

Please sign in to comment.