/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: Scott James Remnant
  • Date: 2005-10-17 01:07:49 UTC
  • Revision ID: scott@netsplit.com-20051017010749-15fa95fc2cf09289
Commit the first version of bzrk.

Show diffs side-by-side

added added

removed removed

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