Mercurial Repositories
>
eric
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
Added the forgotten refactored file and source docu.
Fri, 21 Oct 2016 18:25:23 +0200
, by Detlev Offenbach
Started to refactor the Mercurial user config management code.
Thu, 20 Oct 2016 19:33:19 +0200
, by Detlev Offenbach
Added a config parser class to implement the dictionary interface for the Python 2 config parser.
Thu, 20 Oct 2016 18:55:14 +0200
, by Detlev Offenbach
Fixed a regression in the project debugger properties dialog.
Tue, 18 Oct 2016 18:44:27 +0200
, by Detlev Offenbach
Fixed a few code style issues.
Mon, 17 Oct 2016 19:59:52 +0200
, by Detlev Offenbach
Optimized the QtHelp handling.
Mon, 17 Oct 2016 19:51:51 +0200
, by Detlev Offenbach
Fixed a wrong import in the Mercurial conflicts dialog.
6_1_x
Mon, 17 Oct 2016 18:57:24 +0200
, by Detlev Offenbach
Fixed a wrong import in the Mercurial conflicts dialog.
Mon, 17 Oct 2016 18:57:24 +0200
, by Detlev Offenbach
Added the capability to define some help documentations with the qthelp:// scheme.
6_1_x
Mon, 17 Oct 2016 18:46:35 +0200
, by Detlev Offenbach
Added the capability to define some help documentations with the qthelp:// scheme.
Mon, 17 Oct 2016 18:46:35 +0200
, by Detlev Offenbach
Remove obsolete threaded option from preferences.
Sun, 16 Oct 2016 22:35:11 +0200
, by T.Rzepka
Removed the source docu of the old debugger backend.
Sun, 16 Oct 2016 14:45:00 +0200
, by Detlev Offenbach
Added the source docu for the merged debugger.
Sun, 16 Oct 2016 14:43:18 +0200
, by Detlev Offenbach
Added a dialog to select from a list and extended the plug-in archive build process.
Sun, 16 Oct 2016 14:42:46 +0200
, by Detlev Offenbach
Merged with more changes from Tobias.
Sun, 16 Oct 2016 12:20:30 +0200
, by Detlev Offenbach
Encode filenames always as utf-8.
Sat, 15 Oct 2016 22:50:03 +0200
, by T.Rzepka
Merged with debugger stuff from Tobias.
Sun, 16 Oct 2016 12:18:42 +0200
, by Detlev Offenbach
Use importlib instead __import__ because it returns the correct module directly.
Sat, 15 Oct 2016 20:36:37 +0200
, by T.Rzepka
Merge with default branch.
Fri, 14 Oct 2016 23:02:38 +0200
, by T.Rzepka
Fixed an issue with the path picker and its usage.
Sun, 16 Oct 2016 12:15:18 +0200
, by Detlev Offenbach
Change to the plug-in manager to support plug-in sets (like the documentation sets plug-ins). These containe a '_' in the plug-in archive name.
6_1_x
Sun, 16 Oct 2016 11:44:20 +0200
, by Detlev Offenbach
Change to the plug-in manager to support plug-in sets (like the documentation sets plug-ins). These containe a '_' in the plug-in archive name.
Sun, 16 Oct 2016 11:44:20 +0200
, by Detlev Offenbach
Changed the plug-in install dialog such, that a data only package directory (i.e. it doesn't contain an __init__.py file) is not deleted before a new plug-in version or variant is installed.
6_1_x
Sat, 15 Oct 2016 16:22:04 +0200
, by Detlev Offenbach
Changed the plug-in install dialog such, that a data only package directory (i.e. it doesn't contain an __init__.py file) is not deleted before a new plug-in version or variant is installed.
Sat, 15 Oct 2016 16:22:04 +0200
, by Detlev Offenbach
Change usage of global definitions in the QtHelp generator.
Sat, 15 Oct 2016 14:17:42 +0200
, by Detlev Offenbach
Little improvement to the plug-in archive creation function.
Fri, 14 Oct 2016 20:05:30 +0200
, by Detlev Offenbach
Code improvement in the variables viewer of the debugger.
Thu, 13 Oct 2016 18:54:43 +0200
, by Detlev Offenbach
Fixed a bug in the Project class.
Thu, 13 Oct 2016 18:53:26 +0200
, by Detlev Offenbach
Fixed a bug in the variables viewer.
Wed, 12 Oct 2016 19:54:09 +0200
, by Detlev Offenbach
Support for debugging of QThread processes added.
debugger speed
Tue, 11 Oct 2016 21:55:03 +0200
, by T.Rzepka
Added a dialog to select QtHelp documents provided by plug-ins for installation.
Tue, 11 Oct 2016 19:04:22 +0200
, by Detlev Offenbach
Fixed a little issue in the latest change.
Tue, 11 Oct 2016 18:51:15 +0200
, by Detlev Offenbach
Extended the PKGLIST syntax with a line comment starting with ';' and a directive comment to define the archive name (archive_name=) and the capability to have more than one PKGLIST* file for a project possibly defining different archive contents.
Mon, 10 Oct 2016 20:09:29 +0200
, by Detlev Offenbach
Corrected a bug using a class variable, harmonized the code and moved the QtHelp stuff to a separate directory so the files can be used from both variants.
Mon, 10 Oct 2016 19:23:38 +0200
, by Detlev Offenbach
Prepared the plug-in manager for a new plug-in type (providing documentation as QtHelp files (*.qch)).
Mon, 10 Oct 2016 19:21:22 +0200
, by Detlev Offenbach
Collect all running threads, even if they were not started by the debug client.
debugger speed
Sun, 09 Oct 2016 22:22:36 +0200
, by T.Rzepka
Give the next debugger command to the thread where we are stopped at the moment.
debugger speed
Sat, 08 Oct 2016 21:01:32 +0200
, by T.Rzepka
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
6_1_x
Sun, 09 Oct 2016 13:40:03 +0200
, by Detlev Offenbach
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Sun, 09 Oct 2016 13:38:19 +0200
, by Detlev Offenbach
Another addition to comply with the current AppStream file format and contents.
Sat, 08 Oct 2016 20:18:07 +0200
, by Detlev Offenbach
Updated source docu.
6_1_x
Sat, 08 Oct 2016 20:17:20 +0200
, by Detlev Offenbach
Fixes to comply with the current AppStream file format and contents.
6_1_x
Sat, 08 Oct 2016 20:16:25 +0200
, by Detlev Offenbach
Updated source docu.
Sat, 08 Oct 2016 20:01:19 +0200
, by Detlev Offenbach
Fixes to comply with the current AppStream file format and contents.
Sat, 08 Oct 2016 19:59:32 +0200
, by Detlev Offenbach
Added an empty translation file as a template for new languages.
6_1_x
Sat, 08 Oct 2016 17:02:26 +0200
, by Detlev Offenbach
Added an empty translation file as a template for new languages.
Sat, 08 Oct 2016 17:01:03 +0200
, by Detlev Offenbach
Created global tag <release-6.1.10>.
6_1_x
Sat, 08 Oct 2016 15:10:59 +0200
, by Detlev Offenbach
Prepared new eric6 release.
6_1_x
release-6.1.10
Sat, 08 Oct 2016 15:10:40 +0200
, by Detlev Offenbach
Insert import hook to modify thread module to use our bootstrap.
debugger speed
Fri, 07 Oct 2016 22:50:48 +0200
, by T.Rzepka
Make attachThread and dumpThreadList runnable again.
debugger speed
Thu, 06 Oct 2016 22:51:04 +0200
, by T.Rzepka
Relocated some methods from Debug*Thread and the remaining modules into a new one.
debugger speed
Thu, 06 Oct 2016 22:28:12 +0200
, by T.Rzepka
Some clean up and restructuring.
debugger speed
Tue, 04 Oct 2016 22:38:29 +0200
, by T.Rzepka
Change evaluation of last frame to run atexit functions again.
debugger speed
Tue, 04 Oct 2016 21:45:33 +0200
, by T.Rzepka
Unify the three different variants of getStack (user_line and user_exception).
debugger speed
Tue, 04 Oct 2016 21:25:15 +0200
, by T.Rzepka
Changed calculation of line numbers in a function to work properly on Python 3.
debugger speed
Tue, 04 Oct 2016 21:14:28 +0200
, by T.Rzepka
Updated translations.
Tue, 04 Oct 2016 18:15:33 +0200
, by Detlev Offenbach
Added a message to the SSL error dialog that was introduced with Qt 5.7.0.
Tue, 04 Oct 2016 18:10:19 +0200
, by Detlev Offenbach
Changed usage of an obsolete method in the new web browser.
Tue, 04 Oct 2016 18:09:31 +0200
, by Detlev Offenbach
Added the Mercurial actions that got new eye candy to the toolbar manager.
Tue, 04 Oct 2016 18:06:43 +0200
, by Detlev Offenbach
Modified the desktop file for the new browser to include MHTML files as well.
Tue, 04 Oct 2016 17:59:32 +0200
, by Detlev Offenbach
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip