/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: Vincent Ladeuil
  • Date: 2010-02-24 08:33:32 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20100224083332-ybowfrv9fxi8ue9z
Tags: bzr-gtk-0.98.0
Update NEWS preparing 0.98 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.95.0  UNRELEASED
 
1
0.98.0 2010-02-24
 
2
 
 
3
BUG FIXES
 
4
 
 
5
  * Fix relative import in olive menu.
 
6
    (Mathias Brodala, #269883)
 
7
 
 
8
  * Fix typo in checkout dialog.
 
9
    (Jasper Groenewegen, #466507)
 
10
 
 
11
  * Adds help for ginit and gtags.
 
12
    (Andrew Starr-Bochicchio, #512701)
 
13
 
 
14
0.97.0 2009-08-25
 
15
 
 
16
BUG FIXES
 
17
 
 
18
  * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy
 
19
    by being more tolerant about gobject methods availability.
 
20
    (Vincent Ladeuil, #403430)
 
21
  
 
22
  * Fixed emblem and nautilus bzr-status column for ignored files.
 
23
    (Lucas Shrewsbury, #294632)
 
24
    
 
25
  * Fixed emblem and nautilus bzr-status column for unversioned files.
 
26
    (Lucas Shrewsbury, #417966)
 
27
 
 
28
  * Switch to using disutils sdist instead of bzr export.
 
29
    (Mark Lee, #398242)
 
30
 
 
31
0.96.2  2009-07-08
 
32
 
 
33
 BUG FIXES
 
34
 
 
35
  * Same player shoots again. Version credits.pickle and rebuild the tarball
 
36
    after running 'python ./setup.py build_credits', update
 
37
    http://bazaar-vcs.org/bzr-gtk/releasing accordingly.  
 
38
    (Vincent Ladeuil, #397526)
 
39
 
 
40
0.96.1  2009-07-08
 
41
 
 
42
 BUG FIXES
 
43
 
 
44
  * Rebuild the tarball after running 'python ./setup.py build_credits',
 
45
    update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
 
46
   (Vincent Ladeuil, #397526)
 
47
 
 
48
 
 
49
0.96.0  2009-07-08
 
50
 
 
51
 UI
 
52
 
 
53
  * Add colored status messages in Olive file list (Jasper Groenewegen)
 
54
 
 
55
  * Use the new progress bar implementation from bzrlib.
 
56
   (Vincent Ladeuil, 385191)
 
57
 
 
58
 CHANGES
 
59
 
 
60
  * Add ginfo command line option (Jasper Groenewegen)
 
61
  
 
62
  * Diff window uses GtkSourceView2 now. (Szilveszter Farkas)
 
63
 
 
64
 BUG FIXES
 
65
 
 
66
  * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
 
67
  Korn, #294396)
 
68
 
 
69
  * Fix Olive homepage URL. (#255152)
 
70
 
 
71
  * Fix gannotate.conf handling. (Vincent Ladeuil, #373157)
 
72
 
 
73
  * Save commit messages at uncommit time, restore them at
 
74
    gcommit time. Also allow saving commit messages if the commit
 
75
    is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)
 
76
 
 
77
  * Mark as compatible with bzr 1.13.
 
78
 
 
79
 FEATURES
 
80
 
 
81
  * Support storing credentials in the GNOME Keyring if it is 
 
82
    available. (Jelmer Vernooij)
 
83
 
 
84
  * Fix opening Status window in Olive (#316310)
 
85
 
 
86
0.95.0  2008-08-04
2
87
 
3
88
 UI
4
89
 
5
90
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
6
91
 
 
92
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
 
93
 
 
94
  * Added menu option for indexing branches if bzr-search is present.
 
95
    (Jelmer Vernooij)
 
96
 
 
97
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
 
98
 
 
99
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
 
100
 
 
101
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
 
102
 
 
103
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
 
104
 
 
105
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
 
106
 
 
107
  * Sort Olive bookmarks by title (Jasper Groenewegen)
 
108
  
 
109
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
 
110
  
 
111
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
 
112
 
 
113
  * Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
 
114
  
 
115
  * Show status for folders in Olive file list (Jasper Groenewegen)
 
116
  
 
117
  * Change appearance Olive bookmarks (Jasper Groenewegen)
 
118
  
 
119
  * Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
 
120
 
7
121
 BUG FIXES
8
122
 
9
123
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
10
124
  
11
125
  * Fixed adding tags. (Javier Derderian, #228709)
12
126
 
 
127
  * Fix history mode button. (Jasper Groenewegen, #144962)
 
128
 
 
129
  * Fixed handle-patch script. (Jelmer Vernooij)
 
130
 
 
131
  * Fix import in olive. (Jelmer Vernooij, #223935)
 
132
 
 
133
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
 
134
 
 
135
  * Remove use of upstream removed Repository.revision_parents() 
 
136
    (Jelmer Vernooij)
 
137
 
 
138
  * List network drives in Olive. (Kevin Light, #244308)
 
139
 
 
140
  * Fix progress bar handling. (Jelmer Vernooij)
 
141
 
 
142
  * Fix broken symlink handling. (Jasper Groenewegen)
 
143
 
 
144
  * Fix import in Olive rename dialog. (Kevin Light)
 
145
 
 
146
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
 
147
 
 
148
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
 
149
 
 
150
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
 
151
 
 
152
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
 
153
 
 
154
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
 
155
 
 
156
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
 
157
  
 
158
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
 
159
  
 
160
  * Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
 
161
 
 
162
  * Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby)
 
163
 
 
164
 CHANGES
 
165
 
 
166
  * Moved notify icon code to separate script. (Jelmer Vernooij)
 
167
 
 
168
  * Verify testaments when showing signatures on revisions and
 
169
    re-enable signature display. (Jelmer Vernooij)
 
170
 
 
171
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
 
172
  
 
173
  * Add gmerge command line option (Jasper Groenewegen, #124760)
 
174
 
13
175
 INTERNALS
14
176
 
15
177
  * All i18n calls should now go through _i18n which must be imported from
16
178
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
17
179
    as an anonymous variable. (Vincent Ladeuil)
18
180
 
19
 
 
 
181
  * Add test for linegraph code. (Jelmer Vernooij)
 
182
 
 
183
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
 
184
 
 
185
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
 
186
 
 
187
  * Remove glade from merge dialog. (Jasper Groenewegen)
 
188
 
 
189
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
 
190
 
 
191
  * Remove glade from olive main window (Jasper Groenewegen)
 
192
  
 
193
  * Remove glade from olive info dialog (Jasper Groenewegen)
 
194
 
 
195
  * Rewrite Olive mouse button event handling (Kevin Light)
 
196
  
20
197
0.94.0    2008-05-04
21
198
 
22
199
 CHANGES