Activity log for bug #839060

Date Who What changed Old value New value Message
2011-09-01 20:29:22 Alejandro J. Cura bug added bug
2011-09-01 20:30:18 Launchpad Janitor branch linked lp:~alecu/ubuntuone-client/cleanup-emit-signals
2011-09-01 22:19:05 Alejandro J. Cura description Each object in the IPC client is connected to every signal from the IPC server. This is wrong, and huge list of errors is logged on both logs because there are no handlers for every signal in every object. The solution would be to pass in the "register_to_signals" ipc method a list of the signals that each client is interested in, and has callbacks for. Each object in the IPC client is connected to every signal from the IPC server. This is wrong, and a huge list of errors is logged on both the IPC client (control panel) and IPC server (syncdaemon), because there are no handlers for every signal in every object. The solution would be to pass in the "register_to_signals" ipc method a list of the few signals that each client is interested in, and has callbacks for, and have the emit method only call the interested client.
2011-09-02 15:34:25 Ubuntu One Auto Pilot ubuntuone-client: status New Fix Committed
2011-09-02 17:49:38 Alejandro J. Cura ubuntuone-client: importance Undecided Critical
2011-09-26 16:14:15 Joshua Hoover tags u1-zomg-windows u1-windows u1-zomg-windows
2011-09-27 13:46:47 dobey ubuntuone-client: milestone 2.0.0
2011-09-27 15:26:07 dobey ubuntuone-client: status Fix Committed Fix Released