2012-10-04 09:05:55 by Thomas Klausner | Files touched by this commit (13) |
Log message:
Remove unnecessary python restriction (to all supported versions).
|
2012-05-15 05:50:35 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
fix download.
launchpad now redirects to https.
|
2012-04-22 10:45:49 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Update to 1.2.2 by package maintainer
Changes:
New features:
* New menu item "Bazaar > Work > Ignore unknown files..." to \
launch new
* qignore
dialog (available in QBzr 0.22.1 or later).
Improvements:
* Added support to populate %(wt_selected)s tool action command placeholder
* from
working tree selected items.
Bug Fixes:
* Use absolute file path when opening with a text editor (Ryan Haigh,
* #836631)
* Fix endless loop on workingtree view filename filter (Jonathan
Riddell, #822738)
* Fix workingtree view filename filter to match first character
(Jonathan Riddell)
* Cope with broken history.dat files which can cause explorer to fail to
start
with a cryptic error from unpickling otherwise. (Martin Packman, #814151)
Workarounds:
* QFileSystemWatcher disabled for working tree view and for repository view.
while running on Windows due the huge amount of bug reports related to it.
|
2012-04-08 23:28:18 by Thomas Klausner | Files touched by this commit (7) |
Log message:
Grammar fix.
|
2012-03-15 12:53:45 by OBATA Akio | Files touched by this commit (170) |
Log message:
Bump PKGREVISION from default python to 2.7.
|
2011-11-27 14:43:06 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Update to 1.2.1 from wip by maintainer. Tested on Linux and
NetBSD current.
|
2011-02-25 10:47:32 by Thomas Klausner | Files touched by this commit (67) |
Log message:
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
|
2010-12-06 14:57:28 by Greg Troxel | Files touched by this commit (6) |
Log message:
Change MAINTAINER on bzr packages.
With epg@'s concurrence, reset MAINTAINER on *bzr* to Jan Danielsson.
|
2010-02-10 20:17:48 by Joerg Sonnenberger | Files touched by this commit (205) |
Log message:
Bump revision for PYTHON_VERSION_DEFAULT change.
|
2009-11-10 20:36:00 by Eric Gillespie | Files touched by this commit (3) |
Log message:
0.9.0 02-Nov-2009
-----------------
New 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.
0.8.3 13-Oct-2009
-----------------
Improvements:
* Change the Help URL to go to the Documentation page on the
website, not the vision page.
* 'bzr help explorer' now points to the new website. It also
provides more information about how to troubleshoot problems.
Bug fixes:
* Display a message rather than error when the "Local Changes" and
"Missing Revisions" tabs are selected for a remote repository.
(Craig Hewetson, #433916)
Translations:
* Added translations for Arabic, Lithuanian and Ukrainian.
|