/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: Vincent Ladeuil
  • Date: 2010-03-01 08:52:45 UTC
  • mfrom: (682.1.2 setup)
  • Revision ID: v.ladeuil+lp@free.fr-20100301085245-506msq0tu9bmji95
Guard setup() call when not loaded as __main__

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