~ubuntu-branches/ubuntu/saucy/digikam/saucy

« back to all changes in this revision

Viewing changes to libs/themeengine/theme.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-12-21 23:19:11 UTC
  • mfrom: (1.2.33 upstream) (3.1.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20101221231911-z9jip7s5aht1jqn9
Tags: 2:1.7.0-1ubuntu1
* Merge from Debian Experimental. Remaining Ubuntu changes:
  - Export .pot name and copy to plugins in debian/rules
  - Version build-depends on kipi-plugins-dev to ensure build is against the
    same version on all archs
* Drop debian/patches/kubuntu_01_linker.diff, incoporated upstream
* Remove patches directory and unused patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
        listSelBorder       = theme.listSelBorder;
126
126
        listSelBorderColor  = theme.listSelBorderColor;
127
127
    }
 
128
 
128
129
    return *this;
129
130
}
130
131
 
131
132
void Theme::print()
132
133
{
133
 
/*
134
 
    kDebug() << "Theme :                      " << name;
135
 
 
136
 
    kDebug() << "Base Color:                  " << baseColor;
137
 
    kDebug() << "Text Regular  Color:         " << textRegColor;
138
 
    kDebug() << "Text Selected Color:         " << textSelColor;
139
 
    kDebug() << "Text Special Regular Color:  " << textSpecialRegColor;
140
 
    kDebug() << "Text Special Selected Color: " << textSpecialSelColor;
141
 
 
142
 
    kDebug() << "Banner Color:                " << bannerColor;
143
 
    kDebug() << "Banner ColorTo :             " << bannerColorTo;
144
 
    kDebug() << "Banner Bevel :               " << bannerBevel;
145
 
    kDebug() << "Banner Gradient :            " << bannerGrad;
146
 
    kDebug() << "Banner Border :              " << bannerBorder;
147
 
    kDebug() << "Banner Border Color :        " << bannerBorderColor;
148
 
 
149
 
    kDebug() << "ThumbReg Color:              " << thumbRegColor;
150
 
    kDebug() << "ThumbReg ColorTo :           " << thumbRegColorTo;
151
 
    kDebug() << "ThumbReg Bevel :             " << thumbRegBevel;
152
 
    kDebug() << "ThumbReg Gradient :          " << thumbRegGrad;
153
 
    kDebug() << "ThumbReg Border :            " << thumbRegBorder;
154
 
    kDebug() << "ThumbReg Border Color :      " << thumbRegBorderColor;
155
 
 
156
 
    kDebug() << "ThumbSel Color:              " << thumbSelColor;
157
 
    kDebug() << "ThumbSel ColorTo :           " << thumbSelColorTo;
158
 
    kDebug() << "ThumbSel Bevel :             " << thumbSelBevel;
159
 
    kDebug() << "ThumbSel Gradient :          " << thumbSelGrad;
160
 
    kDebug() << "ThumbSel Border :            " << thumbSelBorder;
161
 
    kDebug() << "ThumbSel Border Color :      " << thumbSelBorderColor;
162
 
 
163
 
    kDebug() << "ListReg Color:              " << listRegColor;
164
 
    kDebug() << "ListReg ColorTo :           " << listRegColorTo;
165
 
    kDebug() << "ListReg Bevel :             " << listRegBevel;
166
 
    kDebug() << "ListReg Gradient :          " << listRegGrad;
167
 
    kDebug() << "ListReg Border :            " << listRegBorder;
168
 
    kDebug() << "ListReg Border Color :      " << listRegBorderColor;
169
 
 
170
 
    kDebug() << "ListSel Color:              " << listSelColor;
171
 
    kDebug() << "ListSel ColorTo :           " << listSelColorTo;
172
 
    kDebug() << "ListSel Bevel :             " << listSelBevel;
173
 
    kDebug() << "ListSel Gradient :          " << listSelGrad;
174
 
    kDebug() << "ListSel Border :            " << listSelBorder;
175
 
    kDebug() << "ListSel Border Color :      " << listSelBorderColor;
176
 
*/
 
134
    /*
 
135
        kDebug() << "Theme :                      " << name;
 
136
 
 
137
        kDebug() << "Base Color:                  " << baseColor;
 
138
        kDebug() << "Text Regular  Color:         " << textRegColor;
 
139
        kDebug() << "Text Selected Color:         " << textSelColor;
 
140
        kDebug() << "Text Special Regular Color:  " << textSpecialRegColor;
 
141
        kDebug() << "Text Special Selected Color: " << textSpecialSelColor;
 
142
 
 
143
        kDebug() << "Banner Color:                " << bannerColor;
 
144
        kDebug() << "Banner ColorTo :             " << bannerColorTo;
 
145
        kDebug() << "Banner Bevel :               " << bannerBevel;
 
146
        kDebug() << "Banner Gradient :            " << bannerGrad;
 
147
        kDebug() << "Banner Border :              " << bannerBorder;
 
148
        kDebug() << "Banner Border Color :        " << bannerBorderColor;
 
149
 
 
150
        kDebug() << "ThumbReg Color:              " << thumbRegColor;
 
151
        kDebug() << "ThumbReg ColorTo :           " << thumbRegColorTo;
 
152
        kDebug() << "ThumbReg Bevel :             " << thumbRegBevel;
 
153
        kDebug() << "ThumbReg Gradient :          " << thumbRegGrad;
 
154
        kDebug() << "ThumbReg Border :            " << thumbRegBorder;
 
155
        kDebug() << "ThumbReg Border Color :      " << thumbRegBorderColor;
 
156
 
 
157
        kDebug() << "ThumbSel Color:              " << thumbSelColor;
 
158
        kDebug() << "ThumbSel ColorTo :           " << thumbSelColorTo;
 
159
        kDebug() << "ThumbSel Bevel :             " << thumbSelBevel;
 
160
        kDebug() << "ThumbSel Gradient :          " << thumbSelGrad;
 
161
        kDebug() << "ThumbSel Border :            " << thumbSelBorder;
 
162
        kDebug() << "ThumbSel Border Color :      " << thumbSelBorderColor;
 
163
 
 
164
        kDebug() << "ListReg Color:              " << listRegColor;
 
165
        kDebug() << "ListReg ColorTo :           " << listRegColorTo;
 
166
        kDebug() << "ListReg Bevel :             " << listRegBevel;
 
167
        kDebug() << "ListReg Gradient :          " << listRegGrad;
 
168
        kDebug() << "ListReg Border :            " << listRegBorder;
 
169
        kDebug() << "ListReg Border Color :      " << listRegBorderColor;
 
170
 
 
171
        kDebug() << "ListSel Color:              " << listSelColor;
 
172
        kDebug() << "ListSel ColorTo :           " << listSelColorTo;
 
173
        kDebug() << "ListSel Bevel :             " << listSelBevel;
 
174
        kDebug() << "ListSel Gradient :          " << listSelGrad;
 
175
        kDebug() << "ListSel Border :            " << listSelBorder;
 
176
        kDebug() << "ListSel Border Color :      " << listSelBorderColor;
 
177
    */
177
178
}
178
179
 
179
180
}  // namespace Digikam