OpenBoard-org / OpenBoard

OpenBoard is a cross-platform interactive whiteboard application intended for use in a classroom setting.
https://openboard.ch/
GNU General Public License v3.0
2.41k stars 431 forks source link

Filtering documents #1142

Open sebojolais opened 1 month ago

sebojolais commented 1 month ago

Implements this feature request: #1141

Add a lineedit to filter the documents list.

sebojolais commented 3 weeks ago

The last commit implements the deletion of the filter linedit when we switch to the document mode, in order to reduce the risk explained here:

If the user types a string in the filter line edit and he forgets it and his action. So he will get a shorter list of documents that could leads him to think some documents are lost.

For information, it is tested on Linux Ubuntu 22.04 with Qt5 and Qt 6.7 with success.