/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-06-10 16:38:37 UTC
  • mto: This revision was merged to the branch mainline in revision 648.
  • Revision ID: v.ladeuil+lp@free.fr-20090610163837-8n8122j38ozwd5ef
Fix #385191 by using the new progress reporting API.

* ui.py:
(GtkProgressBar): Simplified, we don't need to inherit from
_BaseProgressBar.
(GtkProgressBar.update): Show the widget.
(ProgressBarWindow.__init__): Simplified. Don't show
unconditionally.
(ProgressBarWindow.update): Show the widget.
(ProgressPanel.update): Show the widget.
(GtkUIFactory.__init__): Simplified.
(GtkUIFactory._progress_all_finished): 

* branchview/treeview.py:
(TreeView.__init__): Set the progress reporting widget.

Show diffs side-by-side

added added

removed removed

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