Skip to content

Commit ba5694b

Browse files
author
kyngchaos
committed
undo feature (r10920 r10921)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10924 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent dbeeb8f commit ba5694b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

mac/xcode/Qgis.xcodeproj/project.pbxproj

+22
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,11 @@
489489
720FC8E60F3D5A450069492F /* format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209EBFD0F39E57B003DC336 /* format.cpp */; };
490490
720FC8E70F3D5A470069492F /* translator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209EC050F39E57B003DC336 /* translator.cpp */; };
491491
7214353F0FA15C1C00B0B7BC /* mActionAddSpatiaLiteLayer.png in Copy - theme-gis */ = {isa = PBXBuildFile; fileRef = 7214353E0FA15C0A00B0B7BC /* mActionAddSpatiaLiteLayer.png */; };
492+
7216ADEF0FE571C000552832 /* qgsvectorlayerundocommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7216ADEE0FE571C000552832 /* qgsvectorlayerundocommand.cpp */; };
493+
7216ADF20FE5721400552832 /* qgsundowidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7216ADF00FE571F000552832 /* qgsundowidget.cpp */; };
494+
7216ADF30FE5721400552832 /* qgsundowidget.h in Sources */ = {isa = PBXBuildFile; fileRef = 7216ADF10FE571F000552832 /* qgsundowidget.h */; };
495+
7216ADF70FE5726700552832 /* mActionRedo.png in Copy - theme-default */ = {isa = PBXBuildFile; fileRef = 7216ADF50FE5725B00552832 /* mActionRedo.png */; };
496+
7216ADF80FE5726700552832 /* mActionUndo.png in Copy - theme-default */ = {isa = PBXBuildFile; fileRef = 7216ADF60FE5725B00552832 /* mActionUndo.png */; };
492497
721E07000FABDC6700558FF9 /* qgsgrassshell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209EB410F39E57B003DC336 /* qgsgrassshell.cpp */; };
493498
721E07360FABDDBA00558FF9 /* BlockArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 721E07050FABDCAB00558FF9 /* BlockArray.cpp */; };
494499
721E07370FABDDBA00558FF9 /* Emulation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 721E070C0FABDCAB00558FF9 /* Emulation.cpp */; };
@@ -3258,6 +3263,8 @@
32583263
dstPath = "$(QGIS_DATA_SUBDIR)/themes/default";
32593264
dstSubfolderSpec = 6;
32603265
files = (
3266+
7216ADF70FE5726700552832 /* mActionRedo.png in Copy - theme-default */,
3267+
7216ADF80FE5726700552832 /* mActionUndo.png in Copy - theme-default */,
32613268
727CEC220FBAFFA200F5B88C /* mIconLock.png in Copy - theme-default */,
32623269
72267A4B0F9A1CFD00010C18 /* mActionZoomNext.png in Copy - theme-default */,
32633270
7256F4220F41C4DD0022BE1F /* clearInput.png in Copy - theme-default */,
@@ -5976,6 +5983,12 @@
59765983
7209F4B80F3A5434003DC336 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
59775984
7209F4B90F3A5434003DC336 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
59785985
7214353E0FA15C0A00B0B7BC /* mActionAddSpatiaLiteLayer.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mActionAddSpatiaLiteLayer.png; path = ../../images/themes/gis/mActionAddSpatiaLiteLayer.png; sourceTree = SOURCE_ROOT; };
5986+
7216ADEA0FE5714E00552832 /* qgsvectorlayerundocommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsvectorlayerundocommand.h; path = ../../src/core/qgsvectorlayerundocommand.h; sourceTree = SOURCE_ROOT; };
5987+
7216ADEE0FE571C000552832 /* qgsvectorlayerundocommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsvectorlayerundocommand.cpp; path = ../../src/core/qgsvectorlayerundocommand.cpp; sourceTree = SOURCE_ROOT; };
5988+
7216ADF00FE571F000552832 /* qgsundowidget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsundowidget.cpp; path = ../../src/app/qgsundowidget.cpp; sourceTree = SOURCE_ROOT; };
5989+
7216ADF10FE571F000552832 /* qgsundowidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsundowidget.h; path = ../../src/app/qgsundowidget.h; sourceTree = SOURCE_ROOT; };
5990+
7216ADF50FE5725B00552832 /* mActionRedo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mActionRedo.png; path = ../../images/themes/default/mActionRedo.png; sourceTree = SOURCE_ROOT; };
5991+
7216ADF60FE5725B00552832 /* mActionUndo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mActionUndo.png; path = ../../images/themes/default/mActionUndo.png; sourceTree = SOURCE_ROOT; };
59795992
721E07050FABDCAB00558FF9 /* BlockArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BlockArray.cpp; path = ../../src/plugins/grass/qtermwidget/BlockArray.cpp; sourceTree = SOURCE_ROOT; };
59805993
721E07060FABDCAB00558FF9 /* BlockArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BlockArray.h; path = ../../src/plugins/grass/qtermwidget/BlockArray.h; sourceTree = SOURCE_ROOT; };
59815994
721E07070FABDCAB00558FF9 /* Character.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Character.h; path = ../../src/plugins/grass/qtermwidget/Character.h; sourceTree = SOURCE_ROOT; };
@@ -7854,6 +7867,8 @@
78547867
72A892C90FAF7B6100108152 /* qgsshortcutsmanager.cpp */,
78557868
72A892CA0FAF7B6100108152 /* qgsconfigureshortcutsdialog.cpp */,
78567869
72A892CB0FAF7B6100108152 /* qgsconfigureshortcutsdialog.h */,
7870+
7216ADF00FE571F000552832 /* qgsundowidget.cpp */,
7871+
7216ADF10FE571F000552832 /* qgsundowidget.h */,
78577872
72A239420F74A62200AFC35B /* attributetable */,
78587873
7209E5BD0F39E57A003DC336 /* composer */,
78597874
7209E5D00F39E57A003DC336 /* legend */,
@@ -8026,6 +8041,8 @@
80268041
720383060F8B8C2D0083B883 /* qgsoverlayobjectpositionmanager.h */,
80278042
720383070F8B8C2D0083B883 /* qgsoverlayobject.h */,
80288043
720383080F8B8C2D0083B883 /* qgsoverlayobject.cpp */,
8044+
7216ADEE0FE571C000552832 /* qgsvectorlayerundocommand.cpp */,
8045+
7216ADEA0FE5714E00552832 /* qgsvectorlayerundocommand.h */,
80298046
7209E6630F39E57A003DC336 /* composer */,
80308047
720382E10F8B8B540083B883 /* pal */,
80318048
7209E6D90F39E57A003DC336 /* raster */,
@@ -10179,6 +10196,8 @@
1017910196
72683FF80FD6B1EA00D90FFC /* mActionMergeFeatures.png */,
1018010197
72683FF90FD6B1EA00D90FFC /* mActionFromSelectedFeature.png */,
1018110198
72683FFA0FD6B1EA00D90FFC /* mActionRemoveSelectedFeature.png */,
10199+
7216ADF50FE5725B00552832 /* mActionRedo.png */,
10200+
7216ADF60FE5725B00552832 /* mActionUndo.png */,
1018210201
7209EF5C0F39E5D9003DC336 /* qgis.xpm */,
1018310202
7209EF5D0F39E5D9003DC336 /* tracking.png */,
1018410203
7209EF5E0F39E5D9003DC336 /* tracking.svg */,
@@ -13287,6 +13306,7 @@
1328713306
720383800F8BA8C50083B883 /* priorityqueue.cpp in Sources */,
1328813307
720383810F8BA8C50083B883 /* problem.cpp in Sources */,
1328913308
720383820F8BA8C50083B883 /* util.cpp in Sources */,
13309+
7216ADEF0FE571C000552832 /* qgsvectorlayerundocommand.cpp in Sources */,
1329013310
);
1329113311
runOnlyForDeploymentPostprocessing = 0;
1329213312
};
@@ -13913,6 +13933,8 @@
1391313933
72A892CC0FAF7B8500108152 /* qgsconfigureshortcutsdialog.cpp in Sources */,
1391413934
72A892CD0FAF7B8500108152 /* qgsshortcutsmanager.cpp in Sources */,
1391513935
72A892CE0FAF7B9400108152 /* qgsconfigureshortcutsdialog.h in Sources */,
13936+
7216ADF20FE5721400552832 /* qgsundowidget.cpp in Sources */,
13937+
7216ADF30FE5721400552832 /* qgsundowidget.h in Sources */,
1391613938
);
1391713939
runOnlyForDeploymentPostprocessing = 0;
1391813940
};

0 commit comments

Comments
 (0)