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