/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 NEWS

  • Committer: Jelmer Vernooij
  • Date: 2008-06-29 16:20:15 UTC
  • mto: This revision was merged to the branch mainline in revision 519.
  • Revision ID: jelmer@samba.org-20080629162015-amhe7xj4cdmup4id
Rename GtkProgressBarStack to GtkWindowProgressBarStack

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
6
6
 
7
 
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
8
 
 
9
 
  * Added menu option for indexing branches if bzr-search is present.
10
 
    (Jelmer Vernooij)
11
 
 
12
 
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
13
 
 
14
7
 BUG FIXES
15
8
 
16
9
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
17
10
  
18
11
  * Fixed adding tags. (Javier Derderian, #228709)
19
12
 
20
 
  * Fix history mode button. (Jasper Groenewegen, #144962)
21
 
 
22
 
  * Fixed handle-patch script. (Jelmer Vernooij)
23
 
 
24
 
  * Fix import in olive. (Jelmer Vernooij, #223935)
25
 
 
26
 
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
27
 
 
28
 
  * Remove use of upstream removed Repository.revision_parents() 
29
 
    (Jelmer Vernooij)
30
 
 
31
 
  * List network drives in Olive. (Kevin Light, #244308)
32
 
 
33
 
 CHANGES
34
 
 
35
 
  * Moved notify icon code to separate script. (Jelmer Vernooij)
36
 
 
37
 
  * Verify testaments when showing signatures on revisions and
38
 
    re-enable signature display. (Jelmer Vernooij)
39
 
 
40
 
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
41
 
 
42
13
 INTERNALS
43
14
 
44
15
  * All i18n calls should now go through _i18n which must be imported from
45
16
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
46
17
    as an anonymous variable. (Vincent Ladeuil)
47
18
 
48
 
  * Add test for linegraph code. (Jelmer Vernooij)
49
 
 
50
 
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
51
 
 
52
 
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
53
19
 
54
20
0.94.0    2008-05-04
55
21