From 48967baf9870082dd403d87d82ab18c314acce7d Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Wed, 6 Jun 2007 02:47:01 -0400 Subject: [PATCH] Brought todo list up to date --- TODO | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index 1e59d62..1cf327d 100644 --- a/TODO +++ b/TODO @@ -16,17 +16,44 @@ Items outstanding: * Show a shortlog of the last couple of commits in the main window, to give the user warm fuzzy feelings that we have their data - saved. Actually this may be the set of commits not yet in - the upstream (aka default merge branch remote repository). + saved. Actually this may be the set of commits not yet in the + upstream (aka default merge branch remote repository). * GUI configuration editor for options listed in - git.git/Documentation/config.txt. Ideally this would - parse that file and generate the options dialog from - the documentation itself, and include the help text - from the documentation as part of the UI somehow. + git.git/Documentation/config.txt. Ideally this would parse + that file and generate the options dialog from the documentation + itself, and include the help text from the documentation as part + of the UI somehow. + + * Allow user to view unreachable objects in verify database. + (laj - on #git). + + * Allow user to recover an unreachable object in verify database. + (laj - on #git). + + * Clicking on file list header in main window shows entire patch, + for all files. + + * Move/save our settings to ~/.gitgui-config and .git/gitgui-config, + not to the master user/repository configuration files. + + * Better browser icons/interface. + + * Blame window doesn't save/restore geometry. Alex Resien would + like it do so, or at least have a more reasonable default one. Known bugs: + * Geometry restore on resized virtual desktop is horrible; e.g. + if I have git-gui on my external monitor and then disconnect the + monitor and later restart git-gui, it opens in an unreachable + part of my desktop. gitk has the same wart. + + * I've seen a question mark icon in the browser before in one + of my work repos. I'm not sure why it had a question mark + icon. It also had no name, and couldn't be opened in the + blame viewer. + * git-gui sometimes just closes on Windows with no error message. I'm not sure what the problem is here. I suspect the wish process is just terminating due to a segfault or something, -- 2.11.4.GIT