~ubuntu-branches/ubuntu/intrepid/digikam/intrepid

« back to all changes in this revision

Viewing changes to digikam/libs/themeengine/theme.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2008-07-17 20:25:39 UTC
  • mfrom: (1.3.2 upstream) (37 hardy)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: james.westby@ubuntu.com-20080717202539-1bw3w3nrsso7yj4z
* New upstream release
  - digiKam 0.9.4 Release Plan (KDE3) ~ 13 July 08 (Closes: #490144)
* DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3
* Debhelper compatibility level V7
* Install pixmaps in debian/*.install
* Add debian/digikam.lintian-overrides

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ============================================================
2
 
 * Author: Renchi Raju <renchi@pooh.tam.uiuc.edu>
3
 
 * Date  : 2004-08-02
4
 
 * Description : 
 
2
 *
 
3
 * This file is a part of digiKam project
 
4
 * http://www.digikam.org
 
5
 *
 
6
 * Date        : 2004-08-02
 
7
 * Description : theme manager
5
8
 * 
6
 
 * Copyright 2004 by Renchi Raju
7
 
 
 
9
 * Copyright (C) 2004 by Renchi Raju <renchi@pooh.tam.uiuc.edu>
 
10
 *
8
11
 * This program is free software; you can redistribute it
9
12
 * and/or modify it under the terms of the GNU General
10
13
 * Public License as published by the Free Software Foundation;
18
21
 * 
19
22
 * ============================================================ */
20
23
 
21
 
// KDE includes.
22
 
 
23
 
#include <kdebug.h>
24
 
 
25
24
// Local includes.
26
25
 
 
26
#include "ddebug.h"
27
27
#include "theme.h"
28
28
 
29
29
namespace Digikam
133
133
void Theme::print()
134
134
{
135
135
    /*
136
 
    kdDebug() << "Theme :                      " << name << endl;
 
136
    DDebug() << "Theme :                      " << name << endl;
137
137
    
138
 
    kdDebug() << "Base Color:                  " << baseColor << endl;
139
 
    kdDebug() << "Text Regular  Color:         " << textRegColor << endl;
140
 
    kdDebug() << "Text Selected Color:         " << textSelColor << endl;
141
 
    kdDebug() << "Text Special Regular Color:  " << textSpecialRegColor << endl;
142
 
    kdDebug() << "Text Special Selected Color: " << textSpecialSelColor << endl;
143
 
 
144
 
    kdDebug() << "Banner Color:                " << bannerColor << endl;
145
 
    kdDebug() << "Banner ColorTo :             " << bannerColorTo << endl;
146
 
    kdDebug() << "Banner Bevel :               " << bannerBevel << endl;
147
 
    kdDebug() << "Banner Gradient :            " << bannerGrad << endl;
148
 
    kdDebug() << "Banner Border :              " << bannerBorder << endl;
149
 
    kdDebug() << "Banner Border Color :        " << bannerBorderColor << endl;
150
 
 
151
 
    kdDebug() << "ThumbReg Color:              " << thumbRegColor << endl;
152
 
    kdDebug() << "ThumbReg ColorTo :           " << thumbRegColorTo << endl;
153
 
    kdDebug() << "ThumbReg Bevel :             " << thumbRegBevel << endl;
154
 
    kdDebug() << "ThumbReg Gradient :          " << thumbRegGrad << endl;
155
 
    kdDebug() << "ThumbReg Border :            " << thumbRegBorder << endl;
156
 
    kdDebug() << "ThumbReg Border Color :      " << thumbRegBorderColor << endl;
157
 
 
158
 
    kdDebug() << "ThumbSel Color:              " << thumbSelColor << endl;
159
 
    kdDebug() << "ThumbSel ColorTo :           " << thumbSelColorTo << endl;
160
 
    kdDebug() << "ThumbSel Bevel :             " << thumbSelBevel << endl;
161
 
    kdDebug() << "ThumbSel Gradient :          " << thumbSelGrad << endl;
162
 
    kdDebug() << "ThumbSel Border :            " << thumbSelBorder << endl;
163
 
    kdDebug() << "ThumbSel Border Color :      " << thumbSelBorderColor << endl;
164
 
 
165
 
    kdDebug() << "ListReg Color:              " << listRegColor << endl;
166
 
    kdDebug() << "ListReg ColorTo :           " << listRegColorTo << endl;
167
 
    kdDebug() << "ListReg Bevel :             " << listRegBevel << endl;
168
 
    kdDebug() << "ListReg Gradient :          " << listRegGrad << endl;
169
 
    kdDebug() << "ListReg Border :            " << listRegBorder << endl;
170
 
    kdDebug() << "ListReg Border Color :      " << listRegBorderColor << endl;
171
 
 
172
 
    kdDebug() << "ListSel Color:              " << listSelColor << endl;
173
 
    kdDebug() << "ListSel ColorTo :           " << listSelColorTo << endl;
174
 
    kdDebug() << "ListSel Bevel :             " << listSelBevel << endl;
175
 
    kdDebug() << "ListSel Gradient :          " << listSelGrad << endl;
176
 
    kdDebug() << "ListSel Border :            " << listSelBorder << endl;
177
 
    kdDebug() << "ListSel Border Color :      " << listSelBorderColor << endl;
 
138
    DDebug() << "Base Color:                  " << baseColor << endl;
 
139
    DDebug() << "Text Regular  Color:         " << textRegColor << endl;
 
140
    DDebug() << "Text Selected Color:         " << textSelColor << endl;
 
141
    DDebug() << "Text Special Regular Color:  " << textSpecialRegColor << endl;
 
142
    DDebug() << "Text Special Selected Color: " << textSpecialSelColor << endl;
 
143
 
 
144
    DDebug() << "Banner Color:                " << bannerColor << endl;
 
145
    DDebug() << "Banner ColorTo :             " << bannerColorTo << endl;
 
146
    DDebug() << "Banner Bevel :               " << bannerBevel << endl;
 
147
    DDebug() << "Banner Gradient :            " << bannerGrad << endl;
 
148
    DDebug() << "Banner Border :              " << bannerBorder << endl;
 
149
    DDebug() << "Banner Border Color :        " << bannerBorderColor << endl;
 
150
 
 
151
    DDebug() << "ThumbReg Color:              " << thumbRegColor << endl;
 
152
    DDebug() << "ThumbReg ColorTo :           " << thumbRegColorTo << endl;
 
153
    DDebug() << "ThumbReg Bevel :             " << thumbRegBevel << endl;
 
154
    DDebug() << "ThumbReg Gradient :          " << thumbRegGrad << endl;
 
155
    DDebug() << "ThumbReg Border :            " << thumbRegBorder << endl;
 
156
    DDebug() << "ThumbReg Border Color :      " << thumbRegBorderColor << endl;
 
157
 
 
158
    DDebug() << "ThumbSel Color:              " << thumbSelColor << endl;
 
159
    DDebug() << "ThumbSel ColorTo :           " << thumbSelColorTo << endl;
 
160
    DDebug() << "ThumbSel Bevel :             " << thumbSelBevel << endl;
 
161
    DDebug() << "ThumbSel Gradient :          " << thumbSelGrad << endl;
 
162
    DDebug() << "ThumbSel Border :            " << thumbSelBorder << endl;
 
163
    DDebug() << "ThumbSel Border Color :      " << thumbSelBorderColor << endl;
 
164
 
 
165
    DDebug() << "ListReg Color:              " << listRegColor << endl;
 
166
    DDebug() << "ListReg ColorTo :           " << listRegColorTo << endl;
 
167
    DDebug() << "ListReg Bevel :             " << listRegBevel << endl;
 
168
    DDebug() << "ListReg Gradient :          " << listRegGrad << endl;
 
169
    DDebug() << "ListReg Border :            " << listRegBorder << endl;
 
170
    DDebug() << "ListReg Border Color :      " << listRegBorderColor << endl;
 
171
 
 
172
    DDebug() << "ListSel Color:              " << listSelColor << endl;
 
173
    DDebug() << "ListSel ColorTo :           " << listSelColorTo << endl;
 
174
    DDebug() << "ListSel Bevel :             " << listSelBevel << endl;
 
175
    DDebug() << "ListSel Gradient :          " << listSelGrad << endl;
 
176
    DDebug() << "ListSel Border :            " << listSelBorder << endl;
 
177
    DDebug() << "ListSel Border Color :      " << listSelBorderColor << endl;
178
178
    */
179
179
}
180
180