Changeset 2927
- Timestamp:
- Oct 11, 2008, 11:56:32 PM (14 years ago)
- Location:
- libpipi/trunk
- Files:
-
- 7 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/.gitignore
r2869 r2927 12 12 src/pipi 13 13 genethumb/genethumb 14 examples/bezier 15 examples/colorstring 14 16 examples/edd 15 17 examples/floodfill 18 examples/histogram 16 19 examples/img2rubik 20 examples/line 17 21 examples/sharpen 18 22 test/u8tof32tou8 -
libpipi/trunk/ThePimp/ThePimp.csproj
r2926 r2927 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 3 <PropertyGroup> 3 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 20 21 <WarningLevel>4</WarningLevel> 21 22 <OutputType>WinExe</OutputType> 22 <AssemblyName>Pimp</AssemblyName>23 23 <RootNamespace>ThePimp</RootNamespace> 24 24 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> … … 33 33 <WarningLevel>4</WarningLevel> 34 34 <OutputType>WinExe</OutputType> 35 <AssemblyName>Pimp</AssemblyName>36 35 <DebugSymbols>true</DebugSymbols> 37 36 <RootNamespace>ThePimp</RootNamespace> … … 40 39 </PropertyGroup> 41 40 <ItemGroup> 42 <Reference Include="atk-sharp, Version=2.1 2.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">41 <Reference Include="atk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 43 42 <SpecificVersion>False</SpecificVersion> 44 43 <HintPath>..\win32\assembly\atk-sharp.dll</HintPath> 45 44 </Reference> 46 <Reference Include="gdk-sharp, Version=2.1 2.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">45 <Reference Include="gdk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 47 46 <SpecificVersion>False</SpecificVersion> 48 47 <HintPath>..\win32\assembly\gdk-sharp.dll</HintPath> 49 48 </Reference> 50 <Reference Include="glade-sharp, Version=2.1 2.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">49 <Reference Include="glade-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 51 50 <SpecificVersion>False</SpecificVersion> 52 51 <HintPath>..\win32\assembly\glade-sharp.dll</HintPath> 53 52 </Reference> 54 <Reference Include="glib-sharp, Version=2.1 2.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">53 <Reference Include="glib-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 55 54 <SpecificVersion>False</SpecificVersion> 56 55 <HintPath>..\win32\assembly\glib-sharp.dll</HintPath> 57 56 </Reference> 58 <Reference Include="gtk-sharp, Version=2.1 2.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">57 <Reference Include="gtk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 59 58 <SpecificVersion>False</SpecificVersion> 60 59 <HintPath>..\win32\assembly\gtk-sharp.dll</HintPath> … … 64 63 <HintPath>..\win32\assembly\gtkglarea-sharp.dll</HintPath> 65 64 </Reference> 66 <Reference Include="Mono.Posix ">65 <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756"> 67 66 <SpecificVersion>False</SpecificVersion> 68 67 <HintPath>..\win32\assembly\Mono.Posix.dll</HintPath> 69 68 </Reference> 70 <Reference Include="pango-sharp, Version=2.1 2.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">69 <Reference Include="pango-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 71 70 <SpecificVersion>False</SpecificVersion> 72 71 <HintPath>..\win32\assembly\pango-sharp.dll</HintPath> … … 125 124 </ExportedWidgets> 126 125 </GtkDesignInfo> 126 <ProjectExtensions> 127 <MonoDevelop> 128 <Properties> 129 <GtkDesignInfo /> 130 </Properties> 131 </MonoDevelop> 132 </ProjectExtensions> 127 133 </Project> -
libpipi/trunk/ThePimp/ThePimp.mdp
r2926 r2927 39 39 <File name="SaveFile.cs" subtype="Code" buildaction="Compile" /> 40 40 <File name="gtk-gui/ThePimp.SaveFile.cs" subtype="Code" buildaction="Compile" /> 41 <File name="images/about.png" subtype="Code" buildaction="EmbedAsResource" />41 <File name="images/about.png" subtype="Code" buildaction="EmbedAsResource" resource_id="ThePimp.images.about.png" /> 42 42 <File name="AboutWindow.cs" subtype="Code" buildaction="Compile" /> 43 43 <File name="gtk-gui/ThePimp.AboutWindow.cs" subtype="Code" buildaction="Compile" /> … … 45 45 <File name="gtk-gui/ThePimp.NewFile.cs" subtype="Code" buildaction="Compile" /> 46 46 <File name="gtk-gui/ThePimp.ErrorWindow.cs" subtype="Code" buildaction="Compile" /> 47 <File name="ErrorWindow.cs" subtype="Code" buildaction="Compile" /> 47 48 </Contents> 48 49 <References> -
libpipi/trunk/ThePimp/ToolBox.cs
r2874 r2927 17 17 namespace ThePimp 18 18 { 19 [System.ComponentModel.Category("ThePimp")] 20 [System.ComponentModel.ToolboxItem(true)] 19 21 public partial class ToolBox : Gtk.Bin 20 22 { -
libpipi/trunk/ThePimp/gtk-gui/ThePimp.ErrorWindow.cs
r2926 r2927 85 85 this.DefaultHeight = 133; 86 86 this.Show(); 87 this.buttonOk.Clicked += new System.EventHandler(this.OnButtonOkClicked); 87 88 } 88 89 } -
libpipi/trunk/ThePimp/gtk-gui/gui.stetic
r2926 r2927 982 982 <widget class="Gtk.Dialog" id="ThePimp.ErrorWindow" design-size="229 133"> 983 983 <property name="MemberName" /> 984 <property name="Title" translatable="yes"> Error</property>984 <property name="Title" translatable="yes">Pimp Error</property> 985 985 <property name="Icon">stock:gtk-dialog-error Menu</property> 986 <property name="TypeHint">Dialog</property> 986 987 <property name="WindowPosition">CenterOnParent</property> 988 <property name="Modal">True</property> 987 989 <property name="Buttons">1</property> 988 990 <property name="HelpButton">False</property> … … 1046 1048 <property name="StockId">gtk-ok</property> 1047 1049 <property name="ResponseId">-5</property> 1050 <signal name="Clicked" handler="OnButtonOkClicked" /> 1048 1051 <property name="label">gtk-ok</property> 1049 <signal name="Clicked" handler="OnButtonCloseClicked" />1050 1052 </widget> 1051 1053 <packing> -
libpipi/trunk/pipi-sharp/.gitignore
r2872 r2927 4 4 *.dll 5 5 pipi-sharp.pc 6 pipi-sharp.dll.config
Note: See TracChangeset
for help on using the changeset viewer.