This commit is contained in:
Than Ngo 2012-08-13 13:04:01 +02:00
parent a0e37efcaf
commit 00da06b977
4 changed files with 21 additions and 17 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@ doxygen-1.7.1.src.tar.gz
/doxygen-1.8.1.src.tar.gz /doxygen-1.8.1.src.tar.gz
/doxygen-1.8.1.1.src.tar.gz /doxygen-1.8.1.1.src.tar.gz
/doxygen-1.8.1.2.src.tar.gz /doxygen-1.8.1.2.src.tar.gz
/doxygen-1.8.2.src.tar.gz

View File

@ -1,8 +1,8 @@
diff -up doxygen-1.8.1.1/src/htmlgen.cpp.multilib doxygen-1.8.1.1/src/htmlgen.cpp diff -up doxygen-1.8.2/src/htmlgen.cpp.multilib doxygen-1.8.2/src/htmlgen.cpp
--- doxygen-1.8.1.1/src/htmlgen.cpp.multilib 2012-05-28 21:19:06.000000000 +0200 --- doxygen-1.8.2/src/htmlgen.cpp.multilib 2012-08-11 16:29:09.000000000 +0200
+++ doxygen-1.8.1.1/src/htmlgen.cpp 2012-06-20 15:44:15.891243536 +0200 +++ doxygen-1.8.2/src/htmlgen.cpp 2012-08-13 12:48:09.824309711 +0200
@@ -142,6 +142,17 @@ static unsigned char func_header_png[56] @@ -123,6 +123,17 @@ static unsigned char tab_b_png[36] =
228, 228, 228, 229, 229, 229, 229, 229 202, 204, 206, 208, 210, 214, 216, 203, 185
}; };
+static unsigned char nav_g_png[95] = { +static unsigned char nav_g_png[95] = {
@ -16,18 +16,18 @@ diff -up doxygen-1.8.1.1/src/htmlgen.cpp.multilib doxygen-1.8.1.1/src/htmlgen.cp
+0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
+}; +};
+ +
// hovering // hovering tab background luma
static unsigned char tab_h_png[36] = static unsigned char tab_h_png[36] =
{ {
@@ -752,6 +763,7 @@ static ColoredImgDataItem colored_tab_da @@ -822,6 +833,7 @@ static ColoredImgDataItem colored_tab_da
{ "tab_s.png", 1, 36, tab_s_png, 0 }, { "tab_s.png", 1, 36, tab_s_png, 0 },
{ "nav_h.png", 1, 12, header_png, 0 }, { "nav_h.png", 1, 12, header_png, 0 },
{ "nav_f.png", 1, 56, func_header_png, 0 }, { "nav_f.png", 1, 56, func_header_png, 0 },
+ { "nav_g.png", 1, 6, nav_g_png, 0 }, + { "nav_g.png", 1, 6, nav_g_png, 0 },
{ "bc_s.png", 8, 32, bc_s_png, bc_s_a_png }, { "bc_s.png", 8, 30, bc_s_png, bc_s_a_png },
{ "doxygen.png", 104,31, doxygen_png, doxygen_a_png }, { "doxygen.png", 104,31, doxygen_png, doxygen_a_png },
{ "closed.png", 9, 9, closed_png, closed_a_png }, { "closed.png", 9, 9, closed_png, closed_a_png },
@@ -1206,13 +1218,6 @@ void HtmlGenerator::writeTabData() @@ -1481,13 +1493,6 @@ void HtmlGenerator::writeTabData()
Doxygen::indexList.addStyleSheetFile("tabs.css"); Doxygen::indexList.addStyleSheetFile("tabs.css");
QCString dname=Config_getString("HTML_OUTPUT"); QCString dname=Config_getString("HTML_OUTPUT");
writeColoredImgData(dname,colored_tab_data); writeColoredImgData(dname,colored_tab_data);

View File

@ -1,6 +1,6 @@
Summary: A documentation system for C/C++ Summary: A documentation system for C/C++
Name: doxygen Name: doxygen
Version: 1.8.1.2 Version: 1.8.2
Release: 1%{?dist} Release: 1%{?dist}
Epoch: 1 Epoch: 1
Group: Development/Tools Group: Development/Tools
@ -15,7 +15,7 @@ Source2: doxywizard.desktop
Patch1: doxygen-1.8.1-config.patch Patch1: doxygen-1.8.1-config.patch
Patch2: doxygen-1.8.1.1-html_timestamp_default_false.patch Patch2: doxygen-1.8.1.1-html_timestamp_default_false.patch
Patch3: doxygen-1.8.1.1-multilib.patch Patch3: doxygen-1.8.2-multilib.patch
BuildRequires: perl BuildRequires: perl
BuildRequires: texlive-dvips BuildRequires: texlive-dvips
@ -103,6 +103,9 @@ rm -rf %{buildroot}
%{_datadir}/pixmaps/* %{_datadir}/pixmaps/*
%changelog %changelog
* Mon Aug 13 2012 Than Ngo <than@redhat.com> - 1:1.8.2-1
- 1.8.2
* Mon Jul 30 2012 Than Ngo <than@redhat.com> - 1:1.8.1.2-1 * Mon Jul 30 2012 Than Ngo <than@redhat.com> - 1:1.8.1.2-1
- 1.8.1.2 - 1.8.1.2

View File

@ -1,2 +1,2 @@
1a84da877450422c5fc49e525c546cd4 doxywizard.png 1a84da877450422c5fc49e525c546cd4 doxywizard.png
9c62259c34d51d839dafd1f0d5d85f17 doxygen-1.8.1.2.src.tar.gz 6fa7baf995fa3f71cfc09e264ba88a83 doxygen-1.8.2.src.tar.gz