source: trunk/source/graphics_reps/History @ 921

Last change on this file since 921 was 921, checked in by garnier, 15 years ago

en test de gl2ps. Problemes de libraries

File size: 20.4 KB
Line 
1cvs log $Id: History,v 1.133 2008/11/13 09:07:31 gcosmo Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                      Category History file
9                      ---------------------
10This file should be used by G4 developers and category coordinators
11to briefly summarize all major modifications introduced in the code
12and keep track of all category-tags.
13It DOES NOT substitute the  CVS log-message one should put at every
14committal in the CVS repository !
15
16     ----------------------------------------------------------
17     * Reverse chronological order (last date on top), please *
18     ----------------------------------------------------------
19
2013th November 2008  Gabriele Cosmo  (greps-V09-01-06)
21- HepPolyhedronHype: fixed arrays upper-bound in constructor, responsible
22  for memory corruption in visualization of G4Hype shape.
23
2428th April 2008  John Allison  (greps-V09-01-05)
25- HepPolyhedronEllipticalCone: correct visibility of auxiliary edges.
26
2714th April 2008  Tatiana Nikitina  (greps-V09-01-04)
28- Added G4Hype representation to HepPolyhedron and G4Polyhedron.
29- Coworks with tag "geom-specific-V09-01-08".
30
3113th March 2008  Gabriele Cosmo  (greps-V09-01-03)
32- Added inclusion of <cstdlib> in HepPolyhedron.cc for porting on gcc-4.3.0.
33
3429th January 2008  John Allison  (greps-V09-01-01)
35- HepPolyhedronParaboloid: bug fix and improvement.
36
374th January 2008  John Allison  (greps-V09-01-00 with vis-V09-01-00)
38- G4VVisManager::Draw2D methods, already available for G4Text, extended to:
39  G4Circle, G4Polyhedron, G4Polyline, G4Polymarker, G4Square.
40
4121th August 2007  Tatiana Nikitina  (greps-V09-00-02)
42- Fixed bug in scaling parameter for G4EllipticalCone representation in
43  HepPolyhedron class.
44
4518th July 2007  Tatiana Nikitina  (greps-V09-00-01)
46- Added G4Paraboloid to HepPolyhedron and G4Polyhedron.
47- Coworks with tag "geom-specific-V09-00-02".
48
4917th July 2007  John Allison  (greps-V09-00-00)
50- G4VGraphicsScene: Added constructor and virtual destructor.
51
528th June 2007  Gabriele Cosmo  (greps-V08-03-00)
53- G4AttHolder: replaced forward declarations in header with explicit inclusions
54  to allow for porting on Intel-icc compiler.
55
563rd April 2007  John Allison  (greps-V08-02-01)
57- G4AttDefStore: now comprises utility functions in namespace
58  G4AttDefStore.  (Used to be a class with only static functions and
59  data members.)
60- G4AttHolder: Made copy constructor and assignment private to enforce
61  proper usage.
62
635th January 2007  John Allison  (greps-V08-02-00)
64- G4VisAttributes:
65  o SetForceLineSegmentsPerCircle: Bug fix: Now correctly implements reset.
66  o Minor refinement: Introduced IsForceLineSegmentsPerCircle().
67- G4Colour: Replaced static data members by static functions that
68  create and copy out the relevant colours.  (Static data members make
69  a lot of noise in the gdb debugger.  Anyway, are best avoided.)
70
717th November 2006  John Allison  (greps-V08-01-11)
72- HepPolyhedronEllipticalCone: Bug fix.
73- G4Visible: Fixed possible minor (subsidiary) memory leak in SetVisAttributes.
74- G4AttCheck: Cosmetic.
75
762nd November 2006  John Allison  (greps-V08-01-10)
77- G4Visible: Fixed copy constructor and assignment operator for deep copies.
78
791st November 2006  John Allison  (greps-V08-01-09; co-works: vis-V08-01-09)
80- Tidied G4Att checking and storing:
81  o G4AttCheck: Added store key to printing in operator<<.
82  o G4AttDef: Improved printing of store key in operator<<.
83  o G4AttDefStore: Removed GetName, introduced GetStoreKey.
84  o G4AttHolder:
85    ~ Removed GetAttDefsName.
86    ~ Replaced AddAttValues and AddAttDefs by a combined AddAtts.
87
8824th October 2006  John Allison  (greps-V08-01-08; co-works: vis-V08-01-08)
89- G4VisAttributes: Change GetAttValues to CreateAttValues.  It creates
90  an expendable copy on the heap, thus following the behaviour of
91  CreateAttValues in trajectories, hits, etc.  This achieves consistency
92  of behaviour and user expectation; the user must delete after use.
93- G4AttHolder: Remove CopyAndAddAttValues.  No longer needed after
94  above change to G4VisAttributes.
95
9621st October 2006  John Allison  (greps-V08-01-07)
97- Added G4AttHolder.
98- G4AttDefStore: Changed GetName type from G4String to const G4String&.
99
10017th October 2006  John Allison  (greps-V08-01-06)
101- Moved below operator<< from G4AttCheck.hh/cc to G4AttDef.hh/cc.
102
10316th October 2006  John Allison  (greps-V08-01-05)
104- Added operator<< for G4AttDefs:
105  std::ostream& operator<<
106    (std::ostream& os, const std::map<G4String,G4AttDef>* definitions)
107- Improved output diagnostics.
108
109---------------------------------------------------------------------------
11015th September 2006  John Allison  (greps-V08-01-04 - coworks vis-V08-01-06)
111- G4Visible: Added fAllocatedVisAttributes to prevent memory leak.
112
11312th September 2006 Jane Tinslay
114- Remove trailing white spaces in G4ConversionUtils
115- Add FilterHit method to G4VVisManager
116
11711th September 2006 Jane Tinslay
118- Add templated G4AttDef's and various utilities
119
12011th September 2006  John Allison
121- Fixed G4AttCheck for dimensionless "Physics" attributes (were
122  previously "Bookkeeping").
123
1246th September 2006 Jane Tinslay
125- Add G4TypeKey & G4TypeKeyT classes
126
127------------------------------------------------
12826th August 2006  John Allison  (greps-V08-01-03)
129- G4VisAttributes: Added time range.
130
13125th August 2006 Jane Tinslay
132- Make G4VFilter Accept method const
133
13414th August 2006  John Allison  (greps-V08-01-02)
135- G4AttCheck: Improved error checking.
136
13710th July 2006  John Allison  (greps-V08-01-01)
138- Co-works with vis-V08-01-01.
139- G4VGraphicsScene.hh: Removed Establish/DecommissionSpecials.
140- G4VisAttributes:
141  o Added ForceLineSegmentsPerCircle.
142  o Cosmetic re-ordering of methods,
143
1443rd July 2006  John Allison  (greps-V08-01-00)
145- G4AttCheck.cc:
146  o Added G4bool to the list of allowed G4AttValue value types.
147  o Added Density to the list of units categories.
148- G4AttDefStore: Added GetName.
149
1502nd May 2006 Jane Tinslay (greps-V08-00-03)
151- Add FilterTrajectory method to G4VVisManager
152
15319th April 2006  John Allison  (greps-V08-00-02 - needs vis-V08-00-04)
154- G4VGraphicsScene: Added Begin/EndPrimitives2D.
155- G4VVisManager: Added Draw2d(const G4Text&).
156
15728th March 2006 Jane Tinslay (jst28032006)
158- Add G4VFilter and G4SmartFilter
159
16013th March 2006  John Allison  (greps-V08-00-01)
161- Added operator<< for G4Text, G4Circle, G4Square, G4Polyhedron.
162- Improved/tidied operator<< for G4Polyline, G4VMarker, G4VisAttributes.
163- Improved comments in G4VVisManager.
164
16513th January 2006  John Allison  (greps-V08-00-00)
166- Added G4PolyhedronArbitrary:
167  o Moved from geometry/solids/specific, where it was part of a
168    development by Peter Truscott and Fan Lei of QinetiQ.
169    G4PolyhedronArbitrary is a way of creating arbitrary G4Polyhedron
170    objects out of vertices and indices.
171  o Removed unnecessary operator= functions.
172
17323rd November 2005  Jane Tinslay
174- Update documentation in G4Colour
175
17610th November 2005  Jane Tinslay (greps-V07-01-09)
177- G4VVisManager: Fix Dispatch method name to "DispatchToModel".
178- G4Colour: Use public static member functions instead of public
179  static data members to avoid problems with dynamic libraries.
180
18110th November 2005  John Allison
182- G4VVisManager and G4VGraphicsScene: Replaced default arguments
183  G4Transform3D::Identity by G4Transform3D().  (This is a avoid
184  initialisation problems with static objects with dynamic libraries.)
185
1869th November 2005  Gabriele Cosmo
187- Implemented migration to support CLHEP-2.0.X, adding explicit namespace
188  to CLHEP types. Affected files: HepPolyhedron[.h.cc], BooleanProcessor.src.
189
19024th October 2005  John Allison (greps-V07-01-08)
191- Moved G4VTrajectoryDrawer to modeling (renamed G4VTrajectoryModel).
192- G4VVisManager.hh: Changed DispatchToCurrentDrawer to DispatchToCurrentModel.
193
19421st October 2005 Jane Tinslay (greps-V07-01-07)
195- Add G4VTrajectoryDrawer, an abstract base class for trajectory drawers
196- Add "DispatchToCurrentDrawer" method to G4VVisManager
197
19820th October 2005  John Allison (greps-V07-01-06)
199- G4Colour.cc: Added #include <sstream>.
200
20117th October 2005 Jane Tinslay (greps-V07-01-05)
202- intercoms->graphics_reps migration for G4VGraphicsScene and G4VVisManager 
203
20413th October 2005 Jane Tinslay  (greps-V07-01-04)
205- Additions to G4Colour
206  o Add static data members for common colours.
207  o Add G4String->G4Colour colour map.
208
2093rd October 2005  John Allison
210- G4NURBStubesector.cc: Replaced <strstream> by <sstream>.
211
21216th September 2005  John Allison  (greps-V07-01-03)
213- G4AttCheck.cc: Added time to legal G4AttValues.
214
21510th August 2005  Gabriele Cosmo  (greps-V07-01-02)
216- Added Polyhedron description for new G4EllipticalCone shape.
217  Implementation by D.Anninos (CERN).
218  Requires tag "geom-specific-V07-01-03" for geometry/solids/specific module.
219
2205th July 2005  John Allison  (greps-V07-01-01)
221- Big clean-up:
222  o Removed redundant intermediate class, G4VVisPrim.
223  o Removed redundant virtual assignments and similar oddities.
224
22520th Jun 2005  Gabriele Cosmo  (greps-V07-01-00)
226- Added Polyhedron description for new G4Ellipsoid shape.
227  Contribution of G.Guerrieri (INFN Genova).
228
22926th May 2005  John Allison  (greps-V07-00-07)
230- Fixed bug introduced in greps-V07-00-05.
231- Removed DEPRECATION of G4Visible::SetVisAttributes(const G4VisAttributes&)
232  pending a resolution of the issues for a future release.
233
23422nd May 2005  John Allison  (greps-V07-00-05)
235- DEPRECATED G4Visible::SetVisAttributes (const G4VisAttributes&).
236  Meanwhile created copy of G4VisAttributes object on the heap.
237
2383rd May 2005  John Allison  (greps-V07-00-04)
239- Improved G4AttCheck.
240
2417th April 2005  John Allison  (greps-V07-00-03)
242- Needs g3tog4-V07-00-00 and geometry-gmk-V07-00-00.
243- Consolidated G4AttCheck.
244
24528th March 2005  John Allison  (johna-050328a)
246- G4AttCheck: Corrected for Extra and ValueType fields.  Augmented
247  test of more fields.
248
24928th March 2005  John Allison  (johna-050328)
250- G4AttCheck: Added check of Extra field.
251
25226th March 2005  John Allison  (johna-050326)
253- G4AttCheck: Implemented prototype conversion from G4AttValue/Defs to
254  "standard" versions.  Needs G4UIcommand, so makes a new category
255  dependency.  Requires one to make a new lib map.  Seems OK, but
256  must check with Gabriele.
257
25822nd March 2005  John Allison  (greps-V07-00-02)
259- G4Polyhedron: Added fNumberOfRotationStepsAtTimeOfCreation.
260- G4VisAttributes: Changed std::vector<G4AttDef> to map<G4String,G4AttDef>.
261- Added first version of G4AttCheck.
262
2639th March 2005  John Allison  (greps-V07-00-01)
264- HepPolyhedron: Added IsErrorBooleanProcess().
265- BooleanProcessor: Added get_processor_error().
266- G4Visible: Moved SetVisAttributes (const G4VisAttributes&) from .icc
267  to .cc file and added warning message.
268
26919th February 2005  John Allison  (greps-V07-00-00)
270- Needed for vis-V07-00-06.
271- Added G4VisExtent::NullExtent.
272
27310th December 2004  G.Cosmo  (greps-V06-02-04)
274- Replaced M_PI with CLHEP's pi.
275
2768th December 2004  G.Cosmo  (greps-V06-02-03)
277- HepPolyhedron, BooleanProcessor: replaced occurences of HepStd::
278  with std::
279- Added inclusion of <cmath> in HepPolyhedron.cc.
280
2817th December 2004  G.Cosmo  (greps-V06-02-02)
282- Implemented migration to <cmath>.
283
28411th November 2004  J.Allison  (greps-V06-02-01 - requires vis-V06-02-05)
285- Removed G4Polymarker::line.  Use G4Polyline instead.
286- Improved commenting of G4AttDef.
287
28828th July 2004  J.Allison  (greps-V06-02-00)
289- Introduced force auxiliary edge visible.
290
2917th June 2004  G.Cosmo  (greps-V06-01-01)
292- Fixed compilation problem on WIN32-VC for G4AttDefStore.
293- Added definition of GLOBLIBS in GNUmakefile for DLLs build on Windows.
294
29530th March 2004  G.Cosmo  (greps-V06-01-00)
296- Implemented constructor and destructor for G4AttDefStore, to properly
297  delete objects in the static map, allocated through explicit calls to
298  GetInstance(). Made G4AttDefStore a singleton.
299
30018th September 2003  J.Allison  (greps-V05-02-00)
301- Introduced G4Colour<->G4ThreeVector conversion operators.
302
3033rd April 2003  G.Cosmo  (greps-V05-00-00)
304- Cleared trivial pedantic warnings.
305
30627th November 2002  J.Allison  (greps-V04-01-05)
307- Small revison of G4Scale and improvements in G4VMarker class description.
308
30920th November 2002  G.Cosmo  (greps-V04-01-04)
310- Patched access to public static data in G4Scale and G4VisAttributes.
311  Added static accessors to be used in the kernel to allow porting on
312  Windows DLLs.
313- HepPolyhedron[.hh.cc]: changed inline static methods to not inlined.
314
31511th November 2002  E.Chernaev  (greps-V04-01-03)
316- Minor bug fix in HepPolyhedron::GetFacet().
317- HepDouble, HepBoolean --> double, bool in HepPolyhedron
318
3197th November 2002  E.Chernaev  (greps-V04-01-02)
320- Added createTwistedTrap() and createPolyhedron() to HepPolyhedron.
321
32228th October 2002  J.Allison  (greps-V04-01-01)
323- Changed AttDefStore to return a map.
324
32524th October 2002  John Allison  (greps-V04-01-00)
326- Added G4AttDefStore.
327- Further improved G4AttDef/Value.
328- Added const G4std::vector<G4AttValue>* fAttValues/Defs to G4VisAttributes.
329
33023rd October 2002  John Allison
331- G4Colour class description corrected.
332- G4VisAttributes comments slightly improved.
333- G4AttDef and G4AttValue headers changed to follow G4 conventions.
334
33527th September 2002  Joseph Perl
336- Added first versions of headers for G4AttDef and G4AttValue.
337
33810th September 2001  John Allison  (greps-V03-02-04)
339- Added G4Scale::GuidanceString.
340
34120th August 2001  John Allison  (greps-V03-02-03)
342- Made typedef's public in G4Point3DList.hh and G4Polyline.hh.
343
34414th August 2001  John Allison  (greps-V03-02-02)
345- Coworks with vis-V03-02-11 and intercoms-V03-02-03.
346- Added G4Polyline::transform.
347- Fixed pedantic warnings in G4NURBS.
348
34924th July May 2001  John Allison  (greps-V03-02-01)
350- Improvements to comments and layout in G4VisExtent.
351- Cosmetic improvements to G4Scale, small change of interface.
352
35321st July May 2001  John Allison  (greps-V03-02-00)
354- Added G4Scale.
355
35625th May 2001  John Allison  (greps-V03-01-02)
357- Added GetSurfaceArea() and GetVolume() to HepPolyhedron (Evgeni).
358- Bug fix in BooleanProcessor.src (Guy, Evgeni).
359
3603rd May 2001  John Allison  (greps-V03-01-01)
361- Replaced G4RWTValOrderedVector by G4std::vector in G4PlacedPolyhedron
362  and G4Point3DList.  Forces co-working tags in categories:
363    geommng-V03-01-02
364    tracking-V03-01-00
365    vis-V03-01-01
366
36711th April 2001  John Allison  (greps-V03-01-00)
368- Some code has been added to cover unforeseen earlier situation
369  during preselection of faces without intersection (Evgeni).
370- Moved #include <CLHEP/config/TemplateFunctions.h> and others from
371  HepPolyhedron.h to HepPolyhedron.cc (Evgeni).
372- Fixed stupid warnings about possible use of uninitialized variables (Evgeni).
373- Made GetNumberOfRotationSteps() static and public (John).
374
3756th February 2001  John Allison  (greps-V03-00-01)
376- More tidying for CodeWizard.  Added virtual destructors to
377  HepPolyhedronBox, etc.  Also made all constructors non-inline.
378
3793rd February 2001  John Allison  (greps-V03-00-00)
380- Tidied for CodeWizard.  Note: G4Circle.icc and G4VVisPrim.icc removed, so
381  "gmake clean" all relevant directories before updating.
382
3835th June May 2000  Evgeni Chernaev (greps-V01-01-04)
384- Bug fix in BooleanProcessor.src.
385- Graceful recovery from caseIE() and caseEE() non-implementation
386  (first polygon returned).
387
38820th May 2000  Evgeni Chernaev (greps-V01-01-03)
389- Temporary workaround to avoid caseIE() and caseEE.
390
39113th May 2000  John Allison (greps-V01-01-02)
392- Changed std:: to HepStd:: for ISO compatibility (Evgeni Chernaev).
393
39411th April 2000  John Allison (greps-V01-01-01)
395- Added operator = (const HepPolyhedron&) to ExtPolyhedron.
396
3976th April 2000  John Allison (greps-V01-01-00)
398- Tagged.
399
4004th April 2000  Evgeni Chernaev
401- Added boolean operations (add, subtract, intersect) on HepPolyhedron objects.
402- Added BooleanProcessor.src.
403
40430th March 2000  John Allison
405- Added virtual operator= to G4Polyhedron.hh and HepPolyhedron.h to avoid
406  warnings about hiding.
407
40823rd February 2000  John Allison
409- Moved G4Polyhedron constructors and destructor to .cc.
410
41122nd February 2000  Evgeni Chernaev (greps-V01-00-03)
412- Re-instated edge flags for "invisible" edges of HepPolyhedronCons and Torus.
413
41422nd February 2000  John Allison  (greps-V01-00-02)
415- Added HepPolyhedron (Evgeni Chernaev).  Re-implemented G4Polyhedron.
416
41711th January 2000  John Allison  (greps-V01-00-01)
418- Fix for spheres with small dtheta.
419
42016th December 1999  John Allison (greps-V01-00-00)
421- Added G4Polyhedron::Transform and G4Polyhedron::InvertFacets (Evgeni
422  Chernaev).
423
42417th November 1999 Satoshi Tanaka (greps-V00-01-01)
425- Header comments for software reference manual
426
4274th October 1999  John Allison  (greps-V00-01-00)
428- Improved comments in G4Visible.hh.
429
43023rd July 1999  John Allison
431- Added base class copy to copy contructor of G4Polyhedron.
432
43321st July 1999  John Allison
434- Added G4PlacedPolyhedron, which includes G4PlacedPolyhedronList.
435
436greps-01-00-08  5th June John Allison
437- Added virtual operator = and overrides to G4Circle and G4Square.
438
439greps-01-00-07  25th May 1999  John Allison
440- Moved operator != to member function.
441
442greps-01-00-06  19th May 1999  John Allison
443- Fixed compilation warnings, mainly overriding virtual functions.
444
445greps-01-00-05  12th May 1999  John Allison
446- Made destructors virtual where applicable.
447
448greps-01-00-04  28th April 1999  John Allison
449- Moved G4VVisManager and G4VGraphicsScene to intercoms.
450
451greps-01-00-03  7th February 1999  John Allison
452- Removed GNU_GCC from G4Polymarker.cc.
453- Added G4VGraphicsScene::AddThis (G4Polycone and G4Polyhedra.
454
455greps-01-00-02  6th January 1999  John Allison
456- Very minor change in G4VisExtent.cc - 2 -> 2.
457- Inclusion of test/ in tag.
458
459greps-01-00-01  6th January 1999  John Allison
460- Corrected constructors of G4VisAttributes for initialisation of
461  fDaughtersInvisible.
462
463greps-00-04-02 02 December 1998 Evgeni Tcherniaev
464- Added G4NURBS::CalcPoint() for calculation coordinates of a
465point lying on the nurbs surface.
466
467greps-00-04-01  25th November 1998  John Allison
468- Added void G4VisAttributes::SetDaughtersInvisible (G4bool).
469
470greps-00-03-03  9th November 1998 Satoshi Tanaka
471Added G4String fInfo and its access functions to G4VMarker
472
473greps-00-03-02  6th November 1998  John Allison
474- Cleaned up GNUmakefile - no longer includes unnecesary -I's
475
476greps-00-03-01  26th September 1998  John Allison
477- Removed SetWorldVolume from G4VVisManager - no longer used.
478
479greps-00-02-03  21st August 1998  John Allison
480- Rationalised G4VisExtent::G4VisExtent (const G4Point3D& centre,
481  G4double radius) so that iit is a true "inverse" of GetExtentRadius.
482- Added global target to GNUmakefile (Gabriele Cosmo).
483
484greps-00-02-02  14th August 1998  John Allison
485- Added GeometryHasChanged() to G4VVisManager.  To be used by the run manager.
486
487greps-00-02-01  6th August 1998  John Allison
488- Removed Draw, ClearView and Show in G4VVisManager.
489
490greps-00-06-03  26th June 1998  Gabriele Cosmo
491- Updated test/GNUmakefile to new electromagnetics.
492
493greps-00-06-02  10th June 1998  John Allison
494- Changed defaults in G4VisExtent to 0.
495
4961st June 1998  Satoshi Tanaka
497- Added Draw(), ClearView(), Show() to G4VVisManager.
498
499greps-00-06-01  29th April 1998  John Allison
500- Introduced Establish/DecommissionSpecials (G4PhysicalVolumeModel&)
501  in place of BeginModeling (G4PhysicalVolumeModel&).
502
503April 21st, 98 G.Cosmo (greps-00-05-03)
504- Tagged.
505
506April 9th, 98 G.Cosmo
507- Porting on DEC-cxx 6.0.
508  Removed meaningless usage of "const" qualifier from functions
509  return type for basic types by value. Modified files: G4NURBS.cc
510
511greps-00-05-02  4th April 1998  John Allison
512- Re-engineered maintenance of current depth, etc.  Needed new method
513  G4VGraphicsScene::BeginModeling (G4PhysicalVolumeModel&) in
514  graphics_reps.  The result is much cleaner model and modeling
515  parameters classes.  Also, the current depth, physical volume and
516  logical volume are immediately available as protected pointers in
517  G4VScene.
518
519HEAD  3rd April 1998  John Allison
520- Added GetWorld/ScreenDiameter/Radius to G4VMarker.
521
522April 2, 1998 G.Barrand :
523- G4Polyhedron.cc : add a G4double cast to help NT/Visual compiler.
524
525greps-00-05-01  26th March 1998  John Allison
526- Removed #if defined(__DECCXX) || defined(WIN32) from G4NURBS.hh.
527- Improved comments in G4VMarker.hh
528
5297th January 1998  John Allison
530- Added arguments to PreAddThis in G4VGraphicsScene.hh.
531- Added virtual destructor to G4VVisManager.
532
533December 19, 97 G. Cosmo - (alpha03)
534
535- Created.
536
537- Previous history (from README)
538
539vis-00-01-02  13th July 1997  John Allison
540- Consolidation of previous tag.
541
542vis-00-01-01  8th June 1997  John Allison
543- First systematic tag.
544- G4Polyhedron - can now set number of sides for circle polygon approximation
Note: See TracBrowser for help on using the repository browser.