Files
bitcoin/src
Tyler Hardin 8b0e497028 Qt: Add option to hide the system tray icon
My changes leave all tray icon and menu creation/initialization logic
untouched. It only shows or hides the icon according to the setting.

A new checkbox was added to the OptionsDialog under the Window tab. A
bool option named "hideTrayIcon" was added to OptionsModel. This
checkbox was mapped like other all options to the OptionsModel.

A signal was added to the OptionsModel for broadcasting changes the the
hideTrayIcon option. This signal was connected to a new slot added to
BitcoinGUI named setTrayIconVisible(bool). The slot simply hides or
shows the trayIcon in BitcoinGUI according to the parameter recieved.
2016-05-11 22:28:02 -04:00
..
2016-04-15 16:44:23 +02:00
2016-04-14 20:56:33 +02:00
2016-03-18 19:55:16 +00:00
2016-04-28 13:43:32 +02:00
2016-04-14 20:56:33 +02:00
2016-04-14 20:56:33 +02:00
2016-03-23 10:40:38 -04:00
2016-03-23 10:40:38 -04:00
2016-04-28 13:43:32 +02:00
2016-02-10 18:29:13 -08:00
2016-03-21 10:46:25 -04:00
2016-04-14 20:56:33 +02:00
2016-04-14 20:56:33 +02:00
2016-03-18 08:03:55 +00:00
2016-03-21 10:46:25 -04:00
2016-03-15 16:54:38 +01:00