~ubuntu-branches/ubuntu/karmic/kid3/karmic

« back to all changes in this revision

Viewing changes to kid3/miscconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2009-05-20 16:12:30 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20090520161230-qetp532r8ydujkz2
Tags: upstream-1.2
Import upstream version 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
        bool m_markTruncations;
161
161
        /** true to write total number of tracks into track fields */
162
162
        bool m_enableTotalNumberOfTracks;
 
163
        /** true to write genres as text instead of numeric string */
 
164
        bool m_genreNotNumeric;
163
165
        /** true to preserve file time stamps */
164
166
        bool m_preserveTime;
 
167
        /** true to mark changed fields */
 
168
        bool m_markChanges;
165
169
        /** field name used for Vorbis comment entries */
166
170
        QString m_commentName;
167
171
        /** filter of file names to be opened */
199
203
        bool m_hideV1;
200
204
        /** true to hide ID3v2.3 controls */
201
205
        bool m_hideV2;
 
206
        /** true to hide picture preview */
 
207
        bool m_hidePicture;
202
208
        /** version used for new ID3v2 tags */
203
209
        int m_id3v2Version;
204
210
        /** text encoding used for new ID3v1 tags */
209
215
        bool m_useProxy;
210
216
        /** proxy used for access */
211
217
        QString m_proxy;
 
218
#if QT_VERSION >= 0x040000
 
219
        /** true to use proxy authentication */
 
220
        bool m_useProxyAuthentication;
 
221
        /** proxy user name */
 
222
        QString m_proxyUserName;
 
223
        /** proxy password */
 
224
        QString m_proxyPassword;
 
225
#endif
212
226
        /** web browser substituted for %b */
213
227
        QString m_browser;
214
228
        /** true to show only custom genres in combo boxes */
215
229
        bool m_onlyCustomGenres;
216
230
#ifndef CONFIG_USE_KDE
 
231
        /** mainwindow x-position */
 
232
        int m_windowX;
 
233
        /** mainwindow y-position */
 
234
        int m_windowY;
217
235
        /** mainwindow width */
218
236
        int m_windowWidth;
219
237
        /** mainwindow height */