/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: Daniel Schierbeck
  • Date: 2007-10-14 15:54:57 UTC
  • mto: This revision was merged to the branch mainline in revision 317.
  • Revision ID: daniel.schierbeck@gmail.com-20071014155457-m3ek29p4ima8ev7d
Added the new Window base class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.17.0  UNRELEASED
2
 
 
3
 
 FEATURES
4
 
 
5
 
  * Added an EXPERIMENTAL feature for browsing remote branches (Szilveszter)
 
1
0.92.0  UNRELEASED
 
2
 
 
3
 FEATURES
 
4
 
 
5
  * Rewrite of a large ammount of the viz code:
 
6
        * Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
 
7
        * A new algorithm to work out how to draw the lines using the
 
8
          revsion numbers returned from merge_sort.
 
9
        * Lines that are very long are broken, which results in the graph
 
10
          requiring less space to render and the graph is easier to interpret.
 
11
          (#82907)
 
12
        * Choose the color for a branch from the revsion number, which results
 
13
          in stable colors. Revisions on the mainline are allways black.
 
14
        * Implement a TreeModel that loads the revision data only when a a
 
15
          revision is scrolled into view, improving the time it takes to display
 
16
          the first screen of data by 92%. (#124143)
 
17
        * Add a column to display the revision number. (#64167)
 
18
        * Add buttons to navigate to child revisions.
 
19
    (Gary van der Merwe)
 
20
 
 
21
 BUG FIXES
 
22
 
 
23
  * Show children on new row in table to avoid very broad windows in viz. 
 
24
    (Jelmer)
 
25
    
 
26
 INTERNALS
 
27
 
 
28
  * Use standard version tuple. (Jelmer)
 
29
 
 
30
  * Add check command to setup.py. (Jelmer)
 
31
 
 
32
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
 
33
 
 
34
0.91.0  2007-09-24
 
35
 
 
36
 UI
 
37
 
 
38
  * Added keyboard shortcuts for closing windows and exiting Olive.
 
39
    (#139559, Daniel Schierbeck)
 
40
  * Add a message to the viz window to indicate that the graph is still loading.
 
41
    (Gary van der Merwe)
 
42
 
 
43
  * The tip revision will be automatically selected in the branch visualization
 
44
    window. (#144244, Daniel Schierbeck)
 
45
  
 
46
  * Updated olive-gtk.desktop: Polish translation and additional categories.
 
47
    (Mateusz Korniak)
 
48
 
 
49
 BUG FIXES
 
50
 
 
51
  * Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
 
52
    (#140512, James Westby) 
 
53
 
 
54
  * Right-clicking in Olive's file list works again. (#136310, Mark Lee)
 
55
  
 
56
  * Annotate context menu works again. (Daniel Schierbeck)
 
57
  
 
58
  * Fixed push (with overwite) behavior when branches are diverged.
 
59
    (Mateusz Korniak)
 
60
  
 
61
  * Local missing revisions are remote extra revisions (Missing revisions menu
 
62
    item in Olive). (Mateusz Korniak)
 
63
 
 
64
 INTERNALS
 
65
 
 
66
  * `bzr viz --limit` much more faster than before. (John Arbash Meinel)
 
67
 
 
68
  * Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
 
69
  
 
70
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
 
71
    (Mateusz Korniak)
 
72
 
 
73
0.90.0  2007-08-27
 
74
 
 
75
 FEATURES
 
76
 
 
77
  * Add ability to hide ignored files in Olive (#134121, Tom Badran)
 
78
 
 
79
  * Show tags in bzr viz. (Jelmer)
 
80
 
 
81
  * Handle large files correctly in Olive. (#127392, Mateusz Korniak)
 
82
 
 
83
  * Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
 
84
  
 
85
  * Added "update" menu item in Olive. (Mateusz Korniak)
 
86
  
 
87
  * New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
 
88
  
 
89
  * Show bzr viz interface quickly. (Gary van der Merwe)
 
90
 
 
91
 UI
 
92
  
 
93
  * Improve Preferences dialog layout. (Jelmer)
 
94
 
 
95
 INTERNALS:
 
96
 
 
97
  * Updated pot generator script and regenerated the translation template.
 
98
    (Szilveszter)
 
99
 
 
100
  * Add helper widget for selecting branches (Jelmer)
 
101
    
 
102
 BUG FIXES
 
103
 
 
104
  * Support DBus being present but NetworkManager missing. (#126767, Mateusz
 
105
  Korniak, Jelmer)
 
106
 
 
107
  * Fixed interface to push.PushDialog (Mateusz Korniak)
 
108
 
 
109
  * Fix so the when Olive is run from the source code, the toolbar and menu
 
110
    icons show. (Gary van der Merwe, #131520)
 
111
 
 
112
  * Fix a regression that Olive was no longer able to find bzrlib location
 
113
    due to a change in the output of "bzr version". (Gary van der Merwe)
 
114
 
 
115
  * Fix a regression that Olive branch info window was not working. (Gary van
 
116
    der Merwe)
 
117
    
 
118
  * Fixed tags formatting. (Aaron)
 
119
 
 
120
0.18.0  2007-07-17
 
121
 
 
122
 FEATURES
 
123
 
 
124
  * Add support for customizing colors in the diff window via ~/.colordiffrc
 
125
    or gedit's syntax highlighting configuration. See README file for details.
 
126
    (Adeodato Simó)
 
127
 
 
128
  * Add Inspect and Branch buttons to notification window. (Robert)
 
129
 
 
130
  * Add notification area icon with context menu. (Jelmer)
 
131
 
 
132
  * New tango icons. (Pascal Klein)
 
133
 
 
134
  * Add simple About dialog. (Jelmer)
 
135
 
 
136
  * Add context menu in bzrk. (Jelmer)
 
137
 
 
138
 BUG FIXES
 
139
 
 
140
  * Fix option help strings to comply with the style guide. (Vincent)
 
141
 
 
142
  * Fix import of BzrError. (Aaron)
 
143
 
 
144
  * Fix missing attributes for DummyRevision. (Vincent)
 
145
 
 
146
  * Never refuse to run with newer versions of bzr, just warn. (Jelmer)
 
147
 
 
148
 
 
149
0.17.0  2007-06-15
 
150
 
 
151
 FEATURES
 
152
 
 
153
  * Added an EXPERIMENTAL feature for browsing remote branches in Olive 
 
154
    (Szilveszter)
6
155
 
7
156
  * Bookmarked locations are now added to branch/checkout history (Szilveszter)
8
157
 
9
158
  * There are now more columns in the file list, and you can sort by them
10
 
  (Szilveszter)
 
159
    (Szilveszter)
11
160
 
12
161
  * A location bar was added to the top of the file list. On Windows, the
13
 
  drive selector combo was moved here (Szilveszter)
 
162
    drive selector combo was moved here (Szilveszter)
 
163
 
 
164
  * Don't warn about incompatible versions when .dev version of Bazaar is used 
 
165
    (Aaron)
14
166
 
15
167
 BUG FIXES
16
168
 
17
169
  * Get and Checkout dialogs: scan the branch only if the entry has lost focus
18
 
  (#93653, Szilveszter)
 
170
    (#93653, Szilveszter)
19
171
 
20
172
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
21
173