4
 
- List unknown files in commit dialog
 
5
 
- Allow merging revisions from missing dialog
 
 
4
- Use networkmanager to figure out whether to do local or bound commits  
 
 
5
  in case of bound branches/checkouts.
 
 
6
- Strict commit should not be a checkbox. The GUI should rather ask the 
 
 
7
  user whether (s)he wants to continue if there were no changes.
 
 
8
- Commit with unknowns should not be a checkbox. The GUI should rather ask 
 
 
9
  the user whether (s)he wants to continue while there were unknown files.
 
6
10
- It should be possible to add unknown files from the commit dialog.
 
7
 
  Deleting selected unknown files should be also possible ?
 
 
11
- Generic wrapper that displays dialogs for bzr exceptions
 
 
12
- Store list of previously seen branch locations and list them in 
 
 
13
  a combo box in the "branch location" field in the get branch window
 
 
14
- Allow selecting a particular revision (actually browsing the revisions 
 
 
15
  rather than specifying a particular revno) in the get branch window
 
8
16
- Eliminate radiobuttons in push but rather show the default location and 
 
9
17
  allow the user to change it
 
 
18
- Don't have an overwrite checkbox but instead ask the user if (s)he wants 
 
 
19
  to overwrite if the branches have diverged
 
10
20
- Remove the status window as it's pointless since the status is already shown
 
11
21
  in the main window.
 
12
22
- Is there any reason why on win32 bzr branches have to be on fixed drives and 
 
13
23
  not on, e.g., cdroms?
 
14
 
- Dialog for applying a bundle
 
16
 
- Ability to bind/unbind the branch
 
17
 
- List Bzr options in context menu in a way that makes sense (alphabetically?)
 
18
 
- Allow specifying two revisions in the diff window rather then always diffing between base and working tree
 
19
 
- For performance BranchDialog should only open each url once. Once opened it
 
20
 
  should keep a read lock open and only release this when the url is changed.
 
21
 
  It should also allow the creator of the window to supply an already opened
 
22
 
  branch, and a revision id.
 
23
 
- olive-gtk: Allow diffing with external programs (kdiff3, meld? )
 
24
 
  Allowing to revert parts of modified using external tools
 
25
 
- olive-gtk: History of recently opened branches/checkouts
 
26
 
- olive-gtk: Info about current director in status line (is it branch/checkout , parent branch/ checkout root)
 
27
 
- olive-gtk: Info about dirs state (including summary of state files and dirs inside directory)
 
28
 
- olive-gtk: mark modified, deleted files in dir with colors