/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-20 13:02:35 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-20060820130235-62c9c5753f5d8774
Gettext support added.

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

    * po/hu.po: added Hungarian traslation
    * Added gettext support to all files.
    * genpot.sh: added olive-gtk.pot generator script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TODO list for Olive
2
2
-------------------
3
3
 
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.
10
 
- It should be possible to add unknown files from the commit dialog.
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
16
 
- Eliminate radiobuttons in push but rather show the default location and 
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
20
 
- Remove the status window as it's pointless since the status is already shown
21
 
  in the main window.
22
 
- Is there any reason why on win32 bzr branches have to be on fixed drives and 
23
 
  not on, e.g., cdroms?
 
4
 - 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
 - "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
 - 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
 - i18n/l10n with gettext (phanatic)
 
21
 - Bookmarks should have a 'title' attribute (phanatic)
 
22
[PART-DONE] Open files on double-click, and add Open option to context menu (Aaadam)