]> gitweb.hamatoma.de Git - reqt/commit
Perspectives + Views
authorhama <hama@siduction.net>
Mon, 31 Aug 2015 22:22:57 +0000 (00:22 +0200)
committerhama <hama@siduction.net>
Mon, 31 Aug 2015 22:22:57 +0000 (00:22 +0200)
commitc7743248de7aa8a0f909b91ca0892bd91583ee6c
tree799485f6e2d00eff27da745274ebdf370bf9d400
parentb4ba072f48eb8f07d9fab9de7cc04c738c8fbb00
Perspectives + Views
20 files changed:
appl/reide/main.cpp
appl/reide/mainwindow.cpp
appl/reide/mainwindow.hpp
appl/reide/project.cpp
appl/reide/projectselection.cpp
appl/reide/projectselection.hpp
appl/reide/reditor.hpp [deleted file]
appl/reide/reide.hpp [new file with mode: 0644]
appl/reide/reide.pro
appl/reide/views/EditorView.cpp [new file with mode: 0644]
appl/reide/views/EditorView.hpp [new file with mode: 0644]
appl/reide/views/FileTreeView.cpp [new file with mode: 0644]
appl/reide/views/FileTreeView.hpp [new file with mode: 0644]
appl/reide/views/Perspective.cpp [new file with mode: 0644]
appl/reide/views/Perspective.hpp [new file with mode: 0644]
appl/reide/views/ProjectPerspective.cpp [new file with mode: 0644]
appl/reide/views/ProjectPerspective.hpp [new file with mode: 0644]
appl/reide/views/View.cpp [new file with mode: 0644]
appl/reide/views/View.hpp [new file with mode: 0644]
appl/reide/workspace.cpp