/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

Commit messages never contain config options

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.95.0  UNRELEASED
 
1
0.104.0 UNRELEASED
 
2
 
 
3
 BUG FIXES
 
4
 
 
5
  * Fix compatibility with newer versions of gir-gtk which don't allow
 
6
    None in STRING columns of ListStores. (Jelmer Vernooij)
 
7
 
 
8
  * Properly handle popup menus when there is no selected revision in
 
9
    "bzr viz". (Jelmer Vernooij, #281717)
 
10
 
 
11
  * Ignore bzr-handle-patch.desktop in sofware center.
 
12
    (Jelmer Vernooij, #854245)
 
13
 
 
14
  * Fix searching in tree views. (Jelmer Vernooij, #928301)
 
15
 
 
16
  * Don't try to expand options in commit messages. They've been saved from
 
17
    previous commits and won't ever contain option references.
 
18
    (Vincent Ladeuil, #1132719)
 
19
 
 
20
 CHANGES
 
21
 
 
22
  * bzr-notify has been removed, as it was causing regressions
 
23
    on several machines and not particularly useful.
 
24
    (Jelmer Vernooij, #714767, #949798, #998994, #342135, #342136, #394536)
 
25
 
 
26
0.103.0 2011-12-11
 
27
 
 
28
 FEATURES
 
29
 
 
30
  * Internationalization support has been added. (David Planella, #621680)
 
31
 
 
32
  * Show avatars for committers and authors in "bzr viz". (Guillaume Hain)
 
33
 
 
34
  * gannotate now supports interactive substring search in the file content.
 
35
    interactive search for line numbers has been removed, use Ctrl-G instead.
 
36
    (Sergei Golubchik)
 
37
 
 
38
  * visualise now supports interactive changeset comment search.
 
39
    interactive search for revision numbers continues to work.
 
40
    (Sergei Golubchik)
 
41
 
 
42
  * Switch to gtk3. The old gtk2 branch is still available as lp:bzr-gtk/gtk2. (Curtis Hovey)
 
43
 
 
44
  * Remove keyring support - this is broken for GTK3, and replaced by a DBus service
 
45
    that is not specific to GNOME. Instead, bzr or bzr-dbus will provide support
 
46
    for this service. (Jelmer Vernooij)
 
47
 
 
48
 BUG FIXES
 
49
 
 
50
  * Ensure config directory exists before writing configuration.
 
51
    (Jelmer Vernooij, #231150)
 
52
 
 
53
  * Mark as supporting bzr 2.5.0. (Jelmer Vernooij)
 
54
 
 
55
  * Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop.
 
56
    (Mikkel Kamstrup Erlandsen, #861201)
 
57
 
 
58
0.100.0 2011-03-02
 
59
 
 
60
 BUG FIXES
 
61
 
 
62
  * make sure that gdiff opened from gannotate knows its parent
 
63
    (gannotate, that is, and does not exit when it (gdiff) is closed.
 
64
 
 
65
  * Clarify 'visualise' help about the multiple branches feature
 
66
    and the --revision parameter. (Vincent Ladeuil, #556347)
 
67
 
 
68
  * Mark as compatible with bzr 2.3. (Jelmer Vernooij)
 
69
 
 
70
  * Fix appindicator icon category. (Michael Terry, #685634)
 
71
 
 
72
  * Mark as compatible with Bazaar 2.4. (Jelmer Vernooij)
 
73
 
 
74
  * "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949)
 
75
 
 
76
  * Don't use markup for secondary text in error dialogs.
 
77
    (Edward Ari Bichetero, #656641)
 
78
 
 
79
  * Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526)
 
80
 
 
81
 FEATURES
 
82
 
 
83
  * Add lock dialog. (Daniel Schierbeck, #93652)
 
84
 
 
85
 FEATURES
 
86
 
 
87
  * Add option to use "bzr viz" with a vertical layout.
 
88
    (Ximin Luo, #649273)
 
89
 
 
90
0.99.1  2010-08-26
 
91
 
 
92
 BUG FIXES
 
93
 
 
94
  * Trivial release to include credits pickle file.
 
95
 
 
96
   * Mark as compatible with Bazaar 2.3. (Vincent Ladeuil)
 
97
 
 
98
0.99.0 2010-08-13
 
99
 
 
100
 BUG FIXES
 
101
 
 
102
   * Guard setup() call when not loaded as __main__. (Robert Collins)
 
103
 
 
104
   * Ignore gnomekeyring.IOError when checking if credentials are available
 
105
     in the GNOME keyring. (Jelmer Vernooij, #534326)
 
106
 
 
107
   * Don't crash when there is already a lan-notify instance running.
 
108
     (Jelmer Vernooij, #339284)
 
109
 
 
110
   * Return the credentials if successfully found in gnome-keyring.
 
111
     (John Szakmeister)
 
112
 
 
113
   * Support non-bzr patches. (Toshio Kuratomi, #502076)
 
114
 
 
115
   * Avoid using private functions to get branch config. (Jelmer Vernooij,
 
116
     #583554)
 
117
 
 
118
   * Mark as compatible with Bazaar 2.2. (Martin Pool, #597379)
 
119
 
 
120
FEATURES
 
121
 
 
122
  * Add 'Find' button to start text search.
 
123
    (Martin Pool, #556347)
 
124
 
 
125
  * Add 'glog' as an alias for visualize (aka viz) as too many
 
126
    people are still confused.
 
127
    (Vincent Ladeuil)
 
128
 
 
129
  * Add support for Indicator Application (Sense Hofstede, Jelmer Vernooij,
 
130
    #518179)
 
131
 
 
132
  * Add more tooltips to Olive. (Adrian Room, #333876)
 
133
 
 
134
0.98.0 2010-02-24
 
135
 
 
136
BUG FIXES
 
137
 
 
138
  * Fix relative import in olive menu.
 
139
    (Mathias Brodala, #269883)
 
140
 
 
141
  * Fix typo in checkout dialog.
 
142
    (Jasper Groenewegen, #466507)
 
143
 
 
144
  * Adds help for ginit and gtags.
 
145
    (Andrew Starr-Bochicchio, #512701)
 
146
 
 
147
0.97.0 2009-08-25
 
148
 
 
149
BUG FIXES
 
150
 
 
151
  * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy
 
152
    by being more tolerant about gobject methods availability.
 
153
    (Vincent Ladeuil, #403430)
 
154
  
 
155
  * Fixed emblem and nautilus bzr-status column for ignored files.
 
156
    (Lucas Shrewsbury, #294632)
 
157
    
 
158
  * Fixed emblem and nautilus bzr-status column for unversioned files.
 
159
    (Lucas Shrewsbury, #417966)
 
160
 
 
161
  * Switch to using disutils sdist instead of bzr export.
 
162
    (Mark Lee, #398242)
 
163
 
 
164
0.96.2  2009-07-08
 
165
 
 
166
 BUG FIXES
 
167
 
 
168
  * Same player shoots again. Version credits.pickle and rebuild the tarball
 
169
    after running 'python ./setup.py build_credits', update
 
170
    http://bazaar-vcs.org/bzr-gtk/releasing accordingly.  
 
171
    (Vincent Ladeuil, #397526)
 
172
 
 
173
0.96.1  2009-07-08
 
174
 
 
175
 BUG FIXES
 
176
 
 
177
  * Rebuild the tarball after running 'python ./setup.py build_credits',
 
178
    update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
 
179
   (Vincent Ladeuil, #397526)
 
180
 
 
181
 
 
182
0.96.0  2009-07-08
 
183
 
 
184
 UI
 
185
 
 
186
  * Add colored status messages in Olive file list (Jasper Groenewegen)
 
187
 
 
188
  * Use the new progress bar implementation from bzrlib.
 
189
   (Vincent Ladeuil, 385191)
 
190
 
 
191
 CHANGES
 
192
 
 
193
  * Add ginfo command line option (Jasper Groenewegen)
 
194
  
 
195
  * Diff window uses GtkSourceView2 now. (Szilveszter Farkas)
 
196
 
 
197
 BUG FIXES
 
198
 
 
199
  * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
 
200
  Korn, #294396)
 
201
 
 
202
  * Fix Olive homepage URL. (#255152)
 
203
 
 
204
  * Fix gannotate.conf handling. (Vincent Ladeuil, #373157)
 
205
 
 
206
  * Save commit messages at uncommit time, restore them at
 
207
    gcommit time. Also allow saving commit messages if the commit
 
208
    is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)
 
209
 
 
210
  * Mark as compatible with bzr 1.13.
 
211
 
 
212
 FEATURES
 
213
 
 
214
  * Support storing credentials in the GNOME Keyring if it is 
 
215
    available. (Jelmer Vernooij)
 
216
 
 
217
  * Fix opening Status window in Olive (#316310)
 
218
 
 
219
0.95.0  2008-08-04
2
220
 
3
221
 UI
4
222
 
5
223
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
6
224
 
 
225
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
 
226
 
 
227
  * Added menu option for indexing branches if bzr-search is present.
 
228
    (Jelmer Vernooij)
 
229
 
 
230
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
 
231
 
 
232
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
 
233
 
 
234
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
 
235
 
 
236
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
 
237
 
 
238
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
 
239
 
 
240
  * Sort Olive bookmarks by title (Jasper Groenewegen)
 
241
  
 
242
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
 
243
  
 
244
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
 
245
 
 
246
  * Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
 
247
  
 
248
  * Show status for folders in Olive file list (Jasper Groenewegen)
 
249
  
 
250
  * Change appearance Olive bookmarks (Jasper Groenewegen)
 
251
  
 
252
  * Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
 
253
 
7
254
 BUG FIXES
8
255
 
9
256
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
10
257
  
11
258
  * Fixed adding tags. (Javier Derderian, #228709)
12
259
 
 
260
  * Fix history mode button. (Jasper Groenewegen, #144962)
 
261
 
 
262
  * Fixed handle-patch script. (Jelmer Vernooij)
 
263
 
 
264
  * Fix import in olive. (Jelmer Vernooij, #223935)
 
265
 
 
266
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
 
267
 
 
268
  * Remove use of upstream removed Repository.revision_parents() 
 
269
    (Jelmer Vernooij)
 
270
 
 
271
  * List network drives in Olive. (Kevin Light, #244308)
 
272
 
 
273
  * Fix progress bar handling. (Jelmer Vernooij)
 
274
 
 
275
  * Fix broken symlink handling. (Jasper Groenewegen)
 
276
 
 
277
  * Fix import in Olive rename dialog. (Kevin Light)
 
278
 
 
279
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
 
280
 
 
281
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
 
282
 
 
283
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
 
284
 
 
285
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
 
286
 
 
287
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
 
288
 
 
289
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
 
290
  
 
291
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
 
292
  
 
293
  * Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
 
294
 
 
295
  * Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby)
 
296
 
 
297
 CHANGES
 
298
 
 
299
  * Moved notify icon code to separate script. (Jelmer Vernooij)
 
300
 
 
301
  * Verify testaments when showing signatures on revisions and
 
302
    re-enable signature display. (Jelmer Vernooij)
 
303
 
 
304
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
 
305
  
 
306
  * Add gmerge command line option (Jasper Groenewegen, #124760)
 
307
 
13
308
 INTERNALS
14
309
 
15
310
  * All i18n calls should now go through _i18n which must be imported from
16
311
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
17
312
    as an anonymous variable. (Vincent Ladeuil)
18
313
 
19
 
 
 
314
  * Add test for linegraph code. (Jelmer Vernooij)
 
315
 
 
316
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
 
317
 
 
318
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
 
319
 
 
320
  * Remove glade from merge dialog. (Jasper Groenewegen)
 
321
 
 
322
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
 
323
 
 
324
  * Remove glade from olive main window (Jasper Groenewegen)
 
325
  
 
326
  * Remove glade from olive info dialog (Jasper Groenewegen)
 
327
 
 
328
  * Rewrite Olive mouse button event handling (Kevin Light)
 
329
  
20
330
0.94.0    2008-05-04
21
331
 
22
332
 CHANGES