/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: 2011-11-02 15:30:20 UTC
  • Revision ID: jelmer@samba.org-20111102153020-fydgbjsoyxdwfrs7
Avoid Repository.iter_reverse_revision_history.

Show diffs side-by-side

added added

removed removed

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