pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, psppsheet, updated. v0.7.9-262-g36


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, psppsheet, updated. v0.7.9-262-g368a055
Date: Sun, 08 Jul 2012 10:39:38 +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, psppsheet has been updated
       via  368a055fded96761bc761a7d05b775ce7902be63 (commit)
       via  0211ffba779bf034c186de494b140585a1bf9ad3 (commit)
       via  d194be704d0ebd3b55f7bd5700f9b27075359de1 (commit)
       via  5eda208850ed19f8a6afcde8ae51aca718d6696c (commit)
       via  2ca67fb3b0c8bd27aeb426b9520d4d05168cdc1a (commit)
       via  a74d90c5dd6dcbc257ceebf870506b442851c91e (commit)
       via  c15630be7fc977165f298acb81e75285a065c28f (commit)
       via  2ed64681bb51b288b31054249fe41f61c5eab696 (commit)
       via  163f2f643352960b9218f1584fe70abcf7d8b763 (commit)
       via  6add778a08723f91748a742099b70aa911437f35 (commit)
       via  a322e48317ee677acf77f64f8ceb398e9227e276 (commit)
       via  74de2c6c675375bffa3fa2a17daff3a33dde0f5c (commit)
       via  49c2b0578e7d9329a8c0292c2ed713005347af84 (commit)
      from  14c065be90af77f2661d4bf4d35f3ec943fd99bd (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 368a055fded96761bc761a7d05b775ce7902be63
Author: John Darrington <address@hidden>
Date:   Sun Jul 8 12:39:12 2012 +0200

    Fix compiler warnings

commit 0211ffba779bf034c186de494b140585a1bf9ad3
Author: John Darrington <address@hidden>
Date:   Sun Jul 8 12:25:26 2012 +0200

    PsppireDataEditor: Add comment emphasising lack of final unref of 
old_vbox_widget

commit d194be704d0ebd3b55f7bd5700f9b27075359de1
Author: John Darrington <address@hidden>
Date:   Sat Jul 7 09:39:21 2012 +0200

    PsppSheetView unrealize: Call parent method before any other operation
    
    If this is not done, then gtk_widget_get_realized returns true, during
    the unrealize execution, leading to mutual recursion.

commit 5eda208850ed19f8a6afcde8ae51aca718d6696c
Author: John Darrington <address@hidden>
Date:   Sat Jul 7 09:34:18 2012 +0200

    Delete module customentry
    
    This is no longer used, so am removing it completely.

commit 2ca67fb3b0c8bd27aeb426b9520d4d05168cdc1a
Author: John Darrington <address@hidden>
Date:   Sat Jul 7 09:30:17 2012 +0200

    PsppireDataWindow: Deal with ui_manager in dispose routine

commit a74d90c5dd6dcbc257ceebf870506b442851c91e
Author: John Darrington <address@hidden>
Date:   Sat Jul 7 07:14:53 2012 +0200

    PsppSheetView resize handler:  Do nothing if the widget is not realized
    
    This seems to avoid the occasional GtkCritical that I get.

commit c15630be7fc977165f298acb81e75285a065c28f
Author: John Darrington <address@hidden>
Date:   Thu Jul 5 23:17:48 2012 +0200

    Reduce the flicker when redrawing the toolbar and menubar.

commit 2ed64681bb51b288b31054249fe41f61c5eab696
Author: John Darrington <address@hidden>
Date:   Thu Jul 5 21:53:17 2012 +0200

    pspp-sheet-view.c: Separate destroy method into finalize and dispose.
    
    This still needs work to disentangle them completely, but I think this
    is an improvement.

commit 163f2f643352960b9218f1584fe70abcf7d8b763
Author: John Darrington <address@hidden>
Date:   Thu Jul 5 20:33:58 2012 +0200

    PsppireDataStore: Move datasheet_destroy from dispose to finalize
    
    This actually destroys stuff, not merely unreffing.  So it belongs in 
finalize.

commit 6add778a08723f91748a742099b70aa911437f35
Author: John Darrington <address@hidden>
Date:   Thu Jul 5 19:55:52 2012 +0200

    PsppireVarSheet: Keep reference to the return value of _get_ui_manager
    
    I changed the var_sheett to keep a reference to the uim object which it
    returns from the _get_ui_manager objects.  This avoids a problem where
    the object was getting its last reference unreffed by another object.

commit a322e48317ee677acf77f64f8ceb398e9227e276
Author: John Darrington <address@hidden>
Date:   Thu Jul 5 19:36:08 2012 +0200

    PsppireVarSheet: Replace Destroy with Dispose
    
    Also, use a statically allocated array for signal handler ids, since
    it just complicates things to have a dynamically allocated one.

commit 74de2c6c675375bffa3fa2a17daff3a33dde0f5c
Author: John Darrington <address@hidden>
Date:   Thu Jul 5 19:03:08 2012 +0200

    PsppireCellRendererButton: Replace destroy with dispose
    
    The destroy method did nothing except drop references, so was
    appropriate for dispose.

commit 49c2b0578e7d9329a8c0292c2ed713005347af84
Author: John Darrington <address@hidden>
Date:   Thu Jul 5 18:46:33 2012 +0200

    PsppireDataSheet: Reference handler improvements.
    
    Changed the destroy method to dispose, because all it does is drop
    references.  Also, keep a reference to the object returned by 
_get_ui_manager
    since this seems to be causing issues elsewhere.

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

Summary of changes:
 src/ui/gui/automake.mk                    |    2 -
 src/ui/gui/customentry.c                  |  443 -----------------------------
 src/ui/gui/customentry.h                  |  106 -------
 src/ui/gui/pspp-sheet-view.c              |  122 +++++----
 src/ui/gui/pspp-sheet-view.h              |    2 +
 src/ui/gui/psppire-cell-renderer-button.c |   35 +--
 src/ui/gui/psppire-cell-renderer-button.h |    5 +-
 src/ui/gui/psppire-data-editor.c          |   11 +-
 src/ui/gui/psppire-data-editor.h          |    1 +
 src/ui/gui/psppire-data-sheet.c           |   41 ++-
 src/ui/gui/psppire-data-sheet.h           |    8 +-
 src/ui/gui/psppire-data-store.c           |   12 +-
 src/ui/gui/psppire-data-window.c          |   13 +-
 src/ui/gui/psppire-var-sheet.c            |   97 ++++---
 src/ui/gui/psppire-var-sheet.h            |   14 +-
 15 files changed, 203 insertions(+), 709 deletions(-)
 delete mode 100644 src/ui/gui/customentry.c
 delete mode 100644 src/ui/gui/customentry.h


hooks/post-receive
-- 
GNU PSPP



reply via email to

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