/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: 2009-05-21 21:00:16 UTC
  • mto: This revision was merged to the branch mainline in revision 637.
  • Revision ID: jelmer@samba.org-20090521210016-lyiqa4u5ae11tetj
Use ITEM_NETWORK_PASSWORD rather than ITEM_GENERIC_SECRET.

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