summaryrefslogtreecommitdiff
path: root/devel/bzr-explorer
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-12-21Fixes egg-file handling.obache2-2/+5
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-8/+5
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-04Remove unnecessary python restriction (to all supported versions).wiz1-4/+1
2012-05-15fix download.reed1-2/+5
launchpad now redirects to https.
2012-04-22Update to 1.2.2 by package maintainercheusov3-8/+17
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-08Grammar fix.wiz1-2/+2
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2011-11-27Update to 1.2.1 from wip by maintainer. Tested on Linux andcheusov3-25/+166
NetBSD current.
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz1-2/+2
works with python-2.7.
2010-12-06Change MAINTAINER on bzr packages.gdt1-2/+2
With epg@'s concurrence, reset MAINTAINER on *bzr* to Jan Danielsson.
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2009-11-100.9.0 02-Nov-2009epg3-7/+17
----------------- 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.
2009-10-11Import bzr-explorer-0.8.2epg4-0/+169
Bazaar Explorer is a desktop application providing an easy-to-use interface to the Bazaar version control system. It is designed to be simple enough for casual users of version control, yet powerful enough for experts to be productive.