- 22 Oct, 2015 1 commit
-
-
Charlie Fenton authored
MGR: fix a bug which made it difficult to select items when certain key fields are hidden (selection would always jump to item in top row)
-
- 07 Sep, 2015 1 commit
-
-
David Anderson authored
VS apparently requires "long long" to get 64 bits. Also: convert various floats to double in the Manager. BOINC shouldn't use floats anywhere. Always use doubles.
-
- 27 Aug, 2015 1 commit
-
-
David Anderson authored
Combine redundant TimeFormat() functions
-
- 01 May, 2015 1 commit
-
-
Charlie Fenton authored
MGR: Fix some crash bugs in the code to hide or rearrange columns which can occur when changing locale to a different language.
-
- 30 Apr, 2015 1 commit
-
-
Charlie Fenton authored
MGR: Fix some crash bugs in the code to hide or rearrange columns which can occur when changing locale to a different language.
-
- 15 Dec, 2014 2 commits
-
-
Charlie Fenton authored
-
Charlie Fenton authored
-
- 12 Dec, 2014 1 commit
-
-
Charlie Fenton authored
MGR: Fix a mysterious bug which sometimes prevented list headers from being drawn when using generic wxListCtrl.
-
- 11 Dec, 2014 1 commit
-
-
Charlie Fenton authored
- New dialog also allows restoring column configurations to defaults.
-
- 05 Dec, 2014 1 commit
-
-
Charlie Fenton authored
-
- 04 Dec, 2014 1 commit
-
-
Charlie Fenton authored
MGR: Allow user to change order of columns in Projects, Tasks and Transfers tabs (currently implemented by wxWidgets only for MS Windows.)
-
- 25 Jun, 2014 1 commit
-
-
Charlie Fenton authored
-
- 05 Jun, 2014 1 commit
-
-
Charlie Fenton authored
MGR: Fix typos in my commit 70639a73 for using EVT_LIST_CACHE_HINT instead of EVT_LIST_ITEM_SELECTED or EVT_LIST_ITEM_DESELECTED to immediately detect selection changes in generic wxListCtrl for updating task control panels.
-
- 28 May, 2014 1 commit
-
-
Charlie Fenton authored
MGR: add #define USE_LIST_CACHE_HINT to determine which platforms should use on EVT_LIST_CACHE_HINT and which should use EVT_LEFT_DOWN to trigger checking for item selection / deselection in wxListCtrl. This makes it independent of USE_NATIVE_LISTCONTROL. This is an improvement on my commit 70639a73.
-
- 22 May, 2014 2 commits
-
-
Charlie Fenton authored
MGR: Continue fixing detection of list selection and list deselection; It turns out that triggering on EVT_LIST_CACHE_HINT works better on Windows (native wxListCtrl) but mouse click events work better on Mac (generic wxListCtrl.) We still need to determine which is better on Linux.
-
Charlie Fenton authored
MGR: Continue fixing detection of list selection and list deselection; deselecting by clicking on empty part of list control (below or on its right) does not generate any list events if the selected item has been scrolled out of view, so we must use mouse click events within the wxListCtrl.
-
- 21 May, 2014 1 commit
-
-
Charlie Fenton authored
MGR: Simplification and efficiency improvements for list selection, list deselection and updating task panels.
-
- 05 Apr, 2014 1 commit
-
-
Rom Walton authored
MGR: Remove our list control zebra striping in favor of the wxWidgets version. It bases the background color on the selected theme.
-
- 05 Nov, 2013 4 commits
-
-
Charlie Fenton authored
-
Charlie Fenton authored
-
Charlie Fenton authored
- When Event Log is opened - When column widths are changed
-
Charlie Fenton authored
- When Event Log is opened - When column widths are changed
-
- 10 Aug, 2013 1 commit
-
-
David Anderson authored
-
- 15 May, 2013 1 commit
-
-
David Anderson authored
-
- 05 Mar, 2013 1 commit
-
-
David Anderson authored
-
- 20 Jul, 2011 1 commit
-
-
David Anderson authored
as described here: http://boinc.berkeley.edu/trac/wiki/ClientDataModel Compatibility: clients that upgrade to this version should see nothing unusual. Clients that downgrade from this version to a previous version should see all projects reset (i.e. tasks disappear and then get re-downloaded). - manager: always show whether a file transfer is upload or download - client: don't scale work requests by resource share svn path=/trunk/boinc/; revision=23862
-
- 10 May, 2010 1 commit
-
-
David Anderson authored
- manager: WTF?? master URL, not name, identifies projects. - manager: got rid of a bunch of unused functions svn path=/trunk/boinc/; revision=21449
-
- 07 May, 2010 1 commit
-
-
David Anderson authored
- manager: code reorg. ViewTransfers and DlgItemProperties both had a long member function to generate a string describing a task. One of these was out of date. Replaced these with a single non-member function. - manager: fixed sizer problem in attach wizard that caused missing word - client: minor code reorg svn path=/trunk/boinc/; revision=21412
-
- 01 May, 2010 1 commit
-
-
David Anderson authored
show an alert. - manager: in transfers tab, show it if transfers are suspended because network is suspended - manager: in tasks tab, if a task is downloading or uploading and network is suspended, show it svn path=/trunk/boinc/; revision=21346
-
- 12 Mar, 2010 1 commit
-
-
Rom Walton authored
properly. <Various Files> svn path=/trunk/boinc/; revision=20873
-
- 22 Dec, 2009 1 commit
-
-
Charlie Fenton authored
MGR: Make GetCurrentViewPage() indepenedent of tab positons; Always set Periodic RPC timer to 1 second if showing event log; Minor code cleanup from Rom svn path=/trunk/boinc/; revision=20005
-
- 29 Oct, 2009 1 commit
-
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=19388
-
- 31 Jul, 2009 2 commits
-
-
David Anderson authored
svn path=/trunk/boinc/; revision=18790
-
David Anderson authored
(This bug has been there since 28 Oct 2004) - GUI RPC and manager: include project backoff in FILE_TRANSFER, so that manager gets up-to-date value svn path=/trunk/boinc/; revision=18786
-
- 28 Jul, 2009 1 commit
-
-
David Anderson authored
svn path=/trunk/boinc/; revision=18753
-
- 22 Jul, 2009 2 commits
-
-
David Anderson authored
svn path=/trunk/boinc/; revision=18663
-
David Anderson authored
2 * max(ncpus, ngpus); show this in the state displayed by <work_fetch_debug> - manager: show project-wide backoff in transfers tab svn path=/trunk/boinc/; revision=18662
-
- 01 May, 2009 1 commit
-
-
Rom Walton authored
name, so the configuration group name is consistant across all languages and does not cause conversion issues on different platforms where the configuration information is treated differently when compiled Unicode vs. ANSI. clientgui/ ViewMessages.cpp ViewNews.cpp ViewProjects.cpp ViewResources.cpp ViewStatistics.cpp ViewTransfers.cpp ViewWork.cpp svn path=/trunk/boinc/; revision=17955
-
- 02 Dec, 2008 1 commit
-
-
Charlie Fenton authored
MGR: Add style wxFULL_REPAINT_ON_RESIZE to Task Pane, remove previous attempts to fix its backgorund erase; remove obsolete m_bForceUpdateSelection logic. svn path=/trunk/boinc/; revision=16597
-
- 01 Dec, 2008 1 commit
-
-
Charlie Fenton authored
MGR: Update Tasks panel only when necessary, trying again to fix redraw glitch on Windows; fix Mac Messages tab not getting deselection events due to wxWidgets bug. svn path=/trunk/boinc/; revision=16587
-