IanDarwin / pdfshow

Deliver/present talks from PDFs - A simple PDF presenter oriented towards slideshow decks in PDF form
Other
8 stars 4 forks source link

Open files in separate thread #34

Closed IanDarwin closed 1 year ago

IanDarwin commented 3 years ago

The process of loading the PDF takes a while, and the UI is non-responsive during this time. There are two steps in the DocTab constructor marked with comments, that should be done in a background thread.

IanDarwin commented 3 years ago

Also put up a progress meter while opening in bg thread.

IanDarwin commented 1 year ago

Progress meter is good enough, and computers fast enough. But it's done anyway. openPdfFile now uses the threadpool.