Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revamped the LightShare option in Preferences > Advanced. | Jacek Antonelli | 2010-08-01 | 1 | -0/+8 |
| | | | | | Instead of a checkbox, it's now a combo box with "Never", "Ask me every time", or "Always". | ||||
* | Tidied up and documented lightshare.cpp and lightshare.h. | Jacek Antonelli | 2010-08-01 | 1 | -11/+46 |
| | |||||
* | Added notification option to ignore all LightShare until you change regions. | Jacek Antonelli | 2010-08-01 | 1 | -0/+2 |
| | |||||
* | Added a timer after ignoring LightShare settings. | Jacek Antonelli | 2010-08-01 | 1 | -0/+7 |
| | | | | | | | If you ignore a LightShare setting, all settings for the next 30 seconds will be ignored. The timer resets each time a new message is ignored. Customize with LightShareIgnoreTimer in Debug Settings. | ||||
* | Don't spam user with ConfirmLightShare notifications. | Jacek Antonelli | 2010-08-01 | 1 | -2/+3 |
| | | | | | Now only one notification is created, but the class remembers the most recent settings and discards the old ones. | ||||
* | Added confirmation dialog before applying LightShare settings. | Jacek Antonelli | 2010-08-01 | 1 | -0/+4 |
| | | | | | | If you are using a preset other than the default preset or the LightShare preset, the viewer will now ask you whether to apply settings received from the server. | ||||
* | Refactored a bunch of messy LightShare code. | Jacek Antonelli | 2010-08-01 | 1 | -0/+67 |