[ooo-build-commit] .: tc/changed-files tc/README tc/SamplePlug.cs

Tor Lillqvist tml at kemper.freedesktop.org
Tue Sep 28 12:09:57 PDT 2010


 tc/README        |   27 ---------------------------
 tc/SamplePlug.cs |   50 --------------------------------------------------
 tc/changed-files |   38 --------------------------------------
 3 files changed, 115 deletions(-)

New commits:
commit aefe5bb2747034e041dd70578fed5df6e31cfdc9
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Tue Sep 28 17:25:19 2010 +0300

    Remove the leftover tc directory
    
    Not really any useful information in it.

diff --git a/tc/README b/tc/README
deleted file mode 100644
index 1f9eb38..0000000
--- a/tc/README
+++ /dev/null
@@ -1,27 +0,0 @@
-Teaming & Conferencing experimental hacks...
-
-1) Apply patch: patches/src680/sw-team-pane.diff
-   and compile office.
-   Assume office is installed in /tmp/ooo (e.g. by ooinstall /tmp/ooo)
-
-2) Complie SamplePlug App and create link from office program dir to the
-   Sampleapp. OOo will look for TeamApp.
-
-   mcs -pkg:gtk-sharp SamplePlug.cs
-   mkbundle -o SamplePlug SamplePlug.exe 
-   ln -s SampleApp /tmp/ooo/program/TeamApp
-
-   
-3) Start soffice, e.g. /tmp/ooo/programm/soffice and create empty doc...
-   Team Pane should be place at the right side.
-
-** ALL EXPRIMENTAL AND WITH LOTS OF PRINTF... **
-
-TODO / PLAN:
-* Use the Mono Plug-in framework. I.e. the TeamApp should use the mono plug-in
-framework to start the custom app...
-* Make the TeamApp and OOo communicate via UNO.
-
-Have fun!
-
-freuter at novell.com
diff --git a/tc/SamplePlug.cs b/tc/SamplePlug.cs
deleted file mode 100644
index 30b99ca..0000000
--- a/tc/SamplePlug.cs
+++ /dev/null
@@ -1,50 +0,0 @@
-
-using System;
-using Gtk;
-using Gdk;
-
-// Compile with:
-// mcs -pkg:gtk-sharp SamplePlug.cs
-// mkbundle -o SamplePlug SamplePlug.exe 
-
-public class SamplePlug
-{
-
-	public static void Main(string[] args) {
-	    if (args.Length != 2) {
-		Console.WriteLine("Need socket id and file-name as an argument.");
-		return;
-	    }
-	    uint socket_id = UInt32.Parse(args[0]);
-	    string filename=args[1];
-	    Console.WriteLine("filename="+filename);
-	    
-	    Console.WriteLine("using socket "+socket_id);
-
-//	    Glib.Thread.Init();
-	    Gdk.Threads.Init();
-	    
-	    Application.Init();
-	    Gdk.Threads.Enter();
-	    try {	    
-
-	    Plug plug= new Plug(socket_id);
-
-	    Fixed fixed1 = new Fixed();
-	    fixed1.Put(new Label("File: \""+filename+"\""), 10, 10);
-	    fixed1.Put(new Entry("HELLO"), 10, 50);
-	    fixed1.Put(new Entry("World"), 10, 100);
-	    fixed1.ShowAll();
-	    plug.Add(fixed1);
-	    plug.ShowAll();
-	    
-	    Console.WriteLine("app is running..");
-	    Application.Run();
-            } finally {
-	      Gdk.Threads.Leave();
-            }
-	    Console.WriteLine("Done!");
-	}	
-
-
-}
diff --git a/tc/changed-files b/tc/changed-files
deleted file mode 100644
index ebc076e..0000000
--- a/tc/changed-files
+++ /dev/null
@@ -1,38 +0,0 @@
-sfx2/inc/sfx2/sfxsids.hrc
-sfx2/inc/sfx2/team.hxx
-sfx2/sdi/frmslots.sdi
-sfx2/sdi/sfx.sdi
-sfx2/source/appl/appreg.cxx
-sfx2/source/dialog/makefile.mk
-sfx2/source/dialog/team.cxx
-sw/source/ui/app/swmodule.cxx
-sw/source/ui/inc/teampi.hxx
-sw/source/ui/uiview/view.cxx
-sw/source/ui/uiview/view0.cxx
-sw/source/ui/uiview/view2.cxx
-sw/source/ui/utlui/makefile.mk
-sw/source/ui/utlui/teampi.cxx
-vcl/inc/vcl/salinst.hxx
-vcl/inc/vcl/salobj.hxx
-vcl/inc/vcl/syschildctrl.hxx
-vcl/inc/vcl/window.hxx
-vcl/inc/vcl/wintypes.hxx
-vcl/prj/d.lst
-vcl/source/window/makefile.mk
-vcl/source/window/syschildctrl.cxx
-vcl/unx/gtk/app/gtkinst.cxx
-vcl/unx/gtk/window/gtkframe.cxx
-vcl/unx/gtk/window/gtkobject.cxx
-vcl/unx/gtk/window/makefile.mk
-vcl/unx/headless/svpdummies.cxx
-vcl/unx/headless/svpdummies.hxx
-vcl/unx/headless/svpinst.cxx
-vcl/unx/headless/svpinst.hxx
-vcl/unx/inc/plugins/gtk/gtkinst.hxx
-vcl/unx/inc/plugins/gtk/gtkobject.hxx
-vcl/unx/inc/plugins/kde/kdedata.hxx
-vcl/unx/inc/salinst.h
-vcl/unx/inc/salobj.h
-vcl/unx/kde/salnativewidgets-kde.cxx
-vcl/unx/source/window/salobj.cxx
-vcl/util/makefile.mk


More information about the ooo-build-commit mailing list