Revisions of eric

buildservice-autocommit accepted request 1139921 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 58)
baserev update by copy to link target
buildservice-autocommit accepted request 1080775 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 56)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1080493 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 55)
- Update to version 23.4.2
  - bug fixes
- Update to version 23.4.1
  - bug fixes
- Update to version 23.4
  - bug fixes
  - Editor
      - Added capability to highlight the area used by a text search (if it is not the
        whole document).
  - MicroPython
      - Updated the list of known CircuitPython boards.
      - Updated the list of known UF2 capable boards.
      - Added functionality to search for known boot volumes in the UF2 flash dialog.
      - Added functionality to install packages using `mip` or `upip`.
      - Added support for WiFi enabled boards.
      - Added support for Bluetooth enabled boards.
      - Added support for Ethernet enabled boards.
      - Added support for synchronizing the board time via NTP for network enabled
        boards.
      - Added a dialog to enter the parameters to convert a .hex or .bin firmware
        file to UF2.
  - Mini Editor
      - Added capability to highlight the area used by a text search (if it is not the
        whole document).
  - Syntax Checker
      - Added the capability to define names to be treated as builtin names by the
        `pyflakes` checker globally (see configuration dialog `Editor => Code Checkers`
        page and on a per project basis (see `Project-Tools => Check => Syntax`).
  - Third Party packages
      - Upgraded eradicate to version 2.2.0.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 54)
buildservice-autocommit accepted request 960104 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 53)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 960039 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 52)
- Add new EditorConfig dependency
- Add libQt5Sql5-sqlite dependency and recommends for mysql and
  postgresql plug-ins
- Add more recommends, according to install.py
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 51)
- update to 21.11
  eric 21.11 has been released. It fixes just a few bugs. This will be the last
  release of the 'eric6' line of development (i.e. the one requiring PyQt5/Qt5 as
  its execution environment).
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) accepted request 927312 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 50)
- Update to version 21.9
  - bug fixes
  - MicroPython
    -- extended the list of known CircuitPython and UF2 capable
    devices
  - Unit Test
    -- added support for sub-tests
- Update to version 21.7
  - bug fixes
- Update to version 21.6
  - bug fixes
  - Tasks
    -- made the task properties dialog adapt to the task kind
    -- added code to get typed manual tasks
  - UML Diagrams
    -- extended the class items to show class attributes
    -- added code to load a saved UML diagram via the file browser
    or
    the project others browser
    -- improved the diagram layout of the Import Diagram and the
    Application Diagram
    -- added code to save and load diagrams as JSON files
    -- changed code to print diagrams
- Update to version 21.5
  - bug fixes
  - Code Style Checker
    -- added a checker to find code that could be simplified
    -- added capability to the results page to filter the messages
    based on
    message code
buildservice-autocommit accepted request 859926 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 49)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 859855 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 48)
- Update to version 21.1
  - bug fixes
- Update to version 20.12.1
  - bug fixes
- Update to version 20.12
  - bug fixes
- Update to version 20.11
  - bug fixes
  - Editor
    -- added support for TOML files
  - Main Window
    -- added a dialog showing information about the installation
    process
    (see Help menu)
  - Mini Editor
    -- added a status bar languages menu
    -- added a status bar zoom slider
    -- added zoom actions menu and toolbar
  - Syntax Checker
    -- added a syntax checker for TOML files
  - Web Browser
    -- added a SSL information page to the site info dialog
    -- added a clickable SSL info label to the URL entry
  - Various
    -- changed code to not use deprecated 'QRegExp' anymore
- Don't attempt to install/use pyqt5-tools/qt5-applications
- Don't create install info file
  rpmlint complains that this file contains buildroot
buildservice-autocommit accepted request 839700 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 47)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 839643 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 46)
- Update to version 20.10
  - bug fixes
  - Editor
    -- added an outline widget showing the structure of the editor
       source code and allowing to navigate in the code
  - Python Disassembly Viewer
    -- added a tool to visualize the Python byte code generated
       from a Python source file
    -- added a viewer to visualize Python byte code generated from
       a Python traceback of an exception as an additional tab of
       the debug viewer
    -- added capability to show information about a code object
  - Third Party packages
    -- updated Pygments to 2.7.0
    -- updated coverage.py to 5.3.0
    -- removed th no longer needed 'enum' package
  - Various
    -- changed the code to not rely on the Qt Resource system
       anymore (no .qrc files and no use of pyrcc5 anymore)
- Update to version 20.9
  - bug fixes
  - File Browser
    -- changed it to react upon changed files if their contents is
       shown Tasks
    -- added separate task categories for 'Test' and
       'Documentation' tasks
  - Mercurial Interface
    -- removed the interface for the deprecated 'fetch' extension
  - VCS Interfaces
    -- added a configuration option to disable the VCS toolbars
buildservice-autocommit accepted request 827010 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 45)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 44)
- update to 20.8
  - bug fixes
  - removed support for Python2
  - removed support for Qt4 (PyQt4 and pyside)
  -- added menu action for pip cache management
  -- changed the dialog to allow the selection of checker categories
  -- added several security related checks (ported from bandit)
  -- extended the dialog to show a list of files still to be checked
  -- updated pycodestyle to version 2.6.0
  -- updated pyflakes to version 2.2.0
  -- updated asttoken to version 2.0.4
  - bug fixes
  -- added a configurable URL entry color to indicate sites with certificate
     issues
  -- added code to ask for the title of a new bookmark folder
  -- updated Pygments to 2.3.1
buildservice-autocommit accepted request 802249 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 43)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 802242 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 42)
- Update to version 20.5:
  - MicroPython
    -- added support for Calliope mini
  - Third Party packages
    -- updated Pygments to 2.3.1
buildservice-autocommit accepted request 791643 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 41)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 791543 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 40)
- Update to version 20.4:
  - bug fixes
  - General
    -- included a new icon set based on the Breeze icons of KDE
buildservice-autocommit accepted request 785217 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 39)
baserev update by copy to link target
Displaying revisions 1 - 20 of 58
openSUSE Build Service is sponsored by