From: <sv...@va...> - 2010-01-24 18:57:24
|
Author: cerion Date: 2010-01-24 18:57:15 +0000 (Sun, 24 Jan 2010) New Revision: 471 Log: Basic port of Vg XML log parsing,binding,displaying in a treeview. (for XML files only - starting Vg process and streaming the XML not yet done) Note to self: rem to thank the lord(s) that the xml framework hasn't changed much between Qt3->4! Still plenty work to be done: the old Qt3-QListView is now a Qt4-QTreeWidget, which works somewhat differently :-( Added: branches/valkyrie_qt4port/toolview/vglogview.cpp branches/valkyrie_qt4port/toolview/vglogview.h branches/valkyrie_qt4port/utils/vglog.cpp branches/valkyrie_qt4port/utils/vglog.h branches/valkyrie_qt4port/utils/vglogreader.cpp branches/valkyrie_qt4port/utils/vglogreader.h Modified: branches/valkyrie_qt4port/main.cpp branches/valkyrie_qt4port/mainwindow.cpp branches/valkyrie_qt4port/mainwindow.h branches/valkyrie_qt4port/objects/helgrind_object.h branches/valkyrie_qt4port/objects/memcheck_object.cpp branches/valkyrie_qt4port/objects/memcheck_object.h branches/valkyrie_qt4port/objects/tool_object.h branches/valkyrie_qt4port/objects/valkyrie_object.cpp branches/valkyrie_qt4port/objects/valkyrie_object.h branches/valkyrie_qt4port/toolview/memcheckview.cpp branches/valkyrie_qt4port/toolview/memcheckview.h branches/valkyrie_qt4port/toolview/toolview.h branches/valkyrie_qt4port/utils/vk_config.h branches/valkyrie_qt4port/utils/vk_utils.cpp branches/valkyrie_qt4port/utils/vk_utils.h branches/valkyrie_qt4port/valkyrie.pro [... diff too large to include ...] |