/b-gtk/fix-viz

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