QBzr 0.16 "Acacia"

Milestone information

Project:
QBzr
Series:
0.18
Version:
0.16
Code name:
Acacia
Released:
 
Registrant:
Gary van der Merwe
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:
5 Alexander Belchenko, 18 Gary van der Merwe
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
23 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.16.exe (md5, sig) Windows Installer 205
last downloaded 79 weeks ago
download icon qbzr-0.16.tar.gz (md5, sig) Source Code 313
last downloaded 79 weeks ago
Total downloads: 518

Release notes 

This release does not have release notes.

Changelog 

View the full changelog

What's new in this release:

 * qswitch:
   * Added support for --create-branch option to "bzr switch". (A. S. Budden)
 * SubprocessUIFactory and QUIFactory now both support get_username, and
   get_boolean. (Bug #421851, Gary van der Merwe)
 * Save the size of Dialogs when the user press Esc. (Bug #417809,
   Gary van der Merwe)
 * qlog:
   * Get the max main_line digets in a different way so that we don't break
     --no-graph. (Bug #455867, Gary van der Merwe)
   * Corrected the margin for the revision number column. (Gary van der Merwe)
   * When loading the file list delta, only lock the repositories that are
     being used. If the 2 trees are from the same repositories, load them
     together. (Gary van der Merwe)
   * When viewing a svn repo, only show the file list if 1 revision is selected,
     and if so, use a optimized method to do so. (Bug #450225,
     Gary van der Merwe)
   * Show a throbber above the file list while a delta is being loaded.
     (Gary van der Merwe)
   * Fix a bug when refreshing a branch with revisions that have been removed.
     (Bug #435486, Gary van der Merwe)
 * qlog/qannotate:
   * Preserve leading whitespace in the lines of the log message.
     (Max Bowsher)
 * qadd:
   * Don't show unchanged directories that contain ignored files.
     (Bug #462435, Gary van der Merwe)
 * qcommit, qadd, qrevert:
   * Directoies with 4 or more sub items are grouped in the tree view.
     (Bug #456198, Gary van der Merwe)
   * Correct the old path shown for renamed files. (Bug #432572,
     Gary van der Merwe)
   * Passing a directory via the command line now correctly checks the
     directory. (Bug #435034, Gary van der Merwe)
   * For qcommit, It is now possible to select unversioned file and directories
     via the command line. (Gary van der Merwe)
   * Automaticly expand to the check items on load. (Gary van der Merwe)
   * Fix View for unversoined files when run from a sub directory of the
     working tree. (Gary van der Merwe)
 * qcommit/qbrowse:
   * Conflicts are shown in the status column. External merge applications
     can be launched to resolve these conflicts, and the conflicts can be
     marked as merged. (Bug #174509, Gary van der Merwe)
   * Improved the usibility of the context menu add, and revert actions.
     These now directly use the api, rather than via subprocess. There is
     now no prompt for add. With large trees, there is less flicker when the
     tree is refreshed, and the scroll position is remembered.
     (Gary van der Merwe)
   * It is now possible to rename and move files or directories, and to mark
     files or directories that have allready been renamed or moved as such.
     (Gary van der Merwe)
   * It is now possible to remove files from the branch. (Gary van der Merwe)
   * Show blank icon for missing files. (Bug #418471, Gary van der Merwe)
 * qcommit/uncommit:
   * Catch AttributeError in save of commit_data during qcommit and/or uncommit
     in lightweight checkout from branch accessed via smart-server
     (lp, bzr+ssh://, bzr:// etc).
     (Bug #434034 Bug #430382 Bug #463296, Alexander Belchenko)
 * qsubprocess:
   * Show actual command-line to user when we invoke action via qsubprocess.
     (Bug #476025, Alexander Belchenko)
 * qcommit:
   * Don't run `bzr add --no-recurse` before commit if there is nothing to add.
     (Alexander Belchenko)
 * qplugins:
   * Format plugin version nicely even if it does not follow bzr standards on
     version_info tuple. (Bug #475286, Alexander Belchenko)

0 blueprints and 23 bugs targeted

Bug report Importance Assignee Status
430382 #430382 qcommit crashes during Cancel 2 Critical Alexander Belchenko  10 Fix Released
434034 #434034 "'dict' object has no attribute 'encode'" error on commit 2 Critical Alexander Belchenko  10 Fix Released
435486 #435486 qlog: Crash after refresh 2 Critical Gary van der Merwe  10 Fix Released
462103 #462103 qlog: can't show details of 1st revision 2 Critical Gary van der Merwe  10 Fix Released
463296 #463296 Uncommit on lp: branch causes attribute error 2 Critical Alexander Belchenko  10 Fix Released
470152 #470152 qlog: Crashes on collapsing a node with 'NoneType' object is not iterable 2 Critical Gary van der Merwe  10 Fix Released
478239 #478239 treewidget missed checkboxes for dialogs that require them 2 Critical Gary van der Merwe  10 Fix Released
478645 #478645 TreeWidget: Crash with unversioned conflicts. 2 Critical Gary van der Merwe  10 Fix Released
174509 #174509 qcommit/qbrowse: Show conflict status in file list and an option to launch a merge tool to resolve them 3 High Gary van der Merwe  10 Fix Released
417809 #417809 QBzrDialog-based windows should save their size on Esc 3 High Gary van der Merwe  10 Fix Released
418252 #418252 attempt to check out SVN repo never gets anywhere 3 High Gary van der Merwe  10 Fix Released
421851 #421851 SubprocessUIFactory & QUIFactory lack several important methods 3 High Gary van der Merwe  10 Fix Released
450225 #450225 qlog on a foreign repo no longer works correctly 3 High Gary van der Merwe  10 Fix Released
455867 #455867 qlog --no-graph ERROR: exceptions.AttributeError: 'QLogGraphProvider' object has no attribute 'branch_lines' 3 High Gary van der Merwe  10 Fix Released
457895 #457895 qlog: text unreadable when selected 3 High Gary van der Merwe  10 Fix Released
461882 #461882 ext diff from qlog->qdiff->external diff fails 3 High Gary van der Merwe  10 Fix Released
462435 #462435 Qadd: New changes to qadd shows all directories where files where ignored. 3 High Gary van der Merwe  10 Fix Released
475286 #475286 Tools/Plugins not working - bzr: ERROR: exceptions.IndexError: tuple index out of range 3 High Alexander Belchenko  10 Fix Released
477823 #477823 test_treewidget.TestTreeModel.test_model_working_tree fatal error 3 High Gary van der Merwe  10 Fix Released
456198 #456198 Qcommit: Give option to show changes in tree view. 4 Medium Gary van der Merwe  10 Fix Released
478277 #478277 Test test_model_working_tree failed: list index out of range 4 Medium Gary van der Merwe  10 Fix Released
476025 #476025 bzr-Explorer: it is desirable to make it a better learning.teaching tool of bzr CLI 5 Low Alexander Belchenko  10 Fix Released
418471 #418471 treeview: will be nice to show some custom icon for deleted entries 6 Wishlist Gary van der Merwe  10 Fix Released
This milestone contains Public information
Everyone can see this information.