/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:24:24 UTC
  • mto: This revision was merged to the branch mainline in revision 519.
  • Revision ID: jelmer@samba.org-20080629162424-48a6rrjmmpejfcyr
Stop emitting no longer used revisions-loaded message.

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
 
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
15
 
 
16
 
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
17
 
 
18
 
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
19
 
 
20
 
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
21
 
 
22
 
  * Sort Olive bookmarks by title (Jasper Groenewegen)
23
 
 
24
7
 BUG FIXES
25
8
 
26
9
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
27
10
  
28
11
  * Fixed adding tags. (Javier Derderian, #228709)
29
12
 
30
 
  * Fix history mode button. (Jasper Groenewegen, #144962)
31
 
 
32
 
  * Fixed handle-patch script. (Jelmer Vernooij)
33
 
 
34
 
  * Fix import in olive. (Jelmer Vernooij, #223935)
35
 
 
36
 
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
37
 
 
38
 
  * Remove use of upstream removed Repository.revision_parents() 
39
 
    (Jelmer Vernooij)
40
 
 
41
 
  * List network drives in Olive. (Kevin Light, #244308)
42
 
 
43
 
  * Fix progress bar handling. (Jelmer Vernooij)
44
 
 
45
 
  * Fix broken symlink handling. (Jasper Groenewegen)
46
 
 
47
 
  * Fix import in Olive rename dialog. (Kevin Light)
48
 
 
49
 
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
50
 
 
51
 
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
52
 
 
53
 
 CHANGES
54
 
 
55
 
  * Moved notify icon code to separate script. (Jelmer Vernooij)
56
 
 
57
 
  * Verify testaments when showing signatures on revisions and
58
 
    re-enable signature display. (Jelmer Vernooij)
59
 
 
60
 
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
61
 
 
62
13
 INTERNALS
63
14
 
64
15
  * All i18n calls should now go through _i18n which must be imported from
65
16
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
66
17
    as an anonymous variable. (Vincent Ladeuil)
67
18
 
68
 
  * Add test for linegraph code. (Jelmer Vernooij)
69
 
 
70
 
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
71
 
 
72
 
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
73
 
 
74
 
  * Remove glade from merge dialog. (Jasper Groenewegen)
75
 
 
76
 
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
77
19
 
78
20
0.94.0    2008-05-04
79
21