Wed, 23 Apr 2025 18:02:09 +0200 Detlev Offenbach Virtual Environments 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
Tue, 10 Dec 2024 15:46:34 +0100 Detlev Offenbach Updated copyright for 2025. 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
Tue, 22 Oct 2024 17:49:41 +0200 Detlev Offenbach Corrected some code style and formatting issues. eric7 file | diff | annotate
Sun, 13 Oct 2024 12:03:05 +0200 Detlev Offenbach Fixed an issue in the virtalenv manager caused by a defined virtual environment for an eric-ide server. eric7 file | diff | annotate
Fri, 27 Sep 2024 10:59:59 +0200 Detlev Offenbach Fixed an issue in the virtual env manager package when used in the standalone application. eric7 file | diff | annotate
Mon, 10 Jun 2024 16:34:28 +0200 Detlev Offenbach Corrected some code style and formatting issues. server file | diff | annotate
Mon, 10 Jun 2024 11:41:34 +0200 Detlev Offenbach Extended the use of eric-ide server environments. server file | diff | annotate
Mon, 10 Jun 2024 10:22:23 +0200 Detlev Offenbach Changed 'eric IDE server' to 'eric-ide server'. server file | diff | annotate
Mon, 10 Jun 2024 10:19:54 +0200 Detlev Offenbach Added code to support eric-ide server environments for debugging. server file | diff | annotate
Fri, 07 Jun 2024 10:50:23 +0200 Detlev Offenbach Merged with branch 'eric7' in order to track these changes. server file | diff | annotate
Thu, 06 Jun 2024 18:01:54 +0200 Detlev Offenbach pip Interface eric7 file | diff | annotate
Tue, 21 May 2024 19:35:41 +0200 Detlev Offenbach Virtual Environment Manager server file | diff | annotate
Fri, 08 Mar 2024 15:51:14 +0100 Detlev Offenbach Merged with branch 'eric7' in order to track these changes. server file | diff | annotate
Mon, 04 Mar 2024 11:42:39 +0100 Detlev Offenbach Corrected some code formatting issues. eric7 file | diff | annotate
Fri, 09 Feb 2024 19:54:15 +0100 Detlev Offenbach Implemented an eric-ide Server Shell. server file | diff | annotate
Sat, 23 Dec 2023 15:48:12 +0100 Detlev Offenbach Updated copyright for 2024. eric7 file | diff | annotate
Thu, 21 Dec 2023 19:50:01 +0100 Detlev Offenbach Converted some source code documentation to the new style. eric7 file | diff | annotate
Tue, 12 Dec 2023 09:35:39 +0100 Detlev Offenbach Changed code using "shutil.rmtree()" more readable by adding "ignore_errors=" where this parameter is non-default. 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, 29 Nov 2023 14:27:25 +0100 Detlev Offenbach Virtual Environments eric7 file | diff | annotate
Fri, 24 Nov 2023 14:59:26 +0100 Detlev Offenbach Virtual Environment Manager eric7 file | diff | annotate
Mon, 11 Sep 2023 17:54:35 +0200 Detlev Offenbach Corrected a typo in the VirtualenvManager code. eric7 file | diff | annotate
Mon, 11 Sep 2023 17:52:27 +0200 Detlev Offenbach Corrected a little glitch in the VirtualenvManager code. eric7 file | diff | annotate
Sat, 09 Sep 2023 17:20:31 +0200 Detlev Offenbach Fixed a code style and documentation issue. eric7 file | diff | annotate
Fri, 08 Sep 2023 09:55:14 +0200 Detlev Offenbach Fixed an issue in the refactored virtual environment code. eric7 file | diff | annotate
Wed, 06 Sep 2023 11:00:56 +0200 Detlev Offenbach Fixed a bug in the refactored code. eric7 file | diff | annotate
Wed, 06 Sep 2023 10:28:50 +0200 Detlev Offenbach Refactored the 'VirtualEnv' code for better maintainability. 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
Sun, 04 Dec 2022 11:58:37 +0100 Detlev Offenbach Project Viewer eric7 file | diff | annotate
Thu, 01 Dec 2022 11:21:33 +0100 Detlev Offenbach Fixed an issue in VirtualenvManager causing a wrong environment name being returned if an environment interpreter is a link to the one of another environment. eric7 file | diff | annotate
Fri, 11 Nov 2022 17:14:21 +0100 Detlev Offenbach Fixed some issues related to paths on Windows platforms. 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
Wed, 26 Oct 2022 17:28:33 +0200 Detlev Offenbach Virtual Environments eric7 file | diff | annotate
Tue, 18 Oct 2022 16:33:23 +0200 Detlev Offenbach Changed virtualenv manager to not create an entry for an embedded environment. 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