/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: David Planella
  • Date: 2010-08-21 09:38:06 UTC
  • mto: This revision was merged to the branch mainline in revision 719.
  • Revision ID: david.planella@ubuntu.com-20100821093806-9u7cq5gcaml6k2ln
Added the rest of files necessary for i18n support in the build system

Show diffs side-by-side

added added

removed removed

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