From 476dbd63407fc42123e910ed5ed18edaba657e72 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Sat, 15 Mar 2008 09:46:42 +0100 Subject: [PATCH] push 5f271c94981d41effef21eea6738948784425aa0 --- .gitignore | 4 +++ src/.gitignore | 5 ++-- src/doxy/.gitignore | 1 + src/doxy/doxygen.css | 70 +++++++++++++++++++++++++++++++++++++++++++++++++ translations/.gitignore | 1 + 5 files changed, 79 insertions(+), 2 deletions(-) create mode 100644 src/doxy/.gitignore create mode 100644 translations/.gitignore diff --git a/.gitignore b/.gitignore index cdc2df2..517c0c0 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,7 @@ DartTestfile.txt lib build-stamp BUILD* +extractedrc.cpp +install_manifest.txt +rcfiles.list +rcfiles.list diff --git a/src/.gitignore b/src/.gitignore index 06c75f7..6ec9339 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,10 +1,11 @@ -tagua_automoc.cpp.files DartTestfile.txt Makefile cmake_install.cmake -taguaprivate_automoc.cpp.files moc_*.cpp ui_*.h *_automoc.cpp tagua tagua.shell +*_automoc.cpp.files +*/*_automoc.cpp.files +*/*/*_automoc.cpp.files diff --git a/src/doxy/.gitignore b/src/doxy/.gitignore new file mode 100644 index 0000000..c574d07 --- /dev/null +++ b/src/doxy/.gitignore @@ -0,0 +1 @@ +en diff --git a/src/doxy/doxygen.css b/src/doxy/doxygen.css index a37526a..02a7dda 100644 --- a/src/doxy/doxygen.css +++ b/src/doxy/doxygen.css @@ -174,3 +174,73 @@ div.bottom a { color: #aaaaaa } +/* following defs borrowed from KDE4 */ + +#content td.memItemLeft { +text-align: right; +} + +.groupHeader { +font-size: large; +color: #418ADE; +} + +#content h2 { margin-left: 0px; } + +table.memname { +empty-cells: show; +background-color: #f8f8f8; +outline: .2em solid #d7d7d7; +margin-top: 3em; +margin-bottom: 1em; +} + +td.memname { +white-space: nowrap; +font-weight: bold; +} + +.paramtype { +white-space: nowrap; +font-weight: bold; +} + +.paramname { +white-space: nowrap; +font-weight: bold; +} + +.paramkey { +text-align: right; +} + + +div.bic { +border: 2px solid #E72300; +background: #F6CFDD; +padding: 0.5ex 1em; +} + +div.memitem { +} + +div.memproto { +/*background: #F9F9F9; +border: 1px solid #AAAAAA;*/ +font-weight: bold; +} + +div.memproto td { +white-space: nowrap; +padding:0; +margin:0; +} + +table.memname { +border-spacing: 0; +border-collapse:collapse; +} + +td.paramtype { +font-family:monospace; +} diff --git a/translations/.gitignore b/translations/.gitignore new file mode 100644 index 0000000..becd153 --- /dev/null +++ b/translations/.gitignore @@ -0,0 +1 @@ +*.gmo -- 2.11.4.GIT