/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: 2008-06-29 18:12:29 UTC
  • mto: This revision was merged to the branch mainline in revision 519.
  • Revision ID: jelmer@samba.org-20080629181229-1l2m4cf7vvbyh8qg
Simplify progress bar code, use embedded progress bar inside viz window.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.96.0  UNRELEASED
2
 
 
3
 
 UI
4
 
 
5
 
  * Add colored status messages in Olive file list (Jasper Groenewegen)
6
 
 
7
 
 CHANGES
8
 
 
9
 
  * Add ginfo command line option (Jasper Groenewegen)
10
 
 
11
 
 BUG FIXES
12
 
 
13
 
  * Fix Olive homepage URL. (#255152)
14
 
 
15
 
0.95.0  2008-08-04
 
1
0.95.0  UNRELEASED
16
2
 
17
3
 UI
18
4
 
19
5
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
20
6
 
21
 
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
22
 
 
23
 
  * Added menu option for indexing branches if bzr-search is present.
24
 
    (Jelmer Vernooij)
25
 
 
26
 
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
27
 
 
28
 
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
29
 
 
30
 
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
31
 
 
32
 
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
33
 
 
34
 
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
35
 
 
36
 
  * Sort Olive bookmarks by title (Jasper Groenewegen)
37
 
  
38
 
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
39
 
  
40
 
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
41
 
 
42
 
  * Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
43
 
  
44
 
  * Show status for folders in Olive file list (Jasper Groenewegen)
45
 
  
46
 
  * Change appearance Olive bookmarks (Jasper Groenewegen)
47
 
  
48
 
  * Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
49
 
 
50
7
 BUG FIXES
51
8
 
52
9
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
53
10
  
54
11
  * Fixed adding tags. (Javier Derderian, #228709)
55
12
 
56
 
  * Fix history mode button. (Jasper Groenewegen, #144962)
57
 
 
58
 
  * Fixed handle-patch script. (Jelmer Vernooij)
59
 
 
60
 
  * Fix import in olive. (Jelmer Vernooij, #223935)
61
 
 
62
 
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
63
 
 
64
 
  * Remove use of upstream removed Repository.revision_parents() 
65
 
    (Jelmer Vernooij)
66
 
 
67
 
  * List network drives in Olive. (Kevin Light, #244308)
68
 
 
69
 
  * Fix progress bar handling. (Jelmer Vernooij)
70
 
 
71
 
  * Fix broken symlink handling. (Jasper Groenewegen)
72
 
 
73
 
  * Fix import in Olive rename dialog. (Kevin Light)
74
 
 
75
 
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
76
 
 
77
 
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
78
 
 
79
 
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
80
 
 
81
 
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
82
 
 
83
 
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
84
 
 
85
 
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
86
 
  
87
 
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
88
 
  
89
 
  * Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
90
 
 
91
 
 CHANGES
92
 
 
93
 
  * Moved notify icon code to separate script. (Jelmer Vernooij)
94
 
 
95
 
  * Verify testaments when showing signatures on revisions and
96
 
    re-enable signature display. (Jelmer Vernooij)
97
 
 
98
 
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
99
 
  
100
 
  * Add gmerge command line option (Jasper Groenewegen, #124760)
101
 
 
102
13
 INTERNALS
103
14
 
104
15
  * All i18n calls should now go through _i18n which must be imported from
105
16
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
106
17
    as an anonymous variable. (Vincent Ladeuil)
107
18
 
108
 
  * Add test for linegraph code. (Jelmer Vernooij)
109
 
 
110
 
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
111
 
 
112
 
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
113
 
 
114
 
  * Remove glade from merge dialog. (Jasper Groenewegen)
115
 
 
116
 
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
117
 
 
118
 
  * Remove glade from olive main window (Jasper Groenewegen)
119
 
  
120
 
  * Remove glade from olive info dialog (Jasper Groenewegen)
121
 
 
122
 
  * Rewrite Olive mouse button event handling (Kevin Light)
123
 
  
 
19
 
124
20
0.94.0    2008-05-04
125
21
 
126
22
 CHANGES