Package Release Info

eric5-5.5.2-bp150.2.5

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

eric5
eric5-api

Change Logs

Version: 5.5.2-bp150.2.4
* Wed Jul 19 2017 bwiedemann@suse.com
- Add reproducible.patch to sort file lists to fix build-compare (boo#1041090)
* Sat Jan 03 2015 termim@gmail.com
- split out api package
* Sun Dec 21 2014 termim@gmail.com
- eric5-sidebar.patch - Fix sidebar shrink from upstream
* Tue Dec 09 2014 termim@gmail.com
- to 5.5.2
  - bug fixes
- remove eric5-desktop_encoding.patch - fixed upstream
- remove eric5-build_compare.patch - not needed nymore
* Sun Nov 30 2014 termim@gmail.com
- Update to 5.5.1
  - bug fixes
- add eric5-desktop_encoding.patch
* Wed Oct 29 2014 termim@gmail.com
- Update to 5.5.0
  - bug fixes
  - General
  * changed the eric mascot to be a Python (i.e. the snake). New icons
    and pixmaps provided by Thimo Kraemer.
  * changed the code to be executed with Python 2 as well (thanks to
    Tobias Rzepka)
  * implemented a background service which execute Python2 and Python3 scripts
    in the background independent of the current interpreter
  * added Portugese translations provided by Candido Fontes
  - Checkers
  * updated pep8 to 1.5.6
  * updated pyflakes to version 0.8.1 (Python 3.4.0 compatible)
  * added syntax checker for JavaScript files
  * added capability to check multiple files from the project sources browser
  - Debugger
  * updated coverage to 3.7.1
  * enabled coverage info in Python2 projects
  - Editor
  * added a scrolling map like display showing all markers
  * added a context menu entry to reload a file with a given encoding
  * added a lexer for Qt style sheet files (when upgrading from older
    eric versions a change of the lexer association for *.qss files needs
    to be done via the configuration dialog)
  * added support for the QScintilla Gettext lexer (QsciLexerPO) as of
    QScintilla 2.8.2
  * added support for the QScintilla CoffeeScript lexer
    (QsciLexerCoffeeScript) as of QScintilla 2.8.3
  - Multi Project
  * added support for the categorisation of projects and changed the
    multi project file format
  - Plugin Manager
  * extended the plugin repository dialog to allow to hide unwanted entries
    and cleanup the plugin downloads area
  * implemented the Python2 compatibility check for plug-ins (new boolean flag
    'python2Compatible'
  - Project
  * added support for JavaScript projects
  * added code to move deleted files/directories to the recycle bin falling
    back to removing them (os.remove), if send2trash cannot be imported due
    to missing dependencies
  - Version Control System Interfaces
  * All
  - - made the status LED (right lower corner) clickable (depending on
    overall VCS status it will show the log browser or the status dialog)
  * Mercurial
  - - enhanced the tag dialog and extended the log browser to allow
    tagging of a specific revision
  - - added dialogs to enter the contents for initial .hgrc/mercurial.ini
    and .hg/hgrc files
  - - added a configuration option to enforce the usage of the internal
    merge tool
  - - made availablity of push/pull related actions dependent on configured
    remote repository (default/default-push in .hg/hgrc)
  - - extended the log browser by an action to switch to the selected
    revision
  - - added support for the shelve extension (as of Mercurial 2.8)
  - - added support for the largefiles extension (as of Mercurial 2.0)
  - - added support for Mercurial queues summary
  - - added support for various 'resolve' subcommands
  - Multi Project
  * changed multi project file format to contain relative paths to
    the contained project files
  - Project Forms Browser
  * added functionality to modify some form code creation options (see
    Qt configuration page)
  - Web Browser
  * added DuckDuckGo to the list of default search engines
  - Third Party packages
  * updated CharDet to 2.2.1
* Sat Oct 04 2014 termim@gmail.com
- Update to 5.4.7
  - bug fixes
* Sat Aug 09 2014 termim@gmail.com
- Update to 5.4.6
  - bug fixes
* Mon Jun 30 2014 termim@gmail.com
- Update to 5.4.5
  - bug fixes
* Mon May 12 2014 termim@gmail.com
- Update to 5.4.4
  - bug fixes
- Checkers
  - updated pyflakes to version 0.8.1 (Python 3.4.0 compatible)
* Sat Apr 05 2014 termim@gmail.com
- Update to 5.4.3
  - bug fixes
* Tue Mar 11 2014 termim@gmail.com
- Update to 5.4.2
  - bug fixes
* Fri Feb 21 2014 termim@gmail.com
- fix libpng complains about lexerD.png
* Tue Feb 11 2014 termim@gmail.com
- Update to version 5.4.1
  - bug fixes
* Tue Jan 07 2014 termim@gmail.com
- Update to version 5.4.0
  - General
  * introduced a zoom widget in the status bar of several windows
  * centralized the SSL error handling in E5SslErrorHandler
  * moved the SSL widgets to the E5Network package
  * changed the 'import' statements to improve startup behavior
  * removed the QtHelp dependancy; support is only available, if the
    QtHelp module could be imported
  * changed code to be compatible with latest PyQt4 Windows installers
  * introduced a configurable delay timer to get smoother sidebars
    behavior
  * added a specialized error message handler allowing to filter
    messages
  * added commandline options '--start-file', '--start-multi' and
    '--start-project' to start with the most recently opened file, multi
    project or project
  * added a dialog to show the most recent error log
  - Debugger
  * Debug Viewer
  - added a viewer for the call stack leading to the current line
  * Variables Viewer
  - changed the way multi line strings are shown in the value
    column
  - Checkers
  * Coding Style (previously PEP-8)
  - extended the coding style checker and its fixer
  - added a checker for naming conventions
  - dded a checker for docstring conventions
  - extended the fixer for docstring issues
  - Editor
  * added the capability to preview HTML, Mardown and ReST files
  * added the capability to sort lines spanned by a rectangular
    selection based on the selected text
  * added entires to convert the selection to upper/lower case to the
    edit menu
  * changed the line numbers margin to adjust themselves to the size
    needed
  * added support for virtual space
  * added support to show the current class/method name in the combo
    boxes at the top of the editor
  - File Browser
  * added a JavaScript parser in order to show the structure of
    JavaScript files
  - Mini Editor
  * changed the line numbers margin to adjust themselves to the size
    needed
  * added support for virtual space
  - Multi Project
  * extended the context menus of the multi project browser to be able
    to add projects this way
  - Project
  * added support for PyQt5 projects
  - Project Viewer
  * All
  - added a context menu entry to delete the selected directory
  * Forms Viewer
  - added support for more widgets in the code creation dialog
  - added a plug-in hook for the 'open' action
  * Sources Viewer
  - added support to highlight the current class/method name of the
    current editor
  - added a JavaScript parser in order to show the structure of
    JavaScript files
  * Translations Viewer
  - added a plug-in hook for the 'open' action
  - Shell
  * changed the line numbers margin to adjust themselves to the size
    needed
  - Symbols Viewer
  * extended the list of supported unicode code blocks
  - Template Viewer
  * added a context menu entry to reload the templates
  * changed logic such, that the templates are only written, if they
    contain some changes
  - User Interface
  * made the search and replace widgets scrollable (customisation for
    smaller screens)
  - Version Control System Interfaces
  * All
  - added a confirmation dialog to the 'revert' actions
  * Mercurial
  - added a 'Copy Changesets' button to the log browser dialog
  - editing the config file will generate a minimal one if none
    exists
  - added support for the 'summary' command --- added capability
    to compare files side-by-side
  * Subversion
  - added capability to compare files side-by-side
  - added cabaility to upgrade the working copy format
  - Web Browser
  * reworked the various SSL info widgets to show more info
  * added a dialog to configure hosts to be exempted from caching
  * added the capability to save the visible part of the current page
    as a screen shot
  - Wizards
  * added a wizard for the Qt5 QRegularExpression class (requires
    PyQt5)
  * added support for PyQt5 to the QFileDialog wizard
  - Third Party packages
  * updated to Pygments 1.6
* Wed Dec 11 2013 termim@gmail.com
- Update to version 5.3.9
  * Bugfix release
* Thu Nov 14 2013 termim@gmail.com
- Update to version 5.3.8
  * Bugfix release
* Fri Oct 18 2013 termim@gmail.com
- Update to version 5.3.7
  * Bugfix release
* Wed Aug 28 2013 termim@gmail.com
- Update to version 5.3.6
  * Bugfix release
* Tue Jul 09 2013 termim@gmail.com
- Update to version 5.3.5
  * Bugfix release