/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: Lucas Shrewsbury
  • Date: 2009-08-24 05:45:14 UTC
  • mto: This revision was merged to the branch mainline in revision 663.
  • Revision ID: rollbak@gmail.com-20090824054514-x5cteatkygzhw1ls
Fix #294632 by adding ignored emblem and correct status.
Fix #417966 by setting not emblem and correcting status.

* nautilus-bzr.py:
(BzrExtension.update_file_info): added check for ignored and unversioned files.

* setup.py: 
(data_files): added ignored emblem image.

Show diffs side-by-side

added added

removed removed

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