[Bug-triage-commits] bug-triage: Changes to 'master'

Gustavo Rezende Montesino grm-guest at alioth.debian.org
Sat Jun 23 19:47:32 UTC 2007


 ChangeLog                            |   24 ++++++++++++++++
 src/lib/actions.py                   |   30 ++++++++++++++++++++
 src/lib/ui/gtk/bug_store.py          |   49 +++++++++++++++++++++++++++------
 src/lib/ui/gtk/bug_view.py           |   23 ++++++++++++++++
 src/lib/ui/gtk/data/bug-triage.glade |   23 +++++++++++++++-
 src/lib/ui/gtk/win_main.py           |   13 +++++++++
 6 files changed, 152 insertions(+), 10 deletions(-)

New commits:
commit 2c6376c3eba5a512e4a03e722f4854fb478fc95b
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jun 23 16:46:11 2007 -0300

    * src/lib/ui/gtk/win_main.py (show): Callback for the
      show button clicked signal.

commit 09465943d06403f472f9fb3b4c9ae7ee1b4f735c
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jun 23 16:37:55 2007 -0300

    * src/lib/actions.py: Actions with Debian bugs
      + (show): Opens a bug in the preferred webbrowser

commit 284c2e16798cedbe6b505d8d2b79e6361fbcea77
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jun 23 16:32:37 2007 -0300

    src/lib/ui/gtk/bug_view.py (get_selection): Returns a list
    with the selected bugs.

commit 78de1e63b65b1cf069d9bd4d7a4678bd9344cf49
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jun 23 16:25:07 2007 -0300

    * src/lib/ui/gtk/data/bug-triage.glade: Add toolbar button to
      show the selected bug
    
    * src/lib/ui/gtk/win_main.py, src/lib/ui/gtk/bug_view.py:
      Enable and disable the show bug button depending on the
      selection (or lack of)

commit 13d9a7fb85ca9dd370af84c3fab5b4702f263dda
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jun 23 16:10:21 2007 -0300

    bug_store (get): return the bug object of the row pointed by a treeiter.

commit dae6d2b6493358fd4e7f9864331eb472ace7074a
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jun 23 15:30:54 2007 -0300

    bug store improvements
    
    + Add constants to reference columns by name instead of by number
    + Add the bug fields which weren't represented on the model
    + (bug_to_list): Converts a bug object to a list




More information about the Bug-triage-commits mailing list