Fri, 31 Jan 2014 22:11:45 +0100 |
T.Rzepka |
Interface for adding different languages to the syntax check, background service
BgService
|
changeset |
files
|
Fri, 31 Jan 2014 12:20:32 +0100 |
Detlev Offenbach |
Implemented some work-arounds for strange focus handling on Qt5.
5_4_x
|
changeset |
files
|
Fri, 31 Jan 2014 12:15:02 +0100 |
Detlev Offenbach |
Updated source docu.
5_4_x
|
changeset |
files
|
Fri, 31 Jan 2014 12:12:56 +0100 |
Detlev Offenbach |
Implemented a work-around for a buggy behavior for Qt5, where application focus is given to a completion list but not returned after selecting an entry by double-clicking it.
|
changeset |
files
|
Fri, 31 Jan 2014 11:00:24 +0100 |
Detlev Offenbach |
Added an empty destructor to the HelpWindow class to get rid of some Qt message.
5_4_x
|
changeset |
files
|
Fri, 31 Jan 2014 11:00:24 +0100 |
Detlev Offenbach |
Added an empty destructor to the HelpWindow class to get rid of some Qt message.
|
changeset |
files
|
Fri, 31 Jan 2014 10:53:02 +0100 |
Detlev Offenbach |
Intercepted a keyboard interrupt in Shell.py because in some rare occasions there seem to be some spurious Ctrl-C send to the IDE.
|
changeset |
files
|
Fri, 31 Jan 2014 10:53:02 +0100 |
Detlev Offenbach |
Intercepted a keyboard interrupt in Shell.py because in some rare occasions there seem to be some spurious Ctrl-C send to the IDE.
5_4_x
|
changeset |
files
|
Thu, 30 Jan 2014 19:41:09 +0100 |
Detlev Offenbach |
Refined the focusOutEvent method of QsciScintillaCompat to not remove the auto-completion list if the user clicks inside the list.
|
changeset |
files
|
Thu, 30 Jan 2014 19:00:05 +0100 |
Detlev Offenbach |
Fixed two typos in some comments.
|
changeset |
files
|
Sun, 26 Jan 2014 15:49:14 +0100 |
Detlev Offenbach |
Added dialogs to enter the contents for initial .hgrc/mercurial.ini and .hg/hgrc files.
|
changeset |
files
|
Sat, 25 Jan 2014 18:10:09 +0100 |
Detlev Offenbach |
Enhanced population of the file/dir selection dialogs in ericapi config dialog and ericdoc config dialog.
|
changeset |
files
|
Fri, 24 Jan 2014 20:23:53 +0100 |
Detlev Offenbach |
Fixed a typo in the coding line of translations.py of pyflakes.
|
changeset |
files
|
Fri, 17 Jan 2014 23:38:29 +0100 |
T.Rzepka |
Bugfixes to work under Python3 and unicode issues for Python2 fixed.
BgService
|
changeset |
files
|
Fri, 24 Jan 2014 18:28:52 +0100 |
Detlev Offenbach |
Added another TODO to the Mercurial interface.
|
changeset |
files
|
Fri, 24 Jan 2014 18:27:43 +0100 |
Detlev Offenbach |
Added a TODO to the Mercurial interface.
|
changeset |
files
|
Wed, 22 Jan 2014 18:35:38 +0100 |
Detlev Offenbach |
Fixed issues in some Mercurial dialogs where the ID could not start with 0.
5_4_x
|
changeset |
files
|
Wed, 22 Jan 2014 18:35:38 +0100 |
Detlev Offenbach |
Fixed issues in some Mercurial dialogs where the ID could not start with 0.
|
changeset |
files
|
Mon, 20 Jan 2014 19:21:11 +0100 |
Detlev Offenbach |
Released Jaime's Spanish translation update.
|
changeset |
files
|
Mon, 20 Jan 2014 19:19:56 +0100 |
Detlev Offenbach |
Merged with translation update from Jaime.
|
changeset |
files
|
Mon, 20 Jan 2014 18:49:28 +0100 |
Jaime Seuma |
eric5 i18n-es update default branch
|
changeset |
files
|
Mon, 20 Jan 2014 18:58:14 +0100 |
Detlev Offenbach |
Fixed an issue in the Add File Dialog.
|
changeset |
files
|
Sun, 19 Jan 2014 15:38:10 +0100 |
Detlev Offenbach |
Fixed an issue in the Mercurial summary dialog.
5_4_x
|
changeset |
files
|
Sun, 19 Jan 2014 15:37:47 +0100 |
Detlev Offenbach |
Fixed an issue in the Mercurial summary dialog.
|
changeset |
files
|
Sun, 19 Jan 2014 15:15:35 +0100 |
Detlev Offenbach |
Improved the QtHelp management dialogs a little bit to make maintenance a bit easier.
|
changeset |
files
|
Sun, 19 Jan 2014 11:32:42 +0100 |
Detlev Offenbach |
Deactivated the inputMethod override for QScintilla versions 2.8.1 and newer.
5_4_x
|
changeset |
files
|
Sun, 19 Jan 2014 11:32:42 +0100 |
Detlev Offenbach |
Deactivated the inputMethod override for QScintilla versions 2.8.1 and newer.
|
changeset |
files
|
Sat, 18 Jan 2014 15:42:25 +0100 |
Detlev Offenbach |
Fixed a wrong behavior of the QRegularExpression wizard.
5_4_x
|
changeset |
files
|
Sat, 18 Jan 2014 15:42:25 +0100 |
Detlev Offenbach |
Fixed a wrong behavior of the QRegularExpression wizard.
|
changeset |
files
|
Sat, 18 Jan 2014 14:52:33 +0100 |
Detlev Offenbach |
Upgraded pyflakes for Python2.
|
changeset |
files
|
Sat, 18 Jan 2014 14:49:00 +0100 |
Detlev Offenbach |
Fix for an issue with the latest pyflakes changes.
|
changeset |
files
|
Thu, 16 Jan 2014 18:45:45 +0100 |
Detlev Offenbach |
Fixed some dubious code related to AST generation.
|
changeset |
files
|
Wed, 15 Jan 2014 22:55:52 +0100 |
T.Rzepka |
CodeStyleChecker moved to background service and done a little cleanup.
BgService
|
changeset |
files
|
Thu, 16 Jan 2014 18:28:34 +0100 |
Detlev Offenbach |
Updated pyflakes to version 0.7.3.
|
changeset |
files
|
Wed, 15 Jan 2014 19:16:06 +0100 |
Detlev Offenbach |
Renamed Utilities.py3flakes to Utilities.pyflakes to prepare the upgrade to the latest pyflakes version (supporting both Python variants).
|
changeset |
files
|
Wed, 15 Jan 2014 19:05:51 +0100 |
Detlev Offenbach |
Extended the Python2 syntax checker to be able to do online syntax checks of the current editor's text.
|
changeset |
files
|
Wed, 15 Jan 2014 18:59:03 +0100 |
Detlev Offenbach |
Made the pyflakes messages translatable even when sent by the Python2 checker.
|
changeset |
files
|
Tue, 14 Jan 2014 19:51:24 +0100 |
Detlev Offenbach |
Added a FIXME to the editor.
|
changeset |
files
|
Tue, 14 Jan 2014 19:37:22 +0100 |
Detlev Offenbach |
Changed the interface to the Python2 syntax checker to use JSON.
|
changeset |
files
|
Sun, 12 Jan 2014 18:35:42 +0100 |
Detlev Offenbach |
Improved the updates availability check slightly.
|
changeset |
files
|
Sun, 12 Jan 2014 18:31:15 +0100 |
Detlev Offenbach |
Removed all code setting the Qt.WA_DeleteOnClose widget attribute.
|
changeset |
files
|
Sun, 12 Jan 2014 18:02:33 +0100 |
Detlev Offenbach |
Extended the plugin repository dialog to allow to hide unwanted entries and cleanup the plugin downloads area.
|
changeset |
files
|
Sun, 12 Jan 2014 17:37:19 +0100 |
Detlev Offenbach |
Fixed a bug in the plug-in updates checker.
5_4_x
|
changeset |
files
|
Sat, 11 Jan 2014 15:33:07 +0100 |
Detlev Offenbach |
Fixed an issue in the multi project XML reader.
5_4_x
|
changeset |
files
|
Sat, 11 Jan 2014 20:03:38 +0100 |
Detlev Offenbach |
Added support for the categorisation of projects to multi projects and changed the multi project file format.
|
changeset |
files
|
Sat, 11 Jan 2014 13:53:42 +0100 |
Detlev Offenbach |
Fixed an issue in the eric API config dialog.
|
changeset |
files
|
Sat, 11 Jan 2014 13:49:07 +0100 |
Detlev Offenbach |
Little correction to the programs dialog.
5_4_x
|
changeset |
files
|
Sat, 11 Jan 2014 13:47:29 +0100 |
Detlev Offenbach |
Little correction to the programs dialog.
|
changeset |
files
|
Sat, 11 Jan 2014 13:05:23 +0100 |
Detlev Offenbach |
Made a change to the tr() change to handle using eric5 with Qt5.
|
changeset |
files
|
Sat, 11 Jan 2014 12:55:28 +0100 |
Detlev Offenbach |
Changed the explicit monospaced font given for some dialogs to using the monospaced font configured for the editor.
|
changeset |
files
|
Sat, 11 Jan 2014 12:11:39 +0100 |
Detlev Offenbach |
Fixed a source docu issue.
|
changeset |
files
|
Sat, 11 Jan 2014 11:55:33 +0100 |
Detlev Offenbach |
Changed the code to use QObject.tr() instead of QObject.trUtf8().
|
changeset |
files
|
Fri, 10 Jan 2014 19:30:21 +0100 |
Detlev Offenbach |
Fixed issues showing the correct window title for some dialogs.
|
changeset |
files
|
Fri, 10 Jan 2014 19:30:21 +0100 |
Detlev Offenbach |
Fixed issues showing the correct window title for some dialogs.
5_4_x
|
changeset |
files
|
Wed, 08 Jan 2014 19:13:46 +0100 |
Detlev Offenbach |
Fixed a wrong icon assignment.
|
changeset |
files
|
Wed, 08 Jan 2014 19:07:23 +0100 |
Detlev Offenbach |
Changed all the file or directory selection buttons to QToolButton and gave them an icon.
|
changeset |
files
|
Tue, 07 Jan 2014 18:08:40 +0100 |
Detlev Offenbach |
Enhanced the Mercurial tag dialog and extended the Mercurial log browser to allow tagging of a specific revision
|
changeset |
files
|
Tue, 07 Jan 2014 09:25:28 +0100 |
Detlev Offenbach |
Created tag <release-5.4.0>.
5_4_x
|
changeset |
files
|
Tue, 07 Jan 2014 09:23:24 +0100 |
Detlev Offenbach |
Prepared release 5.4.0 of eric5.
5_4_x release-5.4.0
|
changeset |
files
|
Tue, 07 Jan 2014 09:19:57 +0100 |
Detlev Offenbach |
Prepared 5.5.x line of development.
|
changeset |
files
|