/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: Jelmer Vernooij
  • Date: 2010-03-03 14:10:25 UTC
  • mto: This revision was merged to the branch mainline in revision 686.
  • Revision ID: jelmer@samba.org-20100303141025-rz53ongyh8miv3q5
Don't crash when there is already a lan-notify instance running.

Show diffs side-by-side

added added

removed removed

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