bzr branch
http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz
765
by Jelmer Vernooij
Start on 0.104.0. |
1 |
0.104.0 UNRELEASED |
2 |
||
769
by Jelmer Vernooij
Cope with some strings being unicode when returned by some versions of gtk. |
3 |
BUG FIXES |
4 |
||
5 |
* Fix compatibility with newer versions of gir-gtk which don't allow |
|
6 |
None in STRING columns of ListStores. (Jelmer Vernooij) |
|
7 |
||
778.1.2
by Jelmer Vernooij
Properly handle popup menus when there is no selected revision in 'bzr viz'. |
8 |
* Properly handle popup menus when there is no selected revision in |
9 |
"bzr viz". (Jelmer Vernooij, #281717) |
|
10 |
||
791
by Jelmer Vernooij
Ignore bzr-handle-patch in software center. |
11 |
* Ignore bzr-handle-patch.desktop in sofware center. |
12 |
(Jelmer Vernooij, #854245) |
|
13 |
||
792
by Jelmer Vernooij
Fix searching in tree views. |
14 |
* Fix searching in tree views. (Jelmer Vernooij, #928301) |
15 |
||
793.1.1
by Jelmer Vernooij
Remove bzr-notify. |
16 |
CHANGES |
17 |
||
18 |
* bzr-notify has been removed, as it was causing regressions |
|
19 |
on several machines and not particularly useful. |
|
20 |
(Jelmer Vernooij, #714767, #949798, #998994, #342135, #342136, #394536) |
|
21 |
||
764
by Jelmer Vernooij
Release 0.103.0. |
22 |
0.103.0 2011-12-11 |
718
by Jelmer Vernooij
start on 0.101.0 |
23 |
|
719
by Jelmer Vernooij
Merge support for internationalization. |
24 |
FEATURES |
25 |
||
26 |
* Internationalization support has been added. (David Planella, #621680) |
|
27 |
||
723
by Jelmer Vernooij
Merge support for showing gravatars. |
28 |
* Show avatars for committers and authors in "bzr viz". (Guillaume Hain) |
29 |
||
723.1.1
by Sergei Golubchik
interactive substring search in gannotate |
30 |
* gannotate now supports interactive substring search in the file content. |
31 |
interactive search for line numbers has been removed, use Ctrl-G instead. |
|
725
by Jelmer Vernooij
Merge support for interactive substring search in bzr viz and annotate. |
32 |
(Sergei Golubchik) |
723.1.1
by Sergei Golubchik
interactive substring search in gannotate |
33 |
|
34 |
* visualise now supports interactive changeset comment search. |
|
35 |
interactive search for revision numbers continues to work. |
|
725
by Jelmer Vernooij
Merge support for interactive substring search in bzr viz and annotate. |
36 |
(Sergei Golubchik) |
723.1.1
by Sergei Golubchik
interactive substring search in gannotate |
37 |
|
741
by Jelmer Vernooij
Merge gtk3 support from Curtis. |
38 |
* Switch to gtk3. The old gtk2 branch is still available as lp:bzr-gtk/gtk2. (Curtis Hovey) |
39 |
||
746
by Jelmer Vernooij
Remove keyring support. |
40 |
* Remove keyring support - this is broken for GTK3, and replaced by a DBus service |
41 |
that is not specific to GNOME. Instead, bzr or bzr-dbus will provide support |
|
42 |
for this service. (Jelmer Vernooij) |
|
43 |
||
732
by Jelmer Vernooij
Ensure directory exists before writing configuration. |
44 |
BUG FIXES |
45 |
||
46 |
* Ensure config directory exists before writing configuration. |
|
47 |
(Jelmer Vernooij, #231150) |
|
48 |
||
736
by Jelmer Vernooij
Mark as supporting bzr 2.5.0. |
49 |
* Mark as supporting bzr 2.5.0. (Jelmer Vernooij) |
50 |
||
740
by Jelmer Vernooij
Merge autostart delay for bzr-notify. |
51 |
* Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop. |
52 |
(Mikkel Kamstrup Erlandsen, #861201) |
|
53 |
||
717
by Jelmer Vernooij
Release 0.100.0 |
54 |
0.100.0 2011-03-02 |
699
by Jelmer Vernooij
Mark as compatible with bzr 2.3. |
55 |
|
56 |
BUG FIXES |
|
57 |
||
707.1.1
by Sergei Golubchik
* make sure that gdiff opened from gannotate knows its parent |
58 |
* make sure that gdiff opened from gannotate knows its parent |
59 |
(gannotate, that is, and does not exit when it (gdiff) is closed. |
|
60 |
||
700
by Vincent Ladeuil
Clarify viz help |
61 |
* Clarify 'visualise' help about the multiple branches feature |
62 |
and the --revision parameter. (Vincent Ladeuil, #556347) |
|
63 |
||
699
by Jelmer Vernooij
Mark as compatible with bzr 2.3. |
64 |
* Mark as compatible with bzr 2.3. (Jelmer Vernooij) |
65 |
||
703
by Jelmer Vernooij
Merge fix for appindicator icon category. |
66 |
* Fix appindicator icon category. (Michael Terry, #685634) |
67 |
||
704
by Jelmer Vernooij
Mark as compatible with Bazaar 2.4. |
68 |
* Mark as compatible with Bazaar 2.4. (Jelmer Vernooij) |
69 |
||
713.1.1
by Jelmer Vernooij
'bzr viz' now shows authors instead of committers. |
70 |
* "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949) |
71 |
||
715
by Jelmer Vernooij
Don't format secondary text in error dialogs. (Edward Ari Bichetero) |
72 |
* Don't use markup for secondary text in error dialogs. |
73 |
(Edward Ari Bichetero, #656641) |
|
74 |
||
715.1.3
by Jelmer Vernooij
Update NEWS. |
75 |
* Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526) |
76 |
||
712
by Jelmer Vernooij
Add lock dialog. (Daniel Schierbeck) |
77 |
FEATURES |
78 |
|
|
79 |
* Add lock dialog. (Daniel Schierbeck, #93652) |
|
80 |
||
713.2.1
by Ximin Luo
Add option to use 'bzr viz' with a vertical layout. |
81 |
FEATURES |
82 |
||
83 |
* Add option to use "bzr viz" with a vertical layout. |
|
84 |
(Ximin Luo, #649273) |
|
85 |
||
698
by Jelmer Vernooij
Release 0.99.1. |
86 |
0.99.1 2010-08-26 |
87 |
||
88 |
BUG FIXES |
|
89 |
||
90 |
* Trivial release to include credits pickle file. |
|
696
by Jelmer Vernooij
Start on 0.100.0. |
91 |
|
697
by Vincent Ladeuil
Marked as being compatible with bzr the 2.3 series. |
92 |
* Mark as compatible with Bazaar 2.3. (Vincent Ladeuil) |
93 |
||
695
by Jelmer Vernooij
Release 0.99.0. |
94 |
0.99.0 2010-08-13 |
681
by Vincent Ladeuil
Update NEWS for 0.99.0 |
95 |
|
699
by Jelmer Vernooij
Mark as compatible with bzr 2.3. |
96 |
BUG FIXES |
683
by Vincent Ladeuil
Guard setup() call when not loaded as __main__ |
97 |
|
98 |
* Guard setup() call when not loaded as __main__. (Robert Collins) |
|
99 |
||
695
by Jelmer Vernooij
Release 0.99.0. |
100 |
* Ignore gnomekeyring.IOError when checking if credentials are available |
685
by Jelmer Vernooij
Ignore gnomekeyring.IOError when checking if credentials are available |
101 |
in the GNOME keyring. (Jelmer Vernooij, #534326) |
102 |
||
683.1.2
by Jelmer Vernooij
Don't crash when there is already a lan-notify instance running. |
103 |
* Don't crash when there is already a lan-notify instance running. |
104 |
(Jelmer Vernooij, #339284) |
|
105 |
||
690
by Jelmer Vernooij
Merge credentials fix from John. |
106 |
* Return the credentials if successfully found in gnome-keyring. |
689.1.1
by John Szakmeister
Return the credentials if founf in gnome-keyring. |
107 |
(John Szakmeister) |
108 |
||
693
by Jelmer Vernooij
Support non-bzr patches. |
109 |
* Support non-bzr patches. (Toshio Kuratomi, #502076) |
110 |
||
694
by Jelmer Vernooij
Avoid using private functions to get branch config. |
111 |
* Avoid using private functions to get branch config. (Jelmer Vernooij, |
112 |
#583554) |
|
113 |
||
695
by Jelmer Vernooij
Release 0.99.0. |
114 |
* Mark as compatible with Bazaar 2.2. (Martin Pool, #597379) |
115 |
||
682
by Jelmer Vernooij
Merge qense's indicator application work, but don't require appindicator to be installed. |
116 |
FEATURES
|
117 |
||
688.1.3
by Martin Pool
Add 'Find' button to start text search |
118 |
* Add 'Find' button to start text search. |
119 |
(Martin Pool, #556347) |
|
120 |
||
687
by Vincent Ladeuil
Add glog as an alias for viz. |
121 |
* Add 'glog' as an alias for visualize (aka viz) as too many |
122 |
people are still confused. |
|
123 |
(Vincent Ladeuil) |
|
124 |
||
682
by Jelmer Vernooij
Merge qense's indicator application work, but don't require appindicator to be installed. |
125 |
* Add support for Indicator Application (Sense Hofstede, Jelmer Vernooij, |
126 |
#518179) |
|
127 |
||
684
by Jelmer Vernooij
Add more tooltips to Olive. |
128 |
* Add more tooltips to Olive. (Adrian Room, #333876) |
129 |
||
679
by Vincent Ladeuil
Update NEWS preparing 0.98 release. |
130 |
0.98.0 2010-02-24 |
131 |
||
132 |
BUG FIXES |
|
133 |
||
134 |
* Fix relative import in olive menu. |
|
135 |
(Mathias Brodala, #269883) |
|
136 |
||
137 |
* Fix typo in checkout dialog. |
|
138 |
(Jasper Groenewegen, #466507) |
|
139 |
||
140 |
* Adds help for ginit and gtags. |
|
141 |
(Andrew Starr-Bochicchio, #512701) |
|
665
by Vincent Ladeuil
Open 0.97.0 for development. |
142 |
|
664
by Vincent Ladeuil
Prepare release 0.97.0. |
143 |
0.97.0 2009-08-25 |
657.1.1
by Vincent Ladeuil
Fix #403430 by checking gobject get_application_name availability. |
144 |
|
145 |
BUG FIXES |
|
146 |
||
147 |
* Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy |
|
148 |
by being more tolerant about gobject methods availability. |
|
149 |
(Vincent Ladeuil, #403430) |
|
658.1.1
by Lucas Shrewsbury
Fix #294632 by adding ignored emblem and correct status. |
150 |
|
151 |
* Fixed emblem and nautilus bzr-status column for ignored files. |
|
152 |
(Lucas Shrewsbury, #294632) |
|
153 |
|
|
154 |
* Fixed emblem and nautilus bzr-status column for unversioned files. |
|
155 |
(Lucas Shrewsbury, #417966) |
|
657.1.1
by Vincent Ladeuil
Fix #403430 by checking gobject get_application_name availability. |
156 |
|
661
by Vincent Ladeuil
(vila) Switch to python sdist |
157 |
* Switch to using disutils sdist instead of bzr export. |
158 |
(Mark Lee, #398242) |
|
657.1.1
by Vincent Ladeuil
Fix #403430 by checking gobject get_application_name availability. |
159 |
|
651.1.3
by Vincent Ladeuil
Bump the version to 0.96.2 after versioning credits.pickle. |
160 |
0.96.2 2009-07-08 |
161 |
||
162 |
BUG FIXES |
|
163 |
||
164 |
* Same player shoots again. Version credits.pickle and rebuild the tarball |
|
165 |
after running 'python ./setup.py build_credits', update |
|
166 |
http://bazaar-vcs.org/bzr-gtk/releasing accordingly. |
|
167 |
(Vincent Ladeuil, #397526) |
|
168 |
|
|
651.1.2
by Vincent Ladeuil
Redo the 0.96.1 properly. |
169 |
0.96.1 2009-07-08 |
170 |
||
171 |
BUG FIXES |
|
172 |
|
|
173 |
* Rebuild the tarball after running 'python ./setup.py build_credits', |
|
174 |
update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. |
|
175 |
(Vincent Ladeuil, #397526) |
|
176 |
|
|
177 |
||
651
by Vincent Ladeuil
Prepare release 0.96.0. |
178 |
0.96.0 2009-07-08 |
592
by Jelmer Vernooij
Add NEWS entry for 0.96.0. |
179 |
|
595
by Jasper Groenewegen
Merge Olive file list status message coloring |
180 |
UI |
181 |
|
|
182 |
* Add colored status messages in Olive file list (Jasper Groenewegen) |
|
183 |
||
645.1.1
by Vincent Ladeuil
Fix #385191 by using the new progress reporting API. |
184 |
* Use the new progress bar implementation from bzrlib. |
185 |
(Vincent Ladeuil, 385191) |
|
186 |
||
597
by Jasper Groenewegen
Merge addition of ginfo command |
187 |
CHANGES |
188 |
|
|
189 |
* Add ginfo command line option (Jasper Groenewegen) |
|
635.2.6
by Szilveszter Farkas
Merge GtkSourceView2 migration patch. |
190 |
|
191 |
* Diff window uses GtkSourceView2 now. (Szilveszter Farkas) |
|
597
by Jasper Groenewegen
Merge addition of ginfo command |
192 |
|
597.2.1
by Jelmer Vernooij
Fix Olive homepage URL. |
193 |
BUG FIXES |
635.2.5
by Szilveszter Farkas
Added missing entry to NEWS. |
194 |
|
195 |
* Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus |
|
196 |
Korn, #294396) |
|
597.2.1
by Jelmer Vernooij
Fix Olive homepage URL. |
197 |
|
198 |
* Fix Olive homepage URL. (#255152) |
|
199 |
||
635
by Vincent Ladeuil
Add NEWS entry |
200 |
* Fix gannotate.conf handling. (Vincent Ladeuil, #373157) |
201 |
||
635.2.13
by Vincent Ladeuil
Add NEWS entry and do some cleanup. |
202 |
* Save commit messages at uncommit time, restore them at |
203 |
gcommit time. Also allow saving commit messages if the commit |
|
204 |
is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674) |
|
205 |
||
625.1.3
by Jelmer Vernooij
Mark as compatible with bzr 1.13. |
206 |
* Mark as compatible with bzr 1.13. |
207 |
||
635.1.1
by Jelmer Vernooij
Support gnome keyring. |
208 |
FEATURES |
209 |
||
210 |
* Support storing credentials in the GNOME Keyring if it is |
|
211 |
available. (Jelmer Vernooij) |
|
212 |
||
625.8.1
by Jasper Groenewegen
Fix opening Status window in Olive |
213 |
* Fix opening Status window in Olive (#316310) |
214 |
||
588
by Jelmer Vernooij
Release 0.95. |
215 |
0.95.0 2008-08-04 |
487
by Jelmer Vernooij
Start working on 0.95.0. |
216 |
|
499.1.2
by Russ Brown
Added NEWS item for Refresh menu option and shortcut. |
217 |
UI |
218 |
||
219 |
* Added Refresh menu option with F5 keyboard shortcut (Russ Brown) |
|
220 |
||
519
by Jelmer Vernooij
merge new progress bars in bzr viz. |
221 |
* Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij) |
222 |
||
520
by Jelmer Vernooij
merge new index button. |
223 |
* Added menu option for indexing branches if bzr-search is present. |
224 |
(Jelmer Vernooij) |
|
225 |
||
528
by Jelmer Vernooij
Add 'Send Merge Directive' button in bzr viz. |
226 |
* Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij) |
227 |
||
541
by Jelmer Vernooij
ADd news entry about removed Edit->Find. |
228 |
* Remove dummy "Edit->Find" option. (Jelmer Vernooij) |
229 |
||
531.7.6
by Scott Scriven
Summarized diff features in NEWS. |
230 |
* Added an optional diff panel to bzr vis. (Scott Scriven) |
231 |
||
232 |
* Made bzr vis remember whether the toolbar is visible. (Scott Scriven) |
|
233 |
||
531.7.11
by Scott Scriven
Added features and fixes to NEWS. |
234 |
* Made bzr vis remember window and panel sizes. (Scott Scriven) |
235 |
||
549.1.1
by Jasper Groenewegen
Merge sort bookmarks by title |
236 |
* Sort Olive bookmarks by title (Jasper Groenewegen) |
571
by Jasper Groenewegen
Merge addition of word wrap control to gdiff and visualise windows |
237 |
|
238 |
* Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789) |
|
577.1.1
by Jasper Groenewegen
Merge merge dialog improvements |
239 |
|
240 |
* Made merge dialog to give choice between folder and custom location (Jasper Groenewegen) |
|
549.1.1
by Jasper Groenewegen
Merge sort bookmarks by title |
241 |
|
580.2.1
by Martin Albisetti
Merge gloom patch from Jelmer |
242 |
* Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij) |
584
by Jasper Groenewegen
Merge Olive filelist improvements |
243 |
|
244 |
* Show status for folders in Olive file list (Jasper Groenewegen) |
|
585
by Jasper Groenewegen
Merge of Olive bookmarks makeover |
245 |
|
246 |
* Change appearance Olive bookmarks (Jasper Groenewegen) |
|
586
by Jasper Groenewegen
Merge Olive path change handling improvements |
247 |
|
248 |
* Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen) |
|
580.1.4
by Jelmer Vernooij
Update FIXME, add news entry. |
249 |
|
475.1.4
by Vincent Ladeuil
Update NEWS. |
250 |
BUG FIXES |
251 |
||
252 |
* Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283) |
|
494
by Szilveszter Farkas (Phanatic)
Merged fix for #228709 by Javier. |
253 |
|
254 |
* Fixed adding tags. (Javier Derderian, #228709) |
|
475.1.4
by Vincent Ladeuil
Update NEWS. |
255 |
|
513
by Jelmer Vernooij
Update NEWS. |
256 |
* Fix history mode button. (Jasper Groenewegen, #144962) |
257 |
||
505.1.4
by Jelmer Vernooij
Update NEWS. |
258 |
* Fixed handle-patch script. (Jelmer Vernooij) |
259 |
||
516
by Jelmer Vernooij
Merge fix for import in Olive. |
260 |
* Fix import in olive. (Jelmer Vernooij, #223935) |
261 |
||
511.4.2
by Jelmer Vernooij
Fix another use of smart_add. |
262 |
* Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027) |
511.4.1
by Jelmer Vernooij
Fix use of smart_add. |
263 |
|
522
by Jelmer Vernooij
Remove use of upstream removed Repository.revision_parents() |
264 |
* Remove use of upstream removed Repository.revision_parents() |
265 |
(Jelmer Vernooij) |
|
266 |
||
531
by Kevin Light
Fix network drives listing in olive-gtk. |
267 |
* List network drives in Olive. (Kevin Light, #244308) |
268 |
||
542
by Jelmer Vernooij
Fix progress bar handling. |
269 |
* Fix progress bar handling. (Jelmer Vernooij) |
270 |
||
543
by Jelmer Vernooij
Merge fix for broken symlink handling. |
271 |
* Fix broken symlink handling. (Jasper Groenewegen) |
272 |
||
544
by Jelmer Vernooij
Merge fix for import in Olive rename dialog. |
273 |
* Fix import in Olive rename dialog. (Kevin Light) |
274 |
||
531.7.6
by Scott Scriven
Summarized diff features in NEWS. |
275 |
* Removed some redundant screen redrawing in bzr vis. (Scott Scriven) |
276 |
||
531.7.11
by Scott Scriven
Added features and fixes to NEWS. |
277 |
* Fixed overflowing labels in bzr vis. (Scott Scriven) |
278 |
||
561
by Jasper Groenewegen
Merge fix for broken plugin descriptions in gpreferences |
279 |
* Fix plugin description in gpreferences. (Jasper Groenewegen, #232191) |
280 |
||
562
by Jasper Groenewegen
Merge removal of question to set default push location |
281 |
* Remove question for setting default push location. (Jasper Groenewegen, #151818) |
282 |
||
563
by Jasper Groenewegen
Merge of fix for history mode handling + replacing signals with more appropriate ones |
283 |
* Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963) |
284 |
||
564
by Jasper Groenewegen
Merge of check if file is versioned before opening gannotate in olive |
285 |
* Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358) |
577
by Jasper Groenewegen
Merge fix for dialogs to set parent window |
286 |
|
287 |
* Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208) |
|
586
by Jasper Groenewegen
Merge Olive path change handling improvements |
288 |
|
289 |
* Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044) |
|
564
by Jasper Groenewegen
Merge of check if file is versioned before opening gannotate in olive |
290 |
|
625.5.1
by James Westby
Import gobject in bzr-notify, as it is used there to set a timeout. |
291 |
* Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby) |
292 |
||
505.1.4
by Jelmer Vernooij
Update NEWS. |
293 |
CHANGES |
294 |
||
295 |
* Moved notify icon code to separate script. (Jelmer Vernooij) |
|
296 |
||
515
by Jelmer Vernooij
Merge patch for checking signatures. |
297 |
* Verify testaments when showing signatures on revisions and |
298 |
re-enable signature display. (Jelmer Vernooij) |
|
299 |
||
517
by Jelmer Vernooij
Merge mention of credits in the about dialog. |
300 |
* Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij) |
572
by Jasper Groenewegen
Merge addition of gmerge command line option |
301 |
|
302 |
* Add gmerge command line option (Jasper Groenewegen, #124760) |
|
517
by Jelmer Vernooij
Merge mention of credits in the about dialog. |
303 |
|
475.1.4
by Vincent Ladeuil
Update NEWS. |
304 |
INTERNALS |
305 |
||
306 |
* All i18n calls should now go through _i18n which must be imported from |
|
307 |
bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used |
|
308 |
as an anonymous variable. (Vincent Ladeuil) |
|
309 |
||
519
by Jelmer Vernooij
merge new progress bars in bzr viz. |
310 |
* Add test for linegraph code. (Jelmer Vernooij) |
487
by Jelmer Vernooij
Start working on 0.95.0. |
311 |
|
521
by Jelmer Vernooij
Remove obsolete tortoisebzr tests. |
312 |
* Remove obsolete tortoisebzr tests. (Jelmer Vernooij) |
313 |
||
530
by Jelmer Vernooij
Share code between context and main revision menu. |
314 |
* Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij) |
315 |
||
534
by Jelmer Vernooij
Merge removal of glade from merge dialog. |
316 |
* Remove glade from merge dialog. (Jasper Groenewegen) |
317 |
||
540
by Jelmer Vernooij
Merge removal of glade from olive add dialog. |
318 |
* Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen) |
535
by Jelmer Vernooij
Merge removal of glade from the olive about dialog. |
319 |
|
558
by Jasper Groenewegen
Merge replacement of Olive main window with glade-less version |
320 |
* Remove glade from olive main window (Jasper Groenewegen) |
321 |
|
|
559
by Jasper Groenewegen
Merge replacement of Olive info dialog with glade-less version |
322 |
* Remove glade from olive info dialog (Jasper Groenewegen) |
573
by Jasper Groenewegen
Merge rewrite of Olive mouse button event handling |
323 |
|
324 |
* Rewrite Olive mouse button event handling (Kevin Light) |
|
559
by Jasper Groenewegen
Merge replacement of Olive info dialog with glade-less version |
325 |
|
486
by Jelmer Vernooij
Release 0.94.0. |
326 |
0.94.0 2008-05-04 |
327 |
||
328 |
CHANGES |
|
329 |
||
330 |
* Disabled signature tab until we start verifying testaments. |
|
331 |
(Jelmer Vernooij) |
|
332 |
||
333 |
BUG FIXES |
|
334 |
||
335 |
* Fix display of children in branchview. (Jelmer Vernooij, #224914) |
|
336 |
||
475
by Jelmer Vernooij
Release 0.94.0rc1 |
337 |
0.94.0rc1 2008-04-25 |
416
by Szilveszter Farkas (Phanatic)
Start working on 0.94 |
338 |
|
450.1.4
by Jelmer Vernooij
update my entries in NEWS. |
339 |
CHANGES |
340 |
||
341 |
* Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr) |
|
342 |
||
450.1.12
by Jelmer Vernooij
Merge James' D-Bus changes. |
343 |
* Use new D-Bus revision signal. (James Henstridge, #206443) |
344 |
||
423.1.4
by Daniel Schierbeck
Updated NEWS. |
345 |
UI |
346 |
||
423.1.7
by Daniel Schierbeck
Added NEWS entry about the fancy tags. |
347 |
* Made the tags associated with a revision render next to the revision |
348 |
node in the branch view. (Ali Sabil) |
|
349 |
||
423.1.4
by Daniel Schierbeck
Updated NEWS. |
350 |
* Made the tag list in the revision view be comma-separated. (Daniel Schierbeck) |
351 |
||
448
by Jelmer Vernooij
Add bugs tab in branch view. |
352 |
* Add bugs tab in the branch view. (Jelmer Vernooij) |
452.2.4
by Szilveszter Farkas (Phanatic)
New Tango icons by Simon Pascal Klein (GPL licensed) |
353 |
|
354 |
* New Tango-styled icons. This time properly licensed under the GPL. |
|
355 |
(Simon Pascal Klein) |
|
448
by Jelmer Vernooij
Add bugs tab in branch view. |
356 |
|
461
by Martin Albisetti
Changed NEWS to reflect changes to nautilus |
357 |
* Support showing multiple branches in "bzr viz". (Jelmer Vernooij |
358 |
||
359 |
* Added new icons for nautilus overlay (Martin Albisetti) |
|
360 |
||
361 |
* Added enable/disable per-branch option (Martin Albisetti) |
|
450.1.6
by Jelmer Vernooij
Support showing multiple branches in bzr viz. |
362 |
|
466
by Jelmer Vernooij
Merge Compare With option from Javier. |
363 |
* Add compare with option to revisions menu. (Javier Derderian) |
364 |
||
467
by Jelmer Vernooij
Merge support for applying patches/bundles to Bazaar branches. |
365 |
* Register file handler for applying patches/bundles to Bazaar branches. |
366 |
(Jelmer Vernooij) |
|
367 |
||
420
by Szilveszter Farkas
Updated NEWS accordingly. |
368 |
BUG FIXES |
423.1.9
by Daniel Schierbeck
Updated NEWS. |
369 |
|
370 |
* Make adding tags from the viz work again. (Daniel Schierbeck) |
|
420
by Szilveszter Farkas
Updated NEWS accordingly. |
371 |
|
372 |
* Catch UnsupportedProtocol exception in the Nautilus extension. (#77965) |
|
373 |
|
|
450.1.4
by Jelmer Vernooij
update my entries in NEWS. |
374 |
* Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij) |
421.1.1
by Gary van der Merwe
Make viz not throw errors when there are 0 commits. |
375 |
|
376 |
* Make viz not throw errors when there are 0 commits. (#173698, Gary van der |
|
377 |
Merwe) |
|
420
by Szilveszter Farkas
Updated NEWS accordingly. |
378 |
|
452.1.2
by Daniel Schierbeck
Added NEWS entry. |
379 |
* Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, |
380 |
Daniel Schierbeck) |
|
381 |
||
469
by Jelmer Vernooij
Merge fix for View Changes menu option. |
382 |
* Fixed change view menu in viz. (Javier Derderian, #215350) |
383 |
||
423.1.1
by Jelmer Vernooij
Allow bzr-gtk and Bazaar versions to be out of sync. No longer warn about |
384 |
FEATURES |
385 |
|
|
386 |
* Only check for old Bazaar versions that are known to be incompatible and |
|
387 |
no longer warn about newer (unknown) versions of Bazaar, on the assumption |
|
486
by Jelmer Vernooij
Release 0.94.0. |
388 |
the API is sufficiently stable now. (Jelmer Vernooij) |
423.1.1
by Jelmer Vernooij
Allow bzr-gtk and Bazaar versions to be out of sync. No longer warn about |
389 |
|
450.1.4
by Jelmer Vernooij
update my entries in NEWS. |
390 |
* Support child_submit_to setting in gsend. (Jelmer Vernooij) |
391 |
||
486
by Jelmer Vernooij
Release 0.94.0. |
392 |
* Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij) |
393 |
||
394 |
* Use seahorse to verify signatures. (Daniel Schierbeck) |
|
399.1.20
by Jelmer Vernooij
Update NEWS. |
395 |
|
420
by Szilveszter Farkas
Updated NEWS accordingly. |
396 |
INTERNALS |
397 |
||
398 |
* Refactored the revisionview. (Daniel Schierbeck) |
|
418
by Daniel Schierbeck
Added NEWS entry. |
399 |
|
450.1.4
by Jelmer Vernooij
update my entries in NEWS. |
400 |
* It is now possible to use the diff view as a widget. (Jelmer Vernooij) |
401 |
||
450.1.13
by Jelmer Vernooij
Merge splitup of preferences dialog. |
402 |
* Preferences dialog has been split up. (Jelmer Vernooij) |
403 |
||
415
by Szilveszter Farkas (Phanatic)
Prepare for 0.93.0 release. |
404 |
0.93.0 2007-12-10 |
330.3.5
by Szilveszter Farkas (Phanatic)
Start working on 0.93.0. |
405 |
|
411
by Daniel Schierbeck
Added NEWS entries. |
406 |
UI |
407 |
||
408 |
* Added a menu bar to the viz. (Daniel Schierbeck) |
|
409 |
- Select a revision by tag. |
|
410 |
- Show/hide tree view columns. |
|
411 |
||
330.6.5
by Kiddo
Make toolbars follow GNOME standards. |
412 |
BUG FIXES |
413 |
||
414 |
* Make toolbars in Olive follow GNOME standards. (#137074) |
|
415 |
||
415
by Szilveszter Farkas (Phanatic)
Prepare for 0.93.0 release. |
416 |
INTERNALS |
417 |
||
418 |
* Allow test suite to run without PyGTK. (Aaron Bentley) |
|
419 |
||
330.5.8
by Szilveszter Farkas (Phanatic)
Dump version numbers to 0.92.1 |
420 |
0.92.1 2007-11-10 |
330.3.5
by Szilveszter Farkas (Phanatic)
Start working on 0.93.0. |
421 |
|
330.5.8
by Szilveszter Farkas (Phanatic)
Dump version numbers to 0.92.1 |
422 |
BUG FIXES |
423 |
|
|
424 |
* Fixed logview bug in gannotate. (Daniel Schierbeck) |
|
330.3.5
by Szilveszter Farkas (Phanatic)
Start working on 0.93.0. |
425 |
|
486
by Jelmer Vernooij
Release 0.94.0. |
426 |
0.92.0 2007-11-07 |
287
by Jelmer Vernooij
Use standard version tuple. |
427 |
|
313.1.1
by Daniel Schierbeck
Added NEWS entries about removal of date column and email part. |
428 |
UI |
429 |
||
430 |
* Removed email part of committer id from committer column in the revision |
|
431 |
history window. (Daniel Schierbeck) |
|
330.5.4
by Szilveszter Farkas (Phanatic)
Update NEWS with release date, and also add some missing bits. |
432 |
|
313.1.1
by Daniel Schierbeck
Added NEWS entries about removal of date column and email part. |
433 |
* Removed date column from revision history window. (Daniel Schierbeck) |
330.5.4
by Szilveszter Farkas (Phanatic)
Update NEWS with release date, and also add some missing bits. |
434 |
|
324.2.3
by Daniel Schierbeck
Added NEWS entry. |
435 |
* Rearranged the logview into a notebook. (Daniel Schierbeck) |
330.5.4
by Szilveszter Farkas (Phanatic)
Update NEWS with release date, and also add some missing bits. |
436 |
|
437 |
* Redesigned the Commit dialog. (John Arbash Meinel) |
|
438 |
|
|
439 |
* Broken lines support made optional. (Daniel Schierbeck) |
|
313.1.1
by Daniel Schierbeck
Added NEWS entries about removal of date column and email part. |
440 |
|
256.2.64
by Gary van der Merwe
Update NEWS to include bug numbers, and move to the FEATURES section. |
441 |
FEATURES |
442 |
|
|
256.2.49
by Gary van der Merwe
Add NEWS entry. |
443 |
* Rewrite of a large ammount of the viz code: |
444 |
* Make use of the bzrlib.tsort.merge_sort for sorting the revisions. |
|
445 |
* A new algorithm to work out how to draw the lines using the |
|
256.2.64
by Gary van der Merwe
Update NEWS to include bug numbers, and move to the FEATURES section. |
446 |
revsion numbers returned from merge_sort. |
447 |
* Lines that are very long are broken, which results in the graph |
|
448 |
requiring less space to render and the graph is easier to interpret. |
|
449 |
(#82907) |
|
256.2.49
by Gary van der Merwe
Add NEWS entry. |
450 |
* Choose the color for a branch from the revsion number, which results |
451 |
in stable colors. Revisions on the mainline are allways black. |
|
256.2.61
by Gary van der Merwe
Update NEWS |
452 |
* Implement a TreeModel that loads the revision data only when a a |
453 |
revision is scrolled into view, improving the time it takes to display |
|
256.2.64
by Gary van der Merwe
Update NEWS to include bug numbers, and move to the FEATURES section. |
454 |
the first screen of data by 92%. (#124143) |
455 |
* Add a column to display the revision number. (#64167) |
|
256.2.49
by Gary van der Merwe
Add NEWS entry. |
456 |
* Add buttons to navigate to child revisions. |
457 |
(Gary van der Merwe) |
|
291
by Jelmer Vernooij
Put children widget on a new line. |
458 |
|
313.2.2
by Gary van der Merwe
Add NEWS Entry. |
459 |
* Added a revert option to the revision menu. (Gary van der Merwe) |
460 |
||
291
by Jelmer Vernooij
Put children widget on a new line. |
461 |
BUG FIXES |
462 |
||
463 |
* Show children on new row in table to avoid very broad windows in viz. |
|
464 |
(Jelmer) |
|
300
by Gary van der Merwe
Fix for bug #70463: viz slow when run from olive. |
465 |
|
466 |
* viz slow when run from olive. (#70463, Gary van der Merwe) |
|
320
by Gary van der Merwe
Add NEWS Entry. |
467 |
|
468 |
* Make it possible to open diff from the commit window when there are pending |
|
469 |
merges. (Gary van der Merwe) |
|
256.2.64
by Gary van der Merwe
Update NEWS to include bug numbers, and move to the FEATURES section. |
470 |
|
471 |
INTERNALS |
|
472 |
||
473 |
* Use standard version tuple. (Jelmer) |
|
474 |
||
475 |
* Add check command to setup.py. (Jelmer) |
|
256.2.61
by Gary van der Merwe
Update NEWS |
476 |
|
291.1.1
by Jelmer Vernooij
Avoid deprecation warning for all_plugins() in gpreferences. |
477 |
* Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer) |
478 |
||
486
by Jelmer Vernooij
Release 0.94.0. |
479 |
0.91.0 2007-09-24 |
256.2.61
by Gary van der Merwe
Update NEWS |
480 |
|
481 |
UI |
|
482 |
||
483 |
* Added keyboard shortcuts for closing windows and exiting Olive. |
|
484 |
(#139559, Daniel Schierbeck) |
|
280.2.1
by Gary van der Merwe
Add a message to the viz window to indicate that graph is still loading. |
485 |
* Add a message to the viz window to indicate that the graph is still loading. |
486 |
(Gary van der Merwe) |
|
256.2.62
by Gary van der Merwe
Merge Trunk. |
487 |
|
282
by Szilveszter Farkas (Phanatic)
Added NEWS entry. |
488 |
* The tip revision will be automatically selected in the branch visualization |
489 |
window. (#144244, Daniel Schierbeck) |
|
284
by Szilveszter Farkas (Phanatic)
Updated NEWS: now all changes for 0.91.0 should be in there. |
490 |
|
491 |
* Updated olive-gtk.desktop: Polish translation and additional categories. |
|
492 |
(Mateusz Korniak) |
|
278
by Szilveszter Farkas (Phanatic)
Merged Daniel Schierbeck's branch with HIG-related fixes. |
493 |
|
277
by James Westby
Fix the "Complete Diff" entry in DiffWindow to show the diff. #140512 |
494 |
BUG FIXES |
495 |
||
496 |
* Fix the "Complete Diff" entry in DiffWindow to show the whole diff. |
|
497 |
(#140512, James Westby) |
|
280
by Szilveszter Farkas (Phanatic)
Updated NEWS. |
498 |
|
284
by Szilveszter Farkas (Phanatic)
Updated NEWS: now all changes for 0.91.0 should be in there. |
499 |
* Right-clicking in Olive's file list works again. (#136310, Mark Lee) |
500 |
|
|
501 |
* Annotate context menu works again. (Daniel Schierbeck) |
|
502 |
|
|
503 |
* Fixed push (with overwite) behavior when branches are diverged. |
|
504 |
(Mateusz Korniak) |
|
505 |
|
|
506 |
* Local missing revisions are remote extra revisions (Missing revisions menu |
|
507 |
item in Olive). (Mateusz Korniak) |
|
280
by Szilveszter Farkas (Phanatic)
Updated NEWS. |
508 |
|
509 |
INTERNALS |
|
510 |
|
|
511 |
* `bzr viz --limit` much more faster than before. (John Arbash Meinel) |
|
275.1.7
by Daniel Schierbeck
Added NEWS entry for the resolution of bug #139559. |
512 |
|
284
by Szilveszter Farkas (Phanatic)
Updated NEWS: now all changes for 0.91.0 should be in there. |
513 |
* Use get_apparent_author, rename variables to 'author'. (Aaron Bentley) |
514 |
|
|
515 |
* Added default_branch_path to MergeDialog and use it from olive-gtk. |
|
516 |
(Mateusz Korniak) |
|
275.1.7
by Daniel Schierbeck
Added NEWS entry for the resolution of bug #139559. |
517 |
|
486
by Jelmer Vernooij
Release 0.94.0. |
518 |
0.90.0 2007-08-27 |
236
by Jelmer Vernooij
Start working on 0.19.0 |
519 |
|
241
by Jelmer Vernooij
Show tags in bzr viz. |
520 |
FEATURES |
521 |
||
269
by Jelmer Vernooij
Prepare for 0.90 release. |
522 |
* Add ability to hide ignored files in Olive (#134121, Tom Badran) |
262.1.2
by Tom Badran
Add NEWS entry |
523 |
|
241
by Jelmer Vernooij
Show tags in bzr viz. |
524 |
* Show tags in bzr viz. (Jelmer) |
525 |
||
248
by Jelmer Vernooij
Merge fixes for #127392 and #127381) |
526 |
* Handle large files correctly in Olive. (#127392, Mateusz Korniak) |
527 |
||
269
by Jelmer Vernooij
Prepare for 0.90 release. |
528 |
* Add remove and delete menu item in Olive. (#127381, Mateusz Korniak) |
205.1.3
by Szilveszter Farkas (Phanatic)
Added Tango-style Olive application icon. |
529 |
|
263.2.1
by matkor
Code for "branch update" menuitem and toolbox. Typo fix |
530 |
* Added "update" menu item in Olive. (Mateusz Korniak) |
531 |
|
|
205.1.7
by Szilveszter Farkas (Phanatic)
Updated NEWS. |
532 |
* New Olive application icon. (Simon Pascal Klein and Jakub Steiner) |
265.1.1
by Gary van der Merwe
Show bzr viz interface quickly. |
533 |
|
534 |
* Show bzr viz interface quickly. (Gary van der Merwe) |
|
248
by Jelmer Vernooij
Merge fixes for #127392 and #127381) |
535 |
|
241
by Jelmer Vernooij
Show tags in bzr viz. |
536 |
UI |
537 |
|
|
538 |
* Improve Preferences dialog layout. (Jelmer) |
|
275.1.7
by Daniel Schierbeck
Added NEWS entry for the resolution of bug #139559. |
539 |
|
256.1.1
by Szilveszter Farkas (Phanatic)
Updated POT generator script and also regenerated the translation template. |
540 |
INTERNALS: |
541 |
|
|
542 |
* Updated pot generator script and regenerated the translation template. |
|
543 |
(Szilveszter) |
|
271
by Jelmer Vernooij
Add common widget for selecting branches. |
544 |
|
545 |
* Add helper widget for selecting branches (Jelmer) |
|
263.1.1
by Gary van der Merwe
Add NEWS entries. |
546 |
|
547 |
BUG FIXES |
|
267
by Szilveszter Farkas (Phanatic)
Merge quick push fix from Mateusz. |
548 |
|
269
by Jelmer Vernooij
Prepare for 0.90 release. |
549 |
* Support DBus being present but NetworkManager missing. (#126767, Mateusz |
550 |
Korniak, Jelmer) |
|
551 |
||
267
by Szilveszter Farkas (Phanatic)
Merge quick push fix from Mateusz. |
552 |
* Fixed interface to push.PushDialog (Mateusz Korniak) |
263.1.1
by Gary van der Merwe
Add NEWS entries. |
553 |
|
554 |
* Fix so the when Olive is run from the source code, the toolbar and menu |
|
269
by Jelmer Vernooij
Prepare for 0.90 release. |
555 |
icons show. (Gary van der Merwe, #131520) |
263.1.1
by Gary van der Merwe
Add NEWS entries. |
556 |
|
557 |
* Fix a regression that Olive was no longer able to find bzrlib location |
|
558 |
due to a change in the output of "bzr version". (Gary van der Merwe) |
|
559 |
||
560 |
* Fix a regression that Olive branch info window was not working. (Gary van |
|
561 |
der Merwe) |
|
562 |
|
|
269
by Jelmer Vernooij
Prepare for 0.90 release. |
563 |
* Fixed tags formatting. (Aaron) |
241
by Jelmer Vernooij
Show tags in bzr viz. |
564 |
|
235
by Jelmer Vernooij
Release 0.18.0 |
565 |
0.18.0 2007-07-17 |
232.1.1
by Adeodato Simó
Read ~/.colordiffrc to set colors in the diff window. |
566 |
|
567 |
FEATURES |
|
568 |
||
232.1.3
by Adeodato Simó
Support setting diff colors from gedit's syntax highlighting config too. |
569 |
* Add support for customizing colors in the diff window via ~/.colordiffrc |
570 |
or gedit's syntax highlighting configuration. See README file for details. |
|
571 |
(Adeodato Simó) |
|
232.1.1
by Adeodato Simó
Read ~/.colordiffrc to set colors in the diff window. |
572 |
|
217
by Jelmer Vernooij
Update NEWS. |
573 |
* Add Inspect and Branch buttons to notification window. (Robert) |
574 |
||
575 |
* Add notification area icon with context menu. (Jelmer) |
|
576 |
||
577 |
* New tango icons. (Pascal Klein) |
|
578 |
||
221
by Jelmer Vernooij
Add simple about dialog. |
579 |
* Add simple About dialog. (Jelmer) |
580 |
||
226
by Jelmer Vernooij
Add context menu in bzrk. |
581 |
* Add context menu in bzrk. (Jelmer) |
582 |
||
217
by Jelmer Vernooij
Update NEWS. |
583 |
BUG FIXES |
584 |
||
585 |
* Fix option help strings to comply with the style guide. (Vincent) |
|
586 |
||
587 |
* Fix import of BzrError. (Aaron) |
|
588 |
||
589 |
* Fix missing attributes for DummyRevision. (Vincent) |
|
590 |
||
219
by Jelmer Vernooij
Never refuse to work with newer versions of bzr, just warn. |
591 |
* Never refuse to run with newer versions of bzr, just warn. (Jelmer) |
592 |
||
217
by Jelmer Vernooij
Update NEWS. |
593 |
|
204
by Jelmer Vernooij
Release bzr-gtk 0.17.0 |
594 |
0.17.0 2007-06-15 |
195.2.3
by Szilveszter Farkas (Phanatic)
Added NEWS entry. |
595 |
|
195.6.3
by Szilveszter Farkas (Phanatic)
Added NEWS entry. |
596 |
FEATURES |
195.7.2
by Szilveszter Farkas (Phanatic)
Added NEWS entry. |
597 |
|
217
by Jelmer Vernooij
Update NEWS. |
598 |
* Added an EXPERIMENTAL feature for browsing remote branches in Olive |
599 |
(Szilveszter) |
|
195.1.26
by Szilveszter Farkas (Phanatic)
Added NEWS entry. |
600 |
|
195.7.2
by Szilveszter Farkas (Phanatic)
Added NEWS entry. |
601 |
* Bookmarked locations are now added to branch/checkout history (Szilveszter) |
602 |
||
195.6.3
by Szilveszter Farkas (Phanatic)
Added NEWS entry. |
603 |
* There are now more columns in the file list, and you can sort by them |
217
by Jelmer Vernooij
Update NEWS. |
604 |
(Szilveszter) |
195.7.2
by Szilveszter Farkas (Phanatic)
Added NEWS entry. |
605 |
|
195.6.5
by Szilveszter Farkas (Phanatic)
Updated NEWS. |
606 |
* A location bar was added to the top of the file list. On Windows, the |
217
by Jelmer Vernooij
Update NEWS. |
607 |
drive selector combo was moved here (Szilveszter) |
195.6.3
by Szilveszter Farkas (Phanatic)
Added NEWS entry. |
608 |
|
217
by Jelmer Vernooij
Update NEWS. |
609 |
* Don't warn about incompatible versions when .dev version of Bazaar is used |
610 |
(Aaron) |
|
204
by Jelmer Vernooij
Release bzr-gtk 0.17.0 |
611 |
|
195.2.3
by Szilveszter Farkas (Phanatic)
Added NEWS entry. |
612 |
BUG FIXES |
613 |
|
|
195.5.2
by Szilveszter Farkas (Phanatic)
Added NEWS entry. |
614 |
* Get and Checkout dialogs: scan the branch only if the entry has lost focus |
217
by Jelmer Vernooij
Update NEWS. |
615 |
(#93653, Szilveszter) |
195.5.2
by Szilveszter Farkas (Phanatic)
Added NEWS entry. |
616 |
|
195.2.3
by Szilveszter Farkas (Phanatic)
Added NEWS entry. |
617 |
* Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter) |
618 |
||
486
by Jelmer Vernooij
Release 0.94.0. |
619 |
0.16.0 2007-05-05 |
188
by Jelmer Vernooij
merge 0.15.2 NEWS update. |
620 |
|
188.1.4
by Szilveszter Farkas (Phanatic)
Added NEWS entry. |
621 |
FEATURES |
622 |
|
|
623 |
* An Initialize dialog added to Olive along with a 'ginit' command |
|
624 |
(#90839, Szilveszter) |
|
190.1.9
by Szilveszter Farkas (Phanatic)
Added NEWS entry. |
625 |
|
626 |
* Tags support added: 'gtags' command and Branch->Tags menu entry in Olive |
|
627 |
(#103725, Szilveszter) |
|
188
by Jelmer Vernooij
merge 0.15.2 NEWS update. |
628 |
|
195
by Jelmer Vernooij
Merge some fixes from John. |
629 |
BUG FIXES |
630 |
||
194
by Jelmer Vernooij
Sort plugins by name. |
631 |
* Sort plugins in gpreferences (Jelmer) |
632 |
||
195
by Jelmer Vernooij
Merge some fixes from John. |
633 |
* Give nicer errors when startup fails (John) |
634 |
||
196
by Jelmer Vernooij
Update NEWS |
635 |
* Fix 'bzr gdiff notafile' (#107812, John) |
195
by Jelmer Vernooij
Merge some fixes from John. |
636 |
|
637 |
* Find olive.glade on a couple more systems (John) |
|
638 |
||
639 |
INTERNALS |
|
640 |
|
|
641 |
* Some minor style fixes (John) |
|
642 |
||
196
by Jelmer Vernooij
Update NEWS |
643 |
DOCS |
644 |
|
|
645 |
* Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter) |
|
646 |
||
486
by Jelmer Vernooij
Release 0.94.0. |
647 |
0.15.2 2007-04-03 |
183
by Jelmer Vernooij
Add NEWS file. |
648 |
|
649 |
BUG FIXES |
|
650 |
||
182.2.2
by Jelmer Vernooij
Prepare for 0.15.2 |
651 |
* Fix regression that prevented gannotate from being used (#97473, |
188.2.1
by Szilveszter Farkas (Phanatic)
Merged fix for #90839. Initialize dialog implemented. |
652 |
Vincent, Jelmer) |
182.2.2
by Jelmer Vernooij
Prepare for 0.15.2 |
653 |
|
654 |
* Fix regression that prevented gstatus from being used (Jelmer) |
|
655 |
||
656 |
* Fix status dialog size (Jelmer) |
|
657 |
||
183
by Jelmer Vernooij
Add NEWS file. |
658 |
FEATURES |
659 |
||
182.2.2
by Jelmer Vernooij
Prepare for 0.15.2 |
660 |
* Update commit-notify to use new dbus API (Robert) |
661 |
||
662 |
* Display remote locations in commit-notify (Robert) |
|
663 |
||
486
by Jelmer Vernooij
Release 0.94.0. |
664 |
0.15.1 2007-03-25 |
183
by Jelmer Vernooij
Add NEWS file. |
665 |
|
666 |
BUG FIXES |
|
667 |
|
|
668 |
* Prevent test suite from causing default-encoding changes (Aaron) |
|
669 |
|
|
670 |
* Fix testsuite when Olive was run before (Szilveszter) |
|
671 |
|
|
672 |
* Fix locking issue in Olive (Szilvester, #91522) |
|
673 |
||
674 |
* Don't obtain handle to networkmanager until necessary (Jelmer) |
|
675 |
||
676 |
* Better behavior in annotate when unable to go back (Aaron) |
|
677 |
||
678 |
FEATURES |
|
679 |
|
|
680 |
* Add very simple TortoiseBzr implementation (Wouter, Jelmer) |
|
681 |
||
682 |
* Add 'forward' button in gannotate (Aaron) |
|
683 |
||
684 |
* Add simple GTK+ progress bars (Jelmer) |
|
685 |
||
686 |
* Add gmissing command (Jelmer) |
|
687 |
||
688 |
* Add simple preferences window with plugin list and global settings |
|
689 |
(Jelmer) |
|
690 |
||
691 |
* Add new command 'commit-notify' to listen for commits on dbus and |
|
692 |
show them via pynotify. (Robert) |
|
693 |
||
694 |
UI IMPROVEMENTS |
|
695 |
||
696 |
* Move search fields in gannotate directly below source window (Aaron) |
|
697 |
||
698 |
* Move buttons to top, tweak layout (Aaron) |
|
699 |
||
700 |
* Strict commits are now a dialog, not a check box (Jelmer) |
|
701 |
||
486
by Jelmer Vernooij
Release 0.94.0. |
702 |
0.15.0 2007-03-09 |
183
by Jelmer Vernooij
Add NEWS file. |
703 |
|
704 |
BUG FIXES |
|
705 |
||
706 |
* Fix gannotate interaction with dirstate (Aaron) |
|
707 |
||
708 |
* Default button set on Commit dialog (#83030, Szilveszter) |
|
709 |
||
710 |
* Fix branch-nick handling (Aaron) |
|
711 |
||
712 |
* Defer cairo import to prevent import errors (Aaron) |
|
713 |
||
714 |
* More use of lazy_imports to speed up timing (Aaron) |
|
715 |
||
716 |
* Fix diff window freeze when shown from commit (Szilveszter) |
|
717 |
||
718 |
* Allow to commit single files from the context menu (#54983, Szilveszter) |
|
719 |
||
720 |
FEATURES
|
|
721 |
||
722 |
* Add ability to install nautilus plugin (#75603, Szilveszter) |
|
723 |
||
724 |
* Add conflicts window (Szilveszter) |
|
725 |
||
726 |
* Use network manager to determine default value of "Local Commit" |
|
727 |
setting (Jelmer) |
|
728 |
||
729 |
* Add status window (Jelmer, Szilveszter) |
|
730 |
||
731 |
* Add revision browser for push and pull dialogs (Szilveszter) |
|
732 |
||
733 |
* Add revert functionality to context menu (Szilveszter) |
|
734 |
||
735 |
INTERNAL |
|
736 |
||
737 |
* Some more code converted to not use glade (Szilveszter, Jelmer) |
|
738 |
||
739 |
* Move url history and preferences code to a separate class (Jelmer) |
|
740 |
||
741 |
* Merge revision info code for gannotate and viz into single new widget |
|
742 |
(Jelmer) |
|
743 |
||
744 |
* Add initial testsuite (Jelmer) |
|
745 |
||
486
by Jelmer Vernooij
Release 0.94.0. |
746 |
0.14.0 2007-01-30 |
183
by Jelmer Vernooij
Add NEWS file. |
747 |
|
748 |
* Add revert functionality (Szilvester) |
|
749 |
||
750 |
* Rewritten CommitDialog without glade (Szilvester) |
|
751 |
||
752 |
* Allow to commit single files from the context menu (Fixes #54983, |
|
486
by Jelmer Vernooij
Release 0.94.0. |
753 |
Szilvester) |
183
by Jelmer Vernooij
Add NEWS file. |
754 |
|
755 |
* Warn about incompatible Bazaar versions (Jelmer) |
|
756 |
||
757 |
* Fixed gbranch (#77751, Szilvester) |
|
758 |
||
759 |
* Use the UI factory (Jelmer) |
|
760 |
||
761 |
* Generic handling of errors (Jelmer) |
|
762 |
||
763 |
* Set default drive letter (#67924, Szilvester) |
|
764 |
||
765 |
* Show error if no diff available for the selected file (#76536, |
|
486
by Jelmer Vernooij
Release 0.94.0. |
766 |
Szilvester) |
183
by Jelmer Vernooij
Add NEWS file. |
767 |
|
768 |
* Handle current revision in annotate better (Aaron) |
|
769 |
||
770 |
* Support scrolling based on an offset in annotate (Aaron) |
|
771 |
||
772 |
* Add "Back" button in annotate (Aaron) |
|
773 |
||
774 |
* Removed some unused functions (Aaron) |
|
775 |
||
776 |
* Added Ctrl+G and Ctrl+F shortcuts to annotate (#73965, Vincent) |
|
777 |
||
778 |
* Nicer error when pygtk not installed (Aaron) |
|
779 |
||
780 |
* Show uncommitted changes in annotate (Aaron) |
|
781 |
||
782 |
* Support annotate in olive (#73786, Szilvester) |
|
783 |
||
784 |
* Ignored files no longer shown as unknown (#67926, Szilvester) |
|
785 |
||
786 |
* Don't allow merge if there are local changes (#73770, Szilvester) |
|
787 |
||
788 |
* Fix bookmark dialog (#67922, Szilvester) |
|
789 |
||
790 |
* Fix remove dialog (#73766 and #73767, Szilvester) |
|
791 |
||
792 |
* Several other small regression fixes (Szilvester) |
|
793 |
||
486
by Jelmer Vernooij
Release 0.94.0. |
794 |
0.13.0 2006-12-13 |
183
by Jelmer Vernooij
Add NEWS file. |
795 |
|
796 |
* Don't show pending merge list when there are no pending merges |
|
797 |
(Alexander Belchenko) |
|
798 |
||
799 |
* Better error handling in gcommit (Alexander Belchenko) |
|
800 |
||
801 |
* Fix desktop file compliancy to standard (Toshio Kuratomi) #75278 |
|
802 |
||
803 |
* Rename put into context menu (Szilvester Farkas) #73774 |
|
804 |
||
805 |
* Improved commit dialog (Szilvester Farkas) #73778 |
|
806 |
||
807 |
* Rename dialog contains original name (Szilvester Farkas) #73775 |
|
808 |
||
809 |
* Bookmarks can be removed (Szilvester Farkas) |
|
810 |
||
811 |
* Run Olive after maximizing window (Szilvester Farkas) #70134 |
|
812 |
||
813 |
* Check empty commit message at commit time (vila) #73737 |
|
814 |
||
815 |
* Use dotted revnos in gannotate (Aaron Bentley) |
|
816 |
||
486
by Jelmer Vernooij
Release 0.94.0. |
817 |
0.12.0 2006-11-04 |
183
by Jelmer Vernooij
Add NEWS file. |
818 |
|
819 |
* #68127: gcommit is broken |
|
820 |
||
821 |
* #67934: various win32 fixes |
|
822 |
||
823 |
* #67933: fix product name in setup.py |
|
824 |
||
825 |
* #67930: gdiff relies on plugin name being 'gtk' |
|
826 |
||
827 |
* #66937: process doesn't stop after closing commit dialog |
|
828 |
|
|
829 |
* #66091: commit after merge fails |
|
830 |
|
|
831 |
* #67927: fix non-ascii commit message |