/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: Jasper Groenewegen
  • Date: 2008-07-20 13:23:29 UTC
  • mto: This revision was merged to the branch mainline in revision 560.
  • Revision ID: colbrac@xs4all.nl-20080720132329-srxnl5lf1k3z43jz
Better way to return response

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
1
0.95.0  UNRELEASED
125
2
 
126
3
 UI
127
4
 
143
20
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
144
21
 
145
22
  * 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
23
 
159
24
 BUG FIXES
160
25
 
185
50
 
186
51
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
187
52
 
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
53
 CHANGES
203
54
 
204
55
  * Moved notify icon code to separate script. (Jelmer Vernooij)
207
58
    re-enable signature display. (Jelmer Vernooij)
208
59
 
209
60
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
210
 
  
211
 
  * Add gmerge command line option (Jasper Groenewegen, #124760)
212
61
 
213
62
 INTERNALS
214
63
 
226
75
 
227
76
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
228
77
 
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
 
  
235
78
0.94.0    2008-05-04
236
79
 
237
80
 CHANGES