/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
 
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
25
 
  
26
 
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
27
 
 
28
7
 BUG FIXES
29
8
 
30
9
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
31
10
  
32
11
  * Fixed adding tags. (Javier Derderian, #228709)
33
12
 
34
 
  * Fix history mode button. (Jasper Groenewegen, #144962)
35
 
 
36
 
  * Fixed handle-patch script. (Jelmer Vernooij)
37
 
 
38
 
  * Fix import in olive. (Jelmer Vernooij, #223935)
39
 
 
40
 
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
41
 
 
42
 
  * Remove use of upstream removed Repository.revision_parents() 
43
 
    (Jelmer Vernooij)
44
 
 
45
 
  * List network drives in Olive. (Kevin Light, #244308)
46
 
 
47
 
  * Fix progress bar handling. (Jelmer Vernooij)
48
 
 
49
 
  * Fix broken symlink handling. (Jasper Groenewegen)
50
 
 
51
 
  * Fix import in Olive rename dialog. (Kevin Light)
52
 
 
53
 
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
54
 
 
55
 
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
56
 
 
57
 
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
58
 
 
59
 
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
60
 
 
61
 
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
62
 
 
63
 
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
64
 
  
65
 
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
66
 
 
67
 
 CHANGES
68
 
 
69
 
  * Moved notify icon code to separate script. (Jelmer Vernooij)
70
 
 
71
 
  * Verify testaments when showing signatures on revisions and
72
 
    re-enable signature display. (Jelmer Vernooij)
73
 
 
74
 
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
75
 
  
76
 
  * Add gmerge command line option (Jasper Groenewegen, #124760)
77
 
 
78
13
 INTERNALS
79
14
 
80
15
  * All i18n calls should now go through _i18n which must be imported from
81
16
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
82
17
    as an anonymous variable. (Vincent Ladeuil)
83
18
 
84
 
  * Add test for linegraph code. (Jelmer Vernooij)
85
 
 
86
 
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
87
 
 
88
 
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
89
 
 
90
 
  * Remove glade from merge dialog. (Jasper Groenewegen)
91
 
 
92
 
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
93
 
 
94
 
  * Remove glade from olive main window (Jasper Groenewegen)
95
 
  
96
 
  * Remove glade from olive info dialog (Jasper Groenewegen)
97
 
 
98
 
  * Rewrite Olive mouse button event handling (Kevin Light)
99
 
  
 
19
 
100
20
0.94.0    2008-05-04
101
21
 
102
22
 CHANGES