From: Ralf Jung Date: Tue, 22 Mar 2016 22:01:55 +0000 (+0100) Subject: rework the new screen DB stuff: X-Git-Url: https://git.ralfj.de/lilass.git/commitdiff_plain/347af27784cca6310f62ad7dc65a070405a75878?ds=sidebyside;hp=347af27784cca6310f62ad7dc65a070405a75878 rework the new screen DB stuff: - The tri-state --show actually did not make that much sense, which was particualrily obvious because of questions like "What should the default mode be?". We have -r/-e/-i for that. So replace --show by --silent, such that e.g., `lilass -s -r mirror` will use the saved data and fall back to mirror mode, never showing a UI under normal circumstances. On the other hand, `lilass -s` *will* show a UI for unknown screens only. - Rename last* -> previous* - Sort resolutions by size only (not depending on preferred/previous resolution) - Qt UI: pre-select previous/preferred resolution - Remove some Debug output ---