/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: Scott Scriven
  • Date: 2008-07-17 11:24:26 UTC
  • mto: This revision was merged to the branch mainline in revision 549.
  • Revision ID: ubuntu@toykeeper.net-20080717112426-mqjnn717ja3bqqjt
Removed exception-swallowing hasattr()s.

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