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

eric ide

mercurial