[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: geda_manager.git: branch: master updated (f066a7885aad1554ee3d237ecd6254a43cd6a7ef)



The branch, master has been updated
       via  f066a7885aad1554ee3d237ecd6254a43cd6a7ef (commit)
      from  443515de03f7e2dc957181097454c89aa5ec62d2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 gedamanager                     |   38 ++++++++++++++++++++++++++++++++++++++
 images/bitmaps/GTKWave_logo.png |  Bin 0 -> 1358 bytes
 2 files changed, 38 insertions(+), 0 deletions(-)
 create mode 100755 gedamanager
 create mode 100644 images/bitmaps/GTKWave_logo.png


=================
 Commit Messages
=================

commit f066a7885aad1554ee3d237ecd6254a43cd6a7ef
Author: Newell Jensen <jensen@xxxxxxxxxxxxxxxx>
Date:   Tue Dec 23 17:15:39 2008 -0800

    See last commit comments.

:000000 100755 0000000... e1be46e... A	gedamanager
:000000 100644 0000000... 00f29e4... A	images/bitmaps/GTKWave_logo.png

=========
 Changes
=========

commit f066a7885aad1554ee3d237ecd6254a43cd6a7ef
Author: Newell Jensen <jensen@xxxxxxxxxxxxxxxx>
Date:   Tue Dec 23 17:15:39 2008 -0800

    See last commit comments.

diff --git a/gedamanager b/gedamanager
new file mode 100755
index 0000000..e1be46e
--- /dev/null
+++ b/gedamanager
@@ -0,0 +1,38 @@
+#! /usr/bin/env python
+"""
+gEDA Manager
+Copyright (C) 2008 Newell Jensen
+Copyright (C) 2008 gEDA Contributors (see ChangeLog for details)
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+"""
+
+##@package src.gedamanager
+#The most Top Level entry point for gEDA Manager
+#@author Newell Jensen
+
+import gtk, pygtk, gobject
+from src.gui.MainWindow import MainWindow
+from threading import Thread
+gobject.threads_init()
+
+def main():
+    """ Function starts the main loop for gtk. """
+    gtk.main()
+
+if __name__ == "__main__":
+    window = MainWindow()            
+    main()
+    
diff --git a/images/bitmaps/GTKWave_logo.png b/images/bitmaps/GTKWave_logo.png
new file mode 100644
index 0000000..00f29e4
Binary files /dev/null and b/images/bitmaps/GTKWave_logo.png differ




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs