Kaynağa Gözat

Update the Monodevelop projects.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@2927 92316355-f0b4-4df1-b90c-862c8a59935f
remotes/tiles
sam 16 yıl önce
ebeveyn
işleme
6aa3d50127
8 değiştirilmiş dosya ile 33 ekleme ve 16 silme
  1. +4
    -0
      .gitignore
  2. +17
    -11
      ThePimp/ThePimp.csproj
  3. +3
    -2
      ThePimp/ThePimp.mdp
  4. +2
    -0
      ThePimp/ToolBox.cs
  5. +1
    -0
      ThePimp/gtk-gui/ThePimp.ErrorWindow.cs
  6. +4
    -2
      ThePimp/gtk-gui/gui.stetic
  7. +1
    -1
      libpipi.mds
  8. +1
    -0
      pipi-sharp/.gitignore

+ 4
- 0
.gitignore Dosyayı Görüntüle

@@ -11,9 +11,13 @@ libtool
pipi/pipi.pc
src/pipi
genethumb/genethumb
examples/bezier
examples/colorstring
examples/edd
examples/floodfill
examples/histogram
examples/img2rubik
examples/line
examples/sharpen
test/u8tof32tou8
stamp-h1


+ 17
- 11
ThePimp/ThePimp.csproj Dosyayı Görüntüle

@@ -1,4 +1,5 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -19,7 +20,6 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<OutputType>WinExe</OutputType>
<AssemblyName>Pimp</AssemblyName>
<RootNamespace>ThePimp</RootNamespace>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
@@ -32,30 +32,29 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<OutputType>WinExe</OutputType>
<AssemblyName>Pimp</AssemblyName>
<DebugSymbols>true</DebugSymbols>
<RootNamespace>ThePimp</RootNamespace>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
</PropertyGroup>
<ItemGroup>
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<Reference Include="atk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\win32\assembly\atk-sharp.dll</HintPath>
</Reference>
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<Reference Include="gdk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\win32\assembly\gdk-sharp.dll</HintPath>
</Reference>
<Reference Include="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<Reference Include="glade-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\win32\assembly\glade-sharp.dll</HintPath>
</Reference>
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<Reference Include="glib-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\win32\assembly\glib-sharp.dll</HintPath>
</Reference>
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<Reference Include="gtk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\win32\assembly\gtk-sharp.dll</HintPath>
</Reference>
@@ -63,11 +62,11 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\win32\assembly\gtkglarea-sharp.dll</HintPath>
</Reference>
<Reference Include="Mono.Posix">
<Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\win32\assembly\Mono.Posix.dll</HintPath>
</Reference>
<Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<Reference Include="pango-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\win32\assembly\pango-sharp.dll</HintPath>
</Reference>
@@ -124,4 +123,11 @@
<Widget>ThePimp.ToolBox</Widget>
</ExportedWidgets>
</GtkDesignInfo>
</Project>
<ProjectExtensions>
<MonoDevelop>
<Properties>
<GtkDesignInfo />
</Properties>
</MonoDevelop>
</ProjectExtensions>
</Project>

+ 3
- 2
ThePimp/ThePimp.mdp Dosyayı Görüntüle

@@ -38,12 +38,13 @@
<File name="gtk-gui/ThePimp.ToolBox.cs" subtype="Code" buildaction="Compile" />
<File name="SaveFile.cs" subtype="Code" buildaction="Compile" />
<File name="gtk-gui/ThePimp.SaveFile.cs" subtype="Code" buildaction="Compile" />
<File name="images/about.png" subtype="Code" buildaction="EmbedAsResource" />
<File name="images/about.png" subtype="Code" buildaction="EmbedAsResource" resource_id="ThePimp.images.about.png" />
<File name="AboutWindow.cs" subtype="Code" buildaction="Compile" />
<File name="gtk-gui/ThePimp.AboutWindow.cs" subtype="Code" buildaction="Compile" />
<File name="NewFile.cs" subtype="Code" buildaction="Compile" />
<File name="gtk-gui/ThePimp.NewFile.cs" subtype="Code" buildaction="Compile" />
<File name="gtk-gui/ThePimp.ErrorWindow.cs" subtype="Code" buildaction="Compile" />
<File name="ErrorWindow.cs" subtype="Code" buildaction="Compile" />
</Contents>
<References>
<ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
@@ -62,4 +63,4 @@
<Widget>ThePimp.ToolBox</Widget>
</ExportedWidgets>
</GtkDesignInfo>
</Project>
</Project>

+ 2
- 0
ThePimp/ToolBox.cs Dosyayı Görüntüle

@@ -16,6 +16,8 @@ using System;

namespace ThePimp
{
[System.ComponentModel.Category("ThePimp")]
[System.ComponentModel.ToolboxItem(true)]
public partial class ToolBox : Gtk.Bin
{
public ToolBox()


+ 1
- 0
ThePimp/gtk-gui/ThePimp.ErrorWindow.cs Dosyayı Görüntüle

@@ -84,6 +84,7 @@ namespace ThePimp {
this.DefaultWidth = 229;
this.DefaultHeight = 133;
this.Show();
this.buttonOk.Clicked += new System.EventHandler(this.OnButtonOkClicked);
}
}
}

+ 4
- 2
ThePimp/gtk-gui/gui.stetic Dosyayı Görüntüle

@@ -981,9 +981,11 @@ Bayer Dithering Pattern</property>
</widget>
<widget class="Gtk.Dialog" id="ThePimp.ErrorWindow" design-size="229 133">
<property name="MemberName" />
<property name="Title" translatable="yes">Error</property>
<property name="Title" translatable="yes">Pimp Error</property>
<property name="Icon">stock:gtk-dialog-error Menu</property>
<property name="TypeHint">Dialog</property>
<property name="WindowPosition">CenterOnParent</property>
<property name="Modal">True</property>
<property name="Buttons">1</property>
<property name="HelpButton">False</property>
<property name="HasSeparator">False</property>
@@ -1045,8 +1047,8 @@ Bayer Dithering Pattern</property>
<property name="Type">StockItem</property>
<property name="StockId">gtk-ok</property>
<property name="ResponseId">-5</property>
<signal name="Clicked" handler="OnButtonOkClicked" />
<property name="label">gtk-ok</property>
<signal name="Clicked" handler="OnButtonCloseClicked" />
</widget>
<packing>
<property name="Expand">False</property>


ThePimp.mds → libpipi.mds Dosyayı Görüntüle

@@ -17,4 +17,4 @@
<Entry filename="pipi-sharp/pipi-sharp.mdp" />
<Entry filename="ThePimp/ThePimp.mdp" />
</Entries>
</Combine>
</Combine>

+ 1
- 0
pipi-sharp/.gitignore Dosyayı Görüntüle

@@ -3,3 +3,4 @@
*.exe
*.dll
pipi-sharp.pc
pipi-sharp.dll.config

Yükleniyor…
İptal
Kaydet