7 new changesets in crew: http://www.bitbucket.org/tortoisehg/crew/changeset/0ca65325372d/ changeset: r2002:0ca65325372d user: sborho date: 2009-04-19 17:30:32 summary: hggtk: remove redundant pygtk.require()
We do this check in hgtk before any dialog modules are loaded. affected #: 14 files (295 bytes) http://www.bitbucket.org/tortoisehg/crew/changeset/aa5e7a24100e/ changeset: r2003:aa5e7a24100e user: sborho date: 2009-04-19 17:37:34 summary: hggtk: standardize module run() functions All take the same arguments: run(ui, *pats, **opts) The dialogs use os.getcwd() and hglib.rootpath() to find their repository root Remove all of the "main" functions. The dialogs can't be used outside of the context of hgtk anymore (this may seem arbritrary now, but there will soon be reasons for this requirement). affected #: 28 files (8.5 KB) http://www.bitbucket.org/tortoisehg/crew/changeset/b6bc2ac7c7d1/ changeset: r2004:b6bc2ac7c7d1 user: sborho date: 2009-04-19 23:44:22 summary: history: run() function fixes affected #: 1 file (31 bytes) http://www.bitbucket.org/tortoisehg/crew/changeset/1e70009b6c38/ changeset: r2005:1e70009b6c38 user: sborho date: 2009-04-20 00:16:13 summary: hggtk: further run() simplification Move gtk.main() to hgtk.py. Make the main window more explicit. This will be required to make ctrl-W and ctrl-Q work as expected. affected #: 20 files (3.1 KB) http://www.bitbucket.org/tortoisehg/crew/changeset/457780c09f8c/ changeset: r2006:457780c09f8c user: sborho date: 2009-04-20 00:19:26 summary: hggtk: remove redundant pygtk imports affected #: 21 files (275 bytes) http://www.bitbucket.org/tortoisehg/crew/changeset/03ae3c1a9691/ changeset: r2007:03ae3c1a9691 user: sborho date: 2009-04-20 00:29:15 summary: hgtk: hookup dialog response events when the main window is a gtk.Dialog, we must tie the response event to gtk.main_quit() affected #: 1 file (123 bytes) http://www.bitbucket.org/tortoisehg/crew/changeset/5eb521beaac7/ changeset: r2008:5eb521beaac7 user: sborho date: 2009-04-20 04:06:26 summary: hggtk: consistent behavior for ctrl-w and ctrl-q ctrl-w closes the window with focus ctrl-q closes the application Refs #32, does not fix it entirely affected #: 24 files (1.7 KB) Repository URL: http://bitbucket.org/tortoisehg/crew/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
