/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: Andrew Starr-Bochicchio
  • Date: 2010-10-20 00:42:32 UTC
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: a.starr.b@gmail.com-20101020004232-3fww031razjbqydh
Install bzr-panel to share/icons/hicolor/scalable/apps

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.95.0  UNRELEASED
 
1
0.100.0 UNRELEASED
 
2
 
 
3
 BUG FIXES
 
4
 
 
5
  * Mark as compatible with bzr 2.3. (Jelmer Vernooij)
 
6
 
 
7
0.99.1  2010-08-26
 
8
 
 
9
 BUG FIXES
 
10
 
 
11
  * Trivial release to include credits pickle file.
 
12
 
 
13
   * Mark as compatible with Bazaar 2.3. (Vincent Ladeuil)
 
14
 
 
15
0.99.0 2010-08-13
 
16
 
 
17
 BUG FIXES
 
18
 
 
19
   * Guard setup() call when not loaded as __main__. (Robert Collins)
 
20
 
 
21
   * Ignore gnomekeyring.IOError when checking if credentials are available
 
22
     in the GNOME keyring. (Jelmer Vernooij, #534326)
 
23
 
 
24
   * Don't crash when there is already a lan-notify instance running.
 
25
     (Jelmer Vernooij, #339284)
 
26
 
 
27
   * Return the credentials if successfully found in gnome-keyring.
 
28
     (John Szakmeister)
 
29
 
 
30
   * Support non-bzr patches. (Toshio Kuratomi, #502076)
 
31
 
 
32
   * Avoid using private functions to get branch config. (Jelmer Vernooij,
 
33
     #583554)
 
34
 
 
35
   * Mark as compatible with Bazaar 2.2. (Martin Pool, #597379)
 
36
 
 
37
FEATURES
 
38
 
 
39
  * Add 'Find' button to start text search.
 
40
    (Martin Pool, #556347)
 
41
 
 
42
  * Add 'glog' as an alias for visualize (aka viz) as too many
 
43
    people are still confused.
 
44
    (Vincent Ladeuil)
 
45
 
 
46
  * Add support for Indicator Application (Sense Hofstede, Jelmer Vernooij,
 
47
    #518179)
 
48
 
 
49
  * Add more tooltips to Olive. (Adrian Room, #333876)
 
50
 
 
51
0.98.0 2010-02-24
 
52
 
 
53
BUG FIXES
 
54
 
 
55
  * Fix relative import in olive menu.
 
56
    (Mathias Brodala, #269883)
 
57
 
 
58
  * Fix typo in checkout dialog.
 
59
    (Jasper Groenewegen, #466507)
 
60
 
 
61
  * Adds help for ginit and gtags.
 
62
    (Andrew Starr-Bochicchio, #512701)
 
63
 
 
64
0.97.0 2009-08-25
 
65
 
 
66
BUG FIXES
 
67
 
 
68
  * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy
 
69
    by being more tolerant about gobject methods availability.
 
70
    (Vincent Ladeuil, #403430)
 
71
  
 
72
  * Fixed emblem and nautilus bzr-status column for ignored files.
 
73
    (Lucas Shrewsbury, #294632)
 
74
    
 
75
  * Fixed emblem and nautilus bzr-status column for unversioned files.
 
76
    (Lucas Shrewsbury, #417966)
 
77
 
 
78
  * Switch to using disutils sdist instead of bzr export.
 
79
    (Mark Lee, #398242)
 
80
 
 
81
0.96.2  2009-07-08
 
82
 
 
83
 BUG FIXES
 
84
 
 
85
  * Same player shoots again. Version credits.pickle and rebuild the tarball
 
86
    after running 'python ./setup.py build_credits', update
 
87
    http://bazaar-vcs.org/bzr-gtk/releasing accordingly.  
 
88
    (Vincent Ladeuil, #397526)
 
89
 
 
90
0.96.1  2009-07-08
 
91
 
 
92
 BUG FIXES
 
93
 
 
94
  * Rebuild the tarball after running 'python ./setup.py build_credits',
 
95
    update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
 
96
   (Vincent Ladeuil, #397526)
 
97
 
 
98
 
 
99
0.96.0  2009-07-08
 
100
 
 
101
 UI
 
102
 
 
103
  * Add colored status messages in Olive file list (Jasper Groenewegen)
 
104
 
 
105
  * Use the new progress bar implementation from bzrlib.
 
106
   (Vincent Ladeuil, 385191)
 
107
 
 
108
 CHANGES
 
109
 
 
110
  * Add ginfo command line option (Jasper Groenewegen)
 
111
  
 
112
  * Diff window uses GtkSourceView2 now. (Szilveszter Farkas)
 
113
 
 
114
 BUG FIXES
 
115
 
 
116
  * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
 
117
  Korn, #294396)
 
118
 
 
119
  * Fix Olive homepage URL. (#255152)
 
120
 
 
121
  * Fix gannotate.conf handling. (Vincent Ladeuil, #373157)
 
122
 
 
123
  * Save commit messages at uncommit time, restore them at
 
124
    gcommit time. Also allow saving commit messages if the commit
 
125
    is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)
 
126
 
 
127
  * Mark as compatible with bzr 1.13.
 
128
 
 
129
 FEATURES
 
130
 
 
131
  * Support storing credentials in the GNOME Keyring if it is 
 
132
    available. (Jelmer Vernooij)
 
133
 
 
134
  * Fix opening Status window in Olive (#316310)
 
135
 
 
136
0.95.0  2008-08-04
2
137
 
3
138
 UI
4
139
 
5
140
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
6
141
 
 
142
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
 
143
 
 
144
  * Added menu option for indexing branches if bzr-search is present.
 
145
    (Jelmer Vernooij)
 
146
 
 
147
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
 
148
 
 
149
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
 
150
 
 
151
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
 
152
 
 
153
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
 
154
 
 
155
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
 
156
 
 
157
  * Sort Olive bookmarks by title (Jasper Groenewegen)
 
158
  
 
159
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
 
160
  
 
161
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
 
162
 
 
163
  * Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
 
164
  
 
165
  * Show status for folders in Olive file list (Jasper Groenewegen)
 
166
  
 
167
  * Change appearance Olive bookmarks (Jasper Groenewegen)
 
168
  
 
169
  * Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
 
170
 
7
171
 BUG FIXES
8
172
 
9
173
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
10
174
  
11
175
  * Fixed adding tags. (Javier Derderian, #228709)
12
176
 
 
177
  * Fix history mode button. (Jasper Groenewegen, #144962)
 
178
 
 
179
  * Fixed handle-patch script. (Jelmer Vernooij)
 
180
 
 
181
  * Fix import in olive. (Jelmer Vernooij, #223935)
 
182
 
 
183
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
 
184
 
 
185
  * Remove use of upstream removed Repository.revision_parents() 
 
186
    (Jelmer Vernooij)
 
187
 
 
188
  * List network drives in Olive. (Kevin Light, #244308)
 
189
 
 
190
  * Fix progress bar handling. (Jelmer Vernooij)
 
191
 
 
192
  * Fix broken symlink handling. (Jasper Groenewegen)
 
193
 
 
194
  * Fix import in Olive rename dialog. (Kevin Light)
 
195
 
 
196
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
 
197
 
 
198
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
 
199
 
 
200
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
 
201
 
 
202
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
 
203
 
 
204
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
 
205
 
 
206
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
 
207
  
 
208
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
 
209
  
 
210
  * Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
 
211
 
 
212
  * Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby)
 
213
 
 
214
 CHANGES
 
215
 
 
216
  * Moved notify icon code to separate script. (Jelmer Vernooij)
 
217
 
 
218
  * Verify testaments when showing signatures on revisions and
 
219
    re-enable signature display. (Jelmer Vernooij)
 
220
 
 
221
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
 
222
  
 
223
  * Add gmerge command line option (Jasper Groenewegen, #124760)
 
224
 
13
225
 INTERNALS
14
226
 
15
227
  * All i18n calls should now go through _i18n which must be imported from
16
228
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
17
229
    as an anonymous variable. (Vincent Ladeuil)
18
230
 
19
 
 
 
231
  * Add test for linegraph code. (Jelmer Vernooij)
 
232
 
 
233
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
 
234
 
 
235
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
 
236
 
 
237
  * Remove glade from merge dialog. (Jasper Groenewegen)
 
238
 
 
239
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
 
240
 
 
241
  * Remove glade from olive main window (Jasper Groenewegen)
 
242
  
 
243
  * Remove glade from olive info dialog (Jasper Groenewegen)
 
244
 
 
245
  * Rewrite Olive mouse button event handling (Kevin Light)
 
246
  
20
247
0.94.0    2008-05-04
21
248
 
22
249
 CHANGES