pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1235-ga71d


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1235-ga71d627
Date: Mon, 10 May 2010 18:27:45 +0000

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 "GNU PSPP".

The branch, master has been updated
       via  a71d62768712fa2fd55ef4e2ceb22cbd2d8666a4 (commit)
       via  3701d580cb7b5802201cf4642f0e17c4701f12ec (commit)
       via  e0b455e1dd8b1bced47283aac4111cac225e45a3 (commit)
       via  cd7df218e1f2798b4ac8e193558a67e6ad59e3ed (commit)
      from  5a255c3dcf7eda570645f7c3635d6a3ef9a084d0 (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 a71d62768712fa2fd55ef4e2ceb22cbd2d8666a4
Author: John Darrington <address@hidden>
Date:   Mon May 10 20:27:20 2010 +0200

    Remove reference to gtk-builder-convert which is no longer distributed

commit 3701d580cb7b5802201cf4642f0e17c4701f12ec
Author: John Darrington <address@hidden>
Date:   Mon May 10 19:12:45 2010 +0200

    Converted output-viewer from .glade to .ui

commit e0b455e1dd8b1bced47283aac4111cac225e45a3
Author: John Darrington <address@hidden>
Date:   Mon May 10 19:02:41 2010 +0200

    Convert syntax-editor from .glade to .ui

commit cd7df218e1f2798b4ac8e193558a67e6ad59e3ed
Author: John Darrington <address@hidden>
Date:   Mon May 10 18:50:38 2010 +0200

    Refactor the Help menu.
    
    Instead of writing a help menu for each of the three main windows,
    implement it once, and merge it into the menubars using GtkUIManager

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

Summary of changes:
 lib/gtk-contrib/automake.mk         |    3 +-
 lib/gtk-contrib/gtk-builder-convert |  776 -----------------------------------
 src/ui/gui/about.c                  |   87 ----
 src/ui/gui/automake.mk              |   17 +-
 src/ui/gui/data-editor.ui           |   22 -
 src/ui/gui/help-menu.c              |  150 +++++++
 src/ui/gui/{about.h => help-menu.h} |    7 +-
 src/ui/gui/helper.c                 |   19 -
 src/ui/gui/helper.h                 |    2 -
 src/ui/gui/output-viewer.glade      |  167 --------
 src/ui/gui/output-viewer.ui         |  130 ++++++
 src/ui/gui/psppire-data-window.c    |   25 +-
 src/ui/gui/psppire-output-window.c  |   15 +-
 src/ui/gui/psppire-syntax-window.c  |   23 +-
 src/ui/gui/syntax-editor.glade      |  289 -------------
 src/ui/gui/syntax-editor.ui         |  211 ++++++++++
 16 files changed, 516 insertions(+), 1427 deletions(-)
 delete mode 100755 lib/gtk-contrib/gtk-builder-convert
 delete mode 100644 src/ui/gui/about.c
 create mode 100644 src/ui/gui/help-menu.c
 rename src/ui/gui/{about.h => help-menu.h} (89%)
 delete mode 100644 src/ui/gui/output-viewer.glade
 create mode 100644 src/ui/gui/output-viewer.ui
 delete mode 100644 src/ui/gui/syntax-editor.glade
 create mode 100644 src/ui/gui/syntax-editor.ui


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]