[SCM] Samba GTK+ frontends branch, master, updated. 5ab89476ddb70e7091e0efe93307fca419e611e5

Jelmer Vernooij jelmer at samba.org
Wed Apr 1 21:31:49 GMT 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Samba GTK+ frontends".

The branch, master has been updated
       via  5ab89476ddb70e7091e0efe93307fca419e611e5 (commit)
       via  1adcf2c6b4df82ccb3c87c3d666601eea14a8336 (commit)
       via  40f6ec1b554c75313dd1a474dbef7a6d02ab74b2 (commit)
       via  4c416095c22d23e66fd519d807ef4c813ed850ad (commit)
       via  fa0cae09be6572777d470e015a8187719b9b5b22 (commit)
       via  1e710ff25bff5d9329e72dbbb8279b6ef0e71f50 (commit)
       via  744697422580d44775e646d9e02466076c366931 (commit)
       via  b337522691ad6a23a6f1cf5df8839ba8d58bd793 (commit)
       via  e4afbb6d21788eb338dc306144067cd7b927db1c (commit)
       via  f7cb58060138010fc5049f4bc26efd98e3946937 (commit)
       via  517fa8fbb87b6aeab7f593b1375d6439bf22c49a (commit)
       via  d46fade751daeae5be3e57a109c7a2fd51929b33 (commit)
       via  561ae8fd15e35af87bd1d6b84d64aa2321a8bd69 (commit)
      from  ae065f6ccdb812143d2925e9814e285fa38effa5 (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.

- Log -----------------------------------------------------------------
commit 5ab89476ddb70e7091e0efe93307fca419e611e5
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Feb 28 18:30:53 2009 +0100

    Fixes.

commit 1adcf2c6b4df82ccb3c87c3d666601eea14a8336
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Jan 25 05:21:40 2009 +0100

    Some more work trying to get samba-gtk to compile.

commit 40f6ec1b554c75313dd1a474dbef7a6d02ab74b2
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Oct 6 02:21:30 2008 +0200

    Add constructor for RpcConnectDialog

commit 4c416095c22d23e66fd519d807ef4c813ed850ad
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Oct 6 02:10:30 2008 +0200

    More work converting gregedit to python.

commit fa0cae09be6572777d470e015a8187719b9b5b22
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Oct 6 00:45:05 2008 +0200

    Ignore generated file.

commit 1e710ff25bff5d9329e72dbbb8279b6ef0e71f50
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Oct 6 00:32:16 2008 +0200

    Add Python bindings for some more methods.

commit 744697422580d44775e646d9e02466076c366931
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Oct 5 23:08:45 2008 +0200

    Use pygtk script for generating python bindings.

commit b337522691ad6a23a6f1cf5df8839ba8d58bd793
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Oct 5 22:07:52 2008 +0200

    Search for pygtk.

commit e4afbb6d21788eb338dc306144067cd7b927db1c
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Oct 5 18:34:40 2008 +0200

    Make run.

commit f7cb58060138010fc5049f4bc26efd98e3946937
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Oct 5 18:17:01 2008 +0200

    Build python bindings.

commit 517fa8fbb87b6aeab7f593b1375d6439bf22c49a
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Oct 5 17:15:55 2008 +0200

    Initial work converting gregedit to python.

commit d46fade751daeae5be3e57a109c7a2fd51929b33
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Oct 5 16:54:53 2008 +0200

    Change gepdump to a script in the build system.

commit 561ae8fd15e35af87bd1d6b84d64aa2321a8bd69
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Oct 5 16:50:21 2008 +0200

    Convert gepdump to Python (incomplete)

-----------------------------------------------------------------------

Summary of changes:
 .gitignore               |    3 +-
 Makefile                 |   27 +-
 Makefile.settings.in     |    6 +
 common/gtk-smb.c         |   12 +-
 common/gtk-smb.h         |   11 +-
 common/gtk_events.c      |  107 +++---
 common/select.c          |    8 +-
 common/select.h          |    4 +-
 configure.ac             |   27 ++
 gepdump                  |  271 +++++++++++++
 gregedit                 |  620 ++++++++++++++++++++++++++++++
 pysambagtk.c             |  104 +++++
 python/module.c          |   18 +
 python/sambagtk.defs     |   43 +++
 python/sambagtk.override |   14 +
 tools/gepdump.c          |  453 ----------------------
 tools/gregedit.c         |  944 ----------------------------------------------
 tools/gwcrontab.c        |    3 +-
 tools/gwsam.c            |   11 +-
 tools/gwsvcctl.c         |    3 +-
 20 files changed, 1213 insertions(+), 1476 deletions(-)
 create mode 100755 gepdump
 create mode 100755 gregedit
 create mode 100644 pysambagtk.c
 create mode 100644 python/module.c
 create mode 100644 python/sambagtk.defs
 create mode 100644 python/sambagtk.override
 delete mode 100644 tools/gepdump.c
 delete mode 100644 tools/gregedit.c


hooks/post-receive
--
Samba GTK+ frontends


More information about the samba-cvs mailing list