/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-08-04 18:52:14 UTC
  • Revision ID: jelmer@samba.org-20080804185214-0gpcye7ziocu30aj
Add NEWS entry for 0.96.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.95.0  UNRELEASED
 
1
0.96.0  UNRELEASED
 
2
 
 
3
0.95.0  2008-08-04
2
4
 
3
5
 UI
4
6
 
5
7
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
6
8
 
 
9
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
 
10
 
 
11
  * Added menu option for indexing branches if bzr-search is present.
 
12
    (Jelmer Vernooij)
 
13
 
 
14
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
 
15
 
 
16
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
 
17
 
 
18
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
 
19
 
 
20
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
 
21
 
 
22
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
 
23
 
 
24
  * Sort Olive bookmarks by title (Jasper Groenewegen)
 
25
  
 
26
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
 
27
  
 
28
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
 
29
 
 
30
  * Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
 
31
  
 
32
  * Show status for folders in Olive file list (Jasper Groenewegen)
 
33
  
 
34
  * Change appearance Olive bookmarks (Jasper Groenewegen)
 
35
  
 
36
  * Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
 
37
 
7
38
 BUG FIXES
8
39
 
9
40
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
10
41
  
11
42
  * Fixed adding tags. (Javier Derderian, #228709)
12
43
 
 
44
  * Fix history mode button. (Jasper Groenewegen, #144962)
 
45
 
 
46
  * Fixed handle-patch script. (Jelmer Vernooij)
 
47
 
 
48
  * Fix import in olive. (Jelmer Vernooij, #223935)
 
49
 
 
50
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
 
51
 
 
52
  * Remove use of upstream removed Repository.revision_parents() 
 
53
    (Jelmer Vernooij)
 
54
 
 
55
  * List network drives in Olive. (Kevin Light, #244308)
 
56
 
 
57
  * Fix progress bar handling. (Jelmer Vernooij)
 
58
 
 
59
  * Fix broken symlink handling. (Jasper Groenewegen)
 
60
 
 
61
  * Fix import in Olive rename dialog. (Kevin Light)
 
62
 
 
63
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
 
64
 
 
65
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
 
66
 
 
67
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
 
68
 
 
69
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
 
70
 
 
71
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
 
72
 
 
73
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
 
74
  
 
75
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
 
76
  
 
77
  * Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
 
78
 
 
79
 CHANGES
 
80
 
 
81
  * Moved notify icon code to separate script. (Jelmer Vernooij)
 
82
 
 
83
  * Verify testaments when showing signatures on revisions and
 
84
    re-enable signature display. (Jelmer Vernooij)
 
85
 
 
86
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
 
87
  
 
88
  * Add gmerge command line option (Jasper Groenewegen, #124760)
 
89
 
13
90
 INTERNALS
14
91
 
15
92
  * All i18n calls should now go through _i18n which must be imported from
16
93
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
17
94
    as an anonymous variable. (Vincent Ladeuil)
18
95
 
19
 
 
 
96
  * Add test for linegraph code. (Jelmer Vernooij)
 
97
 
 
98
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
 
99
 
 
100
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
 
101
 
 
102
  * Remove glade from merge dialog. (Jasper Groenewegen)
 
103
 
 
104
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
 
105
 
 
106
  * Remove glade from olive main window (Jasper Groenewegen)
 
107
  
 
108
  * Remove glade from olive info dialog (Jasper Groenewegen)
 
109
 
 
110
  * Rewrite Olive mouse button event handling (Kevin Light)
 
111
  
20
112
0.94.0    2008-05-04
21
113
 
22
114
 CHANGES