/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: Jasper Groenewegen
  • Date: 2008-08-04 21:37:01 UTC
  • mfrom: (592.2.1 statuscolor)
  • Revision ID: colbrac@xs4all.nl-20080804213701-vqeapg4fr1ideemz
Merge Olive file list status message coloring

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