Author Topic: ThreadSearch - sort in the list control  (Read 17896 times)

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: ThreadSearch - sort in the list control
« Reply #15 on: March 08, 2010, 10:16:09 am »
Yes, there is a check box "Delete previous results at search begin" in the options panel.
If false, log results are kept.

Dje

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5906
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: ThreadSearch - sort in the list control
« Reply #16 on: March 08, 2010, 10:38:28 am »
Thanks dje and obf.
I am sorry for the noise.
Yes, there is a check box "Delete previous results at search begin" in the options panel.
If false, log results are kept.

Dje
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: ThreadSearch - sort in the list control
« Reply #17 on: April 03, 2010, 03:43:38 am »
I've updated the patch, now it should work if the checkbox "Delete previous results at search begin" is unchecked and there are multiple searches.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: ThreadSearch - sort in the list control
« Reply #18 on: April 10, 2010, 12:55:29 pm »
I've updated the patch, now it should work if the checkbox "Delete previous results at search begin" is unchecked and there are multiple searches.

Looks good so far (works as expected, at least on linux, no test on windows yet, but this will follow).

I did not look into the (changed) source-code, but I think the patch will be accepted (after the release).

Please remind me, if I should forget it (I am quite busy at the moment).