Commit Graph

63 Commits

Author SHA1 Message Date
Rom Walton 77ad8427d2 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
Charlie Fenton 75182726d1 MGR: Finish fixing redraw bug on Windows when Options dialog or Computing Preferences dialog is moved partly off screen and back on.
- Controls inside a wxStaticBox don't refresh properly on Windows unless they are a child of the wxStaticBox
2014-05-08 04:34:43 -07:00
Charlie Fenton 07762c2b38 client: begin fixing redraw bug on Windows when Options dialog is moved partly off screen and back on.
- Controls inside a wxStaticBox don't refresh properly on Windows unless they are a child of the wxStaticBox
2014-05-07 04:57:23 -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 0e6a081cc7 MGR: Fix wording of alert when user changes language / locale. (From Jacob Klein) 2013-06-13 16:40:02 -07:00
Charlie Fenton 78847a0181 Mgr: fix build break 2013-04-30 05:25:54 -07:00
Charlie Fenton 66e61912c9 Mgr: Flush Manager settings to Windows Registry or user prefs when closing Options dialog 2013-04-30 05:18:19 -07:00
Rom Walton aaeadd0a30 boincmgr: patch to change temporaries to long. Fixes# 1226
(From: Alyssa Milburn) Thanks Gianfranco Costamagna
2013-03-07 11:21:45 +01:00
Charlie Fenton a3feb4e58d Fix bad wxFlexGridSizers in Options dialog which caused asserts.
Note: wxWidgets 2.9.4 now throws an assert if you add more rows to a
        wxFlexGridSizer than you specified in its constructor, so it may be
        better to use the constructor which does not specify number of rows.
2013-03-06 16:14:17 +01:00
Charlie Fenton 8d0f89813d Fix a bad wxFlexGridSizer in Options dialog which caused assert.
Note: wxWidgets 2.9.4 now throws an assert if you add more rows to a
        wxFlexGridSizer than you specified in its constructor.
2013-03-06 16:14:17 +01:00
Charlie Fenton bcbea6fdcf Adjust preference dialog titles, improve Simple View and Simple Preferences
svn path=/trunk/boinc/; revision=24448
2011-10-21 12:17:10 +00:00
Charlie Fenton 6521930889 MGR: Fix compiler warning
svn path=/trunk/boinc/; revision=23202
2011-03-08 01:02:37 +00:00
Rom Walton e58022e6e8 - MGR: ComboBox's are zero index based.
clientgui/
        DlgOptions.cpp, .h

svn path=/trunk/boinc/; revision=23173
2011-03-07 15:48:22 +00:00
Rom Walton 8db6389fc0 svn path=/trunk/boinc/; revision=23171 2011-03-07 15:19:39 +00:00
Rom Walton 0bf519dea3 - MGR: Change the reminder frequency interval to hours and adjust the min/max
values to 0/24.  Default value is now 6 hours between notification reminders.
        
    clientgui/
        BOINCBaseFrame.cpp
        BOINCDialupManager.cpp
        BOINCTaskBar.cpp
        DlgOptions.cpp

svn path=/trunk/boinc/; revision=23141
2011-03-03 16:32:35 +00:00
David Anderson 62a400d5c0 svn path=/trunk/boinc/; revision=21056 2010-04-02 19:04:22 +00:00
David Anderson aa153d995b - manager: change text for notice-frequency slider
svn path=/trunk/boinc/; revision=21054
2010-04-01 23:24:10 +00:00
Charlie Fenton f811b9bccd MGR: Show # unread notices in Notices tab title, improve notification for unread notices, link to reminder frequency slider
svn path=/trunk/boinc/; revision=21042
2010-04-01 11:09:33 +00:00
Rom Walton e14e1cad34 - Remove BOINC_RCSID tags from source files, we are doing branching and tagging
properly.
        
    <Various Files>

svn path=/trunk/boinc/; revision=20873
2010-03-12 16:51:57 +00:00
Rom Walton d21d414e87 - MGR: Set the dial-up and VPN connection list box to a static
size so that a scroll bar will appear if the number of items
        exceeds the space to display them. Fixes #96
    
    clientgui/
        DlgOptions.cpp

svn path=/trunk/boinc/; revision=17519
2009-03-06 00:04:16 +00:00
David Anderson c24ffc30fe - manager: tweak strings in Options dialog
svn path=/trunk/boinc/; revision=16539
2008-11-20 20:04:39 +00:00
Charlie Fenton 2b597c5429 MGR: Provide a way to re-enable the Exit Dialog on non-Windows systems, too
svn path=/trunk/boinc/; revision=16473
2008-11-11 03:20:15 +00:00
Rom Walton f0da3b7c50 - MGR: Provide a way to re-enable the Exit Dialog.
clientgui/
        AdvancedFrame.cpp
        BOINCGUIApp.h
        DlgOptions.cpp, .h

svn path=/trunk/boinc/; revision=16462
2008-11-10 19:44:54 +00:00
Rom Walton 4012a4d8ae - MGR: Don't display the 'Run BOINC at startup checkbox for
any platform other than Windows.  It has no effect on Mac
        since the Mac doesn't automatically start BOINC Manager
        with any command line arguments.
        
    clientgui/
        DlgOptions.cpp

svn path=/trunk/boinc/; revision=16415
2008-11-04 17:20:09 +00:00
Rom Walton 59d0152c9b - MGR: Provide a way to enable/disable launching from the BOINC Manager
at startup from within the BOINC Manager itself.
    - MGR: Add a command line argument which specifies that the Manager was
        launched by the OS.
    - SCR: Remove the code that checks for the BOINC Manager shortcuts.

    clientgui/
        AdvancedFrame.cpp
        BOINCGUIApp.cpp, .h
        DlgOptions.cpp, .h
        boinc_ss.h
        boinc_ss.rc
        screensaver_win.cpp, .h

svn path=/trunk/boinc/; revision=16406
2008-11-04 09:33:03 +00:00
David Anderson 95adc2f8fd - Add the ability to exclude certain URLs from the use of proxies.
E.g. if you're running a project locally,
    while attached to outside projects via a proxy.
    Currently accessible only via the Manager's Options dialog.
    From Frank Weiler.

svn path=/trunk/boinc/; revision=16061
2008-09-25 23:31:56 +00:00
Frank Weiler 2a3e79a53d no proxy for ... support included
svn path=/workspaces/fweiler/boinc/; revision=16055
2008-09-25 15:44:45 +00:00
David Anderson 4f66bb4c95 - added copyright and license info to .C, .cpp, .h files
- scheduler: fix bug in adaptive replication:
    if send an unreplicated job to untrusted host,
    set both wu.target_nresults and wu.min_quorum to app.target_nresults.

svn path=/trunk/boinc/; revision=15762
2008-08-06 18:36:30 +00:00
Frank Thomas 3bfc78b511 Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference.
svn path=/trunk/boinc/; revision=13804
2007-10-09 11:35:47 +00:00
Rom Walton c553674e19 - MGR: Make sure all the dialogs contain the application name
and do not have BOINC Manager hard coded in them.

    clientgui/
        AdvancedFrame.cpp
        DlgAbout.h
        DlgAdvPreferencesBase.cpp, .h
        DlgOptions.cpp, .h
        DlgSelectComputer.cpp, .h

svn path=/trunk/boinc/; revision=13391
2007-08-16 20:06:50 +00:00
Walt Gribben 7099b80b74 *** empty log message ***
svn path=/trunk/boinc/; revision=11992
2007-01-29 03:26:01 +00:00
Rom Walton 1f5c498aad *** empty log message ***
svn path=/trunk/boinc/; revision=11353
2006-10-25 14:09:47 +00:00
Charlie Fenton 89c3008dbe *** empty log message ***
svn path=/trunk/boinc/; revision=9483
2006-02-16 11:01:57 +00:00
Rom Walton 31609a83b3 *** empty log message ***
svn path=/trunk/boinc/; revision=9451
2006-02-13 10:20:42 +00:00
Rom Walton e71025ef22 *** empty log message ***
svn path=/trunk/boinc/; revision=8860
2005-11-15 01:14:11 +00:00
Bruce Allen 8b0568d86a Add BOINC_RCSID_ tags to those .C, .c and .cpp files that don't yet have
them.

svn path=/trunk/boinc/; revision=7985
2005-09-13 09:01:56 +00:00
Rom Walton bdd1341473 *** empty log message ***
svn path=/trunk/boinc/; revision=6732
2005-07-22 00:00:49 +00:00
Rom Walton d63e2eb038 *** empty log message ***
svn path=/trunk/boinc/; revision=6568
2005-07-07 22:26:49 +00:00
Rom Walton 91e5bdf46f *** empty log message ***
svn path=/trunk/boinc/; revision=6534
2005-07-06 09:14:43 +00:00
Charlie Fenton dd4d7fe4bc *** empty log message ***
svn path=/trunk/boinc/; revision=6500
2005-06-30 09:09:21 +00:00
Rom Walton 896339bb15 *** empty log message ***
svn path=/trunk/boinc/; revision=6490
2005-06-29 05:21:47 +00:00
Rom Walton 86ac72a514 *** empty log message ***
svn path=/trunk/boinc/; revision=6483
2005-06-28 22:22:29 +00:00
Rom Walton a39613ff0b *** empty log message ***
svn path=/trunk/boinc/; revision=6478
2005-06-28 17:00:49 +00:00
Rom Walton 21d01e23e9 *** empty log message ***
svn path=/trunk/boinc/; revision=6477
2005-06-28 15:55:59 +00:00
Rom Walton 3031042699 *** empty log message ***
svn path=/trunk/boinc/; revision=6401
2005-06-22 10:51:34 +00:00
David Anderson 7eb68ad7ce *** empty log message ***
svn path=/trunk/boinc/; revision=5802
2005-04-08 16:58:55 +00:00
Rom Walton a5dd77fa89 *** empty log message ***
svn path=/trunk/boinc/; revision=5753
2005-04-01 22:17:44 +00:00
Rom Walton 9caa71644b *** empty log message ***
svn path=/trunk/boinc/; revision=5336
2005-02-07 04:47:18 +00:00
Rom Walton 64d1843c85 *** empty log message ***
svn path=/trunk/boinc/; revision=5213
2005-01-26 07:09:29 +00:00
David Anderson 435f8edd47 *** empty log message ***
svn path=/trunk/boinc/; revision=5161
2005-01-20 23:22:22 +00:00