Menu shortcut to "Load" a saved filter

4 posts / 0 new
Last post
g8tmv
Menu shortcut to "Load" a saved filter

Would it be possible to add another option in the filter menu to act as a shortcut when wanting to use a saved filter?

Maybe add "Load" after "Create" which would take you directly to the file dialog.

Even nicer would be a "Load" selection which displayed a drop down list of the saved filters

oh1kh
Menu shortcut to "Load" a saved filter

Hi!

Not a bad idea!

The dropdown list (like contest filter) is little harder to create as user has freedom to name the filter file (also extension) and the folder to what ever he wants (If I remember right...).
Making the folder and file extension hard coded could allow dropdown list.

--
Saku
OH1KH

g8tmv
Well the "Load" menu item

Well the "Load" menu item would be a good start ;)

Also, are there any plans to add 'time' to the filter criteria?

oh1kh
Well the "Load" menu item

HI!

Load menu is on pending pull request for source now.
No plans for time. Filter window is quite full already. And usually it is enough to find correct date.

SQL console can be used to find certain times:
select qsodate,time_on,callsign,band,mode from cqrlog_main where time_on="12:05"

--
Saku
OH1KH