You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by gb...@apache.org on 2015/04/11 19:54:38 UTC

[2/2] incubator-corinthia git commit: Merging with changes.

Merging with changes.


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/55775830
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/55775830
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/55775830

Branch: refs/heads/master
Commit: 557758302ac2795823c56d2d2cc0adc3c26980c5
Parents: 99ac964 23c028c
Author: Gabriela Gibson <gb...@apache.org>
Authored: Sat Apr 11 18:54:32 2015 +0100
Committer: Gabriela Gibson <gb...@apache.org>
Committed: Sat Apr 11 18:54:32 2015 +0100

----------------------------------------------------------------------
 consumers/corinthia/.gitignore          |    1 +
 consumers/corinthia/Doxyfile            | 2331 ++++++++++++++++++++++++++
 consumers/corinthia/res/sample.html     |  395 +++++
 consumers/corinthia/src/CMakeLists.txt  |   35 +-
 consumers/corinthia/src/Editor.cpp      |  296 ++++
 consumers/corinthia/src/Editor.h        |   35 +
 consumers/corinthia/src/JSInterface.cpp | 1307 +++++++++++++++
 consumers/corinthia/src/JSInterface.h   |  478 ++++++
 consumers/corinthia/src/MainWindow.cpp  |  101 ++
 consumers/corinthia/src/MainWindow.h    |   42 +
 consumers/corinthia/src/Toolbar.cpp     |   50 +
 consumers/corinthia/src/Toolbar.h       |   49 +
 consumers/corinthia/src/desktop.cpp     |   53 -
 consumers/corinthia/src/desktop.ui      |   72 -
 consumers/corinthia/src/editWindows.h   |   36 -
 consumers/corinthia/src/main.cpp        |   15 +-
 16 files changed, 5118 insertions(+), 178 deletions(-)
----------------------------------------------------------------------