/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: Gary van der Merwe
  • Date: 2007-08-12 21:14:51 UTC
  • mto: (256.2.37 gtk)
  • mto: This revision was merged to the branch mainline in revision 262.
  • Revision ID: garyvdm@gmail.com-20070812211451-o4csssbjijxwu3xw
Tags: oldviz
Just copy missing function for now.

Show diffs side-by-side

added added

removed removed

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