From bc4d2dccd764be67fbfee10f1f371d4cf1f549c6 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 22 Jun 2005 12:56:34 +0000 Subject: Added G.Vidon changelog to 3.3.2 --- debian/changelog | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b179b81..64ef28b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,61 @@ zinc-tk (3.3.2) unstable; urgency=low * Updated Python binding and new demos added (Guillaume Vidon). + * python :Updated Python binding and new demos added (Guillaume Vidon). + * python :No more need to call explicitely the function havetkzinc to load + the library ELF tkzinc. On peut créer un objet Zinc avec ou sans conteneur. + * python :A Zinc object can be created with or without container object. + If master arg is 0, a new object Tkinter.Frame is created and the object Zinc is inserted on. + * python :Add Zinc.Zinc.addtag_ancestors + * python :Del Zinc.Zinc.addtag_atpoint ( not anymore in specifications of Zinc API ) + * python :Zinc.Zinc.addtag_closest can take a new arg : recursive + * python :Zinc.Zinc.addtag_atpriority can take a arg tagOrId which begin root of tree + where function act. + * python :Zinc.Zinc.addtag_overlapping and addtag_enclosed can take 2 new optional + params : inGroup et recursive + * python :addtag_withtype can take one new optional param tagOrId + * python :some docstrings for public methods of Zinc.Zinc + * python :Zinc.Zinc.find_atpoint becomes Zinc.Zinc.find_closest + * python :Fix Zinc.Zinc.hasfields + * python :Del Zinc.Zinc.hasparts ( not supported ) + * python :Add Zinc.ZincItem.bbox Zinc.Zinc.find_ancestors Zinc.Zinc.contours + Zinc.Zinc.dchars Zinc.index Zinc.hastag Zinc.insert Zinc.numparts Zinc.postscript + vertexat Zinc.tset Zinc.tapply Zinc.tcompose Zinc.skew Zinc.smooth Zinc.select + * python :Fix find_overlapping : options ingroup et recursive + * python :Fix Zinc.scale Zinc.cget Zinc.configure Zinc.translate like in specs + * python :New attribut Zinc.Zinc.version return version of Zinc + * python :New __main__ : display a window wich show version number + * python :ZincException Class added for generate Zinc exception (Not more TclError Later) + * python :ZincItem.getGroup return Group Item which is the parent of the ZincItem's instance + * python :Fix ZincItem.scale ZincItem.rotate and ZincItem.translate to run with + Zinc.Zinc Objects + * python :Add ZincItem.coords method because attribut accessor dont permit all possible + invocations (for exemple Cure Item we can manipulate multi contours) + * python :In Group getGroup method has been overwrited to treat the root group case + * python :In Curve constructor accepts a option contours which is a list of lists of coords + defining extended contours + * python :self._do deprecated. Use now self.tk.call (Thx JC Daudin) + * python :Add Mapinfo.duplicate which return a clone of the Mapinfo instance + * python :Add Mapinfo.add_symbol Mapinfo.count Mapinfo.get Mapinfo.replace Mapinfo.remove + * python :Add de Videomap.ids, class method which return maps from the file + * python :add param backward_compatibility to Zinc.Zinc constructor. If it is set, the widget + use old format of currentpart and configure + * python :havetkzinc doesnt return version number in some cases (M. Cousy) + * python :Add classes Colors AxialGradientColor RadialGradientColor ConicalGradientColor, + color's handler classes + * python :bbox doesnt return values (J. Tseng) + * python :Zinc.Zinc.itemconfigure doesnt work. the syntax of tk.call is different of _do + then we must deference list + * python :Zinc.Zinc.tget not implemented -> Added Thx M. Cousy + * python :Add Zinc.ZINC_NO_PART + * python :Add Zinc.ZincItem.transform Zinc.ZincItem.tget Zinc.ZincItem.tsave + Zinc.ZincItem.trestore Zinc.ZincItem.tset Zinc.ZincItem.treset + * python :library Tkzinc load use now tcl require system. + * python :auto_path environment variable allows to change auto_set value + * python :return miss in some Zinc.methods + * python :type of return of currentpart must be string (M. Cousy) + * python :ZINC_NO_PART bad value (M. Cousy) + * In Perl, when doing an itemcget or itemconfigure on an image, the returned value is now the image object not its name. This should be far more useful. * Fixed a bug causing a segv when a gradient is specified outside an -- cgit v1.1