changelog

Sun, 29 Aug 2010 16:15:41 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 29 Aug 2010 16:15:41 +0200
changeset 520
b0f523c3b037
parent 501
5c615a85241a
child 532
a3c0f1e2594a
permissions
-rw-r--r--

Added code to cope with Linux distributor's usage of KDE wrapper dialogs for the Qt file dialogs.

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 ----------
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
3 Version 5.1-snapshot-2010mmdd:
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
4 - bug fixes
501
5c615a85241a Finished porting signal/slot usage to the new API.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 478
diff changeset
5 - 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
6 - added action to copy the editor path to the clipboard to the tab context menu
405
374066392929 Added code to show hidden files in the various browsers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 404
diff changeset
7 - added code to adjust the cursor flash time of the editor to the global settings
374066392929 Added code to show hidden files in the various browsers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 404
diff changeset
8 - 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
9 - 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
10 - added code to cope with Linux distributor's usage of KDE wrapper dialogs
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
11 for the Qt file dialogs
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
12
392
afc110b8710e Prepared new 5.1 snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 383
diff changeset
13 Version 5.1-snapshot-20100718:
275
88c8b9eefc45 Started eric5 5.1 development (part 2)
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 271
diff changeset
14 - 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
15 - 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
16 - 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
17 - 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
18 - 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
19 - 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
20 - 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
21 - 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
22 - 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
23 - 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
24 - 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
25 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
26 - 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
27 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
28 - 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
29 - 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
30 - 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
31 (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
32 - 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
33
271
633572b15aa8 Preparing new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 270
diff changeset
34 Version 5.0-snapshot-20100523:
226
3155a9225209 Started next stage of development.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 223
diff changeset
35 - 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
36 - 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
37 - 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
38 - added code to update the file browser window (mostly) automatically
244
30be2b4a9721 Added a menu to the highlighting styles config page to change individual aspects of a font only.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 234
diff changeset
39 - added code to update the Others tab of the project browser (mostly) automatically
253
3ccdf551bde7 Changed code to improve development on multiple platforms.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 244
diff changeset
40 - 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
41 aspects of a font only
3ccdf551bde7 Changed code to improve development on multiple platforms.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 244
diff changeset
42 - 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
43 - added code to show the keyboard shortcut to the tooltip of an action
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
44 - changed the Find in Files dialog to remember the history of the search string,
268
f6f53503b8d6 Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 267
diff changeset
45 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
46 - 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
47
223
2aa606e16381 Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 202
diff changeset
48 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
49 - bug fixes
199
675623ee5d7d Added changegroup related actions to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 189
diff changeset
50 - 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
51 - 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
52 - 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
53
186
655fda145529 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 178
diff changeset
54 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
55 - bug fixes
178
dd9f0bca5e2f Added plugin for Mercurial version control system.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 168
diff changeset
56 - 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
57
166
11e9ed8ae18c Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 158
diff changeset
58 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
59 - bug fixes
afeb742e7148 Added installation of a .desktop file for Linux systems.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 135
diff changeset
60 - 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
61 - 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
62
135
c2eaec053221 Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 130
diff changeset
63 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
64 - bug fixes
59137afca666 Added code to indicate directories and files being symbolic links.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 102
diff changeset
65 - 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
66 - 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
67 "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
68 "select_end"
112
16893e193e9d Added the auto fork options to the run dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 108
diff changeset
69 - 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
70 - 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
71
102
85fc2a5cddb4 Preparing new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 88
diff changeset
72 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
73 - 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
74 - 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
75 - 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
76 - 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
77
62
706041c4475b Prepared first snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
78 Version 5.0-snapshot-20100116:
706041c4475b Prepared first snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
79 - first snapshot of eric5

eric ide

mercurial