/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: 2007-07-15 15:05:06 UTC
  • Revision ID: jelmer@samba.org-20070715150506-1uemecr5kt7d4kvg
Fix whitespace, add comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.18.0  2007-07-14
 
2
 
 
3
 FEATURES
 
4
 
 
5
  * Add Inspect and Branch buttons to notification window. (Robert)
 
6
 
 
7
  * Add notification area icon with context menu. (Jelmer)
 
8
 
 
9
  * New tango icons. (Pascal Klein)
 
10
 
 
11
  * Add simple About dialog. (Jelmer)
 
12
 
 
13
 BUG FIXES
 
14
 
 
15
  * Fix option help strings to comply with the style guide. (Vincent)
 
16
 
 
17
  * Fix import of BzrError. (Aaron)
 
18
 
 
19
  * Fix missing attributes for DummyRevision. (Vincent)
 
20
 
 
21
  * Never refuse to run with newer versions of bzr, just warn. (Jelmer)
 
22
 
 
23
 
 
24
0.17.0  2007-06-15
 
25
 
 
26
 FEATURES
 
27
 
 
28
  * Added an EXPERIMENTAL feature for browsing remote branches in Olive 
 
29
    (Szilveszter)
 
30
 
 
31
  * Bookmarked locations are now added to branch/checkout history (Szilveszter)
 
32
 
 
33
  * There are now more columns in the file list, and you can sort by them
 
34
    (Szilveszter)
 
35
 
 
36
  * A location bar was added to the top of the file list. On Windows, the
 
37
    drive selector combo was moved here (Szilveszter)
 
38
 
 
39
  * Don't warn about incompatible versions when .dev version of Bazaar is used 
 
40
    (Aaron)
 
41
 
 
42
 BUG FIXES
 
43
 
 
44
  * Get and Checkout dialogs: scan the branch only if the entry has lost focus
 
45
    (#93653, Szilveszter)
 
46
 
 
47
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
 
48
 
 
49
0.16.0  2007-05-05
 
50
 
 
51
 FEATURES
 
52
 
 
53
  * An Initialize dialog added to Olive along with a 'ginit' command
 
54
  (#90839, Szilveszter)
 
55
  
 
56
  * Tags support added: 'gtags' command and Branch->Tags menu entry in Olive
 
57
  (#103725, Szilveszter)
 
58
 
 
59
 BUG FIXES
 
60
 
 
61
  * Sort plugins in gpreferences (Jelmer)
 
62
 
 
63
  * Give nicer errors when startup fails (John)
 
64
 
 
65
  * Fix 'bzr gdiff notafile' (#107812, John)
 
66
 
 
67
  * Find olive.glade on a couple more systems (John)
 
68
 
 
69
 INTERNALS
 
70
  
 
71
  * Some minor style fixes (John)
 
72
 
 
73
 DOCS
 
74
  
 
75
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
 
76
 
 
77
0.15.2  2007-04-03
 
78
 
 
79
 BUG FIXES
 
80
 
 
81
  * Fix regression that prevented gannotate from being used (#97473, 
 
82
                                                             Vincent, Jelmer)
 
83
 
 
84
  * Fix regression that prevented gstatus from being used (Jelmer)
 
85
 
 
86
  * Fix status dialog size (Jelmer)
 
87
 
 
88
 FEATURES
 
89
 
 
90
  * Update commit-notify to use new dbus API (Robert)
 
91
 
 
92
  * Display remote locations in commit-notify (Robert)
 
93
 
 
94
0.15.1  2007-03-25
 
95
 
 
96
 BUG FIXES
 
97
 
 
98
  * Prevent test suite from causing default-encoding changes (Aaron)
 
99
 
 
100
  * Fix testsuite when Olive was run before (Szilveszter)
 
101
 
 
102
  * Fix locking issue in Olive (Szilvester, #91522)
 
103
 
 
104
  * Don't obtain handle to networkmanager until necessary (Jelmer)
 
105
 
 
106
  * Better behavior in annotate when unable to go back (Aaron)
 
107
 
 
108
 FEATURES
 
109
 
 
110
  * Add very simple TortoiseBzr implementation (Wouter, Jelmer)
 
111
 
 
112
  * Add 'forward' button in gannotate (Aaron)
 
113
 
 
114
  * Add simple GTK+ progress bars (Jelmer)
 
115
 
 
116
  * Add gmissing command (Jelmer)
 
117
 
 
118
  * Add simple preferences window with plugin list and global settings
 
119
  (Jelmer)
 
120
 
 
121
  * Add new command 'commit-notify' to listen for commits on dbus and
 
122
  show them via pynotify. (Robert)
 
123
 
 
124
 UI IMPROVEMENTS
 
125
 
 
126
  * Move search fields in gannotate directly below source window (Aaron)
 
127
 
 
128
  * Move buttons to top, tweak layout (Aaron)
 
129
 
 
130
  * Strict commits are now a dialog, not a check box (Jelmer)
 
131
 
 
132
0.15.0  2007-03-09
 
133
 
 
134
BUG FIXES
 
135
 
 
136
  * Fix gannotate interaction with dirstate (Aaron)
 
137
 
 
138
  * Default button set on Commit dialog (#83030, Szilveszter)
 
139
 
 
140
  * Fix branch-nick handling (Aaron)
 
141
 
 
142
  * Defer cairo import to prevent import errors (Aaron)
 
143
 
 
144
  * More use of lazy_imports to speed up timing (Aaron)
 
145
 
 
146
  * Fix diff window freeze when shown from commit (Szilveszter)
 
147
 
 
148
  * Allow to commit single files from the context menu (#54983, Szilveszter)
 
149
 
 
150
FEATURES
 
151
 
 
152
  * Add ability to install nautilus plugin (#75603, Szilveszter)
 
153
 
 
154
  * Add conflicts window (Szilveszter)
 
155
 
 
156
  * Use network manager to determine default value of "Local Commit"
 
157
setting (Jelmer)
 
158
 
 
159
  * Add status window (Jelmer, Szilveszter)
 
160
 
 
161
  * Add revision browser for push and pull dialogs (Szilveszter)
 
162
 
 
163
  * Add revert functionality to context menu (Szilveszter)
 
164
 
 
165
INTERNAL
 
166
 
 
167
  * Some more code converted to not use glade (Szilveszter, Jelmer)
 
168
 
 
169
  * Move url history and preferences code to a separate class (Jelmer)
 
170
 
 
171
  * Merge revision info code for gannotate and viz into single new widget
 
172
(Jelmer)
 
173
 
 
174
  * Add initial testsuite (Jelmer)
 
175
 
 
176
0.14.0  2007-01-30
 
177
 
 
178
  * Add revert functionality (Szilvester)
 
179
 
 
180
  * Rewritten CommitDialog without glade (Szilvester)
 
181
 
 
182
  * Allow to commit single files from the context menu (Fixes #54983,
 
183
                                                                                                           Szilvester)
 
184
 
 
185
  * Warn about incompatible Bazaar versions (Jelmer)
 
186
 
 
187
  * Fixed gbranch (#77751, Szilvester)
 
188
 
 
189
  * Use the UI factory (Jelmer)
 
190
 
 
191
  * Generic handling of errors (Jelmer)
 
192
 
 
193
  * Set default drive letter (#67924, Szilvester)
 
194
 
 
195
  * Show error if no diff available for the selected file (#76536,
 
196
                                                                                                                  Szilvester)
 
197
 
 
198
  * Handle current revision in annotate better (Aaron)
 
199
 
 
200
  * Support scrolling based on an offset in annotate (Aaron)
 
201
 
 
202
  * Add "Back" button in annotate (Aaron)
 
203
 
 
204
  * Removed some unused functions (Aaron)
 
205
 
 
206
  * Added Ctrl+G and Ctrl+F shortcuts to annotate (#73965, Vincent)
 
207
 
 
208
  * Nicer error when pygtk not installed (Aaron)
 
209
 
 
210
  * Show uncommitted changes in annotate (Aaron)
 
211
 
 
212
  * Support annotate in olive (#73786, Szilvester)
 
213
 
 
214
  * Ignored files no longer shown as unknown (#67926, Szilvester)
 
215
 
 
216
  * Don't allow merge if there are local changes (#73770, Szilvester)
 
217
 
 
218
  * Fix bookmark dialog (#67922, Szilvester)
 
219
 
 
220
  * Fix remove dialog (#73766 and #73767, Szilvester)
 
221
 
 
222
  * Several other small regression fixes (Szilvester)
 
223
 
 
224
0.13.0  2006-12-13
 
225
 
 
226
  * Don't show pending merge list when there are no pending merges
 
227
    (Alexander Belchenko)
 
228
 
 
229
  * Better error handling in gcommit (Alexander Belchenko)
 
230
 
 
231
  * Fix desktop file compliancy to standard (Toshio Kuratomi) #75278
 
232
 
 
233
  * Rename put into context menu (Szilvester Farkas) #73774
 
234
 
 
235
  * Improved commit dialog (Szilvester Farkas) #73778
 
236
 
 
237
  * Rename dialog contains original name (Szilvester Farkas) #73775
 
238
 
 
239
  * Bookmarks can be removed (Szilvester Farkas)
 
240
 
 
241
  * Run Olive after maximizing window (Szilvester Farkas) #70134
 
242
 
 
243
  * Check empty commit message at commit time (vila) #73737
 
244
 
 
245
  * Use dotted revnos in gannotate (Aaron Bentley)
 
246
 
 
247
0.12.0  2006-11-04
 
248
 
 
249
  * #68127: gcommit is broken
 
250
 
 
251
  * #67934: various win32 fixes
 
252
 
 
253
  * #67933: fix product name in setup.py
 
254
 
 
255
  * #67930: gdiff relies on plugin name being 'gtk'
 
256
 
 
257
  * #66937: process doesn't stop after closing commit dialog
 
258
  
 
259
  * #66091: commit after merge fails
 
260
  
 
261
  * #67927: fix non-ascii commit message