/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: Curtis Hovey
  • Date: 2012-02-09 03:43:01 UTC
  • mto: This revision was merged to the branch mainline in revision 776.
  • Revision ID: sinzui.is@verizon.net-20120209034301-0uwkobbb0d64ugrw
Switched from Gtk.VPaned to Gtk.Paned.new(Gtk.Orientation.VERTICAL).

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