From 25b512a9c7faaea9b840d542eac7b53b78a165e7 Mon Sep 17 00:00:00 2001 From: kylelyk Date: Sat, 23 Aug 2014 01:28:04 +0000 Subject: [PATCH] Quick add to subversion. --- .../movie/tasproj/TasMovie.Editing.cs | 6 +- .../CustomControls/TasListView.resx | 126 ++++++++++++++++++ 2 files changed, 131 insertions(+), 1 deletion(-) create mode 100644 BizHawk.Client.EmuHawk/CustomControls/TasListView.resx diff --git a/BizHawk.Client.Common/movie/tasproj/TasMovie.Editing.cs b/BizHawk.Client.Common/movie/tasproj/TasMovie.Editing.cs index d261c5569f..a1f3f2f50a 100644 --- a/BizHawk.Client.Common/movie/tasproj/TasMovie.Editing.cs +++ b/BizHawk.Client.Common/movie/tasproj/TasMovie.Editing.cs @@ -113,7 +113,11 @@ namespace BizHawk.Client.Common Changes = true; InvalidateAfter(frame); } - + /// + /// + /// + /// Adds frame at this position, shifting all the rest down. + /// The number of frames to insert at the particular frame. public void InsertEmptyFrame(int frame, int count = 1) { var lg = LogGeneratorInstance(); diff --git a/BizHawk.Client.EmuHawk/CustomControls/TasListView.resx b/BizHawk.Client.EmuHawk/CustomControls/TasListView.resx new file mode 100644 index 0000000000..43b04417e2 --- /dev/null +++ b/BizHawk.Client.EmuHawk/CustomControls/TasListView.resx @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + + False + + \ No newline at end of file