controls/SearchResultPanel.py
23 months ago GP Orcullo fix wxPyDeprecationWarnings python3
2022-10-28 GP Orcullo automated conversion using 2to3-3.9 tool python3
2021-09-02 Edouard Tisserant Preliminary support for WxPython 4.1.0. Needs more testing. Grid selection/focus seems broken, and probably many other bugs hidden in dialogs and editors. wxPython4
2021-05-24 Edouard Tisserant Finished fixing Wx IDs abuse. There was still some wasted IDs because of wx.NewId calls in many places where it wasn't needed, and those IDs were not re-used. As a consequence Beremiz was making exception crashing after a few hours of intensive use.
2019-03-22 Edouard Tisserant Make spaghetti-code-quality great again.
2019-03-22 Edouard Tisserant Finished adding search in python and C files. Stripped debug code and useless comments. Close branch search_in_CTN
2019-03-21 Edouard Tisserant WIP adding searching capabilities in python files. was done : search_in_CTN
2019-03-20 Edouard Tisserant WIP adding searching capabilities in python files. was done : search_in_CTN
2018-10-12 Andrey Skvortsov python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced
2018-10-11 Andrey Skvortsov python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module
2018-06-07 Andrey Skvortsov Drop support for wxPython 2.6 and below
2018-02-19 Edouard Tisserant Moved some definitions away from controller class, and adaped references them through all code.
2017-12-05 Surkov Sergey fix missing root in empty search results panel
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-10-12 Andrey Skvortsov fix pylint error '(too-many-function-args) Too many positional arguments for function call'
2017-10-05 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
2017-10-03 Andrey Skvortsov remove unused variables found by pylint
2017-09-29 Andrey Skvortsov fix error __init__ method from base class is not called
2017-08-21 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E124 closing bracket does not match visual indentation
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
2017-08-17 Andrey Skvortsov clean-up: fix PEP8 E129 visually indented line with same indent as next logical line
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up: fix some PEP8 E265 block comment should start with '# '
2017-08-14 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
2017-01-10 Surkov Sergey fix highlight of search result in Search Result Panel
2017-01-10 Surkov Sergey fix doubling search results in Search Result Panel
2016-11-28 Andrey Skvortsov fix translation strings with multiple parameters
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2016-10-28 Sergey Surkov fix major bugs in Find and Search in Project functionality.
2012-12-19 Laurent Bessard Fix bug in resource search result highlighting
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz