Rom Walton
3e26627b55
- MGR: Change the 'Open BOINC Manager' menu item ID for the task bar icon. wxID_OPEN
...
causes a folder icon to be prepended to the menu item on Linux.
- MGR: Enable the Test Notification menu item on Linux
clientgui/
BOINCTaskBar.cpp, .h
svn path=/trunk/boinc/; revision=20452
2010-02-05 22:29:06 +00:00
David Anderson
92fe442f51
- manager: "Notifications" => "Notices". Consistent terminology.
...
svn path=/trunk/boinc/; revision=20142
2010-01-12 18:57:38 +00:00
Charlie Fenton
0d7eac49f8
MGR: Restore my previous fixes to Event Log for the new orphan dialog implementation to integrate properly with async RPC logic; if Event Log is open, close it in CBOINCBaseFrame::OnExit() so Manager can shut down properly
...
svn path=/trunk/boinc/; revision=20023
2009-12-23 05:23:48 +00:00
Rom Walton
0c1d69f057
- MGR: Reenable the refresh timer local to CDlgEventLog, but do not
...
issue an RPC, determine the size by asking the vector.
clientgui/
DlgEventLog.cpp, .h
svn path=/trunk/boinc/; revision=20018
2009-12-22 22:12:05 +00:00
Charlie Fenton
ac1e3d1115
MGR: Begin fixing new Event Log to integrate properly with async RPC logic
...
svn path=/trunk/boinc/; revision=19995
2009-12-20 01:48:48 +00:00
Rom Walton
899241cd1e
- MGR: content that was formally in the messages tab can now be
...
found in the Event Log, check the advanced menu.
clientgui/
AdvancedFrame.cpp, .h
DlgEventLog.cpp, .h
DlgEventLogListCtrl.cpp, .h (Added)
Events.h
win_build/
boincmgr.vcproj
svn path=/trunk/boinc/; revision=19978
2009-12-19 00:49:51 +00:00
Rom Walton
2b5630c9b7
- MGR: Add a test notification menu item to the taskbar
...
- MGR: When a notification is clicked open up the GUI
and switch to the notification tab in the advanced
view.
- MGR: Reorder tabs
- MGR: Review messages tab
- MGR: cleanup code in various places
clientgui/
AdvancedFrame.cpp, .h
BOINCBaseFrame.cpp, .h
BOINCGUIApp.cpp, .h
BOINCTaskBar.cpp, .h
DlgEventLog.cpp, .h (Added)
Events.h
MainDocument.cpp, .h
ViewNews.cpp, .h (Deleted)
ViewNotifications.cpp, .h (Added)
win_build/
boincmgr.vcproj
svn path=/trunk/boinc/; revision=19976
2009-12-18 22:44:10 +00:00
Rom Walton
b762fab7da
- MGR: Deconflict menu item IDs.
...
clientgui/
Events.h
svn path=/trunk/boinc/; revision=19962
2009-12-18 02:57:05 +00:00
David Anderson
2e793ee0b3
- manager: bug fixes
...
svn path=/trunk/boinc/; revision=19870
2009-12-12 07:11:50 +00:00
David Anderson
640d3d780d
- manager: add GPU always/auto/never menu items
...
svn path=/trunk/boinc/; revision=19866
2009-12-11 23:24:17 +00:00
David Anderson
8182ccd031
- client/manager: first whack at a "snooze GPU" button
...
svn path=/trunk/boinc/; revision=19853
2009-12-10 23:26:35 +00:00
Rom Walton
4506c61ac2
- MGR: Fix initial first connection problem on startup. I'm not sure why
...
it was only happening at startup, there might have been a few crashes
because of this issue as well. The basic problem is that wxWidgets
had an exception handler around the initial frame creation and when
the first GUI RPC was issues to detect whether or not we were atached
to an account manager during menu creation the GUI thread would go
about doing idle processing while waiting for the GUI RPC thread to
initialize. During this time the frame pointer is NULL and was getting
dereferenced which would halt window construction and stay there until
some other event was fired.
- MGR: Initial dose of code cleanup and shuffling. Order the menu functions
in the order in which they are displayed in the menu.
clientgui/
AdvancedFrame.cpp, .h
BOINCBaseFrame.cpp
BOINCBaseView.cpp
Events.h
ProjectListCtrl.cpp
sg_BoincSimpleGUI.cpp, .h
sg_ProjectsComponent.cpp, .h
WizardAttachProject.cpp
svn path=/trunk/boinc/; revision=19300
2009-10-14 17:11:57 +00:00
Charlie Fenton
1c5cfe55d7
MGR: Implement "Show active tasks / Show all tasks" button
...
svn path=/trunk/boinc/; revision=18816
2009-08-07 08:33:31 +00:00
Charlie Fenton
c7970d19ef
MGR: Finish merging "Attach to account manager" functionality into "Attach to project" wizard
...
svn path=/trunk/boinc/; revision=18112
2009-05-15 08:21:04 +00:00
Rom Walton
0e151ee5df
- MGR: Add the basic infrastructure for the up and comming news tab in
...
the advanced frame.
clientgui/
AdvancedFrame.cpp
BOINCGUIApp.cpp
Events.h
stdwx.h
ViewNews.cpp, .h (Added)
ViewResources.cpp
win_build/
boincmgr_curl.vcproj
svn path=/trunk/boinc/; revision=17596
2009-03-13 19:53:32 +00:00
Charlie Fenton
655301bfda
MGR: Multiple fixes to Async GUI RPCs, message polling, task bar tooltip updates
...
svn path=/trunk/boinc/; revision=16196
2008-10-14 03:28:34 +00:00
Charlie Fenton
1cf4b28528
MGR: async GUI RPCs: Merge GUI RPC code from private workspace into trunk. Eliminate Grid views.
...
svn path=/trunk/boinc/; revision=15850
2008-08-15 07:13:00 +00:00
Charlie Fenton
99de98c8be
MGR: async GUI RPCs: Code cleanup
...
svn path=/workspaces/charlief/; revision=15848
2008-08-15 02:27:30 +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
Charlie Fenton
3237c4ae3e
MGR: async GUI RPCs: All periodic RPCs for Simple View implemented.
...
svn path=/workspaces/charlief/; revision=15703
2008-07-29 13:06:28 +00:00
Charlie Fenton
0bc22ed690
MGR: Eliminate Grid Views. NOTE: The Grid View source files still should be removed from Windows project and makefiles for Linux, etc. and possibly from SVN trunk.
...
svn path=/workspaces/charlief/; revision=15689
2008-07-27 03:01:59 +00:00
Charlie Fenton
16b7432bbe
MGR: async GUI RPCs: Implement first Periodic RPCs called from a timer event for CachedStateUpdate(), ForceCacheUpdate(), GetCoreClientStatus().
...
svn path=/workspaces/charlief/; revision=15672
2008-07-25 11:44:21 +00:00
Charlie Fenton
2d193f918f
MGR: Add "Show only this project" button to messages tab
...
svn path=/trunk/boinc/; revision=15559
2008-07-08 12:47:05 +00:00
Charlie Fenton
2950cc0ece
MGR: New tasks and projects properties displays from Frank Weiler
...
svn path=/trunk/boinc/; revision=15537
2008-07-02 10:03:01 +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
82c765437d
- MGR: Fix the synchronize button and variables.
...
clientgui/
sg_ProjectsComponent.cpp, .h
SkinManager.cpp, .h
clientgui/res/skins/default/graphic
synchronize_button.xpm
synchronize_clicked_button.xpm
clientgui/res/templates/skins/
btnSynchronize.png
btnSynchronizeClick.png
svn path=/trunk/boinc/; revision=13324
2007-08-15 18:06:18 +00:00
Rom Walton
c8d4216006
- MGR: Respect the disallow_attach and simple_gui_only status
...
flags in both the simple GUI and advanced GUI.
- MGR: Enable the syncronize button in the simple GUI which
just causes an account manager update request.
- MGR: Fix an overactive assert in debug builds
clientgui/
AdvancedFrame.cpp
Events.h
sg_BoincSimpleGUI.cpp
sg_ProjectsComponent.cpp, .h
SkinManager.cpp
WelcomePage.cpp
clientgui/res/skins/default/graphic
syncronize_button.xpm (Added)
syncronize_clicked_button.xpm (Added)
clientgui/res/templates/skins
btnSynronize.png (Added)
btnSynronizeClick.png (Added)
svn path=/trunk/boinc/; revision=13271
2007-08-07 20:10:36 +00:00
Rom Walton
db585e88c5
- MGR: Adjust menu names.
...
clientgui/
AdvancedFrame.cpp
Events.h
svn path=/trunk/boinc/; revision=13067
2007-07-02 13:17:36 +00:00
Rom Walton
6f825ae2a5
v6 graphics work.
...
svn path=/trunk/boinc/; revision=12965
2007-06-20 01:04:18 +00:00
Rom Walton
492dbda61b
- MGR: Check initial function to launch v6graphics if it exists
...
in the slot directory.
NOTE: Only implemented in the advanced view list controls
for now.
clientgui/
Events.h
ViewWork.cpp, .h
svn path=/trunk/boinc/; revision=12955
2007-06-18 11:46:01 +00:00
Rom Walton
2c7b477892
- fixes #85 - Both Grid based views and List based views are now
...
available.
clientgui/
AdvancedFrame.cpp, .h
Events.h
svn path=/trunk/boinc/; revision=12711
2007-05-22 16:27:27 +00:00
Rom Walton
f05cba02bf
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12297
2007-04-03 13:14:30 +00:00
Rom Walton
01aeb307ce
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11980
2007-01-26 16:38:44 +00:00
David Anderson
afb1d21d9a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11890
2007-01-17 18:13:33 +00:00
David Anderson
3afa01c6cf
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11802
2007-01-08 17:29:02 +00:00
Rom Walton
b440e302aa
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11779
2007-01-05 23:31:38 +00:00
David Anderson
fe6da0dfe8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11741
2006-12-29 21:55:23 +00:00
David Anderson
177c4c719c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11724
2006-12-27 18:33:44 +00:00
David Anderson
12e3736667
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11690
2006-12-17 03:16:20 +00:00
Rom Walton
09dc253f8f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11632
2006-12-07 14:57:51 +00:00
Charlie Fenton
f068c7262d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11571
2006-11-23 00:52:21 +00:00
Charlie Fenton
2bc6dd124b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11564
2006-11-22 11:53:17 +00:00
Rom Walton
178a16c6c9
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11563
2006-11-22 09:51:59 +00:00
Rom Walton
1f5c498aad
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11353
2006-10-25 14:09:47 +00:00
David Anderson
8a9b845d84
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11258
2006-10-09 17:38:59 +00:00
Charlie Fenton
52a6b60915
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11018
2006-08-28 08:12:39 +00:00
Walt Gribben
31466b12a8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10931
2006-08-16 02:43:47 +00:00
Milos Travar
1d6249aa29
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10764
2006-07-26 15:14:01 +00:00
Milos Travar
4d10cfbfd7
Added Event for simple frame rendering
...
svn path=/trunk/boinc/; revision=10575
2006-07-05 21:14:34 +00:00
Rom Walton
9d9b248a20
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10509
2006-06-23 22:30:47 +00:00