/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-05-28 15:14:14 UTC
  • mto: This revision was merged to the branch mainline in revision 640.
  • Revision ID: v.ladeuil+lp@free.fr-20090528151414-q5rlh8kaicx2hgqo
Implement commit message saving without modifying bzrlib.

* tests/test_commit.py:
(TestSavedCommitMessages.setUp): Install the post_uncommit hook
for all relevant tests.
(TestUncommitHook.setUp): Use explicit rev-ids to ease debugging.

* commit.py: 
Fix imports. Integrate SavedCommitMessagesManager so that we don't
need to modify bzrlib anymore.
(CommitDialog.__init__, CommitDialog._fill_in_files,
CommitDialog._construct_global_message, CommitDialog._do_cancel,
CommitDialog._do_commit): Stop testing can_save_commit_messages,
SavedCommitMessagesManager is always available now.
(SavedCommitMessagesManager): Borrowed from Anne Mohsen's patch.
(save_commit_messages): Implement the post_uncommit hook.

* __init__.py:
Install a lazy hook.

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