changelog

Sun, 09 Feb 2014 12:30:26 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 09 Feb 2014 12:30:26 +0100
branch
5_4_x
changeset 3263
8b1de95c43db
parent 3165
400234200cd6
child 3347
c90a3bb3410c
permissions
-rw-r--r--

Prepared release 5.4.1.

0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1 Change Log
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
2 ----------
3263
8b1de95c43db Prepared release 5.4.1.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3165
diff changeset
3 Version 5.4.1:
8b1de95c43db Prepared release 5.4.1.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3165
diff changeset
4 - bug fixes
8b1de95c43db Prepared release 5.4.1.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3165
diff changeset
5
3165
400234200cd6 Fixed a serious bug in the doc style checker and made the style checker for Python2 more robust against exceptions in the external process.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3135
diff changeset
6 Version 5.4.0:
400234200cd6 Fixed a serious bug in the doc style checker and made the style checker for Python2 more robust against exceptions in the external process.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3135
diff changeset
7 - bug fixes
400234200cd6 Fixed a serious bug in the doc style checker and made the style checker for Python2 more robust against exceptions in the external process.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3135
diff changeset
8
3135
13069ce079f2 Prepared 5.4.0-RC1 release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3123
diff changeset
9 Version 5.4.0-RC1:
2317
ac7ffbf5b36b Extended the context menus of the multi project browser to be able to add projects this way.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2313
diff changeset
10 - bug fixes
2334
fc69ad77e18a Introduced a zoom widget in the status bar of several windows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2320
diff changeset
11 - General
fc69ad77e18a Introduced a zoom widget in the status bar of several windows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2320
diff changeset
12 -- introduced a zoom widget in the status bar of several windows
2354
c63de4af553d Centralized the SSL error handling in E5SslErrorHandler.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2352
diff changeset
13 -- centralized the SSL error handling in E5SslErrorHandler
2359
ef81d2d0a031 Moved the SSL widgets to the E5Network package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2354
diff changeset
14 -- moved the SSL widgets to the E5Network package
2410
dfd7d0718210 Finished implementing the delayed import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2362
diff changeset
15 -- changed the 'import' statements to improve startup behavior
2411
aec0a8a6e548 Removed the QtHelp dependancy; support is only available, if the QtHelp module could be imported.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2410
diff changeset
16 -- removed the QtHelp dependancy; support is only available,
aec0a8a6e548 Removed the QtHelp dependancy; support is only available, if the QtHelp module could be imported.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2410
diff changeset
17 if the QtHelp module could be imported
2608
01118174a2f5 Changed code to be compatible with latest PyQt4 Windows installers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2543
diff changeset
18 -- changed code to be compatible with latest PyQt4 Windows installers
2624
e04b5d53281e Introduced a configurable delay timer to get smoother sidebars behavior.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2622
diff changeset
19 -- introduced a configurable delay timer to get smoother sidebars behavior
2683
ef93fc7332a2 Added a specialized error message handler allowing to filter messages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2659
diff changeset
20 -- added a specialized error message handler allowing to filter messages
2930
92973b701875 Added commandline options '--start-file', '--start-multi' and '--start-project' to start with the most recently opened file, multi project or project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2929
diff changeset
21 -- added commandline options '--start-file', '--start-multi' and
92973b701875 Added commandline options '--start-file', '--start-multi' and '--start-project' to start with the most recently opened file, multi project or project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2929
diff changeset
22 '--start-project' to start with the most recently opened file,
92973b701875 Added commandline options '--start-file', '--start-multi' and '--start-project' to start with the most recently opened file, multi project or project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2929
diff changeset
23 multi project or project
3092
f7ec7a3e7270 Added a dialog to show the most recent error log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2985
diff changeset
24 -- added a dialog to show the most recent error log
2511
a0ff5574e43a Changed the way multi line strings are shown in the value column of the variables viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2492
diff changeset
25 - Debugger
2622
08cc2f31c983 Added a viewer for the call stack leading to the current line.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2609
diff changeset
26 -- Debug Viewer
08cc2f31c983 Added a viewer for the call stack leading to the current line.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2609
diff changeset
27 --- added a viewer for the call stack leading to the current line
2511
a0ff5574e43a Changed the way multi line strings are shown in the value column of the variables viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2492
diff changeset
28 -- Variables Viewer
a0ff5574e43a Changed the way multi line strings are shown in the value column of the variables viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2492
diff changeset
29 --- changed the way multi line strings are shown in the value
a0ff5574e43a Changed the way multi line strings are shown in the value column of the variables viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2492
diff changeset
30 column
2906
b14b7c320327 Update the change log
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2845
diff changeset
31 - Checkers
2985
177b1858245f Finished changing the names of the various code style checkers to make them more appropriate to the broadened scope.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2930
diff changeset
32 -- Coding Style (previously PEP-8)
177b1858245f Finished changing the names of the various code style checkers to make them more appropriate to the broadened scope.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2930
diff changeset
33 --- extended the coding style checker and its fixer
2929
28ab0bc63d69 Finished enhancing the docstring checker to include the eric docstring style.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2906
diff changeset
34 --- added a checker for naming conventions
28ab0bc63d69 Finished enhancing the docstring checker to include the eric docstring style.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2906
diff changeset
35 --- added a checker for docstring conventions
2985
177b1858245f Finished changing the names of the various code style checkers to make them more appropriate to the broadened scope.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2930
diff changeset
36 --- extended the fixer for docstring issues
2424
8fe1fdc174ab Added the capability to preview HTML, Mardown and ReST files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2411
diff changeset
37 - Editor
8fe1fdc174ab Added the capability to preview HTML, Mardown and ReST files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2411
diff changeset
38 -- added the capability to preview HTML, Mardown and ReST files
2589
a51b0c113ed7 Added the capability to sort lines spanned by a rectangular selection based on the selected text.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2543
diff changeset
39 -- added the capability to sort lines spanned by a rectangular selection
a51b0c113ed7 Added the capability to sort lines spanned by a rectangular selection based on the selected text.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2543
diff changeset
40 based on the selected text
2593
a2df0adce985 Added entires to convert the selection to upper/lower case to the edit menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2589
diff changeset
41 -- added entires to convert the selection to upper/lower case to the
a2df0adce985 Added entires to convert the selection to upper/lower case to the edit menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2589
diff changeset
42 edit menu
2640
dedcd4f987e0 Changed the line numbers margin to adjust themselves to the size needed (Editor, Mini Editor, Shell).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2624
diff changeset
43 -- changed the line numbers margin to adjust themselves to the size needed
2659
7f46c5a7ed73 Added support for virtual space to the Editor and Mini Editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2640
diff changeset
44 -- added support for virtual space
2768
eab35f6e709f Added support to show the current class/method name in the combo boxes at the top of the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2751
diff changeset
45 -- added support to show the current class/method name in the combo boxes
eab35f6e709f Added support to show the current class/method name in the combo boxes at the top of the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2751
diff changeset
46 at the top of the editor
2779
4d433896b6d6 Added a JavaScript parser to the file browser in order to show the structure of JavaScript files
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2769
diff changeset
47 - File Browser
3092
f7ec7a3e7270 Added a dialog to show the most recent error log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2985
diff changeset
48 -- added a JavaScript parser in order to show the structure of JavaScript
f7ec7a3e7270 Added a dialog to show the most recent error log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2985
diff changeset
49 files
2640
dedcd4f987e0 Changed the line numbers margin to adjust themselves to the size needed (Editor, Mini Editor, Shell).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2624
diff changeset
50 - Mini Editor
dedcd4f987e0 Changed the line numbers margin to adjust themselves to the size needed (Editor, Mini Editor, Shell).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2624
diff changeset
51 -- changed the line numbers margin to adjust themselves to the size needed
2659
7f46c5a7ed73 Added support for virtual space to the Editor and Mini Editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2640
diff changeset
52 -- added support for virtual space
2317
ac7ffbf5b36b Extended the context menus of the multi project browser to be able to add projects this way.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2313
diff changeset
53 - Multi Project
ac7ffbf5b36b Extended the context menus of the multi project browser to be able to add projects this way.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2313
diff changeset
54 -- extended the context menus of the multi project browser to be able
ac7ffbf5b36b Extended the context menus of the multi project browser to be able to add projects this way.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2313
diff changeset
55 to add projects this way
2746
96dc4bcb6dc0 Finished implementing PyQt5 project support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2736
diff changeset
56 - Project
96dc4bcb6dc0 Finished implementing PyQt5 project support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2736
diff changeset
57 -- added support for PyQt5 projects
2540
f346433ea963 Added a context menu entry to delete the selected directory to the project viewers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2511
diff changeset
58 - Project Viewer
f346433ea963 Added a context menu entry to delete the selected directory to the project viewers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2511
diff changeset
59 -- All
f346433ea963 Added a context menu entry to delete the selected directory to the project viewers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2511
diff changeset
60 --- added a context menu entry to delete the selected directory
2722
1c5df42d94bf Added a plug-in hooks for the 'open' action to the project forms and translations viewers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2694
diff changeset
61 -- Forms Viewer
2540
f346433ea963 Added a context menu entry to delete the selected directory to the project viewers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2511
diff changeset
62 --- added support for more widgets in the code creation dialog
2722
1c5df42d94bf Added a plug-in hooks for the 'open' action to the project forms and translations viewers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2694
diff changeset
63 --- added a plug-in hook for the 'open' action
2769
8cbebde7a984 Added support to highlight the current class/method name of the current editor to the project sources viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2768
diff changeset
64 -- Sources Viewer
3092
f7ec7a3e7270 Added a dialog to show the most recent error log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2985
diff changeset
65 --- added support to highlight the current class/method name of the
f7ec7a3e7270 Added a dialog to show the most recent error log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2985
diff changeset
66 current editor
f7ec7a3e7270 Added a dialog to show the most recent error log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2985
diff changeset
67 --- added a JavaScript parser in order to show the structure of JavaScript
f7ec7a3e7270 Added a dialog to show the most recent error log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2985
diff changeset
68 files
2722
1c5df42d94bf Added a plug-in hooks for the 'open' action to the project forms and translations viewers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2694
diff changeset
69 -- Translations Viewer
1c5df42d94bf Added a plug-in hooks for the 'open' action to the project forms and translations viewers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2694
diff changeset
70 --- added a plug-in hook for the 'open' action
2640
dedcd4f987e0 Changed the line numbers margin to adjust themselves to the size needed (Editor, Mini Editor, Shell).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2624
diff changeset
71 - Shell
dedcd4f987e0 Changed the line numbers margin to adjust themselves to the size needed (Editor, Mini Editor, Shell).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2624
diff changeset
72 -- changed the line numbers margin to adjust themselves to the size needed
2605
20036ebbf50a Extended the list of supported unicode code blocks in the symbols viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2593
diff changeset
73 - Symbols Viewer
20036ebbf50a Extended the list of supported unicode code blocks in the symbols viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2593
diff changeset
74 -- extended the list of supported unicode code blocks
2320
fe9d876fc9dd Added a context menu entry to reload the templates and changed the logic such, that the templates are only written, if they contain some changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2317
diff changeset
75 - Template Viewer
fe9d876fc9dd Added a context menu entry to reload the templates and changed the logic such, that the templates are only written, if they contain some changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2317
diff changeset
76 -- added a context menu entry to reload the templates
fe9d876fc9dd Added a context menu entry to reload the templates and changed the logic such, that the templates are only written, if they contain some changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2317
diff changeset
77 -- changed logic such, that the templates are only written, if they contain
fe9d876fc9dd Added a context menu entry to reload the templates and changed the logic such, that the templates are only written, if they contain some changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2317
diff changeset
78 some changes
2362
68a92d01c1cc Made the search and replace widgets scrollable (customisation for smaller screens).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2359
diff changeset
79 - User Interface
68a92d01c1cc Made the search and replace widgets scrollable (customisation for smaller screens).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2359
diff changeset
80 -- made the search and replace widgets scrollable (customisation for
68a92d01c1cc Made the search and replace widgets scrollable (customisation for smaller screens).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2359
diff changeset
81 smaller screens)
2352
21971ebfaaef Added a confirmation dialog to the 'revert' VCS actions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2334
diff changeset
82 - Version Control System Interfaces
21971ebfaaef Added a confirmation dialog to the 'revert' VCS actions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2334
diff changeset
83 -- All
21971ebfaaef Added a confirmation dialog to the 'revert' VCS actions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2334
diff changeset
84 --- added a confirmation dialog to the 'revert' actions
2543
eb9472947653 Added a 'Copy Changesets' button to the Mercurial log browser dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2540
diff changeset
85 -- Mercurial
eb9472947653 Added a 'Copy Changesets' button to the Mercurial log browser dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2540
diff changeset
86 --- added a 'Copy Changesets' button to the log browser dialog
2810
fe551b27f62e Editing the Mercurial config file will generate a minimal one if none exists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2804
diff changeset
87 --- editing the config file will generate a minimal one if none exists
2811
7b2ec3af3505 Added support for the Mercurial 'summary' command.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2810
diff changeset
88 --- added support for the 'summary' command
2837
a96cb48e86a5 Added the capability to compare files side-by-side to Mercurial.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2811
diff changeset
89 --- added capability to compare files side-by-side
2845
7e55c6268c35 Added capability to compare files side-by-side to the Subversion interfaces.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2837
diff changeset
90 -- Subversion
7e55c6268c35 Added capability to compare files side-by-side to the Subversion interfaces.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2837
diff changeset
91 --- added capability to compare files side-by-side
3108
30521d7d3101 Added cabaility to upgrade the working copy format to the Subversion interfaces.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3092
diff changeset
92 --- added cabaility to upgrade the working copy format
2432
b1a2f9054b28 Reworked the various SSL info widgets of the web browser to show more info.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2426
diff changeset
93 - Web Browser
b1a2f9054b28 Reworked the various SSL info widgets of the web browser to show more info.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2426
diff changeset
94 -- reworked the various SSL info widgets to show more info
2694
d87cbab5d596 Added a dialog to configure hosts to be exempted from caching.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2683
diff changeset
95 -- added a dialog to configure hosts to be exempted from caching
2804
a331371462a3 Added the capability to save the visible part of the current page as a screen shot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2779
diff changeset
96 -- added the capability to save the visible part of the current page
a331371462a3 Added the capability to save the visible part of the current page as a screen shot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2779
diff changeset
97 as a screen shot
2736
86cd4d14b58e Added a wizard for the Qt5 QRegularExpression class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2722
diff changeset
98 - Wizards
2751
5f7d5ce932fc Correction to the change log file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2746
diff changeset
99 -- added a wizard for the Qt5 QRegularExpression class (requires PyQt5)
3122
4bcf6c0f4432 Added support for PyQt5 to the QFileDialog wizard.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3108
diff changeset
100 -- added support for PyQt5 to the QFileDialog wizard
2426
da76c71624de Updated to Pygments 1.6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2424
diff changeset
101 - Third Party packages
da76c71624de Updated to Pygments 1.6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2424
diff changeset
102 -- updated to Pygments 1.6
2317
ac7ffbf5b36b Extended the context menus of the multi project browser to be able to add projects this way.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2313
diff changeset
103
2313
ac0b798529d8 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2298
diff changeset
104 Version 5.3-snapshot-20130106:
2170
f4e0f6133ace Started implementing the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2168
diff changeset
105 - bug fixes
2298
fa4f79c34e0c Added support for Qt5 documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2227
diff changeset
106 - General
fa4f79c34e0c Added support for Qt5 documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2227
diff changeset
107 -- added support for Qt5 (experimental)
2173
c21d1e99015a Finished the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2170
diff changeset
108 - Debugger
c21d1e99015a Finished the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2170
diff changeset
109 -- added the capability to trace function calls and returns to the
c21d1e99015a Finished the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2170
diff changeset
110 Python 2 and Python 3 debuggers
c21d1e99015a Finished the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2170
diff changeset
111 - Debug Viewer
c21d1e99015a Finished the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2170
diff changeset
112 -- added a viewer for call trace logs
2213
022f4ad3ed19 Added actions to search for the next/previous occurence of the current word (default shortcuts Ctrl+. and Ctrl+,).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2212
diff changeset
113 - Editor
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
114 -- added actions to search for the next/previous occurence of the current
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
115 word (default shortcuts Ctrl+. and Ctrl+,)
2217
e80c74f2a25a Added some icons to the "Languages" and "End-of-Line Type" context menus of the editor and changed the status labels for programming language and end-of-line type of the main window to show an icon.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2214
diff changeset
116 -- added some icons to the "Languages" and "End-of-Line Type" context menus
2227
b7aceb255831 First commit of the simple IRC client for eric. It is usable but not yet complete.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2217
diff changeset
117 - IRC
b7aceb255831 First commit of the simple IRC client for eric. It is usable but not yet complete.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2217
diff changeset
118 -- added a simple IRC client
2212
87d664204684 Added a dialog to edit the various spell checking dictionaries.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2195
diff changeset
119 - Spell Checker
87d664204684 Added a dialog to edit the various spell checking dictionaries.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2195
diff changeset
120 -- added a dialog to edit the various spell checking dictionaries
2195
d6cbd81fb692 Added capability to the syntax checker dialog to show all errors/warnings in an editor when the file entry is double activated.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2190
diff changeset
121 - Syntax Checker
d6cbd81fb692 Added capability to the syntax checker dialog to show all errors/warnings in an editor when the file entry is double activated.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2190
diff changeset
122 -- added capability to the syntax checker dialog to show all errors/warnings
d6cbd81fb692 Added capability to the syntax checker dialog to show all errors/warnings in an editor when the file entry is double activated.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2190
diff changeset
123 in an editor when the file entry is double activated
2182
fc3210851b07 Changed the layout of the right side widgets and added a sub menu for the switching between the 'inner' windows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2173
diff changeset
124 - User Interface
fc3210851b07 Changed the layout of the right side widgets and added a sub menu for the switching between the 'inner' windows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2173
diff changeset
125 -- changed the layout of the right side widgets and added a sub menu
fc3210851b07 Changed the layout of the right side widgets and added a sub menu for the switching between the 'inner' windows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2173
diff changeset
126 for the switching between the 'inner' windows.
2190
abd65b78425e Added a notification system and updated the source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2182
diff changeset
127 -- added a notification system
2214
4ce1ebcc3806 Added actions to open the find in files and replace in files dialogs in a mode that searches open files only.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2213
diff changeset
128 - View Manager
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
129 -- added actions to open the find in files and replace in files dialogs in a
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
130 mode that searches open files only
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
131 -- change the status labels for programming language and end-of-line type to
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
132 show an icon
2170
f4e0f6133ace Started implementing the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2168
diff changeset
133
2168
b7cf4e2a3012 Prepared new snapshot release of eric 5.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2163
diff changeset
134 Version 5.3-snapshot-20121101:
1917
c73052b6b65e Fixed an issue with failed logins for certain files by implementing a referer whitelist. All hosts in this list will get a referer header.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1911
diff changeset
135 - bug fixes
1939
eadb2328d7d4 Introduced a "workspace" directory that is used as the default for opening or saving new files or projects (configurable on Multiproject config page).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1934
diff changeset
136 - General
eadb2328d7d4 Introduced a "workspace" directory that is used as the default for opening or saving new files or projects (configurable on Multiproject config page).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1934
diff changeset
137 -- introduced a "workspace" directory that is used as the default for opening
eadb2328d7d4 Introduced a "workspace" directory that is used as the default for opening or saving new files or projects (configurable on Multiproject config page).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1934
diff changeset
138 or saving new files or projects (configurable on Multiproject config page)
2163
2b02339f52bf Enhanced the code coverage dialog functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2162
diff changeset
139 - Code Coverage
2b02339f52bf Enhanced the code coverage dialog functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2162
diff changeset
140 -- enhanced the code coverage dialog functionality
2040
4cefd094353b Made the selectable project types of the project properties dialog dependent upon the selected programming language.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2039
diff changeset
141 - Configuration Dialog
4cefd094353b Made the selectable project types of the project properties dialog dependent upon the selected programming language.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2039
diff changeset
142 -- added a filter edit to filter the configuration tree
1926
474057fbefe0 Added the configurable capability to automatically show the source, when the call frame is changed in the callstack viewer of the local variables viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1917
diff changeset
143 - Debug Viewer
474057fbefe0 Added the configurable capability to automatically show the source, when the call frame is changed in the callstack viewer of the local variables viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1917
diff changeset
144 -- added the configurable capability to automatically show the source,
474057fbefe0 Added the configurable capability to automatically show the source, when the call frame is changed in the callstack viewer of the local variables viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1917
diff changeset
145 when the call frame is changed in the callstack viewer of the local
474057fbefe0 Added the configurable capability to automatically show the source, when the call frame is changed in the callstack viewer of the local variables viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1917
diff changeset
146 variables viewer
2162
4627e6ea7b6b Added capability to mark changed lines and to navigate between them to the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2137
diff changeset
147 - Editor
4627e6ea7b6b Added capability to mark changed lines and to navigate between them to the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2137
diff changeset
148 -- added capability to mark changed lines and to navigate between them
2037
7a3470ae170e Improved the package diagram to include subpackages and their module names.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2005
diff changeset
149 - Graphics Dialogs
7a3470ae170e Improved the package diagram to include subpackages and their module names.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2005
diff changeset
150 -- added capability to store and load diagrams to/from disk
7a3470ae170e Improved the package diagram to include subpackages and their module names.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2005
diff changeset
151 -- improved the package diagram to include subpackages and their module names
2039
fa41ccd7f7bc Added the capability to rebuild a diagram without losing the current item positions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2037
diff changeset
152 -- added the capability to rebuild a diagram without losing the current item
fa41ccd7f7bc Added the capability to rebuild a diagram without losing the current item positions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2037
diff changeset
153 positions
2137
5a9bdcb8c934 Added the 'addSideWidget()' and 'removeSideWidget()' methods to the UserInterface class to allow plug-in developers to add a plug-in widget to the left or bottom side containers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2063
diff changeset
154 - Plug-ins
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
155 -- added the 'addSideWidget()' and 'removeSideWidget()' methods to the
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
156 UserInterface class to allow plug-in developers to add a plug-in widget
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
157 to the left or bottom side containers
2040
4cefd094353b Made the selectable project types of the project properties dialog dependent upon the selected programming language.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2039
diff changeset
158 - Project
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
159 -- made the selectable project types of the project properties dialog
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
160 dependent upon the selected programming language
1990
7fee3661c4f9 Added support for --log and --dry-run to the hg graft operation and added code to disable the (deprecated) transplant menu for Mercurial 2.3.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1972
diff changeset
161 - Version Control System Interfaces
7fee3661c4f9 Added support for --log and --dry-run to the hg graft operation and added code to disable the (deprecated) transplant menu for Mercurial 2.3.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1972
diff changeset
162 -- Mercurial
7fee3661c4f9 Added support for --log and --dry-run to the hg graft operation and added code to disable the (deprecated) transplant menu for Mercurial 2.3.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1972
diff changeset
163 --- added support for --log and --dry-run to the hg graft operation as of
7fee3661c4f9 Added support for --log and --dry-run to the hg graft operation and added code to disable the (deprecated) transplant menu for Mercurial 2.3.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1972
diff changeset
164 Mercurial 2.3.0
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
165 --- added code to disable the (deprecated) transplant menu for
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
166 Mercurial 2.3.0
1934
ad6b7c30fb9f Added context menu entries for HTML5 media elements.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1926
diff changeset
167 - Web Browser
ad6b7c30fb9f Added context menu entries for HTML5 media elements.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1926
diff changeset
168 -- added context menu entries for HTML5 media elements
1945
47016f5af3b8 Enhanced the web browser by adding a personal information manager to assist in completing form fields through field context menu entries or by pressing Ctrl+Return/Ctrl+Enter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1939
diff changeset
169 -- added a personal information manager to assist in completing form fields
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
170 through field context menu entries or by pressing Ctrl+Return or
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
171 Ctrl+Enter
1953
26aa6fd94dc2 Added support for GreaseMonkey scripts.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1945
diff changeset
172 -- added support for GreaseMonkey scripts
1963
9c5b3235abf9 Added an icon to the status bar to give direct access to AdBlock.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1953
diff changeset
173 -- added an icon to the status bar to give direct access to AdBlock
1970
02cf3bac079b Rewrote huge part of AdBlock to speed up and added support for dependent AdBlock subscriptions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1964
diff changeset
174 -- rewrote huge part of AdBlock to speed up
02cf3bac079b Rewrote huge part of AdBlock to speed up and added support for dependent AdBlock subscriptions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1964
diff changeset
175 -- added support for dependent AdBlock subscriptions
1972
5341662d6cfb Added support for AdBlock exceptions to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1970
diff changeset
176 -- added support for AdBlock exceptions
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
177 -- added support for AdBlock checksum checking when downloading a
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
178 subscription
2005
6867cf32df67 Added support for variable AdBlock update periods (given in subscription) to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1994
diff changeset
179 -- added support for variable AdBlock update periods (given in subscription)
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
180 -- changed FTP support to use Python's ftplib instead of QFtp because the
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
181 later is not supported in Qt5 anymore
2063
2227d4cc905e Added a handler for file: schemes to allow directory listings.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2060
diff changeset
182 -- added a handler for file: schemes to allow directory listings
1917
c73052b6b65e Fixed an issue with failed logins for certain files by implementing a referer whitelist. All hosts in this list will get a referer header.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1911
diff changeset
183
1911
0ad47d8b7e57 Prepared snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1909
diff changeset
184 Version 5.3-snapshot-20120624:
1823
21d988eaf1bf Added the capability to search in the recorded log of the log viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1821
diff changeset
185 - bug fixes
1852
12d37ab1baf3 Removed the user interface layout types "Floating Windows" and "Dock Windows".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1833
diff changeset
186 - General
12d37ab1baf3 Removed the user interface layout types "Floating Windows" and "Dock Windows".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1833
diff changeset
187 -- removed the user interface layout types "Floating Windows" and
12d37ab1baf3 Removed the user interface layout types "Floating Windows" and "Dock Windows".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1833
diff changeset
188 "Dock Windows"
1823
21d988eaf1bf Added the capability to search in the recorded log of the log viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1821
diff changeset
189 - Log Viewer
21d988eaf1bf Added the capability to search in the recorded log of the log viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1821
diff changeset
190 -- added the capability to search in the recorded log
1833
f7cd855680f1 Added the capability to search in the output of the shell window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1830
diff changeset
191 - Shell
f7cd855680f1 Added the capability to search in the output of the shell window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1830
diff changeset
192 -- added the capability to search in the output of the shell window
1830
f2fccb8c2ab4 Added the capability to search in the output of the terminal window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1823
diff changeset
193 - Terminal
f2fccb8c2ab4 Added the capability to search in the output of the terminal window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1823
diff changeset
194 -- added the capability to search in the output of the terminal window
1855
93bf1823466a Added support for amending commits as of Mercurial 2.2.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1833
diff changeset
195 - Version Control System Interfaces
1880
dbd4d7698310 Added code to ensure, that some eric specific files and directories get ignored
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1856
diff changeset
196 -- All
dbd4d7698310 Added code to ensure, that some eric specific files and directories get ignored
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1856
diff changeset
197 --- added code to ensure, that some eric specific files and directories
dbd4d7698310 Added code to ensure, that some eric specific files and directories get ignored
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1856
diff changeset
198 get ignored
1885
e51a12f1f404 Improved the VCS copy/move operations a bit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1880
diff changeset
199 --- improved the copy/move operation a bit
1855
93bf1823466a Added support for amending commits as of Mercurial 2.2.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1833
diff changeset
200 -- Mercurial
93bf1823466a Added support for amending commits as of Mercurial 2.2.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1833
diff changeset
201 --- added support for amending commits as of Mercurial 2.2
1909
b8be6f82bc7c Finished implementing support for Mercurial sub-repositories.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1888
diff changeset
202 --- added support for sub-repositories
1888
03f59d88a62d Added capability to select from existing change lists and added a dialog to browse the change lists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1885
diff changeset
203 -- Subversion
03f59d88a62d Added capability to select from existing change lists and added a dialog to browse the change lists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1885
diff changeset
204 --- added capability to select from existing change lists and added a
03f59d88a62d Added capability to select from existing change lists and added a dialog to browse the change lists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1885
diff changeset
205 dialog to browse the change lists
1853
01812b281a1e Extended the "Clear Private Data" dialog of the web browser to clear flash cookies and to select a browsing history period to clear.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1852
diff changeset
206 - Web Browser
01812b281a1e Extended the "Clear Private Data" dialog of the web browser to clear flash cookies and to select a browsing history period to clear.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1852
diff changeset
207 -- extended the "Clear Private Data" dialog to clear flash cookies and
01812b281a1e Extended the "Clear Private Data" dialog of the web browser to clear flash cookies and to select a browsing history period to clear.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1852
diff changeset
208 to select a browsing history period to clear
1854
191efdc54c62 Made the AdBlock update period configurable between 1 and 14 days.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1853
diff changeset
209 -- made the AdBlock update period configurable between 1 and 14 days
1823
21d988eaf1bf Added the capability to search in the recorded log of the log viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1821
diff changeset
210
1821
1e5b1b281cec Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1819
diff changeset
211 Version 5.3-snapshot-20120430:
1558
754120837dd8 Extended the check for acceptable SSL certificates for indication via the URL entry field.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1527
diff changeset
212 - bug fixes
1566
0cb791cc631a Fixed the issue where a non matching background was shown in the editor for lines below the end of the text, if a lexer with a non-standard background was set.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1558
diff changeset
213 - Editor
0cb791cc631a Fixed the issue where a non matching background was shown in the editor for lines below the end of the text, if a lexer with a non-standard background was set.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1558
diff changeset
214 -- added capability to change the colours of the edit area independant from
0cb791cc631a Fixed the issue where a non matching background was shown in the editor for lines below the end of the text, if a lexer with a non-standard background was set.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1558
diff changeset
215 the colours of the system style
1653
fed1920ff53b Added capability to save project tasks automatically (configurable on project configuration page of configuration dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1651
diff changeset
216 - Project
fed1920ff53b Added capability to save project tasks automatically (configurable on project configuration page of configuration dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1651
diff changeset
217 -- added capability to save project tasks automatically (configurable on
fed1920ff53b Added capability to save project tasks automatically (configurable on project configuration page of configuration dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1651
diff changeset
218 project configuration page of configuration dialog)
1819
cfcfd617216a Changed the tasks handling to allow for more fine grained task designations.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1818
diff changeset
219 - Tasks
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
220 -- changed the tasks handling to allow for more fine grained task
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
221 designations
1770
c17e67e69ef5 Added a tool to take screenshots (fullscreen or rectangular selection).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1749
diff changeset
222 - Tools
1772
f325dfdc8f6b Extended the snapshot tool to allow for the selection of a screen (for multi screen systems), elliptical selection and a freehand selection.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1770
diff changeset
223 -- added a tool to take screenshots (fullscreen, selected screen, rectangular
f325dfdc8f6b Extended the snapshot tool to allow for the selection of a screen (for multi screen systems), elliptical selection and a freehand selection.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1770
diff changeset
224 selection, elliptical selection or freehand selection)
1576
72e5b4b8bad7 Changed code to make the subversion plug-ins compatible with the new generation working copy meta-data format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1566
diff changeset
225 - Version Control System Interfaces
1605
899cb1241de5 Added support for Phases as of Mercurial 2.1.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1596
diff changeset
226 -- Mercurial
1655
d2b583fdde1c Added support for the graft command as of Mercurial 2.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1653
diff changeset
227 --- added support for the graft command as of Mercurial 2.0
1605
899cb1241de5 Added support for Phases as of Mercurial 2.1.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1596
diff changeset
228 --- added support for Phases as of Mercurial 2.1
1576
72e5b4b8bad7 Changed code to make the subversion plug-ins compatible with the new generation working copy meta-data format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1566
diff changeset
229 -- Subversion
72e5b4b8bad7 Changed code to make the subversion plug-ins compatible with the new generation working copy meta-data format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1566
diff changeset
230 --- changed code to make the subversion plug-ins compatible with the new
72e5b4b8bad7 Changed code to make the subversion plug-ins compatible with the new generation working copy meta-data format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1566
diff changeset
231 generation working copy meta-data format
1586
b3e34806b734 Extended the web page context menu by several entries to send links or the selected text, handling the clicked frame, translate the selected text with Google Translate and search it in Wictionary.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1576
diff changeset
232 - Web Browser
b3e34806b734 Extended the web page context menu by several entries to send links or the selected text, handling the clicked frame, translate the selected text with Google Translate and search it in Wictionary.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1576
diff changeset
233 -- extended the check for acceptable SSL certificates for indication via the
b3e34806b734 Extended the web page context menu by several entries to send links or the selected text, handling the clicked frame, translate the selected text with Google Translate and search it in Wictionary.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1576
diff changeset
234 URL entry field
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
235 -- extended the web page context menu by several entries to send links or
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
236 the selected text, handling the clicked frame, translate the selected
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
237 text with Google Translate and search it in Wictionary
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
238 -- extended the User Agent handling to be able to set the string on a host
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
239 basis (next to the global user agent string)
1620
8172cc5d4dda Added code to save the current page as a screen shot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1605
diff changeset
240 -- added code to save the current page as a screen shot
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
241 -- added capability to synchronize bookmarks, history, passwords and user
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
242 agent settings via an FTP server or a shared directory
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
243 -- added the ClickToFlash plug-in to (temporarily) block Flash and related
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
244 content
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
245 -- added capability to suppress Referer Headers (configurable via eric4 Web
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
246 Browser configuration page)
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
247 -- added capability to select the first nine tabs by pressing Alt+1 to Alt+9
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
248 and to switch to the last tab by pressing Alt+0
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
249 -- added a Speed Dial to the web browser including the capability to select
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
250 the first ten pages by pressing Meta+1 to Meta+0
1693
9bb872e26a33 Added a history sub-menu showing the most visited sites.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1680
diff changeset
251 -- added a history sub-menu showing the most visited sites
1694
648466a9451b Added the capability to restore closed tabs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1693
diff changeset
252 -- added the capability to restore closed tabs
1713
56fdde8a2441 Added a bookmarks importer to get them directly from other browsers files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1705
diff changeset
253 -- added a bookmarks importer to get them directly from other browsers files
1733
231e6f05d274 Added a dialog to edit bookmark properties and the description to the add bookmark dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1713
diff changeset
254 -- extended bookmarks to hold a description and various timestamps
1749
cfddfc179a2c Aadded capability to manage the QtHelp filter attributes to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1733
diff changeset
255 -- added capability to manage the QtHelp filter attributes
1780
f42757fd021b Added a page to the site info dialog to show web databases of the site.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1772
diff changeset
256 -- added a page to the site info dialog to show web databases of the site
1818
a5e4cb4bed43 Added support for the various pattern syntaxes to the QRegExp wizard.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1780
diff changeset
257 - Wizards
a5e4cb4bed43 Added support for the various pattern syntaxes to the QRegExp wizard.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1780
diff changeset
258 -- QRegExp
a5e4cb4bed43 Added support for the various pattern syntaxes to the QRegExp wizard.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1780
diff changeset
259 --- added support for the various pattern syntaxes
1705
b0fbc9300f2b Update to Pygments 1.5.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1695
diff changeset
260 - Third Party packages
b0fbc9300f2b Update to Pygments 1.5.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1695
diff changeset
261 -- updated to Pygments 1.5
1558
754120837dd8 Extended the check for acceptable SSL certificates for indication via the URL entry field.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1527
diff changeset
262
754120837dd8 Extended the check for acceptable SSL certificates for indication via the URL entry field.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1527
diff changeset
263 Version 5.2.0:
1195
572730077b35 Fixed an issue opening help pages with a system web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1192
diff changeset
264 - bug fixes
1504
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
265 - Cooperation Functions
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
266 -- added code to the cooperation functions to support IPv6
1499
b4d0457afb15 Extended the unit test module to allow to rerun only failed tests of the last.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1453
diff changeset
267 - Debugger
1310
7fdcfa822e3e Extended debugger to ignore exceptions occuring in lines having a '__IGNORE_EXCEPTION__' line flag set.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1307
diff changeset
268 -- extended debugger to show class variables
7fdcfa822e3e Extended debugger to ignore exceptions occuring in lines having a '__IGNORE_EXCEPTION__' line flag set.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1307
diff changeset
269 -- extended debugger to ignore exceptions occuring in lines having a
7fdcfa822e3e Extended debugger to ignore exceptions occuring in lines having a '__IGNORE_EXCEPTION__' line flag set.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1307
diff changeset
270 '__IGNORE_EXCEPTION__' line flag set
1499
b4d0457afb15 Extended the unit test module to allow to rerun only failed tests of the last.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1453
diff changeset
271 - Editor
1196
77da430b4080 Added an action to preview the file in the eric web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1195
diff changeset
272 -- added an action to preview the file in the eric web browser. File name
77da430b4080 Added an action to preview the file in the eric web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1195
diff changeset
273 extension to support this feature can be configured on the
77da430b4080 Added an action to preview the file in the eric web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1195
diff changeset
274 Editor->Filehandling page
1299
fd5d21389d2b Added an action to the editor context menu and to the tabview and listview view managers to open an associated 'rejections' file (i.e. same file name with '.rej' appended).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1294
diff changeset
275 -- added an action to the editor context menu and to the tabview and listview
fd5d21389d2b Added an action to the editor context menu and to the tabview and listview view managers to open an associated 'rejections' file (i.e. same file name with '.rej' appended).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1294
diff changeset
276 view managers to open an associated 'rejections' file (i.e. same file name
fd5d21389d2b Added an action to the editor context menu and to the tabview and listview view managers to open an associated 'rejections' file (i.e. same file name with '.rej' appended).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1294
diff changeset
277 with '.rej' appended)
1500
6ce6deb421cf Added an action to the editor to toggle block comments.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1499
diff changeset
278 -- added an action to toggle block comments
1353
e1c0af081a8e Added a syntax check while typing function.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1342
diff changeset
279 -- added a syntax check while typing function
1358
c1622c708cd9 Added source navigation function for Python 2, Python 3 and Ruby sources.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1353
diff changeset
280 -- added source navigation function for Python 2, Python 3 and Ruby sources
1444
552d2d74f5cf Started to add support for QScintilla 2.6 (and newer).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1427
diff changeset
281 -- added support for QScintilla 2.6 (and newer)
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
282 -- added capability to zoom by Ctrl + Mouse Wheel (same for the shell and
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
283 terminal)
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
284 -- added capability to zoom by a pinch gesture (same for the shell and
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
285 terminal)
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
286 -- added capability to go to method and class definitions by Shift + Mouse
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
287 Wheel
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
288 -- added the capability to replace just the selected occurence of the search
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
289 text
1504
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
290 - Plug-in Manager Tools
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
291 -- added code to download and install plug-ins
1499
b4d0457afb15 Extended the unit test module to allow to rerun only failed tests of the last.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1453
diff changeset
292 - Source Browser
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
293 -- show class attributes, class methods and static methods with different
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
294 icons
1303
6018d7ac3aec Added context menu for attributes to the file browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1299
diff changeset
295 -- added context menu for attributes
1499
b4d0457afb15 Extended the unit test module to allow to rerun only failed tests of the last.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1453
diff changeset
296 - Source Documentor
1227
c5db073a124f Added support for class attributes, class methods and static methods to the class browsers and the source documentor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1221
diff changeset
297 -- introduced separate sections for class methods and static methods
1504
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
298 - Tasks Manager
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
299 -- made tasks manager forget about global file tasks when file is closed
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
300 (configurable via configuration dialog)
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
301 - Tools
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
302 -- API files generator
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
303 --- added code to write base class information to be used by the
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
304 eric assistant plug-in
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
305 - Unit Test
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
306 -- extended the unit test module to allow to rerun only failed tests of the
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
307 last
1499
b4d0457afb15 Extended the unit test module to allow to rerun only failed tests of the last.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1453
diff changeset
308 - Version Control System Interfaces
1267
5eddb59304c7 Made "Show Log" behave like "Show Limited Log" and removed the later.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1227
diff changeset
309 -- all
5eddb59304c7 Made "Show Log" behave like "Show Limited Log" and removed the later.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1227
diff changeset
310 --- made "Show Log" behave like "Show Limited Log" and removed the later
1294
d051b9d1426d Added context menu actions to select/deselect all commitable items of the various VCS status dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1274
diff changeset
311 --- added context menu actions to select/deselect all commitable items
d051b9d1426d Added context menu actions to select/deselect all commitable items of the various VCS status dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1274
diff changeset
312 of the status dialogs
1503
4e48604157a4 Added a file selector to the top of the diff dialogs to quickly jump to the diff for the selected file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1500
diff changeset
313 --- added a file selector to the top of the diff dialogs to quickly jump
4e48604157a4 Added a file selector to the top of the diff dialogs to quickly jump to the diff for the selected file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1500
diff changeset
314 to the diff for the selected file
1267
5eddb59304c7 Made "Show Log" behave like "Show Limited Log" and removed the later.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1227
diff changeset
315 -- Mercurial
5eddb59304c7 Made "Show Log" behave like "Show Limited Log" and removed the later.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1227
diff changeset
316 --- added interface for the Mercurial command server (as of Mercurial 1.9)
1274
442c748018c5 Added code to the Mercurial plug-in to support multiple revisions where appropriate.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1267
diff changeset
317 --- added code to support multiple revisions where appropriate
1307
9f7a056dbcc6 Modified pull such, that it will try to apply an existing changegroups file first.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1303
diff changeset
318 --- modified pull such, that it will try to apply an existing changegroups
9f7a056dbcc6 Modified pull such, that it will try to apply an existing changegroups file first.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1303
diff changeset
319 file first (created by an hg incoming)
1311
95685f9ad9f8 Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1310
diff changeset
320 --- added support for importing patches
1315
faafd2aa48d5 Added support for exporting patches.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1314
diff changeset
321 --- added support for exporting patches
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
322 --- added configuration option to create backup files when reverting
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
323 changes
1504
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
324 - View Manager
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
325 -- added an action to reset the zoom factor
1499
b4d0457afb15 Extended the unit test module to allow to rerun only failed tests of the last.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1453
diff changeset
326 - Web Browser
1314
7e7b88c58fda Added the "Do Not Track" feature.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1312
diff changeset
327 -- added the "Do Not Track" feature
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
328 -- added code to indicate invalid SSL certificates in the URL entry and the
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
329 SSL info dialog
1415
28fa9633d57e Added a dialog to show RSS feeds.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1373
diff changeset
330 -- added a dialog to show RSS feeds
1427
09d6731b73ad Added a dialog to show some information about the current site.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1415
diff changeset
331 -- added a dialog to show some information about the current site
1507
9225700cbff5 - added capability to zoom by Ctrl + Mouse Wheel to the editor
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1506
diff changeset
332 -- added the capability to go through the history via Shift + Mouse Wheel
1518
e6e21910210d Added capability to zoom by a pinch gesture to the editor, the shell, the terminal, the web browser and various graphics related windows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1508
diff changeset
333 -- added capability to zoom by a pinch gesture
1453
2be886c8cffb Added an action to launch another instantiation of eric5.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1444
diff changeset
334 - other enhancements
2be886c8cffb Added an action to launch another instantiation of eric5.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1444
diff changeset
335 -- added an action to launch another instantiation of eric5
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
336 -- added capability to zoom by Ctrl + Mouse Wheel to various graphics
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
337 related windows
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
338 -- added capability to zoom by a pinch gesture to various graphics
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
339 related windows
1195
572730077b35 Fixed an issue opening help pages with a system web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1192
diff changeset
340
1192
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
341 Version 5.2-snapshot-20110724:
1020
adf7e95f05e7 Finished Mercurial bookmark support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1007
diff changeset
342 - bug fixes
1192
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
343 - enhancements of the Mercurial interface
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
344 -- added support for the Mercurial bookmarks extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
345 -- added support for the Mercurial queues extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
346 -- added support for the Mercurial fetch extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
347 -- added support for the Mercurial purge extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
348 -- added support for the Mercurial gpg extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
349 -- added support for the Mercurial transplant extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
350 -- added support for the Mercurial rebase extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
351 -- enhanced the Mercurial log browser dialog
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
352 - enhancements of the web browser
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
353 -- added a pause button to the web browser download
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
354 -- added some more user agent strings to the web browser
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
355 -- added some more search engines to the web browser
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
356 -- added capability to encrypt saved passwords with a master password
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
357 and rearranged some configuration parameters related to security
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
358 -- improved the handling of mouse XButton1 and XButton2 handling in the
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
359 web browser
1192
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
360 - enhancements of the configuration dialog
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
361 -- added function to test the login data to the Email config page
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
362 - enhancements of the Unit Test module
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
363 -- extended the unit test interface to support skipped tests, expected
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
364 failures and unexpected successes and to better cope with Python2
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
365 scripts when run from the eric IDE
1192
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
366 - enhancements of the editor
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
367 -- added editor actions to go to the last edit location and to the previous
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
368 or next Python or Ruby class or method definition
1020
adf7e95f05e7 Finished Mercurial bookmark support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1007
diff changeset
369
1007
b60f646323c8 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1005
diff changeset
370 Version 5.2-snapshot-20110501:
906
54550e08472a Changed the label of the "Reopen automatically" checkbox of the editor file handling config page.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 860
diff changeset
371 - bug fixes
907
74904673b366 Added menu entry for the icon editor to the tray starter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 906
diff changeset
372 - added menu entry for the icon editor to the tray starter
910
dc2436a9e2a1 Added capability to filter out unwanted items in the file browsers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 907
diff changeset
373 - added capability to filter out unwanted items in the file browsers
dc2436a9e2a1 Added capability to filter out unwanted items in the file browsers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 907
diff changeset
374 (s. config dialog, interface page)
915
c1e052773c08 Changed syntax check to report error position within the line.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 910
diff changeset
375 - changed syntax check to report error position within the line
917
746c54b643eb Added functionality to the VCS status dialogs to make them more general commit dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 915
diff changeset
376 - added functionality to the VCS status dialogs to make them more
746c54b643eb Added functionality to the VCS status dialogs to make them more general commit dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 915
diff changeset
377 general commit dialogs
932
efd23a913a09 Finished extending the Mercurial log browser to indicate closed branches.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 917
diff changeset
378 - extended the Mercurial log browser to indicate closed branches
934
657269549914 Changed the configuration dialog to remember the last show page name.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 932
diff changeset
379 - changed the configuration dialog to remember the last show page name
939
10d3a201cd27 Added configuration options for visible whitespace (as of QScintilla 2.5).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 934
diff changeset
380 - added configuration options for visible whitespace (as of QScintilla 2.5)
942
1d2a6b8509c6 Added capability to configure the alpha channel for some colors (as of QScintilla 2.5).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 939
diff changeset
381 - added capability to configure the alpha channel for some colors
1d2a6b8509c6 Added capability to configure the alpha channel for some colors (as of QScintilla 2.5).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 939
diff changeset
382 (as of QScintilla 2.5)
948
fe7b94ed01ec Added support for new lexer properties (as of QScintilla 2.5).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 942
diff changeset
383 - added support for new lexer properties (as of QScintilla 2.5)
952
cc3e2e5558e9 Added support for access keys and drag & drop to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 948
diff changeset
384 - added support for access keys and drag & drop to the web browser
953
7c42d54ba205 Added support for search schemes ("s:" or "search:") and "about:home" to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 952
diff changeset
385 - added support for search schemes ("s:" or "search:") and "about:home" to
7c42d54ba205 Added support for search schemes ("s:" or "search:") and "about:home" to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 952
diff changeset
386 the web browser
960
64a6e66b4707 Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 953
diff changeset
387 - added capability to the tasks viewer to ignore files based on a wildcard
64a6e66b4707 Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 953
diff changeset
388 during a project tasks scan
963
b672d2191a04 Added an action to push a new named branch to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 960
diff changeset
389 - added an action to push a new named branch to the Mercurial plug-in
978
11f8adbcac97 Added an interface to VirusTotal to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 963
diff changeset
390 - added an interface to VirusTotal to the web browser
991
5ec5e707dfa5 Changed algorithm to determine the debugger backend type to be used by analysing a first line starting with '#!'.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 978
diff changeset
391 - changed algorithm to determine the debugger backend type to be used by
5ec5e707dfa5 Changed algorithm to determine the debugger backend type to be used by analysing a first line starting with '#!'.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 978
diff changeset
392 analysing a first line starting with '#!'
993
03493183dd91 Added support for the Matlab and Octave lexers for QScintilla >= 2.5.1.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 991
diff changeset
393 - added support for the Matlab and Octave lexers for QScintilla >= 2.5.1
1002
1151d1ea562a Enhanced the autocompletion of templates to observe the language of the current file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 993
diff changeset
394 - enhanced the autocompletion of templates to observe the language of the
1151d1ea562a Enhanced the autocompletion of templates to observe the language of the current file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 993
diff changeset
395 current file
1005
6986db425aa2 Added support for "hg rollback" to the Mercurial interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1002
diff changeset
396 - added support for "hg rollback" to the Mercurial interface
906
54550e08472a Changed the label of the "Reopen automatically" checkbox of the editor file handling config page.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 860
diff changeset
397
860
13b57c977bf4 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 854
diff changeset
398 Version 5.1-snapshot-20110123:
816
53e282890577 Made the toolbars of the initial layout more minimalistic.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 813
diff changeset
399 - bug fixes
53e282890577 Made the toolbars of the initial layout more minimalistic.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 813
diff changeset
400 - made the toolbars of the initial layout more minimalistic
825
9cdec3c5bc07 Merged "Save to Project" into "Save" and "Save As...".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 816
diff changeset
401 - merged "Save to Project" into "Save" and "Save As...".
854
2f4ffd2c7d02 Updated translations and finished PEP 8 fixer implementation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 832
diff changeset
402 - added a checker for PEP 8 compliance (including a fixer for
2f4ffd2c7d02 Updated translations and finished PEP 8 fixer implementation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 832
diff changeset
403 most issues)
816
53e282890577 Made the toolbars of the initial layout more minimalistic.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 813
diff changeset
404
813
5a5c3352f4ae Preparing new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 808
diff changeset
405 Version 5.1-snapshot-20110106:
754
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
406 - bug fixes
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
407 - added support for the display of inline annotations (used to show
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
408 syntax errors and warnings)
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
409 - added support for additional configurable file filters
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
410 - added a certificate manager to the eric web browser
755
e81e1f8d7874 Added display of suppressed client termination messages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 754
diff changeset
411 - added display of suppressed client termination messages
781
2f85b5573e62 Changed the Mercurial log browser to show incoming/outgoing changesets with the current log (by pressing the next button).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 755
diff changeset
412 - changed the Mercurial log browser to show incoming/outgoing changesets
2f85b5573e62 Changed the Mercurial log browser to show incoming/outgoing changesets with the current log (by pressing the next button).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 755
diff changeset
413 with the current log (by pressing the next button)
788
5b1b59777460 Added a feature where flags can be given at the end of a source file. The only flag supported is 'FileType' to overwrite the filetype detection mechanism.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 781
diff changeset
414 - added a feature where flags can be given at the end of a source file.
5b1b59777460 Added a feature where flags can be given at the end of a source file. The only flag supported is 'FileType' to overwrite the filetype detection mechanism.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 781
diff changeset
415 The only flag supported is 'FileType' to overwrite the filetype detection
5b1b59777460 Added a feature where flags can be given at the end of a source file. The only flag supported is 'FileType' to overwrite the filetype detection mechanism.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 781
diff changeset
416 mechanism.
795
917f1945355c Added a syntax checker function for Python 2 files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 788
diff changeset
417 - added a syntax checker function for Python 2 files
802
e8882d16384c Added a pyflakes checker function for Python 2 files and made some additional Python 2 related changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 795
diff changeset
418 - added a pyflakes checker function for Python 2 files
805
83ca4d1ff648 Added a tabnanny checker function for Python 2 files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 802
diff changeset
419 - added a tabnanny checker function for Python 2 files
808
8f85926125ef Updated Pygments to version 1.4.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 805
diff changeset
420 - updated Pygments to version 1.4.0
754
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
421
708
cea30aa57201 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 701
diff changeset
422 Version 5.1-snapshot-20101029:
629
c88489b378fb Added configuration options for the web browser cache policy.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 627
diff changeset
423 - bug fixes
c88489b378fb Added configuration options for the web browser cache policy.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 627
diff changeset
424 - added configuration options for the web browser cache policy
634
7b84cbd2f752 Added tab previews to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 629
diff changeset
425 - added tab previews to the web browser
643
719db11dd4df Added a line widget with embeddable buttons.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 634
diff changeset
426 - added a line widget with embeddable buttons
653
0540f3c52b46 Changed the web browser to give it a more modern look.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 643
diff changeset
427 - changed the web browser to give it a more modern look
659
b53e67ae2021 Added code to show certificate info for https URLs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 653
diff changeset
428 - added code to show certificate info for https URLs
668
b0061a6f7484 Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 659
diff changeset
429 - added a download manager to the web browser
682
91114a975eda Added a check to the find and replace dialog to make sure, that no external changes were done between the find run and the replace run.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 668
diff changeset
430 - added a check to the find and replace dialog to make sure,
91114a975eda Added a check to the find and replace dialog to make sure, that no external changes were done between the find run and the replace run.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 668
diff changeset
431 that no external changes were done between the find run and
91114a975eda Added a check to the find and replace dialog to make sure, that no external changes were done between the find run and the replace run.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 668
diff changeset
432 the replace run
701
fc587a1c2f8b Added an option to configure the icon of the tray starter application.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 684
diff changeset
433 - added an option to configure the icon of the tray starter application
684
2f29a0b6e1c7 Updated Pygments to version 1.3.1.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 682
diff changeset
434 - updated Pygments to version 1.3.1
629
c88489b378fb Added configuration options for the web browser cache policy.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 627
diff changeset
435
627
d8ada67aecf6 Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 623
diff changeset
436 Version 5.1-snapshot-20100918:
396
b967825e73c6 Added action to copy the editor path to the clipboard to the tab context menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 392
diff changeset
437 - bug fixes
501
5c615a85241a Finished porting signal/slot usage to the new API.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 478
diff changeset
438 - converted all signal/slot code to use the new API
404
44a541bea034 Added code to adjust the cursor flash time of the editor to the global settings.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 396
diff changeset
439 - added action to copy the editor path to the clipboard to the tab context menu
832
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
440 - added code to adjust the cursor flash time of the editor to the global
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
441 settings
405
374066392929 Added code to show hidden files in the various browsers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 404
diff changeset
442 - added code to show hidden files in the various browsers
478
e7d778ea21d6 Added an editor action to join the current line with the next one.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 405
diff changeset
443 - added an editor action to join the current line with the next one
520
b0f523c3b037 Added code to cope with Linux distributor's usage of KDE wrapper dialogs for the Qt file dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 501
diff changeset
444 - added code to cope with Linux distributor's usage of KDE wrapper dialogs
532
a3c0f1e2594a Added a source code exporter for the Open Document Text (ODT) format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 520
diff changeset
445 for the Qt file dialogs
a3c0f1e2594a Added a source code exporter for the Open Document Text (ODT) format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 520
diff changeset
446 - added a source code exporter for the Open Document Text (ODT) format
562
8bf0dbc1ca6a Added a wizard for the eric5 message box (E5MessageBox).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 532
diff changeset
447 - changed all calls to QMessageBox to some eric5 replacements and convenience
8bf0dbc1ca6a Added a wizard for the eric5 message box (E5MessageBox).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 532
diff changeset
448 functions
8bf0dbc1ca6a Added a wizard for the eric5 message box (E5MessageBox).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 532
diff changeset
449 - added a wizard for the eric5 message box (E5MessageBox)
832
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
450 - added filename filters to the code metrics, syntax checker and tabnanny
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
451 dialogs
615
c8dd16cc69ce Finished porting XML handling code to use QXmlStreamReader and QXmlStreamWriter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 571
diff changeset
452 - changed XML handling code to use QXmlStreamReader and QXmlStreamWriter
618
42580bfc0777 Added use of compositing modes to the icon editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 615
diff changeset
453 - added use of compositing modes to the icon editor
832
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
454 - modified install script such, that it allows an installation from source as
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
455 well. The situation will be determined automatically.
396
b967825e73c6 Added action to copy the editor path to the clipboard to the tab context menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 392
diff changeset
456
392
afc110b8710e Prepared new 5.1 snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 383
diff changeset
457 Version 5.1-snapshot-20100718:
275
88c8b9eefc45 Started eric5 5.1 development (part 2)
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 271
diff changeset
458 - bug fixes
276
4a7e25ee406c Added an action to perform a 'hg push -f' to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 275
diff changeset
459 - added an action to perform a 'hg push -f' to the Mercurial plug-in
278
c93823b96faa Added a handler for ftp: URLs to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 276
diff changeset
460 - added a handler for ftp: URLs to the web browser
305
5cf9e308f342 Added action to start a Mercurial server to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 278
diff changeset
461 - added action to start a Mercurial server to the Mercurial plug-in
314
c1379cab7697 Added action to print to PDF to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 305
diff changeset
462 - added action to print to PDF to the web browser
316
b7e499650928 Added a branch filter to the Mercurial log browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 314
diff changeset
463 - added a branch filter to the Mercurial log browser
330
4b4f242bf3f6 Added additional fold styles.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 316
diff changeset
464 - added additional fold styles
342
360c4eb76d6c Added capability to configure the colors of the foldmarkers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 330
diff changeset
465 - added capability to configure the colors of the foldmarkers
354
f80d88e87677 Added option to use DNS prefetching to the web browser (needs Qt >= 4.6).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 350
diff changeset
466 - added option to use DNS prefetching to the web browser (needs Qt >= 4.6)
350
db40effc5c65 Added support for Web SQL Databases to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 342
diff changeset
467 - added support for Web SQL Databases to the web browser
355
c29c8b8dadf1 Added support for Web application caches and local web storage to the web browser (needs Qt >= 4.6).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 354
diff changeset
468 - added support for Web application caches and local web storage to the
c29c8b8dadf1 Added support for Web application caches and local web storage to the web browser (needs Qt >= 4.6).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 354
diff changeset
469 web browser (needs Qt >= 4.6)
365
0686ac00256e Added a symbols viewer with capability to insert the selected symbol by double-clicking it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 355
diff changeset
470 - added a symbols viewer with capability to insert the selected symbol
0686ac00256e Added a symbols viewer with capability to insert the selected symbol by double-clicking it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 355
diff changeset
471 by double-clicking it
372
237c3fe739f5 Added a numbers viewer to convert numbers into various formats.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 365
diff changeset
472 - added a numbers viewer to convert numbers into various formats
381
64ae9e09d8bc Extended the Ad-Blocker of the web browser and added capability to configure the text encoding of the web browser (needs Qt >= 4.6).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 372
diff changeset
473 - extended the Ad-Blocker of the web browser (needs Qt >= 4.6)
64ae9e09d8bc Extended the Ad-Blocker of the web browser and added capability to configure the text encoding of the web browser (needs Qt >= 4.6).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 372
diff changeset
474 - added capability to configure the text encoding of the web browser
64ae9e09d8bc Extended the Ad-Blocker of the web browser and added capability to configure the text encoding of the web browser (needs Qt >= 4.6).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 372
diff changeset
475 (needs Qt >= 4.6)
383
286de4e5179c Added capability to select the user agent string for the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 381
diff changeset
476 - added capability to select the user agent string for the web browser
275
88c8b9eefc45 Started eric5 5.1 development (part 2)
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 271
diff changeset
477
271
633572b15aa8 Preparing new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 270
diff changeset
478 Version 5.0-snapshot-20100523:
226
3155a9225209 Started next stage of development.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 223
diff changeset
479 - bug fixes
228
1cce8982e636 Added code to save the editor zoom factor in the session file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 226
diff changeset
480 - added code to save the editor zoom factor in the session file
230
2cde09c26384 Added code to configure the zoom factor a file is opened with.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 228
diff changeset
481 - added code to configure the zoom factor a file is opened with
234
caed45a134f8 Added code to update the Others tab of the project browser (mostly) automatically.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 233
diff changeset
482 - added code to update the file browser window (mostly) automatically
832
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
483 - added code to update the Others tab of the project browser (mostly)
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
484 automatically
253
3ccdf551bde7 Changed code to improve development on multiple platforms.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 244
diff changeset
485 - added a menu to the highlighting styles config page to change individual
3ccdf551bde7 Changed code to improve development on multiple platforms.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 244
diff changeset
486 aspects of a font only
3ccdf551bde7 Changed code to improve development on multiple platforms.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 244
diff changeset
487 - changed code to improve development on multiple platforms
267
f4cd9c07da76 Added code to show the keyboard shortcut to the tooltip of an action.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 253
diff changeset
488 - added code to show the keyboard shortcut to the tooltip of an action
832
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
489 - changed the Find in Files dialog to remember the history of the search
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
490 string, replace string and the search directory
270
41505c92ac31 Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 268
diff changeset
491 - added code to enhance the proxy configuration and removed the usage of QHttp
226
3155a9225209 Started next stage of development.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 223
diff changeset
492
223
2aa606e16381 Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 202
diff changeset
493 Version 5.0-snapshot-20100508:
187
d7916a2e31d6 Added some more refinements to the Mercurial log browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 186
diff changeset
494 - bug fixes
199
675623ee5d7d Added changegroup related actions to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 189
diff changeset
495 - added administration actions to the Mercurial plug-in
675623ee5d7d Added changegroup related actions to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 189
diff changeset
496 - added changegroup related actions to the Mercurial plug-in
202
6854bb0beda5 Added bisect commands to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 199
diff changeset
497 - added bisect commands to the Mercurial plug-in
187
d7916a2e31d6 Added some more refinements to the Mercurial log browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 186
diff changeset
498
186
655fda145529 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 178
diff changeset
499 Version 5.0-snapshot-20100418:
168
3383117f894b Fixed a few bugs in the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 166
diff changeset
500 - bug fixes
178
dd9f0bca5e2f Added plugin for Mercurial version control system.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 168
diff changeset
501 - added plugin for Mercurial version control system
168
3383117f894b Fixed a few bugs in the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 166
diff changeset
502
166
11e9ed8ae18c Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 158
diff changeset
503 Version 5.0-snapshot-20100401:
146
afeb742e7148 Added installation of a .desktop file for Linux systems.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 135
diff changeset
504 - bug fixes
afeb742e7148 Added installation of a .desktop file for Linux systems.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 135
diff changeset
505 - added installation of a .desktop file for Linux systems
158
6a561f87bc07 Added shared editor functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 149
diff changeset
506 - added shared editor functions and a simple chat system
146
afeb742e7148 Added installation of a .desktop file for Linux systems.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 135
diff changeset
507
135
c2eaec053221 Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 130
diff changeset
508 Version 5.0-snapshot-20100306:
103
59137afca666 Added code to indicate directories and files being symbolic links.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 102
diff changeset
509 - bug fixes
59137afca666 Added code to indicate directories and files being symbolic links.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 102
diff changeset
510 - added code to indicate directories and files being symbolic links
108
03d3adf59bde Extendend the predefined template variables by "project_path", "clipboard", "cur_select", "insertion", "select_start" and "select_end".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 103
diff changeset
511 - extendend the predefined template variables by "project_path",
03d3adf59bde Extendend the predefined template variables by "project_path", "clipboard", "cur_select", "insertion", "select_start" and "select_end".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 103
diff changeset
512 "clipboard", "cur_select", "insertion", "select_start" and
03d3adf59bde Extendend the predefined template variables by "project_path", "clipboard", "cur_select", "insertion", "select_start" and "select_end".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 103
diff changeset
513 "select_end"
112
16893e193e9d Added the auto fork options to the run dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 108
diff changeset
514 - added the auto fork options to the run dialog
130
fcce4cc20d95 Added capability to change the keywords of a syntax highlighter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 112
diff changeset
515 - added capability to change the keywords of a syntax highlighter
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
516
102
85fc2a5cddb4 Preparing new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 88
diff changeset
517 Version 5.0-snapshot-20100206:
88
3701923bccf2 Added my own Python3 port of pyflakes and integrated py3flakes into syntax checker dialog and editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 72
diff changeset
518 - bug fixes
3701923bccf2 Added my own Python3 port of pyflakes and integrated py3flakes into syntax checker dialog and editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 72
diff changeset
519 - added code to use the PYTHONPATH environment setting in the debuggers
3701923bccf2 Added my own Python3 port of pyflakes and integrated py3flakes into syntax checker dialog and editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 72
diff changeset
520 - added my own Python3 port of pyflakes
3701923bccf2 Added my own Python3 port of pyflakes and integrated py3flakes into syntax checker dialog and editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 72
diff changeset
521 - integrated py3flakes into syntax checker dialog and editor
72
015c7e35bd84 Added code to use the PYTHONPATH environment setting in the debuggers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 62
diff changeset
522
62
706041c4475b Prepared first snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
523 Version 5.0-snapshot-20100116:
706041c4475b Prepared first snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
524 - first snapshot of eric5

eric ide

mercurial