Mon, 24 Feb 2014 19:27:39 +0100 |
Detlev Offenbach |
Added support for the Mercurial shelve extension to the project browser VCS context menu.
|
file |
diff |
annotate
|
Sun, 23 Feb 2014 19:20:43 +0100 |
Detlev Offenbach |
Removed the Mercurial support for a command options dialog and added useable global options to the Mercurial config page.
|
file |
diff |
annotate
|
Sat, 22 Feb 2014 19:57:46 +0100 |
Detlev Offenbach |
Continued implementing support for the Mercurial Shelve extension.
|
file |
diff |
annotate
|
Fri, 21 Feb 2014 19:15:52 +0100 |
Detlev Offenbach |
Updated source docu.
5_4_x
|
file |
diff |
annotate
|
Fri, 21 Feb 2014 19:13:43 +0100 |
Detlev Offenbach |
Updated source docu.
|
file |
diff |
annotate
|
Thu, 20 Feb 2014 19:09:31 +0100 |
Detlev Offenbach |
Fixed some typos in the Mercurial extension project helper.
|
file |
diff |
annotate
|
Wed, 19 Feb 2014 19:45:06 +0100 |
Detlev Offenbach |
Changed the Subversion Log Browser dialogs to maintain its position after being closed and fixed a few issues in the Mercurial log browser.
|
file |
diff |
annotate
|
Tue, 18 Feb 2014 19:05:53 +0100 |
Detlev Offenbach |
Changed the Mercurial Log Browser dialog to maintain its position after being closed.
|
file |
diff |
annotate
|
Mon, 17 Feb 2014 19:05:07 +0100 |
Detlev Offenbach |
Extended the Mercurial log browser by an action to switch to the selected revision.
|
file |
diff |
annotate
|
Sun, 16 Feb 2014 19:36:52 +0100 |
Detlev Offenbach |
Made availablity of push/pull related actions dependent on configured remote repository (default/default-push in .hg/hgrc).
|
file |
diff |
annotate
|
Tue, 11 Feb 2014 19:51:01 +0100 |
Detlev Offenbach |
Extended Tabview and Listview to show an editor's state using two icons (modified, syntax error/warning).
|
file |
diff |
annotate
|
Sun, 02 Feb 2014 18:42:51 +0100 |
Detlev Offenbach |
Fixed some typos.
|
file |
diff |
annotate
|
Sat, 01 Feb 2014 16:29:24 +0100 |
Detlev Offenbach |
Some code style fixes and renaming of UtilitiesPython2.py2flakes to UtilitiesPython2.pyflakes to make it clear, that it is just a copy of the one in Utilities.
|
file |
diff |
annotate
|
Sat, 01 Feb 2014 16:03:01 +0100 |
Detlev Offenbach |
Updated source docu.
|
file |
diff |
annotate
|
Fri, 31 Jan 2014 12:20:32 +0100 |
Detlev Offenbach |
Implemented some work-arounds for strange focus handling on Qt5.
5_4_x
|
file |
diff |
annotate
|
Fri, 31 Jan 2014 12:15:02 +0100 |
Detlev Offenbach |
Updated source docu.
5_4_x
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 19 Jan 2014 15:15:35 +0100 |
Detlev Offenbach |
Improved the QtHelp management dialogs a little bit to make maintenance a bit easier.
|
file |
diff |
annotate
|
Wed, 15 Jan 2014 22:55:52 +0100 |
T.Rzepka |
CodeStyleChecker moved to background service and done a little cleanup.
BgService
|
file |
diff |
annotate
|
Thu, 16 Jan 2014 18:28:34 +0100 |
Detlev Offenbach |
Updated pyflakes to version 0.7.3.
|
file |
diff |
annotate
|
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).
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Wed, 15 Jan 2014 18:59:03 +0100 |
Detlev Offenbach |
Made the pyflakes messages translatable even when sent by the Python2 checker.
|
file |
diff |
annotate
|
Tue, 14 Jan 2014 19:37:22 +0100 |
Detlev Offenbach |
Changed the interface to the Python2 syntax checker to use JSON.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sat, 11 Jan 2014 12:11:39 +0100 |
Detlev Offenbach |
Fixed a source docu issue.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 06 Jan 2014 19:56:09 +0100 |
Detlev Offenbach |
Started 5.5.x line of development.
|
file |
diff |
annotate
|
Sun, 05 Jan 2014 23:22:17 +0100 |
T.Rzepka |
Merge with default branch.
Py2 comp.
|
file |
diff |
annotate
|
Sun, 05 Jan 2014 17:13:21 +0100 |
Detlev Offenbach |
A little change to the QScintilla inputMethodEvent() overwriting code.
|
file |
diff |
annotate
|
Sun, 05 Jan 2014 15:20:02 +0100 |
Detlev Offenbach |
Fixed an issue in the syntax and code style checker dialogs causing markers of open files not to be checked being cleared.
|
file |
diff |
annotate
|
Sat, 04 Jan 2014 18:39:24 +0100 |
Detlev Offenbach |
Fixed some code style issues.
|
file |
diff |
annotate
|
Sat, 04 Jan 2014 16:23:47 +0100 |
Detlev Offenbach |
Implemented a workaround for a non-working implementation of inputMethodEvent() in QScintilla 2.8.x. It simply overwrites these methods with empty ones in order to not loose selected text on focus out.
|
file |
diff |
annotate
|
Fri, 03 Jan 2014 13:52:58 +0100 |
Detlev Offenbach |
Fixed a serious bug in the doc style checker and made the style checker for Python2 more robust against exceptions in the external process.
|
file |
diff |
annotate
|
Thu, 02 Jan 2014 19:40:08 +0100 |
Detlev Offenbach |
Fixed a bug creating a project from a repository and implemented a bugfix method for an issue in QsciScintilla.
|
file |
diff |
annotate
|
Mon, 23 Dec 2013 17:52:15 +0100 |
Detlev Offenbach |
Added a 'Tools' submenu to be populated by plug-ins and updated the plug-in document.
|
file |
diff |
annotate
|
Fri, 13 Dec 2013 23:39:14 +0100 |
T.Rzepka |
Merge with default branch.
Py2 comp.
|
file |
diff |
annotate
|
Fri, 13 Dec 2013 22:45:47 +0100 |
T.Rzepka |
SVN/ PySVN plugins fixed. urllib.quote wrapper for unicode characters added. SBS diff fixed.
Py2 comp.
|
file |
diff |
annotate
|
Thu, 05 Dec 2013 19:01:12 +0100 |
Detlev Offenbach |
Implemented a workaround for a bug in recent pysvn versions.
5_3_x
|
file |
diff |
annotate
|
Thu, 05 Dec 2013 18:59:57 +0100 |
Detlev Offenbach |
Corrected and extended the screenshot tool (part 2).
|
file |
diff |
annotate
|
Thu, 05 Dec 2013 18:56:14 +0100 |
Detlev Offenbach |
Implemented a workaround for a bug in recent pysvn versions.
|
file |
diff |
annotate
|
Mon, 02 Dec 2013 19:54:31 +0100 |
Detlev Offenbach |
Extended the dialog wizards to generate code for the result variable(s).
|
file |
diff |
annotate
|
Sun, 01 Dec 2013 17:25:29 +0100 |
Detlev Offenbach |
Added support for PyQt5 to the QFileDialog wizard.
|
file |
diff |
annotate
|
Sat, 30 Nov 2013 18:01:00 +0100 |
Detlev Offenbach |
Changed some wizards to generate PEP-8 compliant code.
|
file |
diff |
annotate
|
Fri, 29 Nov 2013 18:55:25 +0100 |
Detlev Offenbach |
Another refinement of the plug-in manager update check.
|
file |
diff |
annotate
|
Wed, 27 Nov 2013 19:58:37 +0100 |
Detlev Offenbach |
Continued implementing the automatic plug-in update check in the plug-in manager.
|
file |
diff |
annotate
|
Tue, 26 Nov 2013 19:19:15 +0100 |
Detlev Offenbach |
Fixed two small issues.
|
file |
diff |
annotate
|
Sun, 24 Nov 2013 17:52:37 +0100 |
Detlev Offenbach |
Added cabaility to upgrade the working copy format to the Subversion interfaces.
|
file |
diff |
annotate
|
Sun, 24 Nov 2013 17:10:51 +0100 |
Detlev Offenbach |
Another little enhancement to the highlighter style config page to show the eol-fill status in the style list.
|
file |
diff |
annotate
|
Sun, 24 Nov 2013 15:24:24 +0100 |
Detlev Offenbach |
Made the editor highlighting styles page more colorful (i.e. show the colors and fonts in line).
|
file |
diff |
annotate
|
Thu, 21 Nov 2013 18:37:41 +0100 |
Detlev Offenbach |
Added entires to the view menu and view toolbar for opening a new documen view.
|
file |
diff |
annotate
|
Wed, 20 Nov 2013 19:50:35 +0100 |
Detlev Offenbach |
Added icons to the editor context menu 'New View' entries and gave them better titles.
|
file |
diff |
annotate
|
Wed, 20 Nov 2013 18:48:39 +0100 |
Detlev Offenbach |
Fixed a bug in the APIs configuration page of the config dialog and improved its functionality.
|
file |
diff |
annotate
|
Sun, 17 Nov 2013 15:07:56 +0100 |
Detlev Offenbach |
Fixed a bug preventing overriding the editor foreground and background colors, when a lexer was set to None.
|
file |
diff |
annotate
|
Sun, 17 Nov 2013 15:06:51 +0100 |
Detlev Offenbach |
Fixed a bug preventing overriding the editor foreground and background colors, when a lexer was set to None.
5_3_x
|
file |
diff |
annotate
|
Sun, 17 Nov 2013 13:28:39 +0100 |
Detlev Offenbach |
Added a dialog to show the most recent error log.
|
file |
diff |
annotate
|