Jasper Groenewegen wrote:
> Yay! Congratulations everybody! I'm happy I was able to help out and
> make this a great release. :)
Thanks, it's much appreciated! I'm really happy with how 0.95.0 worked out.

> So, what are 'big' things we want for 0.96.0? Or will it be 1.0 or
> something in line with bzr?
> - I'll send in a patch that colors the status in Olive 'Real Soon Now' :P
> - gannotate is good, but I think it could be great if the UI gets a
> reworking (see also https://bugs.launchpad.net/bzr-gtk/+bug/250746)
Yeah, this would indeed be very nice.

> - The current context menu in Olive currently has it own functions that
> open working trees, call dialogs, etc. So I was thinking, this context
> menu may be made more flexible so that it can be used in other bzr-gtk
> dialogs as well (like for example a context menu for unknown files in
> the gcommit window with an option for add and ignore the file).
> 
> So, let's hear your ideas! :)
I'm hoping to put some more work into nautilus-bzr and the preferences
dialog this time. And more random polishing :-)

Cheers,

Jelmer

> Jelmer Vernooij wrote:
> > We're happy to announce the next version of bzr-gtk, 0.95.0. This
> > release contains a large number of bug fixes and new features. 
> > 
> > The changes since 0.94 are:
> > 
> >  UI
> > 
> >   * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
> > 
> >   * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
> > 
> >   * Added menu option for indexing branches if bzr-search is present.
> >     (Jelmer Vernooij)
> > 
> >   * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
> > 
> >   * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
> > 
> >   * Added an optional diff panel to bzr vis.  (Scott Scriven)
> > 
> >   * Made bzr vis remember whether the toolbar is visible.  (Scott
> > Scriven)
> > 
> >   * Made bzr vis remember window and panel sizes.  (Scott Scriven)
> > 
> >   * Sort Olive bookmarks by title (Jasper Groenewegen)
> >   
> >   * Add controls to wrap long lines in gdiff and diff in visualise.
> > (Jasper Groenewegen, #229789)
> >   
> >   * Made merge dialog to give choice between folder and custom location
> > (Jasper Groenewegen)
> > 
> >   * Add new dialog to browse looms and switch to threads in loom
> > branches. (Jelmer Vernooij)
> >   
> >   * Show status for folders in Olive file list (Jasper Groenewegen)
> >   
> >   * Change appearance Olive bookmarks (Jasper Groenewegen)
> >   
> >   * Add ability to have dialog popup from Olive location bar. (Jasper
> > Groenewegen)
> > 
> >  BUG FIXES
> > 
> >   * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
> >   
> >   * Fixed adding tags. (Javier Derderian, #228709)
> > 
> >   * Fix history mode button. (Jasper Groenewegen, #144962)
> > 
> >   * Fixed handle-patch script. (Jelmer Vernooij)
> > 
> >   * Fix import in olive. (Jelmer Vernooij, #223935)
> > 
> >   * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
> > 
> >   * Remove use of upstream removed Repository.revision_parents() 
> >     (Jelmer Vernooij)
> > 
> >   * List network drives in Olive. (Kevin Light, #244308)
> > 
> >   * Fix progress bar handling. (Jelmer Vernooij)
> > 
> >   * Fix broken symlink handling. (Jasper Groenewegen)
> > 
> >   * Fix import in Olive rename dialog. (Kevin Light)
> > 
> >   * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
> > 
> >   * Fixed overflowing labels in bzr vis.  (Scott Scriven)
> > 
> >   * Fix plugin description in gpreferences. (Jasper Groenewegen,
> > #232191)
> > 
> >   * Remove question for setting default push location. (Jasper
> > Groenewegen, #151818)
> > 
> >   * Automatically change to history mode on selecting a revision from
> > the list. (Jasper Groenewegen, #144963)
> > 
> >   * Check if file is versioned before opening gannotate window from
> > olive. (Jasper Groenewegen, #115358)
> >   
> >   * Make sure error/info/warning dialogs know their parent window.
> > (Jasper Groenewegen, #252208)
> >   
> >   * Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen,
> > #229044)
> > 
> >  CHANGES
> > 
> >   * Moved notify icon code to separate script. (Jelmer Vernooij)
> > 
> >   * Verify testaments when showing signatures on revisions and
> >     re-enable signature display. (Jelmer Vernooij)
> > 
> >   * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
> >   
> >   * Add gmerge command line option (Jasper Groenewegen, #124760)
> > 
> >  INTERNALS
> > 
> >   * All i18n calls should now go through _i18n which must be imported
> > from
> >     bzrlib.plugins.gtk. This addresses the occasional collisions with
> > '_' used
> >     as an anonymous variable. (Vincent Ladeuil)
> > 
> >   * Add test for linegraph code. (Jelmer Vernooij)
> > 
> >   * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
> > 
> >   * Share revision context menu and main revision menu in bzr viz.
> > (Jelmer Vernooij)
> > 
> >   * Remove glade from merge dialog. (Jasper Groenewegen)
> > 
> >   * Remove glade from olive about, rename, remove, move, mkdir, add
> > dialogs. (Jasper Groenewegen)
> > 
> >   * Remove glade from olive main window (Jasper Groenewegen)
> >   
> >   * Remove glade from olive info dialog (Jasper Groenewegen)
> > 
> >   * Rewrite Olive mouse button event handling (Kevin Light)
> >   
> > The tarball can be downloaded at:
> > 
> >  * http://samba.org/~jelmer/bzr/bzr-gtk-0.95.0.tar.gz
> > 
> > A GPG signature of this tarball made with my key can be found at:
> > 
> > * http://samba.org/~jelmer/bzr/bzr-gtk-0.95.0.tar.gz.asc
> > 
> > Please report bugs and wishlist items for bzr-gtk in launchpad:
> > 
> > http://launchpad.net/bzr-gtk
> > 
> > Cheers,
> > 
> > Jelmer
> > 
> 
> 

-- 
Jelmer Vernooij <[EMAIL PROTECTED]> - http://samba.org/~jelmer/
Jabber: [EMAIL PROTECTED]

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

-- 
bzr-gtk mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.canonical.com/mailman/listinfo/bzr-gtk

Reply via email to