log PreferencesDialog.py @ 259:304917762618 default tip

age author description
Sun, 22 Oct 2017 03:40:44 +0200 Dirk Olmes Update to PyQt5 pyqt5
Thu, 25 Sep 2014 17:26:34 +0200 Dirk Olmes fixes from eric's style check
Wed, 02 Jul 2014 18:20:56 +0200 Dirk Olmes fix the preferences dialog after update to the new style api
Sun, 27 Apr 2014 06:04:57 +0200 Dirk Olmes unify imports, especially Qt imports. Use consistent super syntax
Sun, 27 Apr 2014 05:33:34 +0200 Dirk Olmes add source file endcoding header
Fri, 07 Oct 2011 07:00:44 +0200 dirk enable/disable using the proxy via a preference setting
Mon, 29 Aug 2011 02:33:51 +0200 dirk all preferences are stored in a single JSON document in the couchdb backend. PreferencesDialog converts QString to a proper Python datatybe before sending it to the backend.
Sun, 21 Aug 2011 04:04:37 +0200 Dirk Olmes re-enabled PreferencesDialog backend
Thu, 31 Mar 2011 03:15:39 +0200 Dirk Olmes make the keep interval for feeds configurable via the GUI. Fix saving the proxy settings
Thu, 18 Nov 2010 12:14:41 +0100 Dirk Olmes UI for setting the proxy settings
Wed, 11 Aug 2010 03:23:02 +0200 Dirk Olmes control the display of unread feeds/all feeds via Preferences
Sat, 24 Jul 2010 03:11:06 +0200 Dirk Olmes add a preference to hide read feed entries
Sun, 16 May 2010 07:54:24 +0200 Dirk Olmes Better preferences handling: the GUI's responsibility is to convert the input from the event into a boolean value
Fri, 14 May 2010 15:02:15 +0200 Dirk Olmes saving the preference "start maximized" from GUI implemented
Fri, 14 May 2010 08:31:46 +0200 Dirk Olmes first system preference: configure app to stat maximized.