From: poy <po...@12...> - 2009-03-11 20:51:34
|
now supports re-opening of file lists, as long as they are not deleted. also: - fixed some locking issues. - moved saved params parsing logic from MainWindow::on(WindowManagerListener::Window, ...) to each child window which now implements a static void parseWindowParams(dwt::TabView* parent, const StringMap& params) that defaults to just opening the window for standard windows; hubs, PMs, file lists overload it to parse their own params. - simplified opening own file list, now it's all in DirectoryListingFrame. todo: - find a way to not delete opened file lists; right now re-opening of file lists only works when the "delete file lists" option is not activated. any suggestion? - update the title of the file list window when a hub is connected, right now it only shows the CID because it doesn't know the nick when the window is initially opened. poy |