Rom Walton
16a237231f
New skin for a new WCG client
...
svn path=/trunk/boinc/; revision=22404
2010-09-23 20:29:51 +00:00
Rom Walton
66190aa0fc
- MGR: Display the default action in the system tray menu in bold again.
...
- MGR: If connected to the localhost, don't display the computer name
in the window title.
- MGR: Change the exit menu item text to be a little more specific about
what is being shutdown. Use the same scheme as the exit text in the
status bar so that it'll automatically be localized.
- SCR: Remove some old Win9x code.
clientgui/
AdvancedFrame.cpp
BOINCTaskBar.cpp
clientscr/
screensaver_win.cpp, .h
svn path=/trunk/boinc/; revision=22402
2010-09-23 18:35:06 +00:00
David Anderson
5f23ce067f
- client: typo fix
...
svn path=/trunk/boinc/; revision=22398
2010-09-22 22:50:45 +00:00
David Anderson
695eb80680
- web: authenticate notices request
...
svn path=/trunk/boinc/; revision=22397
2010-09-22 22:48:15 +00:00
David Anderson
b3383c281e
- client/web: change RSS feed mechanism a little.
...
If <use_since_time> is included in feed description,
the client will append &since_time=x to the URL,
where x is the lastBuildDate of the previous reply.
This notices handler (notices.php) sends only notices
newer than this.
- client: discard old notices as they arrive
svn path=/trunk/boinc/; revision=22396
2010-09-21 23:49:21 +00:00
Charlie Fenton
d2486ca98f
Mac: Update XCode project for XCode 3.2.4
...
svn path=/trunk/boinc/; revision=22395
2010-09-21 01:20:02 +00:00
David Anderson
d1e66f0427
- web: appearance tweaks from Simek; fixes #1012
...
svn path=/trunk/boinc/; revision=22394
2010-09-20 23:59:25 +00:00
David Anderson
7f941b8cf6
Update Translations
...
svn path=/trunk/boinc/; revision=22393
2010-09-20 20:42:56 +00:00
Rom Walton
60083f8be2
Quick Updates
...
svn path=/trunk/boinc/; revision=22392
2010-09-20 20:40:22 +00:00
David Anderson
025994815a
Update Translations
...
svn path=/trunk/boinc/; revision=22391
2010-09-20 20:26:24 +00:00
David Anderson
5911a059dd
- compile fix
...
svn path=/trunk/boinc/; revision=22390
2010-09-20 17:16:44 +00:00
David Anderson
2e00bb3084
- scheduler: fix crashing bug when client reports a large # (1000+)
...
of results (256KB not enough for query in this case)
svn path=/trunk/boinc/; revision=22389
2010-09-19 03:42:51 +00:00
David Anderson
ec2577771f
- client: when computing non-BOINC CPU usage,
...
allow for the possibility that suspended BOINC apps
aren't really suspended
(e.g. multithread apps that don't use boinc_init_parallel())
- client: message tweak
svn path=/trunk/boinc/; revision=22388
2010-09-18 04:04:08 +00:00
David Anderson
7ac7bdcb04
- scheduler: message tweak
...
svn path=/trunk/boinc/; revision=22384
2010-09-17 22:01:42 +00:00
David Anderson
7c4363a7ba
- client: improve "wrong URL" messages
...
- client: add title to client/server messages: "Notice from BOINC"
svn path=/trunk/boinc/; revision=22383
2010-09-17 05:24:37 +00:00
David Anderson
7ec13c4a31
- client: fix boinc_temporary_exit() handling on Unix (from Hien)
...
svn path=/trunk/boinc/; revision=22382
2010-09-17 03:57:47 +00:00
David Anderson
e4763dc759
- web: server_status.php is not an ops page
...
svn path=/trunk/boinc/; revision=22381
2010-09-17 03:45:39 +00:00
David Anderson
82c80f73be
- web: bug fix
...
svn path=/trunk/boinc/; revision=22379
2010-09-16 19:01:14 +00:00
David Anderson
884a53ff91
svn path=/trunk/boinc/; revision=22378
2010-09-16 18:55:48 +00:00
David Anderson
1c953745ed
- web: don't call filter_var() if it doesn't exist (PHP version < 5.2)
...
svn path=/trunk/boinc/; revision=22377
2010-09-16 18:53:39 +00:00
BOINC Translator
2800f7a2a4
Update Translations
...
svn path=/trunk/boinc/; revision=22374
2010-09-16 12:00:29 +00:00
BOINC Translator
4456920c09
Update Translations
...
svn path=/trunk/boinc/; revision=22372
2010-09-16 11:00:05 +00:00
BOINC Translator
1ed73006ba
Commit from BOINC Translation Services by user ChristianB. 34 of 34 messages translated (0 fuzzy).
...
svn path=/trunk/boinc/; revision=22371
2010-09-16 10:37:45 +00:00
BOINC Translator
65234db11e
Update Translations
...
svn path=/trunk/boinc/; revision=22370
2010-09-16 10:00:07 +00:00
Rom Walton
2aacdfaa60
Fix build break.
...
svn path=/trunk/boinc/; revision=22368
2010-09-16 04:35:54 +00:00
David Anderson
d48e377e8a
Win compile fix
...
svn path=/trunk/boinc/; revision=22367
2010-09-16 03:53:27 +00:00
David Anderson
d3e4c729e5
- web: don't require that SECURE_URL_BASE be set,
...
or that it end with a /
svn path=/trunk/boinc/; revision=22366
2010-09-15 23:47:49 +00:00
David Anderson
2985faec3e
- client: if we successfully did CPU benchmarks,
...
don't keep doing them every 5 days unless restart the client
fixes #994
svn path=/trunk/boinc/; revision=22365
2010-09-15 23:38:59 +00:00
David Anderson
5cb66db61d
- client (Win): use MoveFileEx() to rename file.
...
More atomic than delete/rename.
fixes #1010
svn path=/trunk/boinc/; revision=22364
2010-09-15 23:25:23 +00:00
David Anderson
1637c19e08
- API and sample apps: pass buf length arg to boinc_msg_prefix()
...
and use snprintf() to avoid overrun.
Can't see why this could ever happen.
Attempt to fix crash in E@h apps.
svn path=/trunk/boinc/; revision=22363
2010-09-15 23:03:30 +00:00
David Anderson
70ad1dcb4b
- compile fix for Mac
...
svn path=/trunk/boinc/; revision=22362
2010-09-15 22:43:09 +00:00
David Anderson
0ccf399136
- web: move server status page from ops/ to user/.
...
Remove funky file-writing stuff - just use caching.
fixes #913
- web: include link to server status page on sample front page
svn path=/trunk/boinc/; revision=22361
2010-09-15 22:28:33 +00:00
David Anderson
a766b9c766
- web: improve server status page, and make it translatable
...
From Christian Beer
svn path=/trunk/boinc/; revision=22360
2010-09-15 22:06:45 +00:00
David Anderson
0d41de283a
- client: revert to old network functions (gethostbyname() etc.) on Win:
...
- inet_ntop() etc. exist only on Vista+
- the other functions are declared in winsock2.h.
This breaks the Manager build, since wxwidgets includes winsock.h.
So to hell with it.
- windows build: manager doesn't depend on client
svn path=/trunk/boinc/; revision=22358
2010-09-15 20:33:44 +00:00
BOINC Translator
80bf3a5608
Update Translations
...
svn path=/trunk/boinc/; revision=22357
2010-09-15 20:00:04 +00:00
BOINC Translator
c4bb8f7833
Commit from BOINC Translation Services by user SaharovNA. 804 of 804 messages translated (0 fuzzy).
...
svn path=/trunk/boinc/; revision=22356
2010-09-15 19:11:19 +00:00
David Anderson
b6e64bc268
svn path=/trunk/boinc/; revision=22355
2010-09-15 17:46:14 +00:00
David Anderson
52645014a7
svn path=/trunk/boinc/; revision=22354
2010-09-15 17:42:56 +00:00
David Anderson
0f4735352a
- client: a bit of IPv6 compatibility
...
- use "sockaddr_storage" to store network addresses
(which may be IPv4 or IPv6)
rather than assuming they fit in an int.
- the entries in gui_rpc_auth.cfg may now be IPv6 addresses
(a🅱️ c:e:f:g format),
or domain names of hosts that support only IPv6
Note: GUI RPCs are still constrained to use IPv4,
but this should be easy to change if it's every needed
Also: replace deprecated gethostbyname() with getaddrinfo().
svn path=/trunk/boinc/; revision=22353
2010-09-15 17:41:25 +00:00
BOINC Translator
8af63d1ded
Updates
...
svn path=/trunk/boinc/; revision=22352
2010-09-15 16:38:33 +00:00
Charlie Fenton
1d242d7a14
MGR: Statistics tab: optimize and fix bugs in new graph showing sum of selected projects
...
svn path=/trunk/boinc/; revision=22349
2010-09-15 09:29:04 +00:00
Charlie Fenton
5ea7019cf4
MGR: Statistics tab: optimize and fix bugs in new graph showing sum of selected projects
...
svn path=/trunk/boinc/; revision=22348
2010-09-15 09:09:29 +00:00
Charlie Fenton
7ae4d581bd
MGR: Statistics tab: optimize and fix bugs in new graph showing sum of selected projects
...
svn path=/trunk/boinc/; revision=22347
2010-09-15 08:57:11 +00:00
BOINC Translator
966b663e0a
Commit from BOINC Translation Services by user Necroman. 819 of 911 messages translated (0 fuzzy).
...
svn path=/trunk/boinc/; revision=22346
2010-09-14 20:56:30 +00:00
David Anderson
81dfb9e6fc
- lib: check for malloc() NULL return; fixes #921
...
svn path=/trunk/boinc/; revision=22345
2010-09-14 16:54:17 +00:00
Charlie Fenton
0e31e534b7
MGR: Statistics tab: add graph showing sum of selected projects
...
svn path=/trunk/boinc/; revision=22344
2010-09-14 14:04:59 +00:00
David Anderson
3882d875c8
- back end: compile fixes
...
svn path=/trunk/boinc/; revision=22343
2010-09-13 23:40:32 +00:00
David Anderson
3de5a1d410
- client: remove spurious msgs about deleting files while in use
...
- scheduler: add log messages related to max jobs in progress
svn path=/trunk/boinc/; revision=22342
2010-09-13 21:20:30 +00:00
Rom Walton
0ec362318c
- WINSCR: Set the screen saver log directory to the data directory.
...
- WINSCR: Already create a log file, even on release builds, just don't
write trace messages.
- WINSCR: Be a bit more paranoid about not being able to detect keyboard
and mouse activity. If the function fails for whatever reason
shutdown the screensaver.
clientscr/
screensaver_win.cpp
svn path=/trunk/boinc/; revision=22341
2010-09-13 19:47:29 +00:00
Rytis Slatkevičius
b812b28e5b
Quick fix of result filtering by app
...
svn path=/trunk/boinc/; revision=22340
2010-09-13 16:12:00 +00:00