/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: Szilveszter Farkas (Phanatic)
  • Date: 2006-08-15 18:59:46 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060815185946-8b169c3f73aef666
Added View menu; implemented Refresh; some TODO changes.

2006-08-15  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * olive.glade: added View menu
    * olive/frontend/gtk/handler.py: implement the signal handlers
    * olive/frontend/gtk/__init__.py: connect the signals
    * TODO: some items marked as [DONE]

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
-------------------
3
3
 
4
4
 - Be able to install into other locations than /usr (LarstiQ)
5
 
 - Investigate TortoiseSVN-like commit/add dialogs (LarstiQ)
6
 
   http://samba.org/~jelmer/bzr/gcommit.png [DONE]
7
 
 - HIGify the interface (Matthieu Moy)
8
 
 - Consistent placement of buttons (Matthieu Moy)
9
 
 - Display the count of pushed revisions on push (phanatic) [DONE]
 
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
10
 - Display the commit file selector as a tree (so whole directories can be
11
11
   toggled) (j-a-meinel)
12
12
 - "Probe location" button on the Push dialog (test write access, etc.) (ddaa)
13
 
 - Save and restore main window position and size (phanatic)
 
13
[DONE] Save and restore main window position and size (phanatic)
14
14
 - Real sensitive context menu - e.g. options are grey if not a branch
15
15
   (phanatic)
16
16
 - Implement 'bzr missing' (phanatic)
17
17
 - Implement 'bzr uncommit' (phanatic)
18
18
 - Implement bundle handling - at least creating them (phanatic)
19
19
 - Testing on Windows platform (phanatic)
 
20
 - i18n/l10n with gettext (phanatic)
 
21
 - Bookmarks should have a 'title' attribute (phanatic)