/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: 2009-08-25 13:18:28 UTC
  • mfrom: (654.1.3 bzr-gtk)
  • Revision ID: v.ladeuil+lp@free.fr-20090825131828-wd8qbtnmqzcfucfb
(vila) Switch to python sdist

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