Fri, 21 Mar 2025 16:29:08 +0100 Detlev Offenbach Corrected the usage of the MiniEditor class. eric7 file | diff | annotate
Mon, 24 Feb 2025 15:43:49 +0100 Detlev Offenbach Adjusted the code to the modified issue codes. eric7 file | diff | annotate
Wed, 18 Dec 2024 18:03:07 +0100 Detlev Offenbach Corrected some code style and formatting issues. eric7 file | diff | annotate
Wed, 18 Dec 2024 17:40:14 +0100 Detlev Offenbach Added an entry to the 'Clear Private Data' dialog for website permissions. eric7 file | diff | annotate
Wed, 18 Dec 2024 17:20:28 +0100 Detlev Offenbach Add configuration option to not persist website permissions (Qt 6.8+). eric7 file | diff | annotate
Wed, 18 Dec 2024 16:52:16 +0100 Detlev Offenbach Adapted the web browser to Qt 6.8. eric7 file | diff | annotate
Tue, 10 Dec 2024 15:46:34 +0100 Detlev Offenbach Updated copyright for 2025. eric7 file | diff | annotate
Fri, 29 Nov 2024 11:55:02 +0100 Detlev Offenbach Corrected an issue shutting down a Web Browser instance. eric7 file | diff | annotate
Fri, 25 Oct 2024 17:58:59 +0200 Detlev Offenbach Modified modal dialog usage to always include a valid parent (needed for Wayland). eric7 file | diff | annotate
Fri, 27 Sep 2024 17:27:11 +0200 Detlev Offenbach Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project. eric7 file | diff | annotate
Thu, 26 Sep 2024 15:49:36 +0200 Detlev Offenbach Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project. eric7 file | diff | annotate
Wed, 25 Sep 2024 14:48:57 +0200 Detlev Offenbach Moved some functions from 'Globals' to 'EricUtilities'. eric7 file | diff | annotate
Tue, 24 Sep 2024 17:52:41 +0200 Detlev Offenbach Changed EricCore, EricGraphics, EricGui and some of EricNetwork to allow them to be extracted into an external library later on. eric7 file | diff | annotate
Sat, 20 Jul 2024 11:14:51 +0200 Detlev Offenbach Integrated the FIDO2 security keys management facility into the web browser 'Settings' menu. eric7 file | diff | annotate
Fri, 31 May 2024 15:18:47 +0200 Detlev Offenbach Corrected some imports ordering. eric7 file | diff | annotate
Sun, 19 May 2024 17:20:16 +0200 Detlev Offenbach Relocated the Version information into a top level '__version__.py' module. eric7 file | diff | annotate
Wed, 24 Apr 2024 16:23:20 +0200 Detlev Offenbach Web Browser eric7 file | diff | annotate
Tue, 23 Apr 2024 11:26:04 +0200 Detlev Offenbach Changed the source code and the source code documentation to improve the indication of unused method/function arguments. eric7 file | diff | annotate
Wed, 21 Feb 2024 10:56:24 +0100 Detlev Offenbach Removed support for the deprecated eric-ide specific XML file formats. eric7 file | diff | annotate
Sat, 06 Jan 2024 15:21:02 +0100 Detlev Offenbach Changed some state/mode definitiuons to an enum.Enum class and corrected some code style and formatting issues. eric7 file | diff | annotate
Sat, 23 Dec 2023 15:48:12 +0100 Detlev Offenbach Updated copyright for 2024. eric7 file | diff | annotate
Fri, 22 Dec 2023 17:24:07 +0100 Detlev Offenbach Converted some source code documentation to the new style. eric7 file | diff | annotate
Wed, 20 Dec 2023 14:58:58 +0100 Detlev Offenbach Converted some source code documentation to the new style. eric7 file | diff | annotate
Sun, 03 Dec 2023 19:46:34 +0100 Detlev Offenbach Corrected some uses of dict.keys(), dict.values() and dict.items(). eric7 file | diff | annotate
Wed, 22 Nov 2023 17:19:10 +0100 Detlev Offenbach Modernized some code and corrected some code style issues. eric7 file | diff | annotate
Fri, 13 Oct 2023 16:44:53 +0200 Detlev Offenbach Web Browser eric7 file | diff | annotate
Fri, 13 Oct 2023 15:32:00 +0200 Detlev Offenbach Web Browser eric7 file | diff | annotate
Thu, 25 May 2023 19:51:47 +0200 Detlev Offenbach Corrected and checked some code style issues (unused function arguments). eric7 file | diff | annotate
Wed, 05 Apr 2023 11:58:22 +0200 Detlev Offenbach Performed some 'ethical' changes. eric7 file | diff | annotate
Thu, 12 Jan 2023 13:48:00 +0100 Detlev Offenbach Human Machine Interfaces eric7 file | diff | annotate
Mon, 09 Jan 2023 11:22:56 +0100 Detlev Offenbach Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well. eric7 file | diff | annotate
Sat, 07 Jan 2023 19:21:25 +0100 Detlev Offenbach Help Viewer eric7 file | diff | annotate
Sat, 31 Dec 2022 16:23:21 +0100 Detlev Offenbach Updated copyright for 2023. eric7 file | diff | annotate
Sun, 18 Dec 2022 19:33:46 +0100 Detlev Offenbach Refactored the Utilities and Globals modules in order to enhance the maintainability. eric7 file | diff | annotate
Tue, 06 Dec 2022 17:35:41 +0100 Detlev Offenbach Corrected some 'wrong' string quotes caused by the Black line merging. eric7 file | diff | annotate
Tue, 06 Dec 2022 16:04:58 +0100 Detlev Offenbach Corrected some 'wrong' string quotes caused by the Black line merging. eric7 file | diff | annotate
Mon, 07 Nov 2022 17:19:58 +0100 Detlev Offenbach Corrected/acknowledged some bad import style and removed some obsolete code. eric7 file | diff | annotate
Fri, 04 Nov 2022 13:52:26 +0100 Detlev Offenbach Resorted the import statements using isort. eric7 file | diff | annotate
Mon, 31 Oct 2022 13:52:10 +0100 Detlev Offenbach Fixed an issue importing the eric7config module. eric7 file | diff | annotate
Tue, 18 Oct 2022 16:06:21 +0200 Detlev Offenbach Changed the eric7 import statements to include the package name (i.e. eric7) in order to not fiddle with sys.path. eric7 file | diff | annotate
Wed, 13 Jul 2022 14:55:47 +0200 Detlev Offenbach Reformatted the source code using the 'Black' utility. eric7 file | diff | annotate
Thu, 07 Jul 2022 11:23:56 +0200 Detlev Offenbach Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml". eric7 file | diff | annotate | base
(0) tip

eric ide

mercurial