Commit Graph

15464 Commits

Author SHA1 Message Date
BOINC Translator 6baa74ee4e Update Translations
svn path=/trunk/boinc/; revision=20902
2010-03-14 11:00:08 +00:00
BOINC Translator c671a68f9d Update Translations
svn path=/trunk/boinc/; revision=20901
2010-03-13 21:00:03 +00:00
BOINC Translator b3fc84758c Update Translations
svn path=/trunk/boinc/; revision=20900
2010-03-13 19:00:04 +00:00
BOINC Translator 3535731e5a Update Translations
svn path=/trunk/boinc/; revision=20899
2010-03-13 18:00:02 +00:00
BOINC Translator ed5132b4ed Update Translations
svn path=/trunk/boinc/; revision=20898
2010-03-13 17:00:02 +00:00
BOINC Translator 600ff47915 Update Translations
svn path=/trunk/boinc/; revision=20897
2010-03-13 16:00:03 +00:00
BOINC Translator beba592129 Update Translations
svn path=/trunk/boinc/; revision=20896
2010-03-13 14:00:04 +00:00
BOINC Translator b181675e09 Update Translations
svn path=/trunk/boinc/; revision=20895
2010-03-13 13:00:06 +00:00
BOINC Translator 686965dda7 Update Translations
svn path=/trunk/boinc/; revision=20894
2010-03-13 12:00:02 +00:00
BOINC Translator 9222a1bbb6 Update Translations
svn path=/trunk/boinc/; revision=20893
2010-03-13 09:00:08 +00:00
BOINC Translator 8fc2e0889c Update Translations
svn path=/trunk/boinc/; revision=20892
2010-03-13 08:00:07 +00:00
David Anderson 6e7c91f181 compile fixes
svn path=/trunk/boinc/; revision=20891
2010-03-13 05:42:25 +00:00
BOINC Translator b723669be0 Update Translations
svn path=/trunk/boinc/; revision=20890
2010-03-13 05:00:03 +00:00
David Anderson 3452bbbc87 - GUI RPC: more replacement of std::string
svn path=/trunk/boinc/; revision=20889
2010-03-13 04:40:37 +00:00
David Anderson 9d21389844 compile fixes
svn path=/trunk/boinc/; revision=20888
2010-03-13 04:25:07 +00:00
BOINC Translator 987ebdd3ba Update Translations
svn path=/trunk/boinc/; revision=20887
2010-03-13 04:00:02 +00:00
BOINC Translator db10115c8b Update Translations
svn path=/trunk/boinc/; revision=20886
2010-03-13 03:00:02 +00:00
BOINC Translator daae8dde97 Update Translations
svn path=/trunk/boinc/; revision=20885
2010-03-13 02:00:02 +00:00
BOINC Translator 422ad0d4b0 Commit from BOINC Translation Services by user Robee. 54 of 59 messages translated (4 fuzzy).
svn path=/trunk/boinc/; revision=20884
2010-03-13 00:42:22 +00:00
BOINC Translator 2c84d947a2 Update Translations
svn path=/trunk/boinc/; revision=20883
2010-03-13 00:00:04 +00:00
David Anderson 85d0027d3b - server: DB update queries check that the number of affected rows is 1.
However, MySQL's default is that "affected rows" is
    rows actually modified, which is not what we want.
    Use the CLIENT_FOUND_ROWS option in mysql_real_connect()
    to change the semantics to "rows matched".
    From Oliver Bock.

svn path=/trunk/boinc/; revision=20880
2010-03-12 19:36:20 +00:00
David Anderson d6ce6ca0b7 - client: we weren't marking GPU jobs as EDF-scheduled
svn path=/trunk/boinc/; revision=20879
2010-03-12 18:17:55 +00:00
David Anderson 0972c3e225 fixes to last checkin
svn path=/trunk/boinc/; revision=20878
2010-03-12 18:00:33 +00:00
David Anderson 86582342a8 - GUI RPC: in the structures used in the C++ interface to GUI RPC,
change various std::string to char[n], to improve performance.

NOTE: std::string should ONLY be used in cases where there is
no a priori limit on string length.
If there's a limit (e.g. because the string originates in
a fixed-size database field) always use char[n].

svn path=/trunk/boinc/; revision=20877
2010-03-12 17:47:17 +00:00
Rom Walton b9fed7ee8c Quick Updates
svn path=/trunk/boinc/; revision=20875
2010-03-12 17:22:46 +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
Charlie Fenton e59128fd45 MGR: Add defines for EVENT_LOG_RULES and BASEVIEW_RULES to allow compile-type selection of rules and / or stripes in lists
svn path=/trunk/boinc/; revision=20872
2010-03-12 08:33:00 +00:00
BOINC Translator c6f113638f Commit from BOINC Translation Services by user YG. 918 of 918 messages translated (0 fuzzy).
svn path=/trunk/boinc/; revision=20871
2010-03-12 05:23:38 +00:00
David Anderson 0ca396f73d - Manager/client: show project name with notices
svn path=/trunk/boinc/; revision=20870
2010-03-12 04:42:25 +00:00
Charlie Fenton 7e6fd1a4b2 Mgr: use system text colors in lists; remove erroneous line of code which set the background stripes to almost black
svn path=/trunk/boinc/; revision=20869
2010-03-12 04:28:15 +00:00
BOINC Translator 04d9200136 Update Translations
svn path=/trunk/boinc/; revision=20868
2010-03-12 03:00:02 +00:00
Charlie Fenton 7cac117d5b MGR: change gray color for list stripes to (247, 247, 247) from (240, 240, 240)
svn path=/trunk/boinc/; revision=20867
2010-03-12 02:44:02 +00:00
Rom Walton 3bcff4e2db Convert any long file names to short filenames.
svn path=/trunk/boinc/; revision=20866
2010-03-12 01:38:30 +00:00
Charlie Fenton db6fef98b1 MGR: use alternating gray and white background stripes in all lists; change gray color to (230, 230, 230)
svn path=/trunk/boinc/; revision=20865
2010-03-12 01:20:24 +00:00
Rom Walton 4a23a1beaa Possible fix to build script?
svn path=/trunk/boinc/; revision=20864
2010-03-12 00:57:11 +00:00
Charlie Fenton 568c525072 MGR: Fix to my previous checkin: RefreshRPCs() shouldn't change zero time stamp
svn path=/trunk/boinc/; revision=20862
2010-03-12 00:35:38 +00:00
Rom Walton 3dc04f98fb Quick Updates
svn path=/trunk/boinc/; revision=20861
2010-03-12 00:26:42 +00:00
Rom Walton 03e9106162 Quick Updates
svn path=/trunk/boinc/; revision=20860
2010-03-12 00:23:38 +00:00
Rom Walton 278c916d91 Quick Updates
svn path=/trunk/boinc/; revision=20851
2010-03-11 21:19:40 +00:00
David Anderson 43f0c70458 - credit test program:
It's working pretty well; for S@h, new credit is 56% of old credit,
    whether or not we include small-credit jobs.
- improve AVERAGE class (from John McLeod)

svn path=/trunk/boinc/; revision=20845
2010-03-11 17:49:19 +00:00
Rom Walton 0e65b2d41a - MGR: Prevent flicker and lack of display by using the regular tooltip
for the Project List control on Windows.
        
    clientgui/
        ProjectListCtrl.cpp, .h

svn path=/trunk/boinc/; revision=20844
2010-03-11 16:19:33 +00:00
BOINC Translator 5c55a4c732 Update Translations
svn path=/trunk/boinc/; revision=20843
2010-03-11 16:00:02 +00:00
Charlie Fenton 30f93a42b4 svn path=/trunk/boinc/; revision=20841 2010-03-11 11:30:15 +00:00
David Anderson 08af46829a - credit test program: create a data file separately so you
don't have to do a big DB query each time


svn path=/trunk/boinc/; revision=20837
2010-03-11 04:19:07 +00:00
David Anderson 10507c3d9f svn path=/trunk/boinc/; revision=20835 2010-03-11 02:11:40 +00:00
BOINC Translator 2326314209 Update Translations
svn path=/trunk/boinc/; revision=20834
2010-03-11 02:00:02 +00:00
David Anderson 4054775f35 svn path=/trunk/boinc/; revision=20833 2010-03-11 01:39:14 +00:00
Charlie Fenton 00d0a6ccc7 MGR: Improve performance when reducing number of rows in lists (as when selecting "Show active tasks")
svn path=/trunk/boinc/; revision=20832
2010-03-11 01:14:07 +00:00
BOINC Translator 159915a177 Update Translations
svn path=/trunk/boinc/; revision=20830
2010-03-11 01:00:02 +00:00
BOINC Translator 003adaf462 Update Translations
svn path=/trunk/boinc/; revision=20829
2010-03-11 00:00:03 +00:00