/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: 2008-06-29 16:11:12 UTC
  • mfrom: (475.2.2 gtk)
  • mto: This revision was merged to the branch mainline in revision 519.
  • Revision ID: jelmer@samba.org-20080629161112-3j4zp0r0e7cv6cds
Merge Chad's progress bar in viz patch.

Show diffs side-by-side

added added

removed removed

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