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

Gustavo Rezende Montesino grm-guest at alioth.debian.org
Sat Aug 18 17:56:28 UTC 2007


 .gitignore                             |    1 +
 ChangeLog                              |  350 +++++++++++++++++
 NEWS                                   |   16 +
 README                                 |    3 +-
 debian/changelog                       |    8 +
 debian/control                         |    4 +-
 setup.py                               |    6 +-
 src/lib/actions.py                     |  151 +++++++-
 src/lib/bt_exceptions.py               |   31 ++
 src/lib/config.py                      |   27 --
 src/lib/config/btstype.py              |   23 ++
 src/lib/config/config.py               |   97 +++++
 src/lib/config/data/packages.conf      |    4 +
 src/lib/config/packages.py             |  155 ++++++++
 src/lib/exceptions.py                  |   22 -
 src/lib/ui/gtk/bug_store.py            |   86 ++++-
 src/lib/ui/gtk/bug_view.py             |  284 +++++++++++++-
 src/lib/ui/gtk/bz_bug_store.py         |  133 +++++++
 src/lib/ui/gtk/core.py                 |   12 +-
 src/lib/ui/gtk/data/bug-triage.glade   |  322 ---------------
 src/lib/ui/gtk/data/dlg_config.glade   |  463 ++++++++++++++++++++++
 src/lib/ui/gtk/data/dlg_package.glade  |  247 ++++++++++++
 src/lib/ui/gtk/data/dlg_qbuilder.glade |  239 +++++++++++
 src/lib/ui/gtk/data/dlg_upstream.glade |   96 +++++
 src/lib/ui/gtk/data/win_main.glade     |  675 ++++++++++++++++++++++++++++++++
 src/lib/ui/gtk/dlg_config.py           |  144 +++++++
 src/lib/ui/gtk/dlg_package.py          |  110 ++++++
 src/lib/ui/gtk/dlg_qbuilder.py         |   74 ++--
 src/lib/ui/gtk/dlg_upstream.py         |  104 +++++
 src/lib/ui/gtk/msg_exception.py        |   42 ++
 src/lib/ui/gtk/pkg_store.py            |   74 ++++
 src/lib/ui/gtk/pkg_view.py             |   77 ++++
 src/lib/ui/gtk/win_main.py             |  129 ++++++-
 33 files changed, 3743 insertions(+), 466 deletions(-)

New commits:
commit 05ece32816929899d58364b74d19a170130dc49a
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 18 14:42:24 2007 -0300

    Depend on xdg-utils

commit 125448affde5e651897b1ff241567d90b20f12a4
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 18 14:36:10 2007 -0300

    Depend on the lastest versions of btsutils and bzutils

commit 7f104a61c00c6b45721111af1a9ce1f6f6dcd2cb
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 18 14:34:24 2007 -0300

    New upstream version

commit 170434e34ab30af890c9ec5fa30d1904fd526ae1
Merge: 5490ccade1699acb1b56a7d3ec3c0d7429db2912 b92ae73ae14ae760cf93bf8cb7b7a266358322f4
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 18 14:33:21 2007 -0300

    Merge branch 'master' into debian
    
    Conflicts:
    
    	src/lib/ui/gtk/win_main.py

commit b92ae73ae14ae760cf93bf8cb7b7a266358322f4
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 18 14:22:14 2007 -0300

    version = 0.2

commit 562058a6687a674a203463da9770f82b32259292
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 18 14:21:45 2007 -0300

    Add xdg-utils to the list of requeriments

commit 260417e2ebf1a049949353efcfe1b53b026ce030
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 18 14:20:24 2007 -0300

    Add 0.2 release NEWS

commit 0bd577048edf96b4f35acef7294b75d4fb78be29
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 18 11:41:10 2007 -0300

    Remove spurius white lines.

commit af0aa27c4a244d174e6a3230ae8bfcc5038a8b3e
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 18 11:40:13 2007 -0300

    Add tags to the context-sensitive menu
    
    * src/lib/ui/gtk/data/win_main.glade: Add tags to the context menu
    
    * src/lib/ui/gtk/bug_view.py (popup): Before showing the context-sensitive menu, sync the tag status

commit 0133a440910019101913d2fa34893cdb3d746d6b
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 18 09:40:43 2007 -0300

    Add context-sensitive menu
    
    * src/lib/ui/gtk/data/win_main.glade: Add a context-sensitive menu
    
    src/lib/ui/gtk/bug_view.py (popup): Show the context-sensitive menu on right-click

commit b93599b4da897367c210f0992593b1baf396feff
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 18 09:04:39 2007 -0300

    Add support to followup bugs
    
    * src/lib/actions.py (followup): Spawn the user MUA to send a followup
    
    * src/lib/ui/gtk/win_main.py (followup): Callback to followup button click
    
    * src/lib/ui/gtk/data/win_main.glade: Add followup buttons to menu and toolbar
    
    * src/lib/ui/gtk/bug_view.py (on_cursor_changed): Activate and deactivate the
      followup buttons when bugs are selected/deselected.

commit 99425e34ac4e8557efb944b3d12cc24865d82076
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 18 08:33:26 2007 -0300

    Create new upstream bugs to forward Debian bugs
    
    * src/lib/actions.py (upstream_new): Create a new upstream bug based
      on a Debian bug
    
    * src/lib/ui/gtk/win_main.py (upstream): Create a new upstream bug if
      requested

commit 85f1a9bff0af9a860a42e1463e3eb1abc7e101fb
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Thu Aug 16 22:40:39 2007 -0300

    src/lib/actions.py (upstream): Return false if the bug is already forwarded, as documented

commit 818f08c3c495d66aab0410ae2de25d41ee6f2fa2
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Thu Aug 16 22:35:24 2007 -0300

    src/lib/actions.py (upstream): Use xdg-open to get the right browser if available

commit 70f1f9de18470bb9b59e7043b7aa39099a1c4972
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Thu Aug 16 22:28:44 2007 -0300

    src/lib/actions.py (show): Use xdg-open to get the right browser if available

commit 01e7bed4ca047990e9e91487c84930571552cba7
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Thu Aug 16 21:53:24 2007 -0300

    Add support to multi-field queries
    
    * src/lib/ui/gtk/data/dlg_qbuilder.glade:
      + Add an entry for each of the available fields instead of the
        combo/entry pair
    
    * src/lib/ui/gtk/dlg_qbuilder.py:
      + (__init__): Don't try get widgets which were removed
      + (get): Return a proper multi-field query

commit 359f0b7417ad8f9e15604ab44c7436fde0c0787d
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Thu Aug 16 21:13:04 2007 -0300

    Add support for composite queries
    
    * src/lib/ui/gtk/data/dlg_qbuilder.glade:
      + Add buttons to generate composite queries
    
    * src/lib/ui/gtk/dlg_qbuilder.py:
      + (run): Return the response code of the clicked button
      + Move the response_* constants to inside the class
    
    * src/lib/ui/gtk/win_main.py (query_new): Check the response
      code of dlg_qbuilder.run and create a proper composite query
      if needed.

commit 846ec6fbb853c61014dfbceb6c2eec406e1570c9
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Tue Aug 14 21:17:21 2007 -0300

    src/lib/ui/gtk/dlg_qbuilder.py (get): Return the query inside parenthesis

commit f165f857be61be1c95e67acae39f6e92aebd9517
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 4 11:46:43 2007 -0300

    Revert passing the debbugs bug to the upstream dialog

commit 955d7fc69f012730a96667816228c42a659cb1d8
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 4 11:41:52 2007 -0300

    s/else:\n\tif/elif:

commit 12585be15bb373ad92558b038ae10124325c7b22
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 4 11:40:04 2007 -0300

    src/lib/ui/gtk/win_main.py (upstream): If the package's upstream BTS
    isn't configured, popup a dialog asking the user to configure it.

commit ed99cd10ddd6873f10e4ef8f3907662738aade0f
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 4 11:29:46 2007 -0300

    src/lib/ui/gtk/bz_bug_store.py (__init__): Sort by component by default

commit 55483bc73db8de79310bbe604953e96195358e39
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 4 11:24:52 2007 -0300

    Remove the product column, we are filtering by product anyway

commit 7f2e6caa081ace4fb0ad36661a562eb52e217e52
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 4 11:21:24 2007 -0300

    Allow to sort the upstream bugs by any of the columns

commit 9b223eb576fc474c76558fa84489249d7ca2e15b
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 4 10:24:31 2007 -0300

    Make the upstream dialog a proper runable Gtk.Dialog
    + src/lib/ui/gtk/data/dlg_upstream.glade:
      - Set response codes on the buttons
      - remove the hide signal handler
    + src/lib/ui/gtk/dlg_upstream.py:
      - Add RESPONSE constants
      - (run): Run the dialog and return the response code
    + src/lib/ui/gtk/win_main.py (upstream): Run the dialog
      and execute an action depending on the response

commit da5276db2c0c38f65d09381eb9854cd6c235a8bb
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 4 10:04:59 2007 -0300

    src/lib/ui/gtk/dlg_upstream(get_selection): Returns a list of the
    selected rows.

commit 73da0b6630e3d3bef69445975be34a453f4127a2
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 4 10:01:04 2007 -0300

    src/lib/ui/gtk/bz_bug_store.py (get): Returns a bug object for a given TreeIter

commit e83dc72595a7b0ec00eb7fc0f82e9dc16af208c2
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 4 09:32:41 2007 -0300

    src/lib/ui/gtk/bz_bug_store.py: Add support to the url field

commit 427ddae6d5d6c7cebb1190b8f8a706da0d982ef4
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 4 09:21:45 2007 -0300

    Pass the debbugs bug to the upstream/forward dialog.

commit 4a5b3ddbceeefc096d0e353813f91f530e51abaa
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 4 08:24:30 2007 -0300

    Use btsutils URL instead of generating one.

commit 7408b486e6d153e83ea9b9cf3ed21eedf6fff250
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Aug 4 08:23:14 2007 -0300

    src/lib/ui/gtk/bug_store.py: Add support to the url field

commit 51259724f4859e0c33c7ea87619663882e8a9930
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Mon Jul 30 20:56:03 2007 -0300

    * src/lib/ui/gtk/win_main.py (upstream),
      src/lib/actions.py (upstream):
      + Move upstream bug logic to actions
      + If the bug already was forwarded, show the upstream bug in the
        browser

commit 5b762068f56f146dd662572013c2d7b3c8ab7180
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Mon Jul 30 20:53:18 2007 -0300

    src/lib/ui/gtk/win_main.py (upstream),
    src/lib/actions.py (upstream): Move upstream bug logic to actions

commit d43e9d5c029cefce3a30caab8fdffee351b714bb
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Mon Jul 30 20:49:35 2007 -0300

    src/lib/ui/gtk/bz_bug_store.py (__init__): Allows to initialize the
    store with a pre-obtained list of bugs.

commit f73022d8136a78d13d46c35a3fdad337dc245228
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Mon Jul 30 20:46:49 2007 -0300

    src/lib/ui/gtk/bug_store.py: Add support to the forwarded field

commit 001109365ae51c1de01f1efaf34f6185acc01563
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Fri Jul 27 21:46:13 2007 -0300

    Add a view menu to allow selection of the visible columns on the bug treeview.

commit d4194d98129ea38b8fd750b0c2e10fb69b807984
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Thu Jul 26 21:02:43 2007 -0300

    Add function to sort by bug status

commit b124395fe33f4139f6b3466e39a3754bcee01f28
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Thu Jul 26 20:29:00 2007 -0300

    src/lib/ui/gtk/bug_view.py (__init__): Add a column for each bug
    information available

commit 358f5bfcb0beae50aa8c4cb92b64c205805c4251
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Tue Jul 24 21:09:59 2007 -0300

    src/lib/ui/gtk/win_main.py (query): Honor the bts access method chosen by the user's configuration

commit 3dc2417123f09b623dedcdc44c88e1911fcfd987
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Tue Jul 24 21:08:11 2007 -0300

    src/lib/config/config.py (get_html_address): s/soap/html

commit 7086ba2d25a09ea64f2074610dfb0c5920ac543f
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Tue Jul 24 20:40:21 2007 -0300

    Allow configuration of the BTS access method through the GTK ui.

commit 582304cf8cf2934b1a94fab6d038b1b87b5e028d
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Tue Jul 24 20:38:48 2007 -0300

    Add methods to set and get the BTS access method

commit af72933ba5ccdf4402f0385ef987e02c0588a445
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Mon Jul 23 20:58:40 2007 -0300

    Add options to configure BTS options on the interface

commit e0e554c3121a2fc781d948d72e1c2beae1fa4bc9
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 22 21:12:35 2007 -0300

    Move html configuration logic to Config

commit 9abc5d74e9268e0feb42eae7d0905c5147638c34
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 22 21:03:09 2007 -0300

    Move soap configuration logic to Config

commit fcbf6377991676aa5ebd93f0f6e55d4ffc912bc2
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 22 14:38:54 2007 -0300

    src/lib/win_main.py (__init__): Use actions.bts_init

commit e3984207753c8a4b8dab27b9600a31dab6d78147
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 22 14:37:37 2007 -0300

    src/lib/actions.py (bts_init): Initializes a debbugs object
    according to bug-triage configurations

commit cb095a3db0248a37fa8ebbc146b7a699cb9041fc
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 22 11:42:24 2007 -0300

    src/lib/ui/gtk/bug_store.py: Add the usertags field

commit e954538313677fb12f3ced650702920906d81ff4
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 22 11:31:58 2007 -0300

    src/lib/ui/gtk/bug_store.py: Add the status field

commit 27e5ce3d7f48c52427ee6897d4233e5aa307ecbb
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jul 21 10:21:27 2007 -0300

    src/lib/ui/gtk/bug_store.py (__init__): Set the right severity sorting function and use it by default

commit 27f2e3558b0f9e5f76ce41424d468af2334422ad
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jul 21 10:17:15 2007 -0300

    src/lib/ui/gtk/bug_view.py (__init__): Set the sorting functions of each TreeViewColumn

commit f94551e55d5c2f642c630a22b3140dbc7bf2baed
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jul 21 10:00:44 2007 -0300

    src/lib/ui/gtk/bug_view.py: Refer to bug_store columns through its
    constants

commit 15dd7ee42812a7bd4efd05732688b59eab210ceb
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jul 21 09:54:15 2007 -0300

    * src/lib/ui/gtk/bug_store.py: Move the COLUMN constants to be inside
      the bug_store class.

commit 73203cc2e65eab3a5ec5746debc2ba3aa6c029c4
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jul 21 09:42:02 2007 -0300

    * src/lib/ui/gtk/bug_view.py (__init__): Use only one renderer

commit 39426c276e5376821815e603d62f7148def913a0
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jul 21 09:24:18 2007 -0300

    * src/lib/ui/gtk/data/win_main.glade,
      src/lib/ui/gtk/bug_view.py: Add upstream button to toolbar

commit 33ae4664fe45e694ab4b7f1a88f595554e01275f
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Fri Jul 20 20:56:17 2007 -0300

    * src/lib/ui/gtk/bug_view.py (on_cursor_changed): Fix upstream
      menu activation.

commit d1b310ada1cac6e54d48e0b93b3fe470979774f5
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Thu Jul 19 22:12:04 2007 -0300

    * src/lib/ui/gtk/bug_view.py (on_cursor_changed): Enable and disable
      the upstream menu depending on the bug selection

commit 25c339a1c652e1bb3875bad06d78af6a1914e40b
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Thu Jul 19 22:08:21 2007 -0300

    * src/lib/ui/gtk/data/win_main.glade: Made the bug manipulation menu
      itens not sensitive on the glade file

commit 3d3aedb97e29f6c262a0f45341cd949b13f2d259
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Thu Jul 19 22:03:02 2007 -0300

    * src/lib/ui/gtk/data/dlg_upstream.glade,
      src/lib/ui/gtk/dlg_upstream.py (hide): Add callback function to
      cancel button

commit ae2d4824a681bc7f6096011603be9059ded80221
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Thu Jul 19 21:55:48 2007 -0300

    src/lib/ui/gtk/data/dlg_upstream.glade: Design improvements

commit 1557f084506af404fc17fde6b74518e41f4efe36
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Wed Jul 18 22:28:33 2007 -0300

    * src/lib/ui/gtk/data/win_main.glade,
      src/lib/ui/gtk/win_main.py: Add a upstream menu item
      and its callback

commit 525e5c2b2fcb382b090001b836b557c0f2333fe9
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Wed Jul 18 22:27:15 2007 -0300

    * src/lib/ui/gtk/data/dlg_upstream.glade,
      src/lib/ui/gtk/dlg_usptream.py: New dialog to show
      upstream bugs

commit ad12dadfde46219752fff3f5c7c7578daea9ae4e
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Wed Jul 18 22:25:07 2007 -0300

    * src/lib/ui/gtk/bz_bug_store.py:
      + Fix identation
      + (__init__): Pass the store column types to gtk.ListStore
        intialization method
      + Syntax fixes

commit 08e8cfcd1b9463476a267830543b45c0b56996cc
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Wed Jul 18 21:58:20 2007 -0300

    src/lib/ui/gtk/bug_store.py (get): Handle bugs without tags
    properly

commit 46b92e2a2b46b6cbf21e5cdf16a5c3d637fef4ac
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Wed Jul 18 14:18:22 2007 -0300

    * src/lib/config/config.py (set): Override ConfigParser's set method
    to add the section if it doesn't exists

commit d62553de7ed59628efd540ceee61a2f696b3c38f
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Wed Jul 18 14:12:54 2007 -0300

    src/lib/config/config.py (write): Write the current settings to the user config file

commit 1749aff6dbcce118e6733cf7c112bbe2840336f6
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Wed Jul 18 14:08:43 2007 -0300

    * src/lib/config/config.py (__init__): Use an file on the same path as
      user's packages.conf for general configurations

commit ab83b1f4ae61bb26a3189b495c14a803a4056109
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Tue Jul 17 14:23:07 2007 -0300

    Comment typo

commit a6bcfdd13cf312ef2358666e1f3eb6e7807965ba
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Mon Jul 16 21:16:27 2007 -0300

    Add version (>= 0.2) to btsutils dependency

commit 9047fd870470919ec6cf0da5e212ece58888d5e8
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Mon Jul 16 21:15:07 2007 -0300

    src/lib/ui/gtk/win_main.py: Adapted to use python-btsutils >= 0.2

commit 37e72f7c88d3c3a85fa9b83713b0110db5d49862
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 15 21:59:35 2007 -0300

    src/lib/ui/gtk/bz_bug_store.py: Bug store for upstream bugzilla bugs

commit 8ca0e42c65f5c3cadac0e8913770511a24d706f5
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 15 21:53:22 2007 -0300

    Add vim .swp files to ignore list

commit 3bd84aa1cc59e92d13b11043076a4313e60c9226
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 15 21:03:09 2007 -0300

    src/lib/bt_exceptions.py: Added MethodNotImplemented exception

commit 6610749c5bdeda6dbac4395e406c21dff79d5d8a
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jul 7 12:30:41 2007 -0300

    Use the constants from btstype

commit aa6f56c386af03bbd5e72371d52bdf0284ac0ab0
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jul 7 12:29:32 2007 -0300

    src/lib/ui/gtk/pkg_store.py: Use the _str variants of package's
    get_type and set_type methods

commit acc7b2e00cd89fc900e5be6b6de1bcaf4ae8684a
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jul 7 12:20:43 2007 -0300

    src/lib/config/packages.py: Use the bts type constants from
    btstype.py

commit ce67d0226cb444d423c6d86ff84a5125cc92e397
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jul 7 12:19:47 2007 -0300

    src/lib/config/btstype.py: Keep bts type constants in one place
    only.

commit 260ab2ab94e125ce880472f0ec25de24d30898ac
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jul 7 09:07:32 2007 -0300

    * src/lib/ui/gtk/data/dlg_config.glade,
      src/lib/ui/gtk/dlg_config.py (pkg_edit): Callback function for the
      package edit button

commit 00008ec1164ef393a23fbd7f5286e86d1f36a9e9
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jul 7 09:06:07 2007 -0300

    src/lib/ui/gtk/pkg_store.py (get): Dictionarize the data

commit c4320c95d69c832b3a659e8e295d7462846447e2
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jul 7 09:01:05 2007 -0300

    s/address/server

commit a4f93ff294ef734b5f2805f3edf8404be1dc174b
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jul 7 08:25:23 2007 -0300

    * src/lib/ui/gtk/dlg_config.py (pkg_add): Refresh the package treeview
      whenever a package is added.

commit c8378f3e1d18458bb32d397245ff7842273b2923
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Fri Jul 6 21:12:17 2007 -0300

    * src/lib/ui/gtk/data/dlg_config.glade,
      src/lib/ui/gtk/dlg_config.py (pkg_add): Callback function for
      the package add button

commit 9a150cf2167577ac86fbc20704239bacfd452d14
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Fri Jul 6 21:07:56 2007 -0300

    Really remove the Test stuff...

commit af61f9125f17c55ccba70f33da986d9dde1065f1
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Fri Jul 6 20:53:17 2007 -0300

    * src/lib/ui/gtk/dlg_package.py: Add get and set functions

commit 9d281e9d5e76007b4da5748192e408c903433d25
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Fri Jul 6 20:51:32 2007 -0300

    Fix exception class name

commit 4d5e3994ac242a2818d4910e475e6eb54273313a
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Fri Jul 6 20:50:48 2007 -0300

    * src/lib/ui/gtk/data/dlg_package.glade: Remove "Test" from bts
      BTS type list...

commit 4194c9c32d2e6eedf03e32e90e1856a51fe0e949
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Fri Jul 6 20:38:56 2007 -0300

    * src/lib/bt_exceptions.py (InvalidBTSError): Exception class to
      invalid BTS types

commit 7cd58ce35e545e43123a435f73217dc595fd7db2
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Thu Jul 5 20:40:44 2007 -0300

    * src/lib/ui/gtk/data/dlg_package.glade: Dialog to fill package and
      upstream BTS information
    
    * src/lib/ui/gtk/dlg_package.py: Class to handle the dlg_package
      dialog
      + (init): Dialog initialization
      + (btstype_changed): Callback to change of the BTS type
      + (run, hide): Convenience functions

commit 1ffa5907bc86f85920777b7f6bfbcb2debe0f3fd
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 1 18:24:14 2007 -0300

    Fix the error handler to work with return values and decorate all functions with it

commit bd256d7410b7cf9be2ff8c304a41d02113200938
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 1 13:17:39 2007 -0300

    src/lib/ui/gtk/dlg_config.py (pkg_del): Handler to delete a
    package

commit c85286fcbcb6b78fcf945ba619b185ff15d26ada
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 1 13:15:10 2007 -0300

    src/lib/ui/gtk/pkg_view.py (load): split the package
    list loading to its own function

commit 4ded600286f4e24567e898f912d4312805a2054a
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 1 13:06:49 2007 -0300

    src/lib/config/packages.py (remove): Handle invalid packages.

commit d1b6635db9eed135512582464c8a7107e674579f
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 1 13:01:08 2007 -0300

    * Rename the exceptions module to bt_exceptions, as there is already
      a buildin exceptions module.

commit 780d51c195825b2ab3b4d99ddd4e1147c2515a69
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 1 12:31:05 2007 -0300

    Exception handling stuff
    
    * src/lib/ui/gtk/msg_exception.py: Handle exceptions with a gtk gui
      + (msg_exception): Shows a gtk MessageDialog with a exception
        description
      + (errorhandler): Function decorator to trap all unhandled
        exceptions with msg_exception

commit 4a244d25063f6e4870c24ddf82ea21b56a7a965c
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 1 09:05:10 2007 -0300

    src/lib/ui/gtk/data/dlg_config.glade: Request a nicer size for
    the package treeview.

commit 7688c818f85ea52bc52192ba3bbb906637263238
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 1 09:02:43 2007 -0300

    src/lib/ui/gtk/pkg_view.py (get_selection): Return a list of
    Package objects with the selected packages

commit e32ea789694e935471e35d9cbd20894c132ffeb3
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sun Jul 1 08:59:21 2007 -0300

    src/lib/ui/gtk/pkg_store.py (get): Returns the Package object
    of the row pointed by a treeiter

commit fad42e15436f3355f5be4dfb21574d234af320fe
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jun 30 15:25:35 2007 -0300

    Initializes the package treeview

commit d4e59724ce31d618bac1d628365ce8d8294d3794
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jun 30 15:19:18 2007 -0300

    src/lib/ui/gtk/pkg_store.py: Data model for package data

commit ca1cfc6457f288b3cd778772497e5bffd64c28cc
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jun 30 15:09:51 2007 -0300

    src/lib/config/packages.py (get_all): Returns a list with all
    package data available

commit ab5ca58a22c23ad07c05c514664e08e8b1b10672
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date:   Sat Jun 30 14:13:21 2007 -0300

    Rename everything on the configurations to upstream to package.

commit 48f75aacc9b68bbdb229c4ce4a2af7563a16594e
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Fri Jun 29 16:21:45 2007 -0300

    src/lib/ui/gtk/dlg_qbuilder.py: Define constants for the main field
    values

commit c73ba8acdb31fd90d20fecc5c48c1524ab47897b
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Fri Jun 29 16:13:51 2007 -0300

    Saner defaults and focus

commit 25911da105796f6b1fe024b96b00fea0d443cafe
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Fri Jun 29 11:31:07 2007 -0300

    Fork before opening the browser, keep the ui usable
    
    * src/lib/ui/gtk/win_main.py (quit): Properly hide the main window
      if it get closed when child proccesses are still alive
    
    * src/lib/actions.py (show): Fork a child proccess to invoke the
      browser on.

commit b0f5aade68c11891df049c602a54000574d5b8df
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Thu Jun 28 20:41:10 2007 -0300

    Configuration dialog.
    
    * src/lib/ui/gtk/data/dlg_config.glade, src/lib/ui/gtk/dlg_config.py:
      Create a configuration dialog
    
    * src/lib/ui/gtk/data/win_main.glade, src/lib/ui/gtk/win_main.py:
      Add a preferences menu item to show the configuration dialog

commit 3521705185278c1784e75fe7e4d89e17cb1bb102
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Thu Jun 28 20:05:26 2007 -0300

    * src/lib/config/upstreams.py: Links debian packages and upstream
      BTSes
      + src/lib/config/data/packages.conf: Default package-to-bts mappings

commit 10e23f9c4941a0938b1b645a607495269e72f7bf
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Thu Jun 28 20:01:25 2007 -0300

    Add the config package to the setup.

commit c076c13946a5de24db1532621ede1e3642e2999a
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Thu Jun 28 19:57:32 2007 -0300

    Add aa package responsible for configuration settings.

commit 2182d78bbe78b36d792b128b435c486a7500b998
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Thu Jun 28 19:50:35 2007 -0300

    Add missing copyright header on win_main.py

commit 3b22cf145f33f8957bf5df3082476fc4ec0abaed
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Thu Jun 28 14:11:49 2007 -0300

    Split bug-triage.glade; put each window to its own glade file




More information about the Bug-triage-commits mailing list