#include <settingsimpl.h>
Definition at line 14 of file settingsimpl.h.
| SettingsImpl | ( | QWidget * | parent, | |
| Git * | git, | |||
| int | defTab = 0 | |||
| ) |
Definition at line 47 of file settingsimpl.cpp.
| void checkBoxNumbers_toggled | ( | bool | b | ) | [protected, slot] |
Definition at line 186 of file settingsimpl.cpp.
| void checkBoxSign_toggled | ( | bool | b | ) | [protected, slot] |
Definition at line 191 of file settingsimpl.cpp.
| void checkBoxRangeSelectDialog_toggled | ( | bool | b | ) | [protected, slot] |
Definition at line 196 of file settingsimpl.cpp.
| void checkBoxRelativeDate_toggled | ( | bool | b | ) | [protected, slot] |
Definition at line 201 of file settingsimpl.cpp.
| void checkBoxDiffCache_toggled | ( | bool | b | ) | [protected, slot] |
| void checkBoxCommitSign_toggled | ( | bool | b | ) | [protected, slot] |
Definition at line 206 of file settingsimpl.cpp.
| void checkBoxCommitVerify_toggled | ( | bool | b | ) | [protected, slot] |
Definition at line 211 of file settingsimpl.cpp.
| void lineEditExternalDiffViewer_textChanged | ( | const QString & | s | ) | [protected, slot] |
Definition at line 216 of file settingsimpl.cpp.
| void lineEditExtraOptions_textChanged | ( | const QString & | s | ) | [protected, slot] |
Definition at line 221 of file settingsimpl.cpp.
| void lineEditExcludeFile_textChanged | ( | const QString & | s | ) | [protected, slot] |
Definition at line 226 of file settingsimpl.cpp.
| void lineEditExcludePerDir_textChanged | ( | const QString & | s | ) | [protected, slot] |
Definition at line 231 of file settingsimpl.cpp.
| void lineEditTemplate_textChanged | ( | const QString & | s | ) | [protected, slot] |
Definition at line 236 of file settingsimpl.cpp.
| void lineEditCommitExtraOptions_textChanged | ( | const QString & | s | ) | [protected, slot] |
Definition at line 241 of file settingsimpl.cpp.
| void comboBoxCodecs_activated | ( | int | i | ) | [protected, slot] |
| void comboBoxUserSrc_activated | ( | int | i | ) | [protected, slot] |
| void pushButtonExtDiff_clicked | ( | ) | [protected, slot] |
Definition at line 160 of file settingsimpl.cpp.
| void pushButtonFont_clicked | ( | ) | [protected, slot] |
Definition at line 168 of file settingsimpl.cpp.
| void setupCodecList | ( | QStringList & | list | ) | [private] |
| void setupCodecsCombo | ( | ) | [private] |
| void userInfo | ( | ) | [private] |
Definition at line 43 of file settingsimpl.h.
Referenced by comboBoxCodecs_activated(), setupCodecsCombo(), and userInfo().
const char * en [static, private] |
Initial value:
{"Latin1", "Big5 -- Chinese", "EUC-JP -- Japanese",
"EUC-KR -- Korean", "GB2312 -- Chinese", "GBK -- Chinese",
"ISO-2022-JP -- Japanese", "Shift_JIS -- Japanese", "UTF-8 -- Unicode, 8-bit",
"KOI8-R -- Russian", "KOI8-U -- Ukrainian", "ISO-8859-1 -- Western",
"ISO-8859-2 -- Central European", "ISO-8859-3 -- Central European",
"ISO-8859-4 -- Baltic", "ISO-8859-5 -- Cyrillic", "ISO-8859-6 -- Arabic",
"ISO-8859-7 -- Greek", "ISO-8859-8 -- Hebrew, visually ordered",
"ISO-8859-8-i -- Hebrew, logically ordered", "ISO-8859-9 -- Turkish",
"ISO-8859-10", "ISO-8859-13", "ISO-8859-14", "ISO-8859-15 -- Western", "CP 850",
"IBM 866", "CP 874", "windows-1250 -- Central European", "windows-1251 -- Cyrillic",
"windows-1252 -- Western", "windows-1253 -- Greek", "windows-1254 -- Turkish",
"windows-1255 -- Hebrew", "windows-1256 -- Arabic", "windows-1257 -- Baltic",
"windows-1258", 0}
Definition at line 44 of file settingsimpl.h.
Referenced by setupCodecList().
QStringList _uInfo [private] |
Definition at line 45 of file settingsimpl.h.
Referenced by comboBoxUserSrc_activated(), and userInfo().
1.5.3