Mercurial Repositories
>
eric
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Thu, 15 Oct 2020 19:16:14 +0200
, by Detlev Offenbach
Changed code to use context manager 'open()' for file operations.
Wed, 14 Oct 2020 17:50:39 +0200
, by Detlev Offenbach
Finished refactoring the code style checker.
Tue, 13 Oct 2020 19:02:26 +0200
, by Detlev Offenbach
Editor: fixed an issue introduced during the QRegExp change.
Tue, 13 Oct 2020 18:23:53 +0200
, by Detlev Offenbach
Started refactoring the code style checker.
Mon, 12 Oct 2020 19:54:03 +0200
, by Detlev Offenbach
Performed some more code cleanup.
Mon, 12 Oct 2020 19:28:42 +0200
, by Detlev Offenbach
Performed some code cleanup.
Mon, 12 Oct 2020 18:23:44 +0200
, by Detlev Offenbach
Optimized the various diff panes by using QPlainTextEdit.
Mon, 12 Oct 2020 17:39:45 +0200
, by Detlev Offenbach
Removed the eric6_qregexp scripts to not use deprecated 'QRegExp' anymore.
Mon, 12 Oct 2020 17:23:15 +0200
, by Detlev Offenbach
Updated translations.
Sun, 11 Oct 2020 17:58:00 +0200
, by Detlev Offenbach
Regenerated source documentation.
Sun, 11 Oct 2020 17:56:02 +0200
, by Detlev Offenbach
Changed code to not use deprecated 'QRegExp' anymore.
Sun, 11 Oct 2020 17:54:52 +0200
, by Detlev Offenbach
Changed code to our own context manager type mutex locker class.
Sat, 10 Oct 2020 16:03:53 +0200
, by Detlev Offenbach
AdBlockRule: fixed a faulty regex substitution string.
Sat, 10 Oct 2020 15:17:29 +0200
, by Detlev Offenbach
AdBlockIcon: fixed issues setting the state and icon via the menu.
Sat, 10 Oct 2020 15:16:17 +0200
, by Detlev Offenbach
Optimized the use of Waiting Cursors by using a specialized context manager class.
Sat, 10 Oct 2020 12:20:51 +0200
, by Detlev Offenbach
Diff Dialog: changed code to use the difflib provided unified_diff() and context_diff() functions.
Fri, 09 Oct 2020 17:19:29 +0200
, by Detlev Offenbach
DebugClientBase: changed code to get rid of the use of the deprecated imp module.
Fri, 09 Oct 2020 17:17:21 +0200
, by Detlev Offenbach
SiteInfoDialog: fixed an issue setting the enabled state of the security tab.
Thu, 08 Oct 2020 19:07:33 +0200
, by Detlev Offenbach
DebugBase: fixed an issue occurring with Python prior to 3.8.
Thu, 08 Oct 2020 17:24:54 +0200
, by Detlev Offenbach
Web Browser
Wed, 07 Oct 2020 19:14:36 +0200
, by Detlev Offenbach
Fixed some code style issues.
Wed, 07 Oct 2020 17:58:51 +0200
, by Detlev Offenbach
WebBrowser: started to implement retrieval of SSL data as a by-product of loading a site icon.
Tue, 06 Oct 2020 19:47:05 +0200
, by Detlev Offenbach
Mini Editor
Tue, 06 Oct 2020 19:10:28 +0200
, by Detlev Offenbach
Removed some redundant code.
Tue, 06 Oct 2020 18:16:00 +0200
, by Detlev Offenbach
Eliminated use of qApp in order to prepare for PyQt6 migration.
Tue, 06 Oct 2020 17:56:16 +0200
, by Detlev Offenbach
Python debugger backend: modified code to convert bytes and bytearray objects to their representation before sending them via JSON.
Tue, 06 Oct 2020 17:55:10 +0200
, by Detlev Offenbach
Changed calls to exec_() into exec() (remainder of Python2 elimination).
Tue, 06 Oct 2020 17:52:44 +0200
, by Detlev Offenbach
Mini Editor
Mon, 05 Oct 2020 19:51:55 +0200
, by Detlev Offenbach
File Browser, Project Source Browser, Editor Outline: added option to suppress the source code encoding line.
Mon, 05 Oct 2020 19:11:15 +0200
, by Detlev Offenbach
Syntax Checker: added a syntax checker for TOML files.
Sun, 04 Oct 2020 18:53:35 +0200
, by Detlev Offenbach
JSON, YAML Syntax Check: formatted the syntax checker code for better readability.
Sun, 04 Oct 2020 18:03:33 +0200
, by Detlev Offenbach
Updated the Spanish translations a little bit.
Sun, 04 Oct 2020 16:39:07 +0200
, by Detlev Offenbach
Updated translations.
Sun, 04 Oct 2020 16:32:21 +0200
, by Detlev Offenbach
Merged with translation update supplied by Jaime.
Sun, 04 Oct 2020 16:28:51 +0200
, by Detlev Offenbach
Eric 6 Spanish I18n update for default branch.`
Sat, 03 Oct 2020 12:07:51 +0200
, by Jaime Seuma
Editor Outline Viewer: made the width step size configurable and optimized the context menu handling.
Sun, 04 Oct 2020 16:24:23 +0200
, by Detlev Offenbach
Configuration Dialog: optimized the display of the various configuration pages.
Sun, 04 Oct 2020 15:25:17 +0200
, by Detlev Offenbach
Translator Engines: changes the user messages to contain an engine prefix.
Sat, 03 Oct 2020 18:11:45 +0200
, by Detlev Offenbach
Code Style Checker: removed an obsolete PyQt4 compatibility code.
Sat, 03 Oct 2020 18:10:49 +0200
, by Detlev Offenbach
QScintilla: pushed required QScintilla version to 2.11.1.
Sat, 03 Oct 2020 17:25:26 +0200
, by Detlev Offenbach
install.py: added code section to check for and install optional packages (like pyqt5-tools).
Sat, 03 Oct 2020 17:10:01 +0200
, by Detlev Offenbach
Updated translations.
Sat, 03 Oct 2020 16:55:42 +0200
, by Detlev Offenbach
Editor: added support for TOML files.
Sat, 03 Oct 2020 16:54:16 +0200
, by Detlev Offenbach
Globals: removed some obsolete code.
Sat, 03 Oct 2020 16:52:11 +0200
, by Detlev Offenbach
Updated the way the path to Qt tools is determined.
Sat, 03 Oct 2020 15:24:48 +0200
, by Detlev Offenbach
install script: changed minimum version for Qt/PyQt to 5.12.0.
Sat, 03 Oct 2020 15:23:58 +0200
, by Detlev Offenbach
changelog: started the changelog for the next release.
Sat, 03 Oct 2020 15:22:59 +0200
, by Detlev Offenbach
Created global tag <release-20.10>.
maintenance
Sat, 03 Oct 2020 11:14:23 +0200
, by Detlev Offenbach
Merged with default branch to prepare a new release.
maintenance
release-20.10
Sat, 03 Oct 2020 11:13:46 +0200
, by Detlev Offenbach
HgDialog: some fine tuning when showing the input area.
Sat, 03 Oct 2020 11:00:32 +0200
, by Detlev Offenbach
HgDialog: fixed an issue handling the returnPressed signal of the input widget.
Sat, 03 Oct 2020 10:53:38 +0200
, by Detlev Offenbach
ConfigurationDialog: fixed an issue resizing the shown configuration page.
Sat, 03 Oct 2020 10:41:41 +0200
, by Detlev Offenbach
Updated Russian translations.
Fri, 02 Oct 2020 17:11:28 +0200
, by Alexander Barkoff
Fixed some code style issues and one coding issue.
Thu, 01 Oct 2020 17:46:14 +0200
, by Detlev Offenbach
Fixed an issue overriding tab and indent settings for Pygments based lexers.
Thu, 01 Oct 2020 17:39:16 +0200
, by Detlev Offenbach
Editor, MiniEditor: fixed an issue dealing with Pygments lexers.
Thu, 01 Oct 2020 17:34:48 +0200
, by Detlev Offenbach
Utilities: optimized and fixed the assembly of version information.
Wed, 30 Sep 2020 19:50:33 +0200
, by Detlev Offenbach
Updated source docu.
Wed, 30 Sep 2020 19:36:46 +0200
, by Detlev Offenbach
Updated translations.
Wed, 30 Sep 2020 19:36:03 +0200
, by Detlev Offenbach
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip