SeisComP / common

SeisComP framework C++ libraries, Python wrappers and messaging
Other
8 stars 21 forks source link

Adding phase count filter and hide f/x/new events checkbuttons #124

Closed victorsalles closed 5 months ago

victorsalles commented 9 months ago

Added a phase count filter in addition to the existing ones (lat, lon, mag, depth) for the SQL query in scolv. Also added two new check buttons to i) hide final/rejected events and ii) hide new events from the retrieved list.

cla-bot[bot] commented 9 months ago

We require contributors to sign our Contributor License Agreement, and we don't have @victorsalles on file. In order for us to review and merge your code, please contact @gempa-jabe to get yourself added.

gempa-jabe commented 6 months ago

@cla-bot check

cla-bot[bot] commented 6 months ago

The cla-bot has been summoned, and re-checked this pull request!

gempa-jabe commented 5 months ago

Your PR is going to be checked.

gempa-jabe commented 5 months ago

Btw, which Qt designer version have you used to modify the ui?

gempa-jabe commented 5 months ago

I have checked the code which compiles fine and also works as expected. Thank you.

victorsalles commented 5 months ago

Btw, which Qt designer version have you used to modify the ui?

I've been using Qt Creator 8.0.2. Which version was used to create the ui?

gempa-jabe commented 5 months ago

The Qt Creator version is not much important. The Qt version is more of interest. For reasons of compatibility we have been using the designer of Qt 4.2 for the ui. As Qt 4 was set to eol, we are now using the designer of Qt 4.8.7 for maximum portability.