commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated.


From: Git Repository
Subject: [Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated. 9d2c4b0625dac26c86974453518aa5b034fc849e
Date: Tue, 15 Sep 2009 09:45:29 -0600 (MDT)

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 "gnuradio.git at gnuradio.org".

The branch, master has been updated
       via  9d2c4b0625dac26c86974453518aa5b034fc849e (commit)
       via  3fb876217316bb8ac9a59fffc75bb3c523ae1704 (commit)
       via  880a6ea7447978a2973422ac7abad6d99d7c1f56 (commit)
       via  ae3c009666f2bba0e10e054b0747d8f82a29515f (commit)
       via  6bd669d6e2fbe4b0ba5f74b697e532cf909c9e1d (commit)
       via  8442dfc877a89de00e5fd0fd1b4b1890a91af630 (commit)
       via  91a83e6f1fda6483bfd4b449a1ef7903a00af0ab (commit)
       via  9dd47b6732c9d6a94fc0e15717d7332fc6c8270f (commit)
       via  14ae3c5141e3d39b89a4aac19681ec8ac7cd05ee (commit)
       via  ab55c4a6e5f9a21ea743b78ea5a8206cf3d4ffe6 (commit)
       via  417bb0aacf320043994ac1a0a5f49b977d1a9d22 (commit)
       via  bced51e1fe3694e073bebf053b2c69bc5128e00b (commit)
      from  2f663bacb14822efc95da006da26fa67f63ab315 (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 9d2c4b0625dac26c86974453518aa5b034fc849e
Merge: 2f663bacb14822efc95da006da26fa67f63ab315 
3fb876217316bb8ac9a59fffc75bb3c523ae1704
Author: Johnathan Corgan <address@hidden>
Date:   Tue Sep 15 08:41:21 2009 -0700

    Merge branch 'grc' of http://gnuradio.org/git/jblum into master
    
    * 'grc' of http://gnuradio.org/git/jblum:
      fixed issue where entry boxes lost focus (mishandling of hide changing)
      fixed bool converter in forms to work with non bool options
      tweaked key handling callbacks
      fix for uniformity convention with gtk signal name strings
      Simply Actions module imports, using module prefix.
      Reworked actions api and actions objects:
      Move key press extraction logic into actions module.
      rename variable, use keysyms in props dialog
      use the keymap's translate_keyboard_state, use the key value rather than 
name
      ignore irrelevant modifiers and events pending
      properties dialog with ok/cancel buttons

commit 3fb876217316bb8ac9a59fffc75bb3c523ae1704
Author: Josh Blum <address@hidden>
Date:   Mon Sep 14 22:37:55 2009 -0700

    fixed issue where entry boxes lost focus (mishandling of hide changing)

commit 880a6ea7447978a2973422ac7abad6d99d7c1f56
Author: Josh Blum <address@hidden>
Date:   Mon Sep 14 22:27:50 2009 -0700

    fixed bool converter in forms to work with non bool options

commit ae3c009666f2bba0e10e054b0747d8f82a29515f
Author: Josh Blum <address@hidden>
Date:   Sun Sep 13 03:25:56 2009 -0700

    tweaked key handling callbacks

commit 6bd669d6e2fbe4b0ba5f74b697e532cf909c9e1d
Author: Josh Blum <address@hidden>
Date:   Sun Sep 13 02:39:40 2009 -0700

    fix for uniformity convention with gtk signal name strings

commit 8442dfc877a89de00e5fd0fd1b4b1890a91af630
Author: Josh Blum <address@hidden>
Date:   Sun Sep 13 02:29:26 2009 -0700

    Simply Actions module imports, using module prefix.

commit 91a83e6f1fda6483bfd4b449a1ef7903a00af0ab
Author: Josh Blum <address@hidden>
Date:   Sun Sep 13 02:14:27 2009 -0700

    Reworked actions api and actions objects:
    Created standardized Action object for all gui actions.
    Actions module constants are actual Action objects (not strings).
    Keypresses, labels, tooltips, stock icons, etc all associate in the Action 
constructor.
    Usage of the action's signaling call () eliminated the need for a reference 
to handle_states.

commit 9dd47b6732c9d6a94fc0e15717d7332fc6c8270f
Author: Josh Blum <address@hidden>
Date:   Sun Sep 13 00:04:58 2009 -0700

    Move key press extraction logic into actions module.
    Replaced xml encode with gtk escape text.
    Added templates for category and docs tool tips.
    Other various code tweaks in gui modules.

commit 14ae3c5141e3d39b89a4aac19681ec8ac7cd05ee
Author: Josh Blum <address@hidden>
Date:   Thu Sep 10 17:38:53 2009 -0700

    rename variable, use keysyms in props dialog

commit ab55c4a6e5f9a21ea743b78ea5a8206cf3d4ffe6
Author: Josh Blum <address@hidden>
Date:   Thu Sep 10 16:17:25 2009 -0700

    use the keymap's translate_keyboard_state, use the key value rather than 
name

commit 417bb0aacf320043994ac1a0a5f49b977d1a9d22
Author: Josh Blum <address@hidden>
Date:   Thu Sep 10 14:47:53 2009 -0700

    ignore irrelevant modifiers and events pending

commit bced51e1fe3694e073bebf053b2c69bc5128e00b
Author: Josh Blum <address@hidden>
Date:   Wed Sep 9 21:35:58 2009 -0700

    properties dialog with ok/cancel buttons

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

Summary of changes:
 gr-wxgui/src/python/forms/converters.py |    6 +-
 grc/gui/ActionHandler.py                |  177 +++++++--------
 grc/gui/Actions.py                      |  374 +++++++++++++++++++-----------
 grc/gui/Bars.py                         |   12 +-
 grc/gui/BlockTreeWindow.py              |   15 +-
 grc/gui/FlowGraph.py                    |   17 +-
 grc/gui/MainWindow.py                   |   23 +-
 grc/gui/NotebookPage.py                 |    7 +-
 grc/gui/PropsDialog.py                  |   27 +--
 grc/gui/StateCache.py                   |    6 +-
 grc/gui/Utils.py                        |   20 +--
 grc/todo.txt                            |    2 +
 12 files changed, 377 insertions(+), 309 deletions(-)


hooks/post-receive
-- 
gnuradio.git at gnuradio.org




reply via email to

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