Charlie Fenton
aee734926b
MGR: Fix compiler warning which was introduced by commit 0630470
.
2015-05-05 16:22:02 -07:00
David Anderson
44c82bea9e
client: detect errors in directory enumeration
...
Previously, the dir_scan() function didn't distinguish between
- reaching the end of the directory
- errors
It just returned nonzero in either case.
This means that the function that cleans out a slot dir
(client_clean_out_dir())
could potentially return success even though the directory is nonempty.
This could potentially cause the recently-reported problem
where a slot dir contains a VM image from a previous job.
2015-05-04 14:48:34 -07:00
Charlie Fenton
fd5fe4c7ee
MGR: Fix a bug in setting column order which I introduced in my previous 2 commits.
2015-05-01 15:00:05 -07:00
David Anderson
9b1f0e8574
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2
2015-05-01 14:04:48 -07:00
David Anderson
7ad5aa180f
Manager: tweaks to translatable strings; add comments for gettext
2015-05-01 14:04:25 -07:00
David Anderson
f13876a108
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2
2015-05-01 13:54:13 -07:00
Rom Walton
d3d57cae99
MGR: Prevent the 'back' button from being enabled on the project and account manager info pages.
2015-05-01 12:31:44 -04:00
Charlie Fenton
b1332ad67c
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
David Anderson
fe821d2103
Manager: add context comments before some translatable strings
2015-04-30 13:58:43 -07:00
Rom Walton
11c3ea15ff
MGR: Remove comment blocks that were being included in the translation template
2015-04-30 15:20:20 -04:00
Charlie Fenton
54bbac5c4f
MGR: Fix some crash bugs in the code to hide or rearrange columns which can occur when changing locale to a different language.
2015-04-30 03:39:59 -07:00
Rom Walton
aae8b0d907
MGR: Remove non-UTF8 character that was causing problems for the string extraction tool.
2015-04-29 16:45:06 -04:00
Rom Walton
a879de776a
MGR: Bug fixes for previous wizard changes.
2015-04-29 16:18:55 -04:00
Rom Walton
4372003eb8
MGR: Remove WelcomePage.cpp from build system. (From: Benji Wiebe)
2015-04-28 07:53:22 -04:00
Rom Walton
2d8fd11fac
MGR: Remove welcome page from wizard and split the attach wizard into two menu items.
2015-04-27 19:00:15 -04:00
Charlie Fenton
27f622ffc1
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.
...
Vertical anchor is one of: <anchor_vertical_top>, <anchor_vertical_center> or <anchor_vertical_bottom>.
Horizontal anchor is one of: <anchor_horizontal_left>, <anchor_horizontal_center>, <anchor_horizontal_right>.
If none of the tags are present, these default values are used:
The defaults for the main Simple View background are <anchor_vertical_top> and <anchor_horizontal_left>.
The defaults for the Simple View Preferences dialog background are <anchor_vertical_center> and <anchor_horizontal_center>.
2015-04-09 03:44:29 -07:00
Charlie Fenton
d63038ca14
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
Charlie Fenton
c64adb6e30
MGR: If not connected to client, disable snooze menu items in task bar icon menu
2015-04-07 22:48:59 -07:00
Charlie Fenton
4e51a6fcd2
MGR: If not connected to client, disable menu items which require a connection
2015-04-07 21:37:09 -07:00
Charlie Fenton
f1e1b7167a
MGR: Fix a crash bug if connection to client is lost in Simple View
2015-04-07 21:35:56 -07:00
Charlie Fenton
18538bce7c
MGR: Don't allow user to enter start time = end time for time-of-day or day-of-week preferences
2015-04-07 00:33:09 -07:00
David Anderson
42c4f7adc7
Manager: menu item shuffle
...
Advanced view: move Event Log to Tools
Simple view: add Tools menu, and put Event Log and Add Project there.
2015-04-04 11:44:16 -07:00
Charlie Fenton
83e4926b33
MGR: Fix CTransparentHyperlinkCtrl display on MS Windows which I broke in my last checkin.
2015-03-31 06:14:58 -07:00
Charlie Fenton
05cecebb0c
MGR: Fix compiler warnings; fix Simple Prefs bitmap display on Linux.
2015-03-31 06:00:52 -07:00
Charlie Fenton
6dcc3a65d5
MGR: Add a leading space between checkboxes and their labels in Simple Prefs dialog.
2015-03-31 02:18:52 -07:00
Charlie Fenton
2a8a22b77b
MGR: Set default background of Simple Prefs dialog to white.
2015-03-31 02:17:45 -07:00
Charlie Fenton
47bd5c0685
MGR: When erasing controls in Simple Preferences dialog, align background image correctly for controls that are descendants of the dialog deeper than one level (grandchild, great-grandchild, etc.)
2015-03-28 04:09:34 -07:00
Charlie Fenton
cb573ef75f
MGR: Fix build breaks on Macintosh.
2015-03-27 05:21:37 -07:00
Charlie Fenton
2702e2e32b
MGR: Fix appearance of Simple Preferences dialog items when tabbing through the items to change focus; adjust length of static line for DPI setting on Windows.
2015-03-27 05:04:05 -07:00
Charlie Fenton
3c37852618
MGR: Fixes for correctly displaying controls over a background image in Simple Preferences; adjust size of warning symbol bitmap for dpi setting on Windows for Simple and Advanced Preferences.
2015-03-26 19:37:59 -07:00
Charlie Fenton
e68e741111
MGR: Updates to Simple Preferences dialog: restore reference to Advanced Prefs dialog; fix controls to appear properly over a background image. The warning icon does not yet appear correctly over a background image.
2015-03-25 06:08:41 -07:00
Charlie Fenton
6490731914
MGR: Modify Simple Preferences dialog to match Advanced Preferences dialog and Web Preferences.
2015-03-24 04:50:40 -07:00
David Anderson
c75753d1d7
Manager: Don't use "&" in translatable string.
...
WxWidgets requires "&&" for some reason,
and this confuses translators.
2015-03-13 23:55:20 -07:00
Rom Walton
162d9c7883
MGR: Update about box with updated information
2015-03-13 12:35:08 -04:00
Rom Walton
06304700ba
MGR: Remove context-sensitive help button
2015-03-13 12:15:37 -04:00
David Anderson
2bb0bc8829
Manager: menu tweaks
2015-03-12 09:47:39 -07:00
David Anderson
8200edc08c
Manager: menu tweaks
2015-03-11 21:26:57 -07:00
David Anderson
f4503e14c7
Manager: simple view menu tweaks
2015-03-11 15:38:59 -07:00
David Anderson
32f6ef5892
Manager: shuffle menus
2015-03-11 15:13:19 -07:00
David Anderson
b490549af7
Manager: show task running state correctly (fix last commits)
2015-03-10 23:14:01 -07:00
David Anderson
b9fd2db943
Manager: fix simple view display bug when use <dont_suspend_nci>
2015-03-10 11:20:49 -07:00
David Anderson
0a06877c83
Manager: fix display bug with <dont_suspend_nci>
2015-03-10 11:01:12 -07:00
Charlie Fenton
af17979681
MGR: In Advanced Preferences dialog, fix '&' in "Disk & Memory" tab label.
2015-03-06 15:03:18 -08:00
David Anderson
7c6d55a048
manager comment tweak
2015-03-05 12:45:40 -08:00
Charlie Fenton
3148f84cc6
MGR: In Advanced Preferences dialog, fix initial values set for network usage limit and time of day and day-of-week suspensions; more code cleanup.
2015-03-04 03:01:13 -08:00
David Anderson
9969bec041
Manager: string tweak
2015-03-03 10:03:27 -08:00
Charlie Fenton
3fc9ca7e80
MGR: avoid unnecessary event handling in Advanced Preferences dialog.
2015-03-03 06:56:00 -08:00
Charlie Fenton
a0181e871b
MGR: tweaks to Advanced Preferences dialog: don't display decimal point and digits after decimal point if 0; set initial values for Day-of-week overrides when checkboxes are firs set; adjustments to a few strings; minor code cleanup.
2015-03-03 03:26:40 -08:00
Charlie Fenton
0733a3c344
MGR: minor code cleanup in Advanced Preferences dialog.
2015-03-02 14:49:09 -08:00
Rom Walton
3da773eb90
MGR: Remove, now bogus, menu item.
2015-03-02 16:40:00 -05:00