/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: 2008-01-23 16:36:21 UTC
  • mto: (423.1.8 trunk)
  • mto: This revision was merged to the branch mainline in revision 429.
  • Revision ID: daniel.schierbeck@gmail.com-20080123163621-x8kublc38ojipnly
Made the revision popup menu correctly add tags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.94.0  UNRELEASED
 
2
 
 
3
 UI
 
4
 
 
5
  * Made the tags associated with a revision render next to the revision
 
6
    node in the branch view. (Ali Sabil)
 
7
 
 
8
  * Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
 
9
 
 
10
 BUG FIXES
 
11
 
 
12
  * Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
 
13
  
 
14
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi)
 
15
  
 
16
  * Make viz not throw errors when there are 0 commits. (#173698, Gary van der
 
17
    Merwe)
 
18
 
 
19
 FEATURES
 
20
 
 
21
  * Only check for old Bazaar versions that are known to be incompatible and 
 
22
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
 
23
        the API is sufficiently stable now. (Jelmer Vernooij)
 
24
 
 
25
 INTERNALS
 
26
 
 
27
  * Refactored the revisionview. (Daniel Schierbeck)
 
28
 
 
29
0.93.0  2007-12-10
 
30
 
 
31
 UI
 
32
 
 
33
  * Added a menu bar to the viz. (Daniel Schierbeck)
 
34
     - Select a revision by tag.
 
35
     - Show/hide tree view columns.
 
36
 
 
37
 BUG FIXES
 
38
 
 
39
  * Make toolbars in Olive follow GNOME standards. (#137074)
 
40
 
 
41
 INTERNALS
 
42
 
 
43
  * Allow test suite to run without PyGTK. (Aaron Bentley)
 
44
 
 
45
0.92.1  2007-11-10
 
46
 
 
47
 BUG FIXES
 
48
 
 
49
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
 
50
 
 
51
0.92.0  2007-11-07
 
52
 
 
53
 UI
 
54
 
 
55
  * Removed email part of committer id from committer column in the revision
 
56
    history window. (Daniel Schierbeck)
 
57
    
 
58
  * Removed date column from revision history window. (Daniel Schierbeck)
 
59
  
 
60
  * Rearranged the logview into a notebook. (Daniel Schierbeck)
 
61
  
 
62
  * Redesigned the Commit dialog. (John Arbash Meinel)
 
63
  
 
64
  * Broken lines support made optional. (Daniel Schierbeck)
 
65
 
 
66
 FEATURES
 
67
 
 
68
  * Rewrite of a large ammount of the viz code:
 
69
        * Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
 
70
        * A new algorithm to work out how to draw the lines using the
 
71
          revsion numbers returned from merge_sort.
 
72
        * Lines that are very long are broken, which results in the graph
 
73
          requiring less space to render and the graph is easier to interpret.
 
74
          (#82907)
 
75
        * Choose the color for a branch from the revsion number, which results
 
76
          in stable colors. Revisions on the mainline are allways black.
 
77
        * Implement a TreeModel that loads the revision data only when a a
 
78
          revision is scrolled into view, improving the time it takes to display
 
79
          the first screen of data by 92%. (#124143)
 
80
        * Add a column to display the revision number. (#64167)
 
81
        * Add buttons to navigate to child revisions.
 
82
    (Gary van der Merwe)
 
83
 
 
84
  * Added a revert option to the revision menu. (Gary van der Merwe)
 
85
 
 
86
 BUG FIXES
 
87
 
 
88
  * Show children on new row in table to avoid very broad windows in viz. 
 
89
    (Jelmer)
 
90
 
 
91
  * viz slow when run from olive. (#70463, Gary van der Merwe)
 
92
  
 
93
  * Make it possible to open diff from the commit window when there are pending
 
94
    merges. (Gary van der Merwe)
 
95
    
 
96
 INTERNALS
 
97
 
 
98
  * Use standard version tuple. (Jelmer)
 
99
 
 
100
  * Add check command to setup.py. (Jelmer)
 
101
 
 
102
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
 
103
 
 
104
0.91.0  2007-09-24
 
105
 
 
106
 UI
 
107
 
 
108
  * Added keyboard shortcuts for closing windows and exiting Olive.
 
109
    (#139559, Daniel Schierbeck)
 
110
  * Add a message to the viz window to indicate that the graph is still loading.
 
111
    (Gary van der Merwe)
 
112
 
 
113
  * The tip revision will be automatically selected in the branch visualization
 
114
    window. (#144244, Daniel Schierbeck)
 
115
  
 
116
  * Updated olive-gtk.desktop: Polish translation and additional categories.
 
117
    (Mateusz Korniak)
 
118
 
 
119
 BUG FIXES
 
120
 
 
121
  * Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
 
122
    (#140512, James Westby) 
 
123
 
 
124
  * Right-clicking in Olive's file list works again. (#136310, Mark Lee)
 
125
  
 
126
  * Annotate context menu works again. (Daniel Schierbeck)
 
127
  
 
128
  * Fixed push (with overwite) behavior when branches are diverged.
 
129
    (Mateusz Korniak)
 
130
  
 
131
  * Local missing revisions are remote extra revisions (Missing revisions menu
 
132
    item in Olive). (Mateusz Korniak)
 
133
 
 
134
 INTERNALS
 
135
 
 
136
  * `bzr viz --limit` much more faster than before. (John Arbash Meinel)
 
137
 
 
138
  * Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
 
139
  
 
140
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
 
141
    (Mateusz Korniak)
 
142
 
1
143
0.90.0  2007-08-27
2
144
 
3
145
 FEATURES
19
161
 UI
20
162
  
21
163
  * Improve Preferences dialog layout. (Jelmer)
22
 
 
 
164
 
23
165
 INTERNALS:
24
166
 
25
167
  * Updated pot generator script and regenerated the translation template.