SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ipe-7.2.14-1.2.x86_64.rpm :

* Sun Apr 19 2020 Luigi Baldoni - Update to version 7.2.14
* Mirror at y-axis added, stretch and precise stretch now obeys axis orientation.
* View sorter to rearrange the views of a page (issue #128).
* New \"laser pointer\" mode that is useful when giving a presentation by filming directly from the Ipe canvas.
* Added actions \"Mark views from this view\" and \"Unmark views from this view\".
* Make sure that properties panel doesn\'t change width while going through a document by basing the button format on the largest number of views and on the number of pages. New preferences \"view_button_prefix\" and \"page_button_prefix\" to make the display more concise for advanced users.
* Fix notes display in IpePresenter when there are non-ASCII characters (issue #282).
* Include page title in iperender with option -nocrop (issue [#287]).
* Allow path objects with trailing \"m\" operator and without subpaths, to simplify automatic generation of Ipe files (issue #274).
* Show warning message when document contains Type3 fonts (issue #273).
* Fix positioning of frame in thumbnails (bug #280).
* Fix incorrect page bounding box when clipping groups (bug [#265]).
* Fix TEXINPUTS getting lost on Unix (bug #266).
* Fix \"ipe -sheet presentation\" not working.- Added IPE_NO_IPELIB_VERSION_CHECK=\'no\' to remove rpmlint warning- Fix SLE12 build
* Sun Oct 27 2019 Luigi Baldoni - Update to version 7.2.13
* Allow online Latex-compilation using \"latexonline.cc\" service. Ipe is now fully usable without a Latex installation on your computer.
* Added script \'page-labels\' (see Section 8.1 in manual).
* Views can now be named, and view names can be used instead of numbers in iperender and ipetoipe (feature #136).
* Add directory containing Ipe document to TEXINPUTS when running Latex (feature #243).
* Add button to use external editor for Latex preamble (feature [#261]).
* Fixed bug in color key in grayscale bitmaps (bug #247).
* Handle stroke opacity correctly in properties panel (bug [#252]).
* Set Qt size policy for labels to fixed for better resizing behaviour (bug #261).
* Fix crash in checkbox on Qt (bug #259).
* Fixed \"Update stylesheets\" action not being undoable.
* Added Bitmap::savePixels method for PowerIpe.
* Use ^ operator for dot-product of vectors in Lua. version 7.2.12:
* Image objects now support transparency (feature #233).
* Path objects can now have distinct fill and stroke opacities (feature #134).
* Symbols can now specify a list of snap positions, which are active in vertex snap mode. Such symbols can be selected by clicking near any snap position, and are presented like groups in the selection (feature #238).
* Can now specify the initial attribute settings in the preferences (feature #235).
* Symbols ipelet now presents symbols in groups (feature #237).
* New \"Preferences\" item in Help menu with information about \"prefs.lua\".
* Lua function tonumber now returns nil when it fails to convert, like the original Lua function (bug #236). version 7.2.11:
* Images with alpha channel are now fully supported (feature [#142]).
* New \"Rotate coordinate system\" operation in \"Goodies\" ipelet.
* New ipelet to select objects by type and/or by attribute value.
* Can now use \".ipe/ipe.conf\" to define environment variables
* The link action string of group objects is now more powerful. You can use it to create links inside the Ipe document (so that clicking on an object in the PDF file will take you to a different page), and to launch videos or audio (which can be played inside some PDF viewers).
* Tiling patterns now follow opacity of the object (feature [#195]).
* The bullet in items now has the text color (bug #161).
* The coordinate system (the axes) can now be toggled on and off without having to reset the origin.
* When exporting using ipetoipe, page notes are not included as PDF annotations (but see -keepnotes) (feature #215).
* Storing section names of pages as PDF \"named destinations\", so that external links can point to a specific page of an Ipe document.
* Use page-piece dictionary to store Ipe XML data inside PDF file.
* Pressing \"Ok\" after \"Apply\" in text edit dialog no longer causes a Latex run (feature #144).
* Up and Down keys now work to move between views in IpePresenter. Added \"jump to page\" and \"select page\" in IpePresenter (feature #228).
* Tiling patterns from PDF now display in Ipe and IpePresenter.
* Exporting to PNG from the Ipe UI now saves with transparent background.
* Fixed broken operation \"create symbol (in new stylesheet)\".
* Fixed broken \"Select in layer\" and \"Move to layer\" submenus (bug #214).
* \"Insert image\" file dialog starts in more reasonable directory.
* Removed support for ipelet dlls with .dylib extension (it changed to .so in Ipe 7.1.10). version 7.2.10:
* IpePresenter companion program, to show PDF presentations (made with Ipe or beamer). The presenter\'s display shows the current slide, the next slide, the slide notes, and a running clock. The audience sees only the current slide. IpePresenter relies entirely on the PDF file, so no Latex is needed for a presentation.
* Move to modern C++: use nullptr consistently, compile with C++17, starting to use unique_ptr and shared_ptr.
* Page notes are saved as PDF annotations (feature #187).
* Fixed strange conversion of labels to math mode (bug #211).
* Can now change direction of horizontal scrolling (with Alt+Scroll wheel) using prefs.scroll.direction.x. version 7.2.9:
* Fixed crash when using layers (bug #208).
* Use Postscript glyph names to find glyph index (bug #122).
* Holding Control while using the scroll wheel now zooms the canvas on all platforms (feature #206).
* Fix unmarked pages appearing in bookmarks after exporting with -markedview (bug #205).
* Can use config.ipedrive to refer to the drive that Ipe is on in customization files. Environment variables can use \"ipe:\" to refer to the same drive (feature #203). version 7.2.8:
* Two-finger moves on the touchpad/trackpad and the scroll wheel now pan the canvas rather than zoom (feature #158). To go back to the zooming behaviour, set prefs.scroll.pan to false.
* Number of objects in each layer shown next to the layer name.
* The page specifications in ipetoipe and iperender can now be given using page names (feature #136).
* Side button on WACOM tablets can now be used (bug #164).
* Fixed use before check (bug #118).
* Iperender can now take arguments in any order (bug #184).
* New command \\ipedefinecolors to allow using package options of the xcolor package (feature #180).
* Updated qvoronoi ipelet to use reentrant version of Qhull.
* Fixed list of greek layernames (bug #196).
* New preference prefs.join_threshold (bug #191).
* Fixed exporting EPS and SVG to non-ASCII filenames (bug [#170]).
* Fixed crash on spurious character between objects in XML input (bug #169).
* Added possibility to pass parameters from Lua wrapper to C++ ipelet (feature #173).
* Implemented copying of snap information to IpeletData (bug [#148]).
* Absolute attributes can now be set as the current value in the UI using the \"Pick properties\" operation (fixes bug [#192]).
* Fixed crash after using page sorter (bug #153).
* Fixed incorrect drawing of ptarc and fptarc arrows (bug [#154]).- Dropped ipe-config.patch (pass variables instead)- Dropped ipe.png (generate all sizes from scalable icon)- Spec cleanup
* Fri Dec 09 2016 hzhr+osAATTmailbox.org- Ipe version 7.2.7- use liblua5_x according to lua-devel which depends on suse_version
* Fri Dec 09 2016 hzhr+osAATTmailbox.org- Ipe version 7.2.6- remove service files since build service still fails when downloading the file from the given url- removed ipe-openmanual.patch- updated ipe-config.patch- removed fixing the paths for fontmap since fontmap is no longer necessary (see release notes for Ipe 7.2.1)
* Sun Nov 15 2015 hzhr+osAATTmailbox.org- Ipe version 7.1.9- update to QT5- update download url
* Tue Jul 28 2015 hzhr+osAATTmailbox.org- force use of Lua 5.2 using suse_version in Tumbleweed and Factory- remove dependency on the lua package since it should be liblua5_2 which is automatically detected
* Sun Jul 12 2015 hzhr+osAATTmailbox.org- Ipe version 7.1.8- adapted service file, ipe-config.patch (moc-qt4 -> moc), and ipe-openmanual.patch- updated website url
* Thu May 07 2015 hzhr+osAATTmailbox.org- fixed paths in gsfonts-fontmap.xml- fixed installation path of fontmap.xml to match default one
* Wed May 06 2015 hzhr+osAATTmailbox.org- added recommendation for ipe-doc package- added patch to use xdg-open instead of gnome-open- added xdg-utils to requirements
* Mon May 04 2015 hzhr+osAATTmailbox.org- moved pdftoipe and figtoipe to their own packages- added OBS source service to set upstream version- convert rpm spec changelog into changes file
 
ICM