dialogs/FindInPouDialog.py
Wed, 25 Oct 2017 13:50:26 +0300 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
Thu, 19 Oct 2017 11:03:03 +0300 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
Fri, 29 Sep 2017 16:39:52 +0300 Andrey Skvortsov fix pylint warning (bad-indentation) Bad indentation. Found X spaces, expected Y
Sat, 19 Aug 2017 18:12:20 +0300 Andrey Skvortsov clean-up: fix PEP8 E722 do not use bare except'
Fri, 18 Aug 2017 20:14:38 +0300 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
Wed, 16 Aug 2017 11:47:27 +0300 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
Tue, 15 Aug 2017 22:38:43 +0300 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
Tue, 15 Aug 2017 16:01:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E303 too many blank lines
Tue, 15 Aug 2017 15:50:30 +0300 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
Mon, 14 Aug 2017 23:27:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
Mon, 14 Aug 2017 19:13:01 +0300 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
Mon, 19 Jun 2017 18:49:43 +0300 Andrey Skvortsov make all dialog have non-fixed size
Thu, 29 Dec 2016 18:41:38 +0300 Andrey Skvortsov make FindInPouDialog work on Windows with wxPython 2.8
Wed, 28 Dec 2016 19:05:28 +0300 Andrey Skvortsov convert FindInPouDialog from wx.Frame to wx.Dialog
Fri, 18 Nov 2016 13:57:42 +0300 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
Fri, 28 Oct 2016 18:28:10 +0300 Sergey Surkov now dialogs Find and Search in Project can be closed with ESC button
Fri, 28 Oct 2016 18:11:43 +0300 Sergey Surkov fix major bugs in Find and Search in Project functionality.
Wed, 20 Apr 2016 17:30:16 +0300 Andrey Skvortsov make About and Find dialogs have the same icon as main Beremiz window
Wed, 08 May 2013 22:53:40 +0200 Laurent Bessard Fixed bug when pressing Return key in FindInPouDialog
Tue, 23 Apr 2013 23:02:35 +0200 Laurent Bessard Fixed pattern textctrl in FindInPouDialog to get focus when dialog appear
Fri, 07 Sep 2012 16:45:55 +0200 Laurent Bessard Integration of PLCOpenEditor into Beremiz