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

Gustavo Rezende Montesino grm-guest at alioth.debian.org
Thu Jun 21 23:15:38 UTC 2007


 ChangeLog                            |   48 +++++-
 setup.py                             |    2 +-
 src/bug-triage                       |    6 +-
 src/lib/config.py                    |    2 +-
 src/lib/exceptions.py                |    2 +-
 src/lib/ui/gtk/BugStore.py           |   83 ----------
 src/lib/ui/gtk/MainWindow.py         |  147 ------------------
 src/lib/ui/gtk/QueryBuilder.py       |   76 ---------
 src/lib/ui/gtk/UIManager.py          |   76 ---------
 src/lib/ui/gtk/bug_store.py          |   83 ++++++++++
 src/lib/ui/gtk/bug_view.py           |   65 ++++++++
 src/lib/ui/gtk/core.py               |   44 ++++++
 src/lib/ui/gtk/data/bug-triage.glade |  277 ++++++++++++++++++++++++++++++++++
 src/lib/ui/gtk/dlg_qbuilder.py       |   75 +++++++++
 src/lib/ui/gtk/win_main.py           |   47 ++++++
 15 files changed, 639 insertions(+), 394 deletions(-)

New commits:
commit 40038bc6e998df14127388098c96aaffd7017ad3
Merge: b467df510d0a30bffd512a733d02fcbdd05a461b 7af2a454d80a40314ffd302f6bcbc95ce0d5da07
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Thu Jun 21 20:19:00 2007 -0300

    Merge branch 'glade'
    
    Conflicts:
    
    	ChangeLog
    	src/bug-triage
    	src/lib/ui/gtk/BugStore.py
    	src/lib/ui/gtk/MainWindow.py
    	src/lib/ui/gtk/QueryBuilder.py
    	src/lib/ui/gtk/UIManager.py

commit 7af2a454d80a40314ffd302f6bcbc95ce0d5da07
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Thu Jun 21 19:50:45 2007 -0300

    src/lib/ui/gtk/win_main.py (query_new): execute
    the query when a new query is specified.

commit f83eb02d49e0e54072ca317d6ed5565c81ad7db1
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Wed Jun 20 21:32:09 2007 -0300

    s/bugtaf/bug-triage

commit 0bdf728e3353864485d2f2e92ea0fd8e55742542
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Wed Jun 20 21:30:21 2007 -0300

    Remove old files - everything was ported to glade.

commit 6cbbc4214984bfccb1ffd35d06e33da6a6b72f0a
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Wed Jun 20 21:29:35 2007 -0300

    src/lib/win_main.py (query): Callback for query button click

commit 38bec9d2befa4c162a95ddefa09d8115b6295c05
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Wed Jun 20 21:17:55 2007 -0300

    Add set_model and get_model functions to bug_view.

commit 81d6b42c660ecde8b09a15192a6dc1f4aaeb7519
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Wed Jun 20 21:12:22 2007 -0300

    src/lib/ui/gtk/data/bug-triage.glade: Draw a line around the
    bug treeview and make it request a larger size.

commit 373e21c9c15dd8e8fabf53a6a0e780d5e7c1adda
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Wed Jun 20 21:02:07 2007 -0300

    src/lib/ui/gtk/bug_view.py: Bug TreeView initialization and
    methods.

commit 564e89e84ca30d9d53fde82d16dc032cd34f1d5e
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Wed Jun 20 20:25:46 2007 -0300

    src/lib/ui/gtk/bug_store.py: retab and fix mention of the old
    debbugs module to btsutils in a docstring.

commit dcb06b77fcd501bdaeffe8ac32b6e1dc590e94d3
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Wed Jun 20 20:19:06 2007 -0300

    Change the name from bugtaf to bug-triage in all copyright
    headers

commit e8b549ad70fc1225c28ac1484fb90ad97b734647
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Wed Jun 20 20:13:02 2007 -0300

    Rename BugStore.py to bug_store.py and its class to follow the
    current naming scheme.

commit fda6d32d5cd148f51c2a45bbd59985fa73ae0284
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Wed Jun 20 20:07:41 2007 -0300

    Connect the signals from the menu and the main window's
    delete-event.

commit 0461665aff74ae7d572ac8d770f4a5cbdc42901e
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Sun Jun 17 20:13:57 2007 -0300

    * src/lib/ui/gtk/core.py: Glade core module
      + (run): initializes the glade interface and shows the main win

commit 1eebe329bb6494cb624b099f75dace525c5a8a50
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Sun Jun 17 20:11:33 2007 -0300

    * src/lib/ui/gtk/core.py: Glade core module
      + (run): initializes the glade interface and shows the main win

commit 67a7015814bf9cb206dc48742b89344cfc6c7603
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Sun Jun 17 20:03:24 2007 -0300

    * src/lib/ui/gtk/win_main.py: Main window methods
      + (quit): closes the application
      + (query_new): shows the query builder

commit bae4fff7ca10fe1efbc46e27047a7fe30b32ca25
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Sun Jun 17 19:59:59 2007 -0300

    Use hide instead of hide_all

commit 768b38134c94041c1d9869e3fddd2c56375c3c1a
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Sun Jun 17 19:54:56 2007 -0300

    * src/lib/ui/gtk/dlg_qbuilder.py: Query builder dialog methods
      + (get): return the current query of the dialog
      + (run): show the dialog, returns the query string or None if
        canceled

commit 9e05dfb27625d1d9726168a3e194f642166832ec
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Sun Jun 17 18:58:52 2007 -0300

    * Fix handlers names
    * Fix active item bugness

commit f9c36413fb4599669d9a24fb7e62364f304639f4
Author: gustavo <gustavo at phoenix.localdomain>
Date:   Sun Jun 17 18:32:47 2007 -0300

    src/lib/ui/gtk/data/bug-triage.glade: "Port" the ui to glade




More information about the Bug-triage-commits mailing list