~bialix/bzr-explorer/debug

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
bzr-explorer: GUI application for using Bazaar
==============================================

Dependencies
------------

Required packages are:

* Python 2.4 or later
* Bazaar 2.1 or later.
* QBzr 0.18 or later.
* PyQt4/Qt4 version 4.4 or later.

If you wish to use the applets provided via bzr-gtk, it should be
installed as well.


Installation
------------

The easiest way to install this plugin is to either copy or symlink the
directory into your ~/.bazaar/plugins directory. Be sure to rename the
directory to explorer (instead of bzr-explorer).

In the future, it is hoped this plugin will be installed by the various
platform-specific installers for Windows and OS X. For Linux, it is
hoped that it will be made available via the usual package management
systems, include Add/Remove on Ubuntu.


Testing
-------

To test the plugin after installation:

    bzr selftest explorer
 

Documentation
-------------

To view the documentation after installation:

    bzr help explorer
 
A User Guide available at 
http://doc.bazaar.canonical.com/explorer/en/index.html.


Changing language of user interface
-----------------------------------

Bazaar Explorer GUI translated into many languages, 
and it tries to use system settings to show you localized messages.

But in some cases you may prefer to see messages in different
language (e.g. in English only). To change default language of the GUI 
via Bazaar Explorer menu:

  Tools -> Options -> Appearance -> User Interface -> Language.

Bazaar Explorer should be restarted to apply new language settings.

Language settings stored 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.


Developers
----------

If you'd like to help, see the ROADMAP.txt file in the doc directory.


Licensing
---------

This plugin is (C) Copyright Canonical Limited 2009 under the
GPL Version 2 or later. Please see the file COPYING.txt for the licence
details.