Tue, 28 Jun 2011 20:03:20 +0200 |
Detlev Offenbach |
Improved the code to detect PySide.
|
file |
diff |
annotate
|
Sun, 19 Jun 2011 19:36:27 +0200 |
Detlev Offenbach |
Changed the code to use super() to access the superclass.
|
file |
diff |
annotate
|
Sun, 19 Jun 2011 15:19:46 +0200 |
Detlev Offenbach |
Added capability to encrypt saved passwords with a master password and rearranged some configuration parameters related to security.
|
file |
diff |
annotate
|
Tue, 07 Jun 2011 18:46:48 +0200 |
Detlev Offenbach |
Made an error message more descriptive.
|
file |
diff |
annotate
|
Sun, 05 Jun 2011 18:27:56 +0200 |
Detlev Offenbach |
Fixed a few hidden bugs.
5_1_x
|
file |
diff |
annotate
|
Sun, 05 Jun 2011 18:25:36 +0200 |
Detlev Offenbach |
Improved code quality by getting rid of star imports. That way pyflakes can do its job. A few bugs fixed found by flakes.
|
file |
diff |
annotate
|
Fri, 11 Mar 2011 16:51:57 +0100 |
Detlev Offenbach |
Made code mostly PEP 8 compliant (except all whitespace and line length).
|
file |
diff |
annotate
|
Fri, 04 Mar 2011 20:03:47 +0100 |
Detlev Offenbach |
Changed the configuration dialog to remember the last show page name.
|
file |
diff |
annotate
|
Thu, 03 Mar 2011 19:20:06 +0100 |
Detlev Offenbach |
Fixed an issue in UserInterface.
5_1_x
|
file |
diff |
annotate
|
Sat, 19 Feb 2011 11:58:27 +0100 |
Detlev Offenbach |
Change code to make the command window disappear on win platforms.
|
file |
diff |
annotate
|
Sun, 06 Feb 2011 15:41:44 +0100 |
Detlev Offenbach |
Redid the native file dialog code to be future proof.
|
file |
diff |
annotate
|
Sat, 05 Feb 2011 16:32:34 +0100 |
Detlev Offenbach |
Added the option to not use the native file dialog to prevent crashes on Linux.
|
file |
diff |
annotate
|
Fri, 07 Jan 2011 12:38:39 +0100 |
Detlev Offenbach |
Merged "Save to Project" into "Save" and "Save As...".
|
file |
diff |
annotate
|
Thu, 06 Jan 2011 19:06:51 +0100 |
Detlev Offenbach |
Made the toolbars of the initial layout more minimalistic.
|
file |
diff |
annotate
|
Mon, 03 Jan 2011 17:10:45 +0100 |
Detlev Offenbach |
Added a pyflakes checker function for Python 2 files and made some additional Python 2 related changes.
|
file |
diff |
annotate
|
Sat, 01 Jan 2011 19:25:31 +0100 |
Detlev Offenbach |
Fixed an issue with Qt installations that don't support SSL.
|
file |
diff |
annotate
|
Sat, 01 Jan 2011 19:24:20 +0100 |
Detlev Offenbach |
Fixed an issue with Qt installations that don't support SSL and suppressed some py3flakes warnings.
5_0_x
|
file |
diff |
annotate
|
Fri, 31 Dec 2010 15:50:33 +0100 |
Detlev Offenbach |
Updated copyright notice.
5_0_x
|
file |
diff |
annotate
|
Fri, 31 Dec 2010 15:49:50 +0100 |
Detlev Offenbach |
Updated copyright notice.
|
file |
diff |
annotate
|
Fri, 31 Dec 2010 15:19:02 +0100 |
Detlev Offenbach |
Added a feature where flags can be given at the end of a source file. The only flag supported is 'FileType' to overwrite the filetype detection mechanism.
|
file |
diff |
annotate
|
Wed, 22 Dec 2010 17:32:24 +0100 |
Detlev Offenbach |
Fixed an issue with blanks in pathname of eric plug-ins when developing them.
5_0_x
|
file |
diff |
annotate
|
Sat, 18 Dec 2010 18:11:02 +0100 |
Detlev Offenbach |
Added display of suppressed client termination messages.
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 13:23:22 +0100 |
Detlev Offenbach |
Fixed a strange warning message from Qt.
|
file |
diff |
annotate
|
Mon, 13 Sep 2010 16:14:10 +0200 |
Detlev Offenbach |
Removed capability to write compressed project (and related) files.
|
file |
diff |
annotate
|
Sun, 12 Sep 2010 18:37:31 +0200 |
Detlev Offenbach |
Migrated the session handler to session reader.
|
file |
diff |
annotate
|
Sun, 12 Sep 2010 15:02:07 +0200 |
Detlev Offenbach |
Migrated the shortcuts handler to shortcuts reader.
|
file |
diff |
annotate
|
Sat, 11 Sep 2010 17:33:02 +0200 |
Detlev Offenbach |
Migrated the tasks handler to tasks reader.
|
file |
diff |
annotate
|
Fri, 10 Sep 2010 12:41:55 +0200 |
Detlev Offenbach |
Migrated the tasks writer.
|
file |
diff |
annotate
|
Sat, 04 Sep 2010 19:51:48 +0200 |
Detlev Offenbach |
Did some code cleanup.
|
file |
diff |
annotate
|
Fri, 03 Sep 2010 20:04:49 +0200 |
Detlev Offenbach |
Continued replacing QMessageBox methods with own methods.
|
file |
diff |
annotate
|
Thu, 02 Sep 2010 08:58:41 +0200 |
Detlev Offenbach |
Continued replacing QMessageBox.
|
file |
diff |
annotate
|
Wed, 01 Sep 2010 19:24:30 +0200 |
Detlev Offenbach |
Continued replacing QMessageBox methods with own methods.
|
file |
diff |
annotate
|
Tue, 31 Aug 2010 16:38:06 +0200 |
Detlev Offenbach |
Continued replacing QMessageBox methods with own methods.
|
file |
diff |
annotate
|
Tue, 31 Aug 2010 13:23:27 +0200 |
Detlev Offenbach |
Continued replacing QMessageBox methods with own methods.
|
file |
diff |
annotate
|
Tue, 31 Aug 2010 12:36:10 +0200 |
Detlev Offenbach |
Continued replacing QMessageBox methods with own methods.
|
file |
diff |
annotate
|
Tue, 31 Aug 2010 12:17:02 +0200 |
Detlev Offenbach |
Continued replacing QMessageBox methods with own methods.
|
file |
diff |
annotate
|
Mon, 30 Aug 2010 20:16:34 +0200 |
Detlev Offenbach |
Started replaceing QMessageBox methods with own methods.
|
file |
diff |
annotate
|
Mon, 30 Aug 2010 19:03:34 +0200 |
Detlev Offenbach |
Streamlined the use of QMessageBox.
|
file |
diff |
annotate
|
Thu, 12 Aug 2010 16:11:13 +0200 |
Detlev Offenbach |
Continued porting signal/slot usage to the new API.
|
file |
diff |
annotate
|
Wed, 11 Aug 2010 20:16:03 +0200 |
Detlev Offenbach |
Continued porting signal/slot usage to the new API.
|
file |
diff |
annotate
|
Wed, 11 Aug 2010 17:12:04 +0200 |
Detlev Offenbach |
Continued porting signal/slot usage to the new API.
|
file |
diff |
annotate
|
Tue, 10 Aug 2010 19:40:44 +0200 |
Detlev Offenbach |
Continued porting signal/slot usage to the new API.
|
file |
diff |
annotate
|
Tue, 10 Aug 2010 14:17:54 +0200 |
Detlev Offenbach |
Continued porting signal/slot usage to the new API.
|
file |
diff |
annotate
|
Tue, 10 Aug 2010 13:15:03 +0200 |
Detlev Offenbach |
Continued porting signal/slot usage to the new API.
|
file |
diff |
annotate
|
Mon, 09 Aug 2010 19:57:09 +0200 |
Detlev Offenbach |
Continued porting signal/slot usage to the new API.
|
file |
diff |
annotate
|
Mon, 09 Aug 2010 16:20:50 +0200 |
Detlev Offenbach |
Fixed some bugs introduced by signal/slot API conversion.
|
file |
diff |
annotate
|
Mon, 09 Aug 2010 15:36:47 +0200 |
Detlev Offenbach |
Continued porting signal/slot usage to the new API.
|
file |
diff |
annotate
|
Fri, 06 Aug 2010 14:41:22 +0200 |
Detlev Offenbach |
Continued porting signal/slot usage to the new API.
|
file |
diff |
annotate
|
Thu, 05 Aug 2010 08:39:56 +0200 |
Detlev Offenbach |
Continued porting signal/slot usage to the new API.
|
file |
diff |
annotate
|
Thu, 05 Aug 2010 08:35:30 +0200 |
Detlev Offenbach |
Merged remote changes.
|
file |
diff |
annotate
|
Wed, 04 Aug 2010 14:03:01 +0200 |
Detlev Offenbach |
Continued porting signal/slot usage to the new API.
|
file |
diff |
annotate
|
Wed, 04 Aug 2010 20:33:53 +0200 |
Detlev Offenbach |
Continued porting signal/slot usage to the new API.
|
file |
diff |
annotate
|
Wed, 04 Aug 2010 08:54:52 +0200 |
Detlev Offenbach |
Started porting signal/slot usage to the new API.
|
file |
diff |
annotate
|
Mon, 02 Aug 2010 08:33:11 +0200 |
Detlev Offenbach |
Fixed some typos.
|
file |
diff |
annotate
|
Thu, 29 Jul 2010 20:00:59 +0200 |
Detlev Offenbach |
Did some more string format conversions.
|
file |
diff |
annotate
|
Sun, 04 Jul 2010 17:52:29 +0200 |
Detlev Offenbach |
Extended the Ad-Blocker of the web browser and added capability to configure the text encoding of the web browser (needs Qt >= 4.6).
|
file |
diff |
annotate
|
Mon, 28 Jun 2010 20:00:21 +0200 |
Detlev Offenbach |
Added a numbers viewer to convert numbers into various formats.
|
file |
diff |
annotate
|
Sat, 26 Jun 2010 13:34:06 +0200 |
Detlev Offenbach |
Added a symbols viewer with capability to insert the selected symbol by double-clicking it.
|
file |
diff |
annotate
|
Sat, 19 Jun 2010 19:34:20 +0200 |
Detlev Offenbach |
Fixed an issue showing help on Windows.
|
file |
diff |
annotate
|
Sat, 19 Jun 2010 19:33:43 +0200 |
Detlev Offenbach |
Fixed an issue showing help on Windows.
5_0_x
|
file |
diff |
annotate
|