Commit Graph

3209 Commits

Author SHA1 Message Date
Rom Walton 7a4d5fafee MGR: Store the ISO language ID for future use.
Usage: wxString strLang = wxGetApp().GetISOLanguageID();
2013-12-01 15:15:43 -05:00
Charlie Fenton c7fd0a3687 MGR: Work around a wxCocoa bug(?) in wxDateTime::Format() 2013-11-21 05:30:10 -08:00
Charlie Fenton 24363a7e09 MGR: Fix assert 2013-11-21 05:28:40 -08:00
Charlie Fenton 43579ef1a2 Mac: For newer Apple LLVM Compiler, fix warnings about hiding overloaded virtual functions
- Remove obsolete source files
2013-11-20 03:37:35 -08:00
Charlie Fenton 525e3e7459 Fix compiler warnings 2013-11-18 17:21:13 -08:00
Rom Walton 25f20ad4a0 MGR: Change the VirtualBox icon color pallet so there are no artifacts around the image after conversion. 2013-11-18 12:40:49 -05:00
Rom Walton fed45a446a MGR: Add a VirtualBox icon to the list of supported platforms for any given project that uses VirtualBox. 2013-11-18 12:30:01 -05:00
Charlie Fenton 0341a5d0a0 Mac installer: Make checks for OS X version consistent 2013-11-18 00:56:44 -08:00
David Anderson dfe1e5eb5d Manager: string tweaks
- Let's use "web site" instead of "website"
2013-11-17 12:29:11 -08:00
Rom Walton 0256ee32cb MGR: Only display an error dialog in the AccountInfo page if the sanity checks actually fail. 2013-11-15 17:05:12 -05:00
Charlie Fenton 7c70f89b80 Mac: Fixes to allow minor OS versions > 9 and major OS versions > 10 2013-11-15 05:02:04 -08:00
Charlie Fenton 35ec78c966 Merge commit '2e680b75418848dfde91f2cc7a81614be65b29ce' into charlief/wxwidgets30 2013-11-15 00:23:05 -08:00
Charlie Fenton 542fe18ad0 MGR: Fix compiler warning (deprecated API) 2013-11-12 04:03:06 -08:00
Charlie Fenton 03e039357b MGR: Fix compile break on Mac 2013-11-12 03:45:39 -08:00
Charlie Fenton 4ed5476f25 MGR: Fixes for wxWebView-based notices:
- Fix protocol-relative URLs under MS Windows
 - Put dividers between notices, but not before first or after last
2013-11-12 03:23:26 -08:00
Charlie Fenton 18e1c72561 MGR: Fix “more…” links in wxWebView-based Notices 2013-11-11 07:35:31 -08:00
Charlie Fenton 82d7c575a1 MGR: Rewrite Notices (Advanced and Simple Views) to use wxWebView (in progress) 2013-11-11 06:36:30 -08:00
Charlie Fenton a3c96339bb MGR: Fix taskbar icon menu on Windows 2013-11-05 05:47:27 -08:00
Charlie Fenton 4192a32ddd MGR: reverse previous commit; it had undesirable side effects 2013-11-05 04:34:28 -08:00
Charlie Fenton bc4903476d MGR: eliminate flicker in CBOINCListCtrl on Windows 2013-11-05 04:14:51 -08:00
Charlie Fenton 3362551142 MGR: Allow enabling wxLogTrace on Mac 2013-11-05 03:40:16 -08:00
Charlie Fenton 21104845d9 MGR: fix assert due to bad wxFlexGridSizer 2013-11-05 02:53:27 -08:00
Charlie Fenton 5a6f09fe5c MGR: Corrections to previous commit 2eb84cb 2013-11-05 02:13:21 -08:00
Charlie Fenton 291fb3b74b MGR: Corrections to previous commit 56252e1 2013-11-05 01:37:57 -08:00
Charlie Fenton 2eb84cb204 MGR: Immediately update preferences/registry on more changes:
- When Event Log is opened
- When column widths are changed
2013-11-05 00:56:47 -08:00
Charlie Fenton 56252e11a2 MGR: Immediately update preferences/registry on more changes:
- When Event Log is opened
  - When column widths are changed
2013-11-04 18:11:36 -08:00
Rom Walton c2503a9214 MGR: Fix URLs and app name for Charity Engine
WINBUILD: Fix back button issue and shortcut description
2013-10-29 01:39:44 -04:00
Charlie Fenton 411a5cc33d MGR: tweak comments in Mac accessibility code 2013-10-25 01:33:03 -07:00
Rom Walton 50249e67f1 MGR: Bug fix for previous commit 2013-10-24 13:25:47 -04:00
Rom Walton 7551e0f831 MGR: Add an Android icon to the list of supported platforms for a project that supports Android in the attach wizard. 2013-10-24 13:09:54 -04:00
Charlie Fenton 06dff8df7b MMGR: Implement accessibility on Mac for Statistics and Disk (Resources) tabs
- CPaintStatistics class
 - wxPieCtrl class
 - Remove obsolete accessibility code
2013-10-24 05:49:59 -07:00
Charlie Fenton 056a1f853e MGR: convert HTML "&lt;" to "<" in Simple View Task Panel project description (needed for ABC@home) 2013-10-24 01:28:41 -07:00
Charlie Fenton d823657a6e MGR: convert HTML "&lt;" to "<" in Simple View Task Panel project description (needed for ABC@home) 2013-10-24 01:26:30 -07:00
Charlie Fenton ec07ab2a20 MGR: Fixes to new AccountManagerInfoPage logic 2013-10-24 01:22:09 -07:00
Charlie Fenton 6789927649 MGR: convert HTML "&lt;" to "<" in project description (needed for ABC@home) 2013-10-23 04:50:40 -07:00
Charlie Fenton 6fc68e94ae MGR: Use only native controls in AccountManagerInfoPage so it is accessible.
- The custom CProjectListCtrl was difficult to make accessible under wxCocoa
- The descriptions were only in the tooltips and so were not accessible to screen readers, etc.
- Using wxListBox greatly simplifies the code
2013-10-23 04:49:43 -07:00
Charlie Fenton a3e8fc49bc MGR: convert HTML "&lt;" to "<" in project description (needed for ABC@home) 2013-10-23 04:36:33 -07:00
Charlie Fenton 77a2815285 MGR: remove Mac-specific code no longer needed for wxCocoa 3.0 2013-10-23 00:49:52 -07:00
Charlie Fenton c5aa09037c MGR: Fix wxWidgets assert 2013-10-23 00:48:51 -07:00
Charlie Fenton 070973e1fb MGR: cosmetic fix to display of Mac progress bar in Simple View for wxCocoa 3.0 2013-10-22 04:52:35 -07:00
Charlie Fenton d8fdda9f91 MGR: Fix errors from previous merge of master into into charlief/wxwidgets30 branch 2013-10-22 03:56:48 -07:00
Charlie Fenton 5314522ac1 Merge commit '03cc6849c7d32f0028869a581ad03916ceb4d8b5' into charlief/wxwidgets30
# By David Anderson (617) and others
# Via Oliver Bock (56) and others
* commit '03cc6849c7d32f0028869a581ad03916ceb4d8b5': (1943 commits)
  remote job submission: add C++ interface to estimate_batch function
  translation stuff
  locale: Update compiled localization files
  Commit from Pootle Demo by user admin.: 1563 of 2856 strings translated (190 fuzzy).
  Commit from Pootle Demo by user admin.: 2741 of 2859 strings translated (45 fuzzy).
  Commit from Pootle Demo by user admin.: 1097 of 2859 strings translated (154 fuzzy).
  locale: Update compiled localization files
  Commit from Pootle Demo by user admin.: 2831 of 2859 strings translated (1 fuzzy).
  Commit from Pootle Demo by user admin.: 1097 of 2859 strings translated (154 fuzzy).
  Commit from Pootle Demo by user admin.: 3158 of 3183 strings translated (2 fuzzy).
  client: Remove build environment changes that attempted to detect Android, it wasn't needed.
  client: fix Android OS detection
  client: only add the pthread libs if not linking for Android
  android: Bulk import of localization text
  android: Bulk import of localization text
  locale: Update compiled localization files
  Commit from Pootle Demo by user admin.: 2817 of 2859 strings translated (4 fuzzy).
  Commit from Pootle Demo by user admin.: 2830 of 2859 strings translated (1 fuzzy).
  locale: Update compiled localization files
  Commit from Pootle Demo by user admin.: 2741 of 2859 strings translated (95 fuzzy).
  ...

Conflicts:
	checkin_notes
	clientgui/AsyncRPC.cpp
	clientgui/BOINCGUIApp.cpp
	clientgui/DlgEventLog.cpp
	clientgui/DlgEventLogListCtrl.cpp
	clientgui/DlgEventLogListCtrl.h
	clientgui/MainDocument.cpp
	clientgui/NoticeListCtrl.cpp
	clientgui/mac/MacBitmapComboBox.cpp
	clientgui/mac/SetVersion.cpp
	clientgui/mac/templates/SystemMenu-Info.plist
	clientgui/sg_BoincSimpleFrame.cpp
	mac_build/boinc.xcodeproj/project.pbxproj
	win_build/example_app_multi_thread.vcproj
	win_build/gr_boinc_ss.vcproj
	win_build/sleeper.vcproj
	win_build/uc2.vcproj
	win_build/uc2_graphics.vcproj
	win_build/vboxwrapper.vcproj
	win_build/wrapper.vcproj
2013-10-22 03:53:45 -07:00
Charlie Fenton 1fcb58e34e MGR: Mac updates for wxWidgets 3.0.0-rc1 (wxCocoa)
- API _() or wxGetTranslation() cannot be used for static or global strings; it never worked and it causes a crash under wxWidgets 3.0.0-rc2
2013-10-22 00:36:18 -07:00
David Anderson 0c8e30d0e9 Translation: update templates, and fix tools for generating templates 2013-10-15 22:46:18 -07:00
David Anderson c6346bef5f Translation system: fixes and updates
Add script (compare_pot) for comparing templates module comments,
   and sending reminder emails if they differ.
Add script (buid_pos) for generating all templates and comparing
   them with current versions.
2013-10-15 11:19:59 -07:00
Charlie Fenton cddae5b2c3 MGR: Implement accessibility on Mac for Event Log and Projects, Tasks and Transfers tabs
- CDlgEventLogListCtrl class
- CBOINCListCtrl class
2013-09-12 04:27:04 -07:00
Charlie Fenton d73e1c3261 MGR: Fix display of CBOINCListCtrl progress bars when using wxGenericListCtrl (on Mac) 2013-09-09 16:31:49 -07:00
Charlie Fenton e83c2993f2 MGR: Mac updates for wxWidgets 2.9.5 (wxCocoa)
- Correct behavior when automatically running Project or Account Manager Wizard (Simple View)
2013-08-27 22:57:19 -07:00
Charlie Fenton 8f3a16b5f2 MGR: Mac updates for wxWidgets 2.9.5 (wxCocoa)
- Code cleanup
- Correct behavior when automatically running Project or Account Manager Wizard
2013-08-27 22:38:00 -07:00
Charlie Fenton 600bd154bf MGR: Mac updates for wxWidgets 2.9.5 (wxCocoa) 2013-08-27 04:42:38 -07:00