/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-04 07:01:58 UTC
  • mto: This revision was merged to the branch mainline in revision 631.
  • Revision ID: v.ladeuil+lp@free.fr-20090504070158-j5cvke5s82ow4v53
Upgrade COMPATIBLE_BZR_VERSIONS.

* __init__.py: 
(COMPATIBLE_BZR_VERSIONS): Add 1.15.0.

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