/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: 2010-08-27 11:59:38 UTC
  • Revision ID: jelmer@samba.org-20100827115938-rxhtc71tdvywazmd
ReleaseĀ 0.99.1.

Show diffs side-by-side

added added

removed removed

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