/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-02-01 15:50:40 UTC
  • Revision ID: jelmer@samba.org-20070201155040-3hq4mfbxs99kzazy
add framework for tests.

Show diffs side-by-side

added added

removed removed

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