5
  * Add colored status messages in Olive file list (Jasper Groenewegen)
 
 
9
  * Add ginfo command line option (Jasper Groenewegen)
 
 
13
  * Fix Olive homepage URL. (#255152)
 
 
15
  * Mark as compatible with bzr 1.13.
 
5
21
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
 
 
23
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
 
 
25
  * Added menu option for indexing branches if bzr-search is present.
 
 
28
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
 
 
30
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
 
 
32
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
 
 
34
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
 
 
36
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
 
 
38
  * Sort Olive bookmarks by title (Jasper Groenewegen)
 
 
40
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
 
 
42
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
 
 
44
  * Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
 
 
46
  * Show status for folders in Olive file list (Jasper Groenewegen)
 
 
48
  * Change appearance Olive bookmarks (Jasper Groenewegen)
 
 
50
  * Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
 
9
54
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
 
11
56
  * Fixed adding tags. (Javier Derderian, #228709)
 
 
58
  * Fix history mode button. (Jasper Groenewegen, #144962)
 
 
60
  * Fixed handle-patch script. (Jelmer Vernooij)
 
 
62
  * Fix import in olive. (Jelmer Vernooij, #223935)
 
 
64
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
 
 
66
  * Remove use of upstream removed Repository.revision_parents() 
 
 
69
  * List network drives in Olive. (Kevin Light, #244308)
 
 
71
  * Fix progress bar handling. (Jelmer Vernooij)
 
 
73
  * Fix broken symlink handling. (Jasper Groenewegen)
 
 
75
  * Fix import in Olive rename dialog. (Kevin Light)
 
 
77
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
 
 
79
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
 
 
81
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
 
 
83
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
 
 
85
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
 
 
87
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
 
 
89
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
 
 
91
  * Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
 
 
93
  * Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby)
 
 
97
  * Moved notify icon code to separate script. (Jelmer Vernooij)
 
 
99
  * Verify testaments when showing signatures on revisions and
 
 
100
    re-enable signature display. (Jelmer Vernooij)
 
 
102
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
 
 
104
  * Add gmerge command line option (Jasper Groenewegen, #124760)
 
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)
 
 
112
  * Add test for linegraph code. (Jelmer Vernooij)
 
 
114
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
 
 
116
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
 
 
118
  * Remove glade from merge dialog. (Jasper Groenewegen)
 
 
120
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
 
 
122
  * Remove glade from olive main window (Jasper Groenewegen)
 
 
124
  * Remove glade from olive info dialog (Jasper Groenewegen)
 
 
126
  * Rewrite Olive mouse button event handling (Kevin Light)