QBzr 0.9.2

First step towards 1.0.

Milestone information

Project:
QBzr
Series:
b-2008
Version:
0.9.2
Released:
 
Registrant:
Alexander Belchenko
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
12 Alexander Belchenko, 13 Gary van der Merwe, 3 Lukáš Lalinský
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
1 Won't Fix, 28 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon qbzr-setup-0.9.2.exe (md5, sig) Windows Standalone Installer 70
last downloaded 40 weeks ago
download icon qbzr-0.9.2.win32.exe (md5, sig) Windows Python-based Installer 49
last downloaded 41 weeks ago
download icon qbzr-0.9.2.tar.gz (md5, sig) Source code 15
last downloaded 40 weeks ago
Total downloads: 134

Release notes 

0.9.2 - 2008-07-22
----------------------
This release is first step towards QBzr 1.0.

In this release QBzr introduce new qlog view with nice graph of revisions.
qcat window now allow you to see images as images, binary files as hex dump,
and target for versioned symlink. Side-by-side diff now able to show changes
in image files; side-by-side and unidiff will show you changes in executable
bit as well. Also you can specify in command line which files
(added/removed/modified/renamed) you want to see in qdiff.

Also there is many other improvements and many bugfixes.
See the list of user-visible changes below.

NOTES: when upgrading old installation of QBzr to 0.9.2, please uninstall
or remove old files first.

 * qannotate:
    * Show tags (if any) for revision in revision message view (#149246)
 * qbrowse:
    * Now supports any kind of URLs as branch location, not only local
      paths (#241930)
    * Double-click on file opens qcat window and show file content
      (#148028). Also user can run this action via context menu -> View file
 * qcat:
    * Show content of image file as image (#242070) and hex dump for other
      binary files
    * Now able to show symlink target. Window title better reflects content
      type
 * qcommit:
    * Don't show entire filename as extension if name started with dot
      (e.g. for .bzrignore files)
    * Set focus on Message Edit area if there is no saved message;
      otherwise set focus on OK button (#215271)
    * UI improvements:
        * user can walk with Tab key over all control widgets (#243177);
        * message saved not only when user press Cancel, but on other closing
          actions too (e.g. Alt+F4);
        * Ctrl+Enter in message edit area triggers commit action (#148156)
 * qdiff:
    * Options to filter diff output (to see added/deleted/modified/renamed
      files in any combination)
    * Show label '[binary file]' for modified binary files (#165006)
    * Images are shown in side by side diff. (#242083)
    * Window loads straight away, and the diff loads incrementaly in the
      background, showing files that have be diffed as the become availible.
      (#174964)
    * Show changes in x bits. (#153817)
 * qlog:
    * Always show location even in the case it runs as ``bzr qlog``
    * Add a revision graph that can be expanded and colapsed. (#242752)
 * qdiff, qcat, qannotate: Font sizes are no longer set a a small 8pt. They
   now use the default widget font size. (#240859)

Changelog 

This release does not have a changelog.

0 blueprints and 29 bugs targeted

Bug report Importance Assignee Status
249605 #249605 setup.py does not remove old files (moved to lib/) 4 Medium   4 Won't Fix
249931 #249931 Crash when running qannotate 2 Critical Gary van der Merwe  10 Fix Released
250027 #250027 qdiff side-by-side is not aligned properly when there is no newline at one side 3 High Alexander Belchenko  10 Fix Released
250028 #250028 qlog: unabe to show graph for merge of 2 roots 3 High Gary van der Merwe  10 Fix Released
250029 #250029 qlog: odd graph in qbzr trunk 3 High Gary van der Merwe  10 Fix Released
250159 #250159 qdiff: wrong diff for removed file 3 High Gary van der Merwe  10 Fix Released
148246 #148246 qdiff --complete is extremely slow 4 Medium Lukáš Lalinský  10 Fix Released
165006 #165006 qdiff: show some text for changed binary files 4 Medium Alexander Belchenko  10 Fix Released
174964 #174964 qlog seems hang when invoking qdiff for very big tree 4 Medium Lukáš Lalinský  10 Fix Released
215271 #215271 qcommit set keyboard focus on OK button. 4 Medium Alexander Belchenko  10 Fix Released
230207 #230207 side-by-side qdiff doesn't show the full filename 4 Medium Lukáš Lalinský  10 Fix Released
241889 #241889 show merge --preview in qdiff window? 4 Medium Gary van der Merwe  10 Fix Released
241930 #241930 qbrowse does not support sftp:// nor bzr+ssh:// 4 Medium Alexander Belchenko  10 Fix Released
242752 #242752 qviz: another history viewer with nice revisions graph 4 Medium Gary van der Merwe  10 Fix Released
247042 #247042 bzr qlog FILE is slow and hangs 4 Medium Gary van der Merwe  10 Fix Released
247820 #247820 clicking on a parent/children revision in qlog fails 4 Medium Gary van der Merwe  10 Fix Released
248958 #248958 qlog fails on empty branch 4 Medium Gary van der Merwe  10 Fix Released
250035 #250035 qlog: graph for partially merged branches 4 Medium Gary van der Merwe  10 Fix Released
149246 #149246 qannotate: right bottom box: does not show tags for revision 5 Low Alexander Belchenko  10 Fix Released
153817 #153817 side-by-side qdiff does not show changes in x-bit 5 Low Gary van der Merwe  10 Fix Released
240859 #240859 q-windows should provide the way to change font size 5 Low Gary van der Merwe  10 Fix Released
242070 #242070 qcat: show image file as image 5 Low Alexander Belchenko  10 Fix Released
242659 #242659 qpull/qpush: progress bar is too verbose and therefore slowdown operation 5 Low Alexander Belchenko  10 Fix Released
243177 #243177 qcommit: go off message edit area with Tab? 5 Low Alexander Belchenko  10 Fix Released
245346 #245346 Windows installer should include pygments 5 Low Alexander Belchenko  10 Fix Released
148028 #148028 Double clicking file in browse window should show its contents 6 Wishlist Alexander Belchenko  10 Fix Released
148156 #148156 hot keys (Esc, Ctrl+Enter) 6 Wishlist Alexander Belchenko  10 Fix Released
172559 #172559 qbzr needs test suite 6 Wishlist Alexander Belchenko  10 Fix Released
242083 #242083 qdiff: command to show side-by-side diff for 2 images 6 Wishlist Gary van der Merwe  10 Fix Released
This milestone contains Public information
Everyone can see this information.