boinc/clientgui
Charlie Fenton aee734926b MGR: Fix compiler warning which was introduced by commit 0630470. 2015-05-05 16:22:02 -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 - MGR: Fix references to the taskbar events which are now included 2013-03-06 16:14:16 +01:00
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: Remove welcome page from wizard and split the attach wizard into two menu items. 2015-04-27 19:00:15 -04:00
AdvancedFrame.h MGR: Remove welcome page from wizard and split the attach wizard into two menu items. 2015-04-27 19:00:15 -04: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: Fix a bug in setting column order which I introduced in my previous 2 commits. 2015-05-01 15:00:05 -07: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 client: don't request work from a project w/ > 1000 runnable jobs 2013-07-07 13:13:57 -07:00
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 Manager: tweaks to translatable strings; add comments for gettext 2015-05-01 14:04:25 -07:00
DlgAbout.h MGR: Cleanup up the about dialog a little bit. 2013-04-16 11:07:49 -04:00
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 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2015-05-01 14:04:48 -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: Fix compiler warning which was introduced by commit 0630470. 2015-05-05 16:22:02 -07: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 Merge commit '03cc6849c7d32f0028869a581ad03916ceb4d8b5' into charlief/wxwidgets30 2013-10-22 03:53:45 -07:00
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 MGR: fix assert due to bad wxFlexGridSizer 2013-11-05 02:53:27 -08:00
DlgExitMessage.h
DlgGenericMessage.cpp Fix bad wxFlexGridSizer in CDlgGenericMessage. 2013-03-06 16:14:17 +01:00
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 Mgr: Flush Manager settings to Windows Registry or user prefs when closing Options dialog 2013-04-30 05:18:19 -07:00
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 welcome page from wizard and split the attach wizard into two menu items. 2015-04-27 19:00:15 -04: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 - MGR: Fix references to the taskbar events which are now included 2013-03-06 16:14:16 +01:00
MainDocument.cpp client: detect errors in directory enumeration 2015-05-04 14:48:34 -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: Remove WelcomePage.cpp from build system. (From: Benji Wiebe) 2015-04-28 07:53:22 -04: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 MGR: Fixes for wxWebView-based notices: 2013-11-12 03:23:26 -08:00
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 boincmgr: patch to change temporaries to long. Fixes# 1226 2013-03-07 11:21:45 +01:00
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 MGR: Rewrite Notices (Advanced and Simple Views) to use wxWebView (in progress) 2013-11-11 06:36:30 -08:00
ViewProjects.cpp MGR: Fix some crash bugs in the code to hide or rearrange columns which can occur when changing locale to a different language. 2015-05-01 03:20:05 -07: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 - manager: fix some compile warnings on Unix 2013-03-05 15:12:52 +01:00
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: Fix some crash bugs in the code to hide or rearrange columns which can occur when changing locale to a different language. 2015-05-01 03:20:05 -07: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: Fix some crash bugs in the code to hide or rearrange columns which can occur when changing locale to a different language. 2015-05-01 03:20:05 -07: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
WizardAttach.cpp MGR: Prevent the 'back' button from being enabled on the project and account manager info pages. 2015-05-01 12:31:44 -04:00
WizardAttach.h MGR: Remove welcome page from wizard and split the attach wizard into two menu items. 2015-04-27 19:00:15 -04: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 Translation: update templates, and fix tools for generating templates 2013-10-15 22:46:18 -07:00
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: Remove non-UTF8 character that was causing problems for the string extraction tool. 2015-04-29 16:45:06 -04: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 MGR: Rewrite Notices (Advanced and Simple Views) to use wxWebView (in progress) 2013-11-11 06:36:30 -08:00
sg_DlgPreferences.cpp MGR: Remove comment blocks that were being included in the translation template 2015-04-30 15:20:20 -04: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 MGR: cosmetic fix to display of Mac progress bar in Simple View for wxCocoa 3.0 2013-10-22 04:52:35 -07:00
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