##// END OF EJS Templates
Some progress on new Catalogue GUI, can display most of items, still lack edition and link to SciQLop...
Some progress on new Catalogue GUI, can display most of items, still lack edition and link to SciQLop Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1408:45ab63a4480c
r1408:45ab63a4480c
Show More
CMakeLists.txt
8 lines | 666 B | text/plain | TextLexer
Converted catalogue gui tests to manual tests...
r1407 include(sciqlop_tests)
Added GUI Test Utils lib to share boilerplate code for UI testing...
r1360 subdirs(GUITestUtils)
declare_test(simple_graph simple_graph simple_graph/main.cpp "sciqlopgui;TestUtils;GUITestUtils;Qt5::Test")
Some test refac and prepared synchronized graph test...
r1369 declare_test(multiple_sync_graph multiple_sync_graph multiple_sync_graph/main.cpp "sciqlopgui;TestUtils;GUITestUtils;Qt5::Test")
New Catalogue API WIP, basic models and views implemented...
r1406
Converted catalogue gui tests to manual tests...
r1407 declare_manual_test(event_list event_list catalogue/event_list/main.cpp "sciqlopgui;TestUtils;GUITestUtils;Qt5::Test")
declare_manual_test(repository_list repository_list catalogue/repository_list/main.cpp "sciqlopgui;TestUtils;GUITestUtils;Qt5::Test")
Some progress on new Catalogue GUI, can display most of items, still lack edition and link to SciQLop...
r1408 declare_manual_test(catalogue_browser catalogue_browser catalogue/browser/main.cpp "sciqlopgui;TestUtils;GUITestUtils;Qt5::Test")