boinc/clientgui
Charlie Fenton 27f622ffc1 MGR: Add 6 new tags to allow the backgrounds of the Simple View and Simple Preferences dialog to be anchored at any of 9 points, for flexibility in placement of the logo or other graphic element that should always be visible.
Vertical anchor is one of: <anchor_vertical_top>, <anchor_vertical_center> or <anchor_vertical_bottom>.
Horizontal anchor is one of: <anchor_horizontal_left>, <anchor_horizontal_center>, <anchor_horizontal_right>.
If none of the tags are present, these default values are used:
The defaults for the main Simple View background are <anchor_vertical_top> and <anchor_horizontal_left>.
The defaults for the Simple View Preferences dialog background are <anchor_vertical_center> and <anchor_horizontal_center>.
2015-04-09 03:44:29 -07:00
..
common MGR: Remove some old workarounds no longer needed 2014-06-12 06:01:35 -07:00
gtk MGR: Update to libnotify gtk3 compatible API 2014-09-17 23:47:23 -04:00
mac MGR: Fix a couple of small bugs in selectively hidden list columns. 2014-12-11 06:47:51 -08:00
msw
res MGR: Set default background of Simple Prefs dialog to white. 2015-03-31 02:17:45 -07:00
skins Normalized line breaks according to latest updates of .gitattributes 2014-06-27 10:12:11 +02:00
AccountInfoPage.cpp MGR: Reduce confusion in the attach wizard by making CWizardAttach the authoritative source for project and account information. 2015-01-12 15:08:36 -05:00
AccountInfoPage.h MGR: Reduce confusion in the attach wizard by making CWizardAttach the authoritative source for project and account information. 2015-01-12 15:08:36 -05:00
AccountManagerInfoPage.cpp MGR: Reduce confusion in the attach wizard by making CWizardAttach the authoritative source for project and account information. 2015-01-12 15:08:36 -05:00
AccountManagerInfoPage.h MGR: Reduce confusion in the attach wizard by making CWizardAttach the authoritative source for project and account information. 2015-01-12 15:08:36 -05:00
AccountManagerProcessingPage.cpp MGR: Reduce confusion in the attach wizard by making CWizardAttach the authoritative source for project and account information. 2015-01-12 15:08:36 -05:00
AccountManagerProcessingPage.h
AccountManagerPropertiesPage.cpp manager, VDA: fix some cppcheck warnings (from Julien Nabet) 2015-01-15 13:10:34 -08:00
AccountManagerPropertiesPage.h
AdvancedFrame.cpp MGR: Don't show Advanced or Simple Preferences dialogs if RPCs fail. This fixes an unlikely case where the client connection has just been lost but the menus have not yet been disabled. 2015-04-08 03:03:26 -07:00
AdvancedFrame.h MGR: If not connected to client, disable menu items which require a connection 2015-04-07 21:37:09 -07:00
AlreadyExistsPage.cpp
AlreadyExistsPage.h
AsyncRPC.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
AsyncRPC.h MGR: Cosmetic fix: eliminate brief display of all tasks when switching from Simple View to Advanced View when Show only active tasks is selected. 2014-09-02 07:10:56 -07:00
BOINCBaseFrame.cpp MGR: work around a Linux bug in wxWidgets which prevents bringing the main window forward on top of Event Log (or any modeless dialog.) 2015-01-16 03:22:10 -08:00
BOINCBaseFrame.h MGR: work around a Linux bug in wxWidgets which prevents bringing the main window forward on top of Event Log (or any modeless dialog.) 2015-01-16 03:22:10 -08:00
BOINCBaseView.cpp MGR: Work around an apparent bug in wxWidgets 3.0 on Linux which drew blank lines at the top and failed to draw the bottom items. This could happen if the list was scrolled near the bottom and the user selected "Show active tasks." 2015-01-21 23:45:26 -08:00
BOINCBaseView.h MGR: Allow hiding some columns by default; add comments; remove unused code. 2014-12-14 21:47:37 -08:00
BOINCBaseWizard.cpp MGR: Fix some errors in Attach Wizard 2014-04-08 02:56:56 -07:00
BOINCBaseWizard.h
BOINCClientManager.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
BOINCClientManager.h
BOINCDialupManager.cpp
BOINCDialupManager.h
BOINCGUIApp.cpp MGR: fix a bug in my last commit (e6607a6) in Linux when a modal dialog is open which prevented bringing bringing the modal dialog with the main window forward on top of Event Log. (Linux allows the Event Log to be brought forward and made active even if we have a modal dialog displayed (associated with our main frame.) 2015-01-21 07:41:02 -08:00
BOINCGUIApp.h MGR: work around a Linux bug in wxWidgets which prevents bringing the main window forward on top of Event Log (or any modeless dialog.) 2015-01-16 03:22:10 -08:00
BOINCGUIApp.rc client & manager: Update icons for all client-side components. 2014-02-14 16:05:42 -05:00
BOINCListCtrl.cpp MGR: Work around a wxWidgets 3.0 bug in wxGenericListCtrl (Linux only) which causes headers to be misaligned after horizontal scrolling. 2015-01-14 02:32:34 -08:00
BOINCListCtrl.h MGR: Work around a wxWidgets 3.0 bug in wxGenericListCtrl (Linux only) which causes headers to be misaligned after horizontal scrolling. 2015-01-14 02:32:34 -08:00
BOINCTaskBar.cpp MGR: If not connected to client, disable snooze menu items in task bar icon menu 2015-04-07 22:48:59 -07:00
BOINCTaskBar.h MGR: wxSystemOptions::GetMetric doesn't appear to be implemented on the Mac, so hard code the desired icon size to 16x16 for the menu bar. 2014-02-19 10:19:24 -05:00
BOINCTaskCtrl.cpp MGR: On MS Windows, make DPI setting detection more efficient and DPI adjustments more general. 2014-08-19 02:28:42 -07:00
BOINCTaskCtrl.h MGR: Re-enable keyboard navigation through task control buttons on Windows. 2014-03-27 03:22:14 -07:00
CompletionErrorPage.cpp
CompletionErrorPage.h
CompletionPage.cpp MGR: Reduce confusion in the attach wizard by making CWizardAttach the authoritative source for project and account information. 2015-01-12 15:08:36 -05:00
CompletionPage.h
DlgAbout.cpp MGR: Update about box with updated information 2015-03-13 12:35:08 -04:00
DlgAbout.h
DlgAdvPreferences.cpp MGR: Don't show Advanced or Simple Preferences dialogs if RPCs fail. This fixes an unlikely case where the client connection has just been lost but the menus have not yet been disabled. 2015-04-08 03:03:26 -07:00
DlgAdvPreferences.fbp
DlgAdvPreferences.h MGR: Don't show Advanced or Simple Preferences dialogs if RPCs fail. This fixes an unlikely case where the client connection has just been lost but the menus have not yet been disabled. 2015-04-08 03:03:26 -07:00
DlgAdvPreferencesBase.cpp MGR: Don't show Advanced or Simple Preferences dialogs if RPCs fail. This fixes an unlikely case where the client connection has just been lost but the menus have not yet been disabled. 2015-04-08 03:03:26 -07:00
DlgAdvPreferencesBase.h MGR: Updated a few copyright dates to 2015 2015-03-01 01:53:49 -08:00
DlgDiagnosticLogFlags.cpp 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
DlgDiagnosticLogFlags.h Manager: rename a struct member named "config" to avoid confusion 2014-05-08 15:33:25 -07:00
DlgEventLog.cpp MGR: Remove context-sensitive help button 2015-03-13 12:15:37 -04:00
DlgEventLog.h MGR: work around a Linux bug in wxWidgets which prevents bringing the main window forward on top of Event Log (or any modeless dialog.) 2015-01-16 03:22:10 -08:00
DlgEventLogListCtrl.cpp
DlgEventLogListCtrl.h Mac: For newer Apple LLVM Compiler, fix warnings about hiding overloaded virtual functions 2013-11-20 03:37:35 -08:00
DlgExclusiveApps.cpp MGR: I forgot to add the new files for the Exclusive Apps dialog. 2014-11-25 18:58:10 -08:00
DlgExclusiveApps.h MGR: I forgot to add the new files for the Exclusive Apps dialog. 2014-11-25 18:58:10 -08:00
DlgExitMessage.cpp
DlgExitMessage.h
DlgGenericMessage.cpp
DlgGenericMessage.h
DlgHiddenColumns.cpp MGR: Allow hiding some columns by default; add comments; remove unused code. 2014-12-14 21:47:37 -08:00
DlgHiddenColumns.h MGR: Allow user to select which list columns to show or hide in Projects, Tasks and Transfers tabs. 2014-12-11 06:18:47 -08:00
DlgItemProperties.cpp MGR: Make sure the various item property dialogs open up in the designated client area on Windows and Mac. 2014-08-25 21:39:59 -04:00
DlgItemProperties.h
DlgOptions.cpp MGR: Reset everybody's language selection back to the default OS UI locale, in the future use the ISO language code to determine which locale to use for the manager. 2014-06-18 11:14:29 -04:00
DlgOptions.h
DlgSelectComputer.cpp MGR: Add comments about know bugs in wxCocoa 3.0.0. 2014-04-14 04:25:30 -07:00
DlgSelectComputer.h MGR: Work around apparent wxCocoa 3.0 bugs in Select Computer dialog on Mac 2014-01-30 05:08:29 -08:00
Events.h MGR: Remove, now bogus, menu item. 2015-03-02 16:40:00 -05:00
Localization.cpp
Localization.h
LogBOINC.cpp MGR: Use the formal method to redirect to stdout (introduced in 3.0) 2014-06-11 14:15:39 -04:00
LogBOINC.h
MainDocument.cpp Manager: show task running state correctly (fix last commits) 2015-03-10 23:14:01 -07:00
MainDocument.h MGR: In the simple attach scenario, only launch the attach wizard if we are not already attached to the project. 2015-01-06 17:33:37 -05:00
Makefile.am MGR: Add new file DlgHiddenColumns.cpp to Linux Makefile 2014-12-11 07:33:09 -08:00
NoInternetConnectionPage.cpp
NoInternetConnectionPage.h
NotDetectedPage.cpp
NotDetectedPage.h
NotFoundPage.cpp
NotFoundPage.h
NoticeListCtrl.cpp MGR: Remove references to target="_blank" from notices, it causes a failure to fire our own event handler when the link is clicked. 2014-08-22 19:25:34 -04:00
NoticeListCtrl.h
ProjectInfoPage.cpp MGR: Reduce confusion in the attach wizard by making CWizardAttach the authoritative source for project and account information. 2015-01-12 15:08:36 -05:00
ProjectInfoPage.h MGR: Reduce confusion in the attach wizard by making CWizardAttach the authoritative source for project and account information. 2015-01-12 15:08:36 -05:00
ProjectProcessingPage.cpp manager, VDA: fix some cppcheck warnings (from Julien Nabet) 2015-01-15 13:10:34 -08:00
ProjectProcessingPage.h
ProjectPropertiesPage.cpp MGR: Reduce confusion in the attach wizard by making CWizardAttach the authoritative source for project and account information. 2015-01-12 15:08:36 -05:00
ProjectPropertiesPage.h
ProjectWelcomePage.cpp MGR: Reduce confusion in the attach wizard by making CWizardAttach the authoritative source for project and account information. 2015-01-12 15:08:36 -05:00
ProjectWelcomePage.h MGR: Switch over to using a static control for the project description, it'll support multiple lines and looks more natural. 2014-10-13 15:39:22 -04:00
ProxyInfoPage.cpp
ProxyInfoPage.h
ProxyPage.cpp
ProxyPage.h
SkinManager.cpp MGR: Add 6 new tags to allow the backgrounds of the Simple View and Simple Preferences dialog to be anchored at any of 9 points, for flexibility in placement of the logo or other graphic element that should always be visible. 2015-04-09 03:44:29 -07:00
SkinManager.h MGR: Add 6 new tags to allow the backgrounds of the Simple View and Simple Preferences dialog to be anchored at any of 9 points, for flexibility in placement of the logo or other graphic element that should always be visible. 2015-04-09 03:44:29 -07:00
TermsOfUsePage.cpp MGR: Reduce confusion in the attach wizard by making CWizardAttach the authoritative source for project and account information. 2015-01-12 15:08:36 -05:00
TermsOfUsePage.h
UnavailablePage.cpp
UnavailablePage.h
ValidateAccountKey.cpp
ValidateAccountKey.h
ValidateEmailAddress.cpp
ValidateEmailAddress.h
ValidateURL.cpp
ValidateURL.h
ViewMessages.cpp
ViewMessages.h
ViewNotices.cpp Manager: string tweaks 2013-11-17 12:29:11 -08:00
ViewNotices.h
ViewProjects.cpp MGR: Remove temporary testing code. 2014-12-14 21:54:51 -08:00
ViewProjects.h MGR: Allow user to select which list columns to show or hide in Projects, Tasks and Transfers tabs. 2014-12-11 06:18:47 -08:00
ViewResources.cpp manager comment tweak 2015-03-05 12:45:40 -08:00
ViewResources.h
ViewStatistics.cpp Manager: use same color scheme for statistics as for disk usage 2014-08-10 15:33:07 -07:00
ViewStatistics.h Manager: use same color scheme for statistics as for disk usage 2014-08-10 15:33:07 -07:00
ViewTransfers.cpp MGR: Remove temporary testing code. 2014-12-14 21:54:51 -08:00
ViewTransfers.h MGR: Allow user to select which list columns to show or hide in Projects, Tasks and Transfers tabs. 2014-12-11 06:18:47 -08:00
ViewWork.cpp MGR: Remove temporary testing code. 2014-12-14 21:54:51 -08:00
ViewWork.h MGR: Allow user to select which list columns to show or hide in Projects, Tasks and Transfers tabs. 2014-12-11 06:18:47 -08:00
WelcomePage.cpp
WelcomePage.h
WizardAttach.cpp manager, VDA: fix some cppcheck warnings (from Julien Nabet) 2015-01-15 13:10:34 -08:00
WizardAttach.h MGR: Reduce confusion in the attach wizard by making CWizardAttach the authoritative source for project and account information. 2015-01-12 15:08:36 -05:00
_wx_intellisense.h
browser.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
browser.h MGR: Add check for the "attach_known" cookie used by the 1-click attach mechanism 2014-10-05 19:30:33 +02:00
build_po
resource.h MGR: Fix native icon problem on Windows when high DPI is used. RC file was changed between vs2005 and vs2010 and resources can be described by string instead of just ID. 2014-01-06 16:56:48 -05:00
sg_BoincSimpleFrame.cpp MGR: Add 6 new tags to allow the backgrounds of the Simple View and Simple Preferences dialog to be anchored at any of 9 points, for flexibility in placement of the logo or other graphic element that should always be visible. 2015-04-09 03:44:29 -07:00
sg_BoincSimpleFrame.h MGR: If not connected to client, disable menu items which require a connection 2015-04-07 21:37:09 -07:00
sg_CustomControls.cpp MGR: Fix CTransparentHyperlinkCtrl display on MS Windows which I broke in my last checkin. 2015-03-31 06:14:58 -07:00
sg_CustomControls.h MGR: Fix compiler warnings; fix Simple Prefs bitmap display on Linux. 2015-03-31 06:00:52 -07:00
sg_DlgMessages.cpp MGR: Set background color according to skin in Simple View dialogs; this is a slight cosmetic tweak for checkboxes on Windows 7, which have a narrow border using the background color at their bottom and right side; also don't use magenta background color for debugging backgrounds unless specifically requested by setting a new define TEST_BACKGROUND_WITH_MAGENTA_FILL to non-zero. 2014-08-31 02:16:19 -07:00
sg_DlgMessages.h
sg_DlgPreferences.cpp MGR: Add 6 new tags to allow the backgrounds of the Simple View and Simple Preferences dialog to be anchored at any of 9 points, for flexibility in placement of the logo or other graphic element that should always be visible. 2015-04-09 03:44:29 -07:00
sg_DlgPreferences.h MGR: Don't show Advanced or Simple Preferences dialogs if RPCs fail. This fixes an unlikely case where the client connection has just been lost but the menus have not yet been disabled. 2015-04-08 03:03:26 -07:00
sg_PanelBase.cpp
sg_PanelBase.h MGR: On MS Windows, adjust Simple View metrics and images for users DPI setting. 2014-08-25 06:24:54 -07:00
sg_ProjectCommandPopup.cpp Win compile fixes 2014-06-16 18:58:55 -07:00
sg_ProjectCommandPopup.h MGR: Improve keyboard navigation to provide better accessibility for users with limited motor coordination 2014-03-31 05:12:10 -07:00
sg_ProjectPanel.cpp MGR: Fix a crash bug if connection to client is lost in Simple View 2015-04-07 21:35:56 -07:00
sg_ProjectPanel.h Manager: menu item shuffle 2015-04-04 11:44:16 -07:00
sg_ProjectWebSitesPopup.cpp Win compile fixes 2014-06-16 18:58:55 -07:00
sg_ProjectWebSitesPopup.h MGR: Improve keyboard navigation to provide better accessibility for users with limited motor coordination 2014-03-31 05:12:10 -07:00
sg_TaskCommandPopup.cpp Win compile fixes 2014-06-16 18:58:55 -07:00
sg_TaskCommandPopup.h MGR: Improve keyboard navigation to provide better accessibility for users with limited motor coordination 2014-03-31 05:12:10 -07:00
sg_TaskPanel.cpp Manager: show task running state correctly (fix last commits) 2015-03-10 23:14:01 -07:00
sg_TaskPanel.h MGR: Get rid of some crufty code that is no longer needed on Windows/Linux. Use wxBitmapComboBox instead. 2014-03-18 16:08:55 -04:00
stdwx.cpp
stdwx.h MGR: Make sure the various item property dialogs open up in the designated client area on Windows and Mac. 2014-08-25 21:39:59 -04:00
wizardex.cpp MGR: Fix some errors in Attach Wizard 2014-04-08 02:56:56 -07:00
wizardex.h MGR: Fix the use of validators in our implementation of Wizards. 2014-04-07 10:35:07 -04:00