/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-13 21:59:53 UTC
  • Revision ID: jelmer@samba.org-20070713215953-wr3bexof14wtuavy
Fix double add.

Show diffs side-by-side

added added

removed removed

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