News and announcements

QBzr 0.23.2 released

Written for QBzr by Alexander Belchenko on 2016-04-09

On behalf of QBzr developers I'd like to announce maintenance release
of QBzr 0.23.2. QBzr 0.23.2 should work with bzr 2.5-2.7.

Changes
-------
Maintenance release.

 * qrun:
   * More robust against unicode help from some hidden commands.
     Attempt to fix bug #1217371. (Alexander Belchenko)
 * qshelve:
   * New command line option --all to start with all changes selected.
     (Sveinung Kvilhaugsvik, Bug #1227914)
   * New command line option --message (-m) to set the message string.
     (Sveinung Kvilhaugsvik, Bug #1233909)
 * qcommit:
   * Better compatibility with bzr 2.6+: fixed warning message
     `Cannot expand "commit_data": Dicts do not support option expansion`.
     (Alexander Belchenko, Bug #1254838)

Downloads
---------
https://launchpad.net/qbzr/0.23/0.23.2

Read more

QBzr 0.23.1 released

Written for QBzr by Alexander Belchenko on 2013-07-28

On behalf of QBzr developers I'd like to announce maintenance release
of QBzr 0.23.1. QBzr 0.23 series is companion to bzr 2.6 series and compatible with bzr 2.5.

Changes
-------
Maintenance release.

 * qannotate:
   * option --line=N: properly activate the first line and a line with
     uncommitted changes. (Alexander Belchenko)
 * qcommit:
   * Better support of cancel commit for foreign branches (git/svn/etc).
     (Bug #1030343, Jared Silva, Jelmer Vernooij)
 * qconfig:
   * Fix: Fails to modify or remove merge tool configuration.
     (IWATA Hidetaka, Bug #1045827)
 * qlog:
   * Support for FusionForge bug tracker. (Jérémy Subtil, Bug #1072044)
   * Support for Jira bug tracker. (Craig Hewetson, Bug #1189421)
   * Support for Flyspray bug tracker URLs (2 styles). (Alexander Belchenko)
   * Hack for Vista/Win7 aero style: selected rows should use black text
     color. (Alexander Belchenko, Bug #790590)
   * Workaround for date column width problem on Windows Vista and higher
     (1 pixel miscalculation). (Alexander Belchenko, Bug #430502)

Downloads
---------
https://launchpad.net/qbzr/0.23/0.23.1

QBzr 0.23.0 released

Written for QBzr by Alexander Belchenko on 2012-07-12

On behalf of QBzr development team I'm happy to announce new release of
QBzr 0.23.0 codenamed "Birch".

This release intended to be used as companion release for bzr 2.6, and might support bzr 2.5.

I'd like to thank all people who have helped make this release awesome. Thank you.

What's new in this release
--------------------------
QBzr 0.23 is companion release for bzr 2.6, and compatible with bzr 2.5.

Behavior change: External diff behavior is changed as below.(IWATA Hidetaka)
 1. When calling external diff for multiple files, all diffs shown at once.(Bug #942218)
 2. Working tree or branch is locked only when starting up of diff tools.(Bug #942221)
This affects to all commands which use external diff.
(qdiff, qcommit, qbrowse, qannotate, ...)

Now, you can launch 'Shelve' directly from each dialog when uncommitted change blocks action.
And you can launch 'Resolve' directly when conflicts generated. (IWATA Hidetaka #935903)

New feature of qannotate command: command-line option `--line=N` (`-L`)
allows you to jump right to specific line.
That could be used for tighter integration with editors and IDEs.

Annotation window now uses e-mail of revision author to define background
color of revision. Previously we've used author name to define background
color, so changes in different revisions made by user with the same e-mail
but with differently spelled name was highlighted with different colors.

Simple actions to resolve conflicts: 'take "THIS"' and 'take "OTHER"'.
Available from context menu.

Show simple message box instead of exception report dialog when failing to lock. (#935902)

Improvements of qlog's context menus: better context menu of deleted files,
and for files from virtual "Working Tree" revision (available when
qlog run with --show-tree option). Also properly refresh the state of changes
in virtual "Working Tree" revision.

For full list of improvements and bugfixes please see changelog below.

Downloads
---------
Sources tarball and windows installer available to download from
https://launchpad.net/qbzr/0.23/0.23.0

Release branch: lp:qbzr/0.23

About QBzr
----------
QBzr is a cross-platform GUI front end for Bazaar, based on Qt toolkit.
QBzr provided GUI frontend for many core bzr commands and several
universal dialogs and helper commands. Equivalents for core bzr commands
has the same names as CLI commands but with prefix "q".

QBzr is used as library of GUI dialogs in other products:
 * Bazaar Explorer
 * TortoiseBzr
 * QBzr-Eclipse

QBzr at Launchpad:
 https://launchpad.net/qbzr

Changelog
---------
 * qannotate:
   * New command-line option `--line=N` (`-L`) to activate specified
     line number on start of dialog. (Alexander Belchenko)
   * Prefer e-mail as "author id" to define background color for lines.
     (Alexander Belchenko, Bug #878204)
 * qbind:
   * Add push location to suggestions. (Alexander Belchenko)
 * qconflicts:
   * Added 2 resolve actions to context menu: `Take "THIS"`
     and `Take "OTHER"`. (Alexander Belchenko)
   * Auto-refresh conflicts list after selecting a resolve action.
     (Alexander Belchenko)
 * qlog:
   * Disable context menu items (view, annotate, save) for deleted files.
     (Alexander Belchenko, Bug #1009876)
   * Fix - Some menus (show tree, view, annotate) don't work when Working
     tree revision selected.
     (IWATA Hidetaka, Bug #1020530)
   * Some menus (tag, update, revert, ...) are disabled when Working tree
     revision selected.
     (IWATA Hidetaka, Bug #1020530)
   * Fixing issue: Working tree revision is never refreshed.
     (IWATA Hidetaka, Bug #1021076)
 * qrevert:
    * it now does a real check to see if there are files (or merges) selected to revert -
      if not, it shows a warning message. (AndrГ© Bachmann, Bug #942744)
 * qshelve/qunshelve:
   * Use `encoding` settings from branch or global config to properly show
     files content. (Alexander Belchenko, Bug #995943)

QBzr 0.22.4 released

Written for QBzr by Alexander Belchenko on 2012-07-12

On behalf of QBzr developers I'd like to announce maintenance release
of QBzr 0.22.4. QBzr 0.22 series is companion to bzr 2.5 series.

Changes
-------
Maintenance release.

 * qlog:
   * Disable context menu items (view, annotate, save) for deleted files.
     (Alexander Belchenko, Bug #1009876)
   * Fix - Some menus (show tree, view, annotate) don't work when Working
     tree revision selected.
     (IWATA Hidetaka, Bug #1020530)
   * Some menus (tag, update, revert, ...) are disabled when Working tree
     revision selected.
     (IWATA Hidetaka, Bug #1020530)
   * Fixing issue: Working tree revision is never refreshed.
     (IWATA Hidetaka, Bug #1021076)

Downloads
---------
https://launchpad.net/qbzr/0.22/0.22.4

QBzr 0.21.4 released

Written for QBzr by Alexander Belchenko on 2012-07-12

On behalf of QBzr developers I'd like to announce maintenance release
of QBzr 0.21.4. QBzr 0.21 series is companion to bzr 2.4 series.

Changes
-------
Maintenance release.

 * qlog:
   * Disable context menu items (view, annotate, save) for deleted files.
     (Alexander Belchenko, Bug #1009876)

Downloads
---------
https://launchpad.net/qbzr/0.21/0.21.4

15 of 55 results

Announcements