/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: 2007-04-03 17:16:07 UTC
  • mfrom: (187 trunk)
  • mto: This revision was merged to the branch mainline in revision 188.
  • Revision ID: jelmer@samba.org-20070403171607-0zaskazouokrm4cq
Tags: bzr-gtk-0.15.2
PrepareĀ forĀ 0.15.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.15.2  2007-04-03
 
2
 
 
3
 BUG FIXES
 
4
 
 
5
  * Fix regression that prevented gannotate from being used (#97473, 
 
6
                                                                                                                        Vincent, Jelmer)
 
7
 
 
8
  * Fix regression that prevented gstatus from being used (Jelmer)
 
9
 
 
10
  * Fix status dialog size (Jelmer)
 
11
 
 
12
 FEATURES
 
13
 
 
14
  * Update commit-notify to use new dbus API (Robert)
 
15
 
 
16
  * Display remote locations in commit-notify (Robert)
 
17
 
 
18
0.15.1  2007-03-25
 
19
 
 
20
 BUG FIXES
 
21
 
 
22
  * Prevent test suite from causing default-encoding changes (Aaron)
 
23
 
 
24
  * Fix testsuite when Olive was run before (Szilveszter)
 
25
 
 
26
  * Fix locking issue in Olive (Szilvester, #91522)
 
27
 
 
28
  * Don't obtain handle to networkmanager until necessary (Jelmer)
 
29
 
 
30
  * Better behavior in annotate when unable to go back (Aaron)
 
31
 
 
32
 FEATURES
 
33
 
 
34
  * Add very simple TortoiseBzr implementation (Wouter, Jelmer)
 
35
 
 
36
  * Add 'forward' button in gannotate (Aaron)
 
37
 
 
38
  * Add simple GTK+ progress bars (Jelmer)
 
39
 
 
40
  * Add gmissing command (Jelmer)
 
41
 
 
42
  * Add simple preferences window with plugin list and global settings
 
43
  (Jelmer)
 
44
 
 
45
  * Add new command 'commit-notify' to listen for commits on dbus and
 
46
  show them via pynotify. (Robert)
 
47
 
 
48
 UI IMPROVEMENTS
 
49
 
 
50
  * Move search fields in gannotate directly below source window (Aaron)
 
51
 
 
52
  * Move buttons to top, tweak layout (Aaron)
 
53
 
 
54
  * Strict commits are now a dialog, not a check box (Jelmer)
 
55
 
 
56
0.15.0  2007-03-09
 
57
 
 
58
BUG FIXES
 
59
 
 
60
  * Fix gannotate interaction with dirstate (Aaron)
 
61
 
 
62
  * Default button set on Commit dialog (#83030, Szilveszter)
 
63
 
 
64
  * Fix branch-nick handling (Aaron)
 
65
 
 
66
  * Defer cairo import to prevent import errors (Aaron)
 
67
 
 
68
  * More use of lazy_imports to speed up timing (Aaron)
 
69
 
 
70
  * Fix diff window freeze when shown from commit (Szilveszter)
 
71
 
 
72
  * Allow to commit single files from the context menu (#54983, Szilveszter)
 
73
 
 
74
FEATURES
 
75
 
 
76
  * Add ability to install nautilus plugin (#75603, Szilveszter)
 
77
 
 
78
  * Add conflicts window (Szilveszter)
 
79
 
 
80
  * Use network manager to determine default value of "Local Commit"
 
81
setting (Jelmer)
 
82
 
 
83
  * Add status window (Jelmer, Szilveszter)
 
84
 
 
85
  * Add revision browser for push and pull dialogs (Szilveszter)
 
86
 
 
87
  * Add revert functionality to context menu (Szilveszter)
 
88
 
 
89
INTERNAL
 
90
 
 
91
  * Some more code converted to not use glade (Szilveszter, Jelmer)
 
92
 
 
93
  * Move url history and preferences code to a separate class (Jelmer)
 
94
 
 
95
  * Merge revision info code for gannotate and viz into single new widget
 
96
(Jelmer)
 
97
 
 
98
  * Add initial testsuite (Jelmer)
 
99
 
 
100
0.14.0  2007-01-30
 
101
 
 
102
  * Add revert functionality (Szilvester)
 
103
 
 
104
  * Rewritten CommitDialog without glade (Szilvester)
 
105
 
 
106
  * Allow to commit single files from the context menu (Fixes #54983,
 
107
                                                                                                           Szilvester)
 
108
 
 
109
  * Warn about incompatible Bazaar versions (Jelmer)
 
110
 
 
111
  * Fixed gbranch (#77751, Szilvester)
 
112
 
 
113
  * Use the UI factory (Jelmer)
 
114
 
 
115
  * Generic handling of errors (Jelmer)
 
116
 
 
117
  * Set default drive letter (#67924, Szilvester)
 
118
 
 
119
  * Show error if no diff available for the selected file (#76536,
 
120
                                                                                                                  Szilvester)
 
121
 
 
122
  * Handle current revision in annotate better (Aaron)
 
123
 
 
124
  * Support scrolling based on an offset in annotate (Aaron)
 
125
 
 
126
  * Add "Back" button in annotate (Aaron)
 
127
 
 
128
  * Removed some unused functions (Aaron)
 
129
 
 
130
  * Added Ctrl+G and Ctrl+F shortcuts to annotate (#73965, Vincent)
 
131
 
 
132
  * Nicer error when pygtk not installed (Aaron)
 
133
 
 
134
  * Show uncommitted changes in annotate (Aaron)
 
135
 
 
136
  * Support annotate in olive (#73786, Szilvester)
 
137
 
 
138
  * Ignored files no longer shown as unknown (#67926, Szilvester)
 
139
 
 
140
  * Don't allow merge if there are local changes (#73770, Szilvester)
 
141
 
 
142
  * Fix bookmark dialog (#67922, Szilvester)
 
143
 
 
144
  * Fix remove dialog (#73766 and #73767, Szilvester)
 
145
 
 
146
  * Several other small regression fixes (Szilvester)
 
147
 
 
148
0.13.0  2006-12-13
 
149
 
 
150
  * Don't show pending merge list when there are no pending merges
 
151
    (Alexander Belchenko)
 
152
 
 
153
  * Better error handling in gcommit (Alexander Belchenko)
 
154
 
 
155
  * Fix desktop file compliancy to standard (Toshio Kuratomi) #75278
 
156
 
 
157
  * Rename put into context menu (Szilvester Farkas) #73774
 
158
 
 
159
  * Improved commit dialog (Szilvester Farkas) #73778
 
160
 
 
161
  * Rename dialog contains original name (Szilvester Farkas) #73775
 
162
 
 
163
  * Bookmarks can be removed (Szilvester Farkas)
 
164
 
 
165
  * Run Olive after maximizing window (Szilvester Farkas) #70134
 
166
 
 
167
  * Check empty commit message at commit time (vila) #73737
 
168
 
 
169
  * Use dotted revnos in gannotate (Aaron Bentley)
 
170
 
 
171
0.12.0  2006-11-04
 
172
 
 
173
  * #68127: gcommit is broken
 
174
 
 
175
  * #67934: various win32 fixes
 
176
 
 
177
  * #67933: fix product name in setup.py
 
178
 
 
179
  * #67930: gdiff relies on plugin name being 'gtk'
 
180
 
 
181
  * #66937: process doesn't stop after closing commit dialog
 
182
  
 
183
  * #66091: commit after merge fails
 
184
  
 
185
  * #67927: fix non-ascii commit message