changelog

Sat, 30 Apr 2011 12:48:38 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 30 Apr 2011 12:48:38 +0200
changeset 1005
6986db425aa2
parent 1002
1151d1ea562a
child 1007
b60f646323c8
permissions
-rw-r--r--

Added support for "hg rollback" to the Mercurial interface.

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 ----------
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
3 Version 5.2-snapshot-2011mmdd:
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
4 - 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
5 - 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
6 - 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
7 (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
8 - 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
9 - 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
10 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
11 - 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
12 - 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
13 - 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
14 - 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
15 (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
16 - 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
17 - 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
18 - 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
19 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
20 - 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
21 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
22 - 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
23 - 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
24 - 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
25 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
26 - 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
27 - 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
28 current file
1005
6986db425aa2 Added support for "hg rollback" to the Mercurial interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1002
diff changeset
29 - 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
30
860
13b57c977bf4 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 854
diff changeset
31 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
32 - bug fixes
53e282890577 Made the toolbars of the initial layout more minimalistic.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 813
diff changeset
33 - 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
34 - 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
35 - 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
36 most issues)
816
53e282890577 Made the toolbars of the initial layout more minimalistic.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 813
diff changeset
37
813
5a5c3352f4ae Preparing new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 808
diff changeset
38 Version 5.1-snapshot-20110106:
754
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
39 - bug fixes
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
40 - 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
41 syntax errors and warnings)
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
42 - added support for additional configurable file filters
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
43 - 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
44 - 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
45 - 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
46 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
47 - 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
48 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
49 mechanism.
795
917f1945355c Added a syntax checker function for Python 2 files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 788
diff changeset
50 - 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
51 - 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
52 - 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
53 - updated Pygments to version 1.4.0
754
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
54
708
cea30aa57201 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 701
diff changeset
55 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
56 - bug fixes
c88489b378fb Added configuration options for the web browser cache policy.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 627
diff changeset
57 - 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
58 - 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
59 - 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
60 - 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
61 - 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
62 - 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
63 - 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
64 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
65 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
66 - 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
67 - 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
68
627
d8ada67aecf6 Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 623
diff changeset
69 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
70 - bug fixes
501
5c615a85241a Finished porting signal/slot usage to the new API.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 478
diff changeset
71 - 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
72 - 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
73 - 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
74 settings
405
374066392929 Added code to show hidden files in the various browsers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 404
diff changeset
75 - 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
76 - 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
77 - 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
78 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
79 - 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
80 - 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
81 functions
8bf0dbc1ca6a Added a wizard for the eric5 message box (E5MessageBox).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 532
diff changeset
82 - 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
83 - 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
84 dialogs
615
c8dd16cc69ce Finished porting XML handling code to use QXmlStreamReader and QXmlStreamWriter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 571
diff changeset
85 - 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
86 - 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
87 - 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
88 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
89
392
afc110b8710e Prepared new 5.1 snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 383
diff changeset
90 Version 5.1-snapshot-20100718:
275
88c8b9eefc45 Started eric5 5.1 development (part 2)
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 271
diff changeset
91 - 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
92 - 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
93 - 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
94 - 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
95 - 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
96 - 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
97 - 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
98 - 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
99 - 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
100 - 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
101 - 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
102 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
103 - 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
104 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
105 - 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
106 - 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
107 - 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
108 (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
109 - 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
110
271
633572b15aa8 Preparing new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 270
diff changeset
111 Version 5.0-snapshot-20100523:
226
3155a9225209 Started next stage of development.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 223
diff changeset
112 - 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
113 - 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
114 - 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
115 - 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
116 - 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
117 automatically
253
3ccdf551bde7 Changed code to improve development on multiple platforms.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 244
diff changeset
118 - 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
119 aspects of a font only
3ccdf551bde7 Changed code to improve development on multiple platforms.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 244
diff changeset
120 - 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
121 - 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
122 - 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
123 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
124 - 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
125
223
2aa606e16381 Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 202
diff changeset
126 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
127 - bug fixes
199
675623ee5d7d Added changegroup related actions to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 189
diff changeset
128 - 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
129 - 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
130 - 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
131
186
655fda145529 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 178
diff changeset
132 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
133 - bug fixes
178
dd9f0bca5e2f Added plugin for Mercurial version control system.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 168
diff changeset
134 - 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
135
166
11e9ed8ae18c Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 158
diff changeset
136 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
137 - bug fixes
afeb742e7148 Added installation of a .desktop file for Linux systems.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 135
diff changeset
138 - 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
139 - 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
140
135
c2eaec053221 Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 130
diff changeset
141 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
142 - bug fixes
59137afca666 Added code to indicate directories and files being symbolic links.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 102
diff changeset
143 - 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
144 - 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
145 "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
146 "select_end"
112
16893e193e9d Added the auto fork options to the run dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 108
diff changeset
147 - 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
148 - 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
149
102
85fc2a5cddb4 Preparing new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 88
diff changeset
150 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
151 - 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
152 - 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
153 - 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
154 - 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
155
62
706041c4475b Prepared first snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
156 Version 5.0-snapshot-20100116:
706041c4475b Prepared first snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
157 - first snapshot of eric5

eric ide

mercurial