August 4th, 2011Bug Fixes:
· Only add paths to QFileSystemWatcher which it does not already know about, stops annoying error messages (Jonathan Riddell)
· Update Canonical logo, remove unused old Ubuntu logo (Jonathan Riddell)
· Catch lock errors, stop refresh happening when there is another operation ongoing (Jonathan Riddell, Bug #814408)
May 10th, 2011New features:
· By default try to delete unversioned paths by sending them to trash (with help of cross-platform library ``send2trash``). User can force the old method (simply kill paths) by changing option in Tools - Options - Behavior - Actions dialog. (Alexander Belchenko, Bug #628561)
Bug Fixes:
· Rather than displaying an error saying "Invalid url supplied to transport" branches with non-ascii characters in the directory name can now be opened. (Martin [gz], #777860)
· Workaround for bug with losing changes in qbzr.conf: reset internal cache for qbzr config file after we restore size of explorer window. (Alexander Belchenko, #761535)
Translations:
· Bulgarian translation added.
October 4th, 2010Bug fixes:
· Open the shared repository with branches without parent location set no more produce traceback. (Alexander Belchenko, Bug #650708)
August 13th, 2010New features:
· A tree style location selector is now supported as a preference. (Gordon Tyler, #403853)
· Language of the GUI can be set in DEFAULT section of bazaar.conf as ``language = code``. Language codes are the same as for LANG environment variable. Environment variable LANGUAGE still preferred over settings in bazaar.conf. (Alexander Belchenko)
· To change default language of the GUI via Bazaar Explorer: Tools -> Options -> Appearance -> User Interface -> Language. Bazaar Explorer should be restarted to apply new language settings. (Alexander Belchenko, Bug #433784)
Improvements:
· tree-style toolboxes are now available on Windows.
· Added tool type 'bzr-exec' - tools with this type run immediately, when the tool is selected, rather than requiring further...
August 13th, 2010Bug fixes:
· Better support of dark themes. (Michael Gliwinski, Bug #536954)
· Fixing content of bzr-explorer desktop file. (Andrew Starr-Bochicchio, Bug #585590)
· Look for locales in /usr/share/locale on Linux. (Bug #585942)
Translations:
· Added translations for Catalan, Finnish, Lao, Occitan (post 1500), Chinese (Traditional).
February 16th, 2010Compatibility breaks:
· The Manage Bookmarks and Manage Tools sub-menus have been replaced with actions to edit the relevant objects. Refreshing of these is implicit now. If you still need to explicitly refresh these for some reason, use the Reload button in the Accessories dialog.
Improvements:
· Pages refresh implicitly more often, e.g. after editing a file via the Working Tree browser and after editing configuration settings like ignore patterns.
Translations:
· Added translations for Chinese (Simplified), Thai.
November 3rd, 2009New features:
· Virtual repositories are now supported. These are plain directories which are searched for nested locations. If you attempt to open a location which is not a normal (shared) repository, branch or checkout, you will be asked if you wish to open it as a virtual repository. No question is asked if the location is bookmarked or given on the command line. The virtual repository view is pretty much identical to a normal repository view, though some menu actions (like Explore --> Location Information) are not enabled.
· Custom editor applications are now supported. This allows the Edit action to launch something more sensible than a text editor for images, diagrams, web pages, office documents, etc. A default set of editors are defined (in lib/standard_profile/editors.conf) and these can be extended or overridden by providing a file of the same name in your explorer configuration directory.
· The repository view now has a Log button. Multiple items can be logged at once by selecting more than one location at a time. If no location is selected, the repository is selected.
Improvements:
· Multiple branches can be opened from the command line with 'bzr explorer trunk feature1 feature 2'
· The BZR_EDITOR environment variable is checked when searching for the text editor to use if one is not configured in bazaar.conf.
Translations:
· Added translations for Danish, English (United Kingdom), Galician, Indonesian, Polish, Serbian, Swedish.
July 21st, 2009General UI improvements:
· To simplify the UI for new users starting with the Solo workflow, the collaborate actions (pull/merge/update/push/send) are now a submenu on the toolbar instead of separate actions.
· Working tree browser hidden when not applicable, e.g. when showing Welcome page.
· If a page is opened a second time, switch to the already opened one rather than create a new one.
· The Bazaar menu has been tweaked with the Tags action now on the Collaborate submenu. The unimplemented Rename and Delete actions have also been removed from the Work submenu as these are more likely to be accessed in other ways (e.g. the Working Tree browser) once implemented.
· The Settings menu has been re-organised given ignores are actually working-tree-specific, not branch-specific. (The difference becomes important if you have multiple checkouts switched to the same branch.)
Status report improvements:
· Added a "What's next?" section providing state-sensitive workflow hints.
· Included the tip (last revision) number in status report summary.
· Add action links to section headers, e.g. add for unversioned, log for pending merge tips, conflicts for conflicts.
· Clicking on a text conflict now launches the text editor.
· Add delete action link for unversioned items.
Working tree browser improvements:
· Double-click now opens a file using the default application instead of always opening the text editor.
Repository view improvements:
· More interesting locations within a repository (e.g. trunk, work) are placed first.
· Rename Unique Revisions tab to Local Changes, include the one line summary of working tree status and improve the wording w.r.t. unique revisions.
· Improved wording on the Missing Revisions tab.
· Added Manage, Branch and Open buttons. If an item is selected, the Manage action opens it in your file manager, otherwise it opens the repository. If a branch or bound branch is selected, the Branch action uses it as the default source.
Added an experimental mode previewing pending features:
· A "Branch Changes" view showing the equivalent of "bzr status -rsubmit:..-1", i.e. previewing what "bzr send" would put into a bundle.
Bug fixes:
· Refresh on the repository view now refreshes the details panel.
· Numerous others.
Translations:
· Added German and Turkish translations.