2010-01-03 17:47:40 +00:00
|
|
|
David 3 Jan 2010
|
|
|
|
- client: ATI available RAM wasn't being detected correctly
|
|
|
|
|
|
|
|
client/
|
|
|
|
coproc_detect.cpp
|
2010-01-04 17:06:54 +00:00
|
|
|
|
|
|
|
David 4 Jan 2010
|
|
|
|
- web: don't show news items if they're hidden
|
|
|
|
|
|
|
|
html/inc/
|
|
|
|
news.inc
|
2010-01-04 17:08:46 +00:00
|
|
|
|
|
|
|
David 4 Jan 2010
|
|
|
|
- client: RSS feed stuff
|
|
|
|
|
|
|
|
client/
|
|
|
|
cs_notice.cpp,h
|
|
|
|
lib/
|
|
|
|
notice.cpp
|
2010-01-04 17:43:18 +00:00
|
|
|
|
|
|
|
Rom 4 Jan 2010
|
|
|
|
- lib: fixup notice RPCs to make them manager compatible.
|
|
|
|
- lib: remove memset from notice constructor, bad things can happen
|
|
|
|
when you null out a std::string structure.
|
|
|
|
|
|
|
|
lib/
|
|
|
|
gui_rpc_client.h
|
|
|
|
gui_rpc_client_ops.cpp
|
|
|
|
notice.cpp, .h
|
2010-01-04 18:09:29 +00:00
|
|
|
|
|
|
|
Rom 4 Jan 2010
|
|
|
|
- MGR: Implement Notice RPC infrastructure.
|
|
|
|
|
2010-01-05 01:12:59 +00:00
|
|
|
clientgui/
|
|
|
|
AsyncRPC.cpp, .h
|
|
|
|
MainDocument.cpp, .h
|
|
|
|
|
|
|
|
Rom 4 Jan 2010
|
|
|
|
- MGR: Implement UI plumbing for notices
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
ViewNotifications.cpp, .h
|
|
|
|
|
|
|
|
Rom 4 Jan 2010
|
|
|
|
- MGR: Display each notice in the notices tab.
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
MainDocument.cpp
|
|
|
|
ViewNotifications.cpp, .h
|
2010-01-05 01:56:30 +00:00
|
|
|
|
|
|
|
David 4 Jan 2010
|
|
|
|
- GUI RPC: return notices in order of increasing seqno, not decreasing
|
|
|
|
client/
|
|
|
|
cs_notice.cpp
|
2010-01-05 02:21:33 +00:00
|
|
|
|
|
|
|
Rom 4 Jan 2010
|
|
|
|
- MGR: Present the newest notices first.
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
MainDocument.cpp
|
|
|
|
lib/
|
|
|
|
gui_rpc_client_ops.cpp
|