Commit Graph

19 Commits

Author SHA1 Message Date
Juha Sointusalo f97421a735 mgr: remove SET_LOCALE from DlgDiagnosticLogFlags.cpp
SET_LOCALE is no-op when using per-thread locales making SET_LOCALE
unnecessary.

When per-thread locales are not available using SET_LOCALE in
CDlgDiagnosticLogFlags can cause Manager to get stuck to C locale. The
lifetime of two SET_LOCALE objects can be interleaved if log flags are
loaded or saved and an async RPC is launched at the same time. If the
lifetimes are interleaved the first object sets global locale to C. The
second object saves the global locale that was set to C by the first
object. First object restores the global locale correctly. After that
the second object incorrectly restores the global locale to C.
2018-03-28 16:21:33 +03:00
Vitalii Koshura 5079a121ee
Manager: Rename OK button to Save button
Originally requested in #601: Change OK button on Advanced Preferences to Save button.
Button renamed in all dialogs with settings for consistency.
Also now 'Cancel' button is default button.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2017-08-16 06:32:41 +03:00
Vitalii Koshura d453c07018 Manager: add 'Apply' button to Event Log options dialog
Activates 'Apply' button when the checkboxes change their state or 'Defaults' button is pressed. As requested in issue #1689.
2016-11-22 11:27:34 +02:00
GITNE 21b8f91eda Fix even more file permissions
* C/C++ files
	* Drupal dummy readme file
	* Xcode project file and *.nib resource files
2016-06-11 19:07:35 +02:00
Charlie Fenton 17dd223b21 MGR: To allow WCG and other "branded" BOINC Managers to customize the "More info ..." hyperlink in the Diagnostic Log Flags dialog, build the URL using the value from the skin's <organization_help_url> field. 2014-12-26 02:55:53 -08:00
Charlie Fenton cb2778ee75 MGR: Add "More info ..." hyperlink to Diagnostic Log Flags dialog; clicking it takes you to the Log Flags wiki page. 2014-12-25 03:16:54 -08:00
Charlie Fenton dd9826c817 MGR: On MS Windows, make DPI setting detection more efficient and DPI adjustments more general. 2014-08-19 02:28:42 -07:00
Charlie Fenton db483f664e MGR: On MS Windows, adjust width of Task Control buttons, Event Log and Log Flags dialog for users DPI setting. 2014-08-18 05:49:31 -07:00
Charlie Fenton c23d9c0862 MGR: fix compiler warning. 2014-05-29 16:15:23 -07:00
David Anderson e26ef45415 Manager: rename a struct member named "config" to avoid confusion 2014-05-08 15:33:25 -07:00
Charlie Fenton 0432a8e3f6 MGR: Move Diagnostic Flags dialog from Tools menus to Advanced Menu, add keyboard shortcut control-shift-D to both Advanced View and Simple View. 2014-04-03 01:21:56 -07:00
David Anderson 06a701aefb Manager: message tweak 2014-04-02 09:50:08 -07:00
Charlie Fenton dad13f8e88 MGR: Fix a potential memory leak in new Diagnostics dialog 2014-04-02 06:22:31 -07:00
Charlie Fenton a30b052aa8 MGR: Fix compiler warning 2014-04-02 04:43:47 -07:00
Charlie Fenton 82ec99dd7e Cosmetic tweak for Windows and Linux when pressing Diagnostics dialog's Default button 2014-04-02 04:39:20 -07:00
Charlie Fenton b329278b92 MGR: Fixes to Diagnostics dialog:
- Cosmetic fixes for Windows
  - Default button restores default values in dialog but does not write cc_config file or close the dialog
2014-04-02 04:12:05 -07:00
Charlie Fenton d8459e9a48 MGR: message tweak in new Diagnostics dialog; allow for branded application names. 2014-03-26 02:10:38 -07:00
Charlie Fenton fbbbd25ff2 MGR: Fix alignment and arrangement of OK, Cancel and Defaults buttons in new Diagnostics dialog. Correction to earlier commit message: It is accessed by selecting "Diagnostics…" under the Tools menu in either Advanced View or Simple View. 2014-03-25 07:04:18 -07:00
Charlie Fenton ed3c1ff34e MGR: Add a dialog to enable setting and clearing diagnostic log flags, to assist tech support volunteers when working with users. It is accessed by selecting "Diagnostics…" under the Options menu in either Advanced View or Simple View. 2014-03-25 06:13:54 -07:00