Changeset 2927


Ignore:
Timestamp:
10/11/08 23:56:32 (5 years ago)
Author:
sam
Message:

Update the Monodevelop projects.

Location:
libpipi/trunk
Files:
7 edited
1 moved

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/.gitignore

    r2869 r2927  
    1212src/pipi 
    1313genethumb/genethumb 
     14examples/bezier 
     15examples/colorstring 
    1416examples/edd 
    1517examples/floodfill 
     18examples/histogram 
    1619examples/img2rubik 
     20examples/line 
    1721examples/sharpen 
    1822test/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"> 
    23  <PropertyGroup> 
    34    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
     
    2021    <WarningLevel>4</WarningLevel> 
    2122    <OutputType>WinExe</OutputType> 
    22     <AssemblyName>Pimp</AssemblyName> 
    2323    <RootNamespace>ThePimp</RootNamespace> 
    2424    <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 
     
    3333    <WarningLevel>4</WarningLevel> 
    3434    <OutputType>WinExe</OutputType> 
    35     <AssemblyName>Pimp</AssemblyName> 
    3635    <DebugSymbols>true</DebugSymbols> 
    3736    <RootNamespace>ThePimp</RootNamespace> 
     
    4039  </PropertyGroup> 
    4140  <ItemGroup> 
    42     <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 
     41    <Reference Include="atk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 
    4342      <SpecificVersion>False</SpecificVersion> 
    4443      <HintPath>..\win32\assembly\atk-sharp.dll</HintPath> 
    4544    </Reference> 
    46     <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 
     45    <Reference Include="gdk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 
    4746      <SpecificVersion>False</SpecificVersion> 
    4847      <HintPath>..\win32\assembly\gdk-sharp.dll</HintPath> 
    4948    </Reference> 
    50     <Reference Include="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 
     49    <Reference Include="glade-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 
    5150      <SpecificVersion>False</SpecificVersion> 
    5251      <HintPath>..\win32\assembly\glade-sharp.dll</HintPath> 
    5352    </Reference> 
    54     <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 
     53    <Reference Include="glib-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 
    5554      <SpecificVersion>False</SpecificVersion> 
    5655      <HintPath>..\win32\assembly\glib-sharp.dll</HintPath> 
    5756    </Reference> 
    58     <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 
     57    <Reference Include="gtk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 
    5958      <SpecificVersion>False</SpecificVersion> 
    6059      <HintPath>..\win32\assembly\gtk-sharp.dll</HintPath> 
     
    6463      <HintPath>..\win32\assembly\gtkglarea-sharp.dll</HintPath> 
    6564    </Reference> 
    66     <Reference Include="Mono.Posix"> 
     65    <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756"> 
    6766      <SpecificVersion>False</SpecificVersion> 
    6867      <HintPath>..\win32\assembly\Mono.Posix.dll</HintPath> 
    6968    </Reference> 
    70     <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 
     69    <Reference Include="pango-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 
    7170      <SpecificVersion>False</SpecificVersion> 
    7271      <HintPath>..\win32\assembly\pango-sharp.dll</HintPath> 
     
    125124    </ExportedWidgets> 
    126125  </GtkDesignInfo> 
     126  <ProjectExtensions> 
     127    <MonoDevelop> 
     128      <Properties> 
     129        <GtkDesignInfo /> 
     130      </Properties> 
     131    </MonoDevelop> 
     132  </ProjectExtensions> 
    127133</Project> 
  • libpipi/trunk/ThePimp/ThePimp.mdp

    r2926 r2927  
    3939    <File name="SaveFile.cs" subtype="Code" buildaction="Compile" /> 
    4040    <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" /> 
    4242    <File name="AboutWindow.cs" subtype="Code" buildaction="Compile" /> 
    4343    <File name="gtk-gui/ThePimp.AboutWindow.cs" subtype="Code" buildaction="Compile" /> 
     
    4545    <File name="gtk-gui/ThePimp.NewFile.cs" subtype="Code" buildaction="Compile" /> 
    4646    <File name="gtk-gui/ThePimp.ErrorWindow.cs" subtype="Code" buildaction="Compile" /> 
     47    <File name="ErrorWindow.cs" subtype="Code" buildaction="Compile" /> 
    4748  </Contents> 
    4849  <References> 
  • libpipi/trunk/ThePimp/ToolBox.cs

    r2874 r2927  
    1717namespace ThePimp 
    1818{ 
     19    [System.ComponentModel.Category("ThePimp")] 
     20    [System.ComponentModel.ToolboxItem(true)] 
    1921    public partial class ToolBox : Gtk.Bin 
    2022    { 
  • libpipi/trunk/ThePimp/gtk-gui/ThePimp.ErrorWindow.cs

    r2926 r2927  
    8585            this.DefaultHeight = 133; 
    8686            this.Show(); 
     87            this.buttonOk.Clicked += new System.EventHandler(this.OnButtonOkClicked); 
    8788        } 
    8889    } 
  • libpipi/trunk/ThePimp/gtk-gui/gui.stetic

    r2926 r2927  
    982982  <widget class="Gtk.Dialog" id="ThePimp.ErrorWindow" design-size="229 133"> 
    983983    <property name="MemberName" /> 
    984     <property name="Title" translatable="yes">Error</property> 
     984    <property name="Title" translatable="yes">Pimp Error</property> 
    985985    <property name="Icon">stock:gtk-dialog-error Menu</property> 
     986    <property name="TypeHint">Dialog</property> 
    986987    <property name="WindowPosition">CenterOnParent</property> 
     988    <property name="Modal">True</property> 
    987989    <property name="Buttons">1</property> 
    988990    <property name="HelpButton">False</property> 
     
    10461048            <property name="StockId">gtk-ok</property> 
    10471049            <property name="ResponseId">-5</property> 
     1050            <signal name="Clicked" handler="OnButtonOkClicked" /> 
    10481051            <property name="label">gtk-ok</property> 
    1049             <signal name="Clicked" handler="OnButtonCloseClicked" /> 
    10501052          </widget> 
    10511053          <packing> 
  • libpipi/trunk/pipi-sharp/.gitignore

    r2872 r2927  
    44*.dll 
    55pipi-sharp.pc 
     6pipi-sharp.dll.config 
Note: See TracChangeset for help on using the changeset viewer.