changelog

Mon, 07 Jan 2013 15:34:36 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 07 Jan 2013 15:34:36 +0100
changeset 2317
ac7ffbf5b36b
parent 2313
ac0b798529d8
child 2320
fe9d876fc9dd
permissions
-rw-r--r--

Extended the context menus of the multi project browser to be able to add projects this way.

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 ----------
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
3 Version 5.4-snapshot-2013mmdd:
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
4 - bug fixes
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
5 - 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
6 -- 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
7 to add projects this way
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
8
2313
ac0b798529d8 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2298
diff changeset
9 Version 5.3-snapshot-20130106:
2170
f4e0f6133ace Started implementing the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2168
diff changeset
10 - bug fixes
2298
fa4f79c34e0c Added support for Qt5 documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2227
diff changeset
11 - General
fa4f79c34e0c Added support for Qt5 documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2227
diff changeset
12 -- added support for Qt5 (experimental)
2173
c21d1e99015a Finished the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2170
diff changeset
13 - Debugger
c21d1e99015a Finished the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2170
diff changeset
14 -- 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
15 Python 2 and Python 3 debuggers
c21d1e99015a Finished the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2170
diff changeset
16 - Debug Viewer
c21d1e99015a Finished the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2170
diff changeset
17 -- 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
18 - Editor
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
19 -- added actions to search for the next/previous occurence of the current word
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
20 (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
21 -- 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
22 - 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
23 -- 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
24 - Spell Checker
87d664204684 Added a dialog to edit the various spell checking dictionaries.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2195
diff changeset
25 -- 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
26 - 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
27 -- 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
28 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
29 - 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
30 -- 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
31 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
32 -- 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
33 - View Manager
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
34 -- added actions to open the find in files and replace in files dialogs in a mode
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
35 that searches open files only
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
36 -- change the status labels for programming language and end-of-line type to show
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
37 an icon
2170
f4e0f6133ace Started implementing the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2168
diff changeset
38
2168
b7cf4e2a3012 Prepared new snapshot release of eric 5.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2163
diff changeset
39 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
40 - 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
41 - 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
42 -- 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
43 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
44 - Code Coverage
2b02339f52bf Enhanced the code coverage dialog functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2162
diff changeset
45 -- 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
46 - 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
47 -- 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
48 - 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
49 -- 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
50 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
51 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
52 - 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
53 -- 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
54 - Graphics Dialogs
7a3470ae170e Improved the package diagram to include subpackages and their module names.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2005
diff changeset
55 -- 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
56 -- 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
57 -- 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
58 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
59 - Plug-ins
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
60 -- added the 'addSideWidget()' and 'removeSideWidget()' methods to the UserInterface
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
61 class to allow plug-in developers to add a plug-in widget to the left or bottom
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
62 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
63 - Project
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
64 -- made the selectable project types of the project properties dialog dependent
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
65 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
66 - 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
67 -- 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
68 --- 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
69 Mercurial 2.3.0
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
70 --- added code to disable the (deprecated) transplant menu for Mercurial 2.3.0
1934
ad6b7c30fb9f Added context menu entries for HTML5 media elements.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1926
diff changeset
71 - Web Browser
ad6b7c30fb9f Added context menu entries for HTML5 media elements.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1926
diff changeset
72 -- 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
73 -- added a personal information manager to assist in completing form fields
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
74 through field context menu entries or by pressing Ctrl+Return or Ctrl+Enter
1953
26aa6fd94dc2 Added support for GreaseMonkey scripts.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1945
diff changeset
75 -- 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
76 -- 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
77 -- 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
78 -- 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
79 -- added support for AdBlock exceptions
1994
84d55b34ba5a Added support for AdBlock checksum checking when downloading a subscription to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1990
diff changeset
80 -- added support for AdBlock checksum checking when downloading a 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
81 -- added support for variable AdBlock update periods (given in subscription)
2060
1f3767746974 Changed the FTP sync code in the eric web browser to use ftplib.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2040
diff changeset
82 -- changed FTP support to use Python's ftplib instead of QFtp because the later
1f3767746974 Changed the FTP sync code in the eric web browser to use ftplib.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2040
diff changeset
83 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
84 -- 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
85
1911
0ad47d8b7e57 Prepared snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1909
diff changeset
86 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
87 - 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
88 - General
12d37ab1baf3 Removed the user interface layout types "Floating Windows" and "Dock Windows".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1833
diff changeset
89 -- 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
90 "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
91 - 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
92 -- 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
93 - Shell
f7cd855680f1 Added the capability to search in the output of the shell window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1830
diff changeset
94 -- 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
95 - Terminal
f2fccb8c2ab4 Added the capability to search in the output of the terminal window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1823
diff changeset
96 -- 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
97 - 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
98 -- 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
99 --- 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
100 get ignored
1885
e51a12f1f404 Improved the VCS copy/move operations a bit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1880
diff changeset
101 --- 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
102 -- Mercurial
93bf1823466a Added support for amending commits as of Mercurial 2.2.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1833
diff changeset
103 --- 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
104 --- 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
105 -- 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
106 --- 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
107 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
108 - 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
109 -- 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
110 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
111 -- 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
112
1821
1e5b1b281cec Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1819
diff changeset
113 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
114 - 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
115 - 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
116 -- 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
117 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
118 - 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
119 -- 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
120 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
121 - Tasks
cfcfd617216a Changed the tasks handling to allow for more fine grained task designations.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1818
diff changeset
122 -- changed the tasks handling to allow for more fine grained task designations
1770
c17e67e69ef5 Added a tool to take screenshots (fullscreen or rectangular selection).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1749
diff changeset
123 - 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
124 -- 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
125 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
126 - 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
127 -- Mercurial
1655
d2b583fdde1c Added support for the graft command as of Mercurial 2.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1653
diff changeset
128 --- 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
129 --- 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
130 -- 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
131 --- 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
132 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
133 - 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
134 -- 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
135 URL entry field
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
136 -- extended the web page context menu by several entries to send links or 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
137 selected text, handling the clicked frame, translate the selected text with
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
138 Google Translate and search it in Wictionary
1596
8d59e4f3c828 Extended the User Agent handling to be able to set the string on a host basis (next to the global user agent string).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1586
diff changeset
139 -- extended the User Agent handling to be able to set the string on a host basis
8d59e4f3c828 Extended the User Agent handling to be able to set the string on a host basis (next to the global user agent string).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1586
diff changeset
140 (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
141 -- added code to save the current page as a screen shot
1680
28e57079dab5 Added capability to encrypt the synchronized data (web browser).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1670
diff changeset
142 -- added capability to synchronize bookmarks, history, passwords and user agent
1695
7b115f986d48 Added capability to synchronize bookmarks, history, passwords and user agent settings via a shared directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1694
diff changeset
143 settings via an FTP server or a shared directory
1651
bc68f24d5658 Added the ClickToFlash plug-in to (temporarily) block Flash and related content.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1626
diff changeset
144 -- added the ClickToFlash plug-in to (temporarily) block Flash and related content
1661
bfc2ea19b08f Added capability to suppress Referer Headers (configurable via eric4 Web Browser configuration page).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1655
diff changeset
145 -- added capability to suppress Referer Headers (configurable via eric4 Web Browser
bfc2ea19b08f Added capability to suppress Referer Headers (configurable via eric4 Web Browser configuration page).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1655
diff changeset
146 configuration page)
1670
6fd889391d2c Added a Speed Dial to the web browser including the capability to select the first ten pages by pressing Meta+1 to Meta+0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1661
diff changeset
147 -- added capability to select the first nine tabs by pressing Alt+1 to Alt+9 and to
6fd889391d2c Added a Speed Dial to the web browser including the capability to select the first ten pages by pressing Meta+1 to Meta+0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1661
diff changeset
148 switch to the last tab by pressing Alt+0
6fd889391d2c Added a Speed Dial to the web browser including the capability to select the first ten pages by pressing Meta+1 to Meta+0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1661
diff changeset
149 -- added a Speed Dial to the web browser including the capability to select the first
6fd889391d2c Added a Speed Dial to the web browser including the capability to select the first ten pages by pressing Meta+1 to Meta+0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1661
diff changeset
150 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
151 -- 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
152 -- 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
153 -- 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
154 -- 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
155 -- 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
156 -- 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
157 - Wizards
a5e4cb4bed43 Added support for the various pattern syntaxes to the QRegExp wizard.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1780
diff changeset
158 -- QRegExp
a5e4cb4bed43 Added support for the various pattern syntaxes to the QRegExp wizard.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1780
diff changeset
159 --- added support for the various pattern syntaxes
1705
b0fbc9300f2b Update to Pygments 1.5.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1695
diff changeset
160 - Third Party packages
b0fbc9300f2b Update to Pygments 1.5.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1695
diff changeset
161 -- 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
162
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
163 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
164 - bug fixes
1504
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
165 - Cooperation Functions
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
166 -- 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
167 - 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
168 -- 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
169 -- 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
170 '__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
171 - 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
172 -- 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
173 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
174 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
175 -- 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
176 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
177 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
178 -- 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
179 -- 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
180 -- 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
181 -- added support for QScintilla 2.6 (and newer)
1508
fcca2642bfca Update change log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1507
diff changeset
182 -- added capability to zoom by Ctrl + Mouse Wheel (same for the shell and terminal)
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
183 -- added capability to zoom by a pinch gesture (same for the shell and terminal)
1507
9225700cbff5 - added capability to zoom by Ctrl + Mouse Wheel to the editor
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1506
diff changeset
184 -- added capability to go to method and class definitions by Shift + Mouse Wheel
1527
b60af978f526 Added the capability to replace just the selected occurence of the search text.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1518
diff changeset
185 -- added the capability to replace just the selected occurence of the search text
1504
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
186 - Plug-in Manager Tools
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
187 -- 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
188 - Source Browser
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
189 -- show class attributes, class methods and static methods with different icons
1303
6018d7ac3aec Added context menu for attributes to the file browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1299
diff changeset
190 -- 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
191 - 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
192 -- 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
193 - Tasks Manager
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
194 -- 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
195 (configurable via configuration dialog)
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
196 - Tools
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
197 -- API files generator
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
198 --- 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
199 eric assistant plug-in
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
200 - Unit Test
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
201 -- extended the unit test module to allow to rerun only failed tests of the 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
202 - 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
203 -- all
5eddb59304c7 Made "Show Log" behave like "Show Limited Log" and removed the later.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1227
diff changeset
204 --- 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
205 --- 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
206 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
207 --- 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
208 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
209 -- Mercurial
5eddb59304c7 Made "Show Log" behave like "Show Limited Log" and removed the later.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1227
diff changeset
210 --- 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
211 --- 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
212 --- 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
213 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
214 --- added support for importing patches
1315
faafd2aa48d5 Added support for exporting patches.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1314
diff changeset
215 --- added support for exporting patches
1312
12506dba74dc Added configuration option to create backup files when reverting changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1311
diff changeset
216 --- added configuration option to create backup files when reverting changes
1504
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
217 - View Manager
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
218 -- 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
219 - Web Browser
1314
7e7b88c58fda Added the "Do Not Track" feature.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1312
diff changeset
220 -- added the "Do Not Track" feature
1341
6104ae9ceb55 Added code to indicate invalid SSL certificates in the URL entry and the SSL info dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1315
diff changeset
221 -- added code to indicate invalid SSL certificates in the URL entry and the SSL
6104ae9ceb55 Added code to indicate invalid SSL certificates in the URL entry and the SSL info dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1315
diff changeset
222 info dialog
1415
28fa9633d57e Added a dialog to show RSS feeds.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1373
diff changeset
223 -- 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
224 -- 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
225 -- 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
226 -- 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
227 - other enhancements
2be886c8cffb Added an action to launch another instantiation of eric5.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1444
diff changeset
228 -- added an action to launch another instantiation of eric5
1507
9225700cbff5 - added capability to zoom by Ctrl + Mouse Wheel to the editor
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1506
diff changeset
229 -- added capability to zoom by Ctrl + Mouse Wheel to various graphics related windows
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
230 -- added capability to zoom by a pinch gesture to various graphics 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
231
1192
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
232 Version 5.2-snapshot-20110724:
1020
adf7e95f05e7 Finished Mercurial bookmark support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1007
diff changeset
233 - bug fixes
1192
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
234 - enhancements of the Mercurial interface
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
235 -- added support for the Mercurial bookmarks extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
236 -- added support for the Mercurial queues extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
237 -- added support for the Mercurial fetch extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
238 -- added support for the Mercurial purge extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
239 -- added support for the Mercurial gpg extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
240 -- added support for the Mercurial transplant extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
241 -- added support for the Mercurial rebase extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
242 -- enhanced the Mercurial log browser dialog
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
243 - enhancements of the web browser
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
244 -- added a pause button to the web browser download
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
245 -- 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
246 -- added some more search engines to the web browser
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
247 -- 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
248 and rearranged some configuration parameters related to security
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
249 -- improved the handling of mouse XButton1 and XButton2 handling in the web browser
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
250 - enhancements of the configuration dialog
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
251 -- 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
252 - enhancements of the Unit Test module
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
253 -- extended the unit test interface to support skipped tests, expected failures
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
254 and unexpected successes and to better cope with Python2 scripts when run
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
255 from the eric IDE
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
256 - enhancements of the editor
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
257 -- added editor actions to go to the last edit location and to the previous or
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
258 next Python or Ruby class or method definition
1020
adf7e95f05e7 Finished Mercurial bookmark support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1007
diff changeset
259
1007
b60f646323c8 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1005
diff changeset
260 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
261 - 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
262 - 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
263 - 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
264 (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
265 - 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
266 - 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
267 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
268 - 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
269 - 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
270 - 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
271 - 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
272 (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
273 - 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
274 - 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
275 - 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
276 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
277 - 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
278 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
279 - 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
280 - 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
281 - 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
282 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
283 - 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
284 - 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
285 current file
1005
6986db425aa2 Added support for "hg rollback" to the Mercurial interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1002
diff changeset
286 - 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
287
860
13b57c977bf4 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 854
diff changeset
288 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
289 - bug fixes
53e282890577 Made the toolbars of the initial layout more minimalistic.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 813
diff changeset
290 - 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
291 - 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
292 - 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
293 most issues)
816
53e282890577 Made the toolbars of the initial layout more minimalistic.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 813
diff changeset
294
813
5a5c3352f4ae Preparing new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 808
diff changeset
295 Version 5.1-snapshot-20110106:
754
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
296 - bug fixes
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
297 - 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
298 syntax errors and warnings)
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
299 - added support for additional configurable file filters
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
300 - 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
301 - 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
302 - 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
303 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
304 - 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
305 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
306 mechanism.
795
917f1945355c Added a syntax checker function for Python 2 files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 788
diff changeset
307 - 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
308 - 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
309 - 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
310 - updated Pygments to version 1.4.0
754
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
311
708
cea30aa57201 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 701
diff changeset
312 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
313 - bug fixes
c88489b378fb Added configuration options for the web browser cache policy.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 627
diff changeset
314 - 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
315 - 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
316 - 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
317 - 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
318 - 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
319 - 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
320 - 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
321 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
322 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
323 - 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
324 - 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
325
627
d8ada67aecf6 Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 623
diff changeset
326 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
327 - bug fixes
501
5c615a85241a Finished porting signal/slot usage to the new API.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 478
diff changeset
328 - 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
329 - 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
330 - 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
331 settings
405
374066392929 Added code to show hidden files in the various browsers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 404
diff changeset
332 - 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
333 - 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
334 - 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
335 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
336 - 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
337 - 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
338 functions
8bf0dbc1ca6a Added a wizard for the eric5 message box (E5MessageBox).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 532
diff changeset
339 - 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
340 - 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
341 dialogs
615
c8dd16cc69ce Finished porting XML handling code to use QXmlStreamReader and QXmlStreamWriter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 571
diff changeset
342 - 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
343 - 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
344 - 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
345 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
346
392
afc110b8710e Prepared new 5.1 snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 383
diff changeset
347 Version 5.1-snapshot-20100718:
275
88c8b9eefc45 Started eric5 5.1 development (part 2)
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 271
diff changeset
348 - 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
349 - 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
350 - 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
351 - 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
352 - 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
353 - 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
354 - 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
355 - 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
356 - 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
357 - 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
358 - 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
359 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
360 - 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
361 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
362 - 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
363 - 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
364 - 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
365 (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
366 - 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
367
271
633572b15aa8 Preparing new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 270
diff changeset
368 Version 5.0-snapshot-20100523:
226
3155a9225209 Started next stage of development.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 223
diff changeset
369 - 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
370 - 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
371 - 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
372 - 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
373 - 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
374 automatically
253
3ccdf551bde7 Changed code to improve development on multiple platforms.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 244
diff changeset
375 - 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
376 aspects of a font only
3ccdf551bde7 Changed code to improve development on multiple platforms.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 244
diff changeset
377 - 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
378 - 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
379 - 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
380 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
381 - 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
382
223
2aa606e16381 Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 202
diff changeset
383 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
384 - bug fixes
199
675623ee5d7d Added changegroup related actions to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 189
diff changeset
385 - 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
386 - 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
387 - 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
388
186
655fda145529 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 178
diff changeset
389 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
390 - bug fixes
178
dd9f0bca5e2f Added plugin for Mercurial version control system.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 168
diff changeset
391 - 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
392
166
11e9ed8ae18c Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 158
diff changeset
393 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
394 - bug fixes
afeb742e7148 Added installation of a .desktop file for Linux systems.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 135
diff changeset
395 - 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
396 - 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
397
135
c2eaec053221 Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 130
diff changeset
398 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
399 - bug fixes
59137afca666 Added code to indicate directories and files being symbolic links.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 102
diff changeset
400 - 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
401 - 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
402 "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
403 "select_end"
112
16893e193e9d Added the auto fork options to the run dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 108
diff changeset
404 - 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
405 - 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
406
102
85fc2a5cddb4 Preparing new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 88
diff changeset
407 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
408 - 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
409 - 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
410 - 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
411 - 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
412
62
706041c4475b Prepared first snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
413 Version 5.0-snapshot-20100116:
706041c4475b Prepared first snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
414 - first snapshot of eric5

eric ide

mercurial