/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Vincent Ladeuil
  • Date: 2008-06-10 15:25:47 UTC
  • mto: This revision was merged to the branch mainline in revision 504.
  • Revision ID: v.ladeuil+lp@free.fr-20080610152547-dwmil1p8pd0mfpnl
Fix third failing test (thanks to jam).

* tests/test_commit.py:
(TestPendingRevisions.test_pending_revisions_multi_merge): Fix
provided by jam: bzr we now filter the pending merges so that only
the 'heads()' are included. We just ensure that the pending merges
contain the unique tips for the ancestries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
TODO list for Olive
2
 
-------------------
 
1
TODO list for Bzr-Gtk
 
2
---------------------
3
3
 
4
 
[DONE] Be able to install into other locations than /usr (LarstiQ)
5
 
[DONE] Investigate TortoiseSVN-like commit/add dialogs (LarstiQ)
6
 
   http://samba.org/~jelmer/bzr/gcommit.png
7
 
[DONE] HIGify the interface (Matthieu Moy)
8
 
[DONE] Consistent placement of buttons (Matthieu Moy)
9
 
[DONE] Display the count of pushed revisions on push (phanatic)
10
 
 - Display the commit file selector as a tree (so whole directories can be
11
 
   toggled) (j-a-meinel)
12
 
[DONE] "Probe location" button on the Push dialog (test write access, etc.) (ddaa)
13
 
[DONE] Save and restore main window position and size (phanatic)
14
 
[DONE] Real sensitive context menu - e.g. options are grey if not a branch
15
 
   (phanatic)
16
 
[DONE] Implement 'bzr missing' (phanatic)
17
 
 - Implement 'bzr uncommit' (phanatic)
18
 
 - Implement bundle handling - at least creating them (phanatic)
19
 
[DONE] Testing on Windows platform (phanatic)
20
 
[DONE] i18n/l10n with gettext (phanatic)
21
 
[DONE] Bookmarks should have a 'title' attribute (phanatic)
22
 
[PART-DONE] Open files on double-click, and add Open option to context menu (Aaadam)
23
 
 - Display a "No changes." text in the Status window, if tree is empty (Áron Novák)
 
4
- List unknown files in commit dialog
 
5
- Allow merging revisions from missing dialog
 
6
- It should be possible to add unknown files from the commit dialog.
 
7
  Deleting selected unknown files should be also possible ?
 
8
- Eliminate radiobuttons in push but rather show the default location and 
 
9
  allow the user to change it
 
10
- Remove the status window as it's pointless since the status is already shown
 
11
  in the main window.
 
12
- Is there any reason why on win32 bzr branches have to be on fixed drives and 
 
13
  not on, e.g., cdroms?
 
14
- Dialog for applying a bundle
 
15
- Switch dialog
 
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