copyAction->setWhatsThis(i18n("Copies the selection to the clipboard. This action is useful if you want to paste the selection in a chat or an email."));
copyAction->setWhatsThis(i18n("Copies the selection to the clipboard. This action is useful if you want to paste the selection in a chat or an email."));
expandAllAction->setToolTip(i18n("Expand all categories"));
expandAllAction->setToolTip(i18n("Expand all categories"));
expandAllAction->setWhatsThis(i18n("<qt>This action opens all main categories. This is enabled only if an option has been selected in the <b>Group By</b> menu.</qt>"));
expandAllAction->setWhatsThis(i18n("<qt>This action opens all main categories. This is enabled only if an option has been selected in the <b>Group By</b> menu.</qt>"));
collapseAllAction->setToolTip(i18n("Collapse all categories"));
collapseAllAction->setToolTip(i18n("Collapse all categories"));
collapseAllAction->setWhatsThis(i18n("<qt>This action closes all main categories. This is enabled only if an option has been selected in the <b>Group By</b> menu.</qt>"));
collapseAllAction->setWhatsThis(i18n("<qt>This action closes all main categories. This is enabled only if an option has been selected in the <b>Group By</b> menu.</qt>"));
sendMailAction->setToolTip(i18n("Send the selection by mail"));
sendMailAction->setToolTip(i18n("Send the selection by mail"));
sendMailAction->setWhatsThis(i18n("Sends the selection by mail. Simply select the important lines and click on this menu entry to send the selection to a friend or a mailing list."));
sendMailAction->setWhatsThis(i18n("Sends the selection by mail. Simply select the important lines and click on this menu entry to send the selection to a friend or a mailing list."));
resumeParsingAction->setToolTip(i18n("Resume the watching of the current log"));
resumeParsingAction->setToolTip(i18n("Resume the watching of the current log"));
resumeParsingAction->setWhatsThis(i18n("Resumes the watching of the current log. This action is only available when the user has already paused the reading."));
resumeParsingAction->setWhatsThis(i18n("Resumes the watching of the current log. This action is only available when the user has already paused the reading."));
pauseParsingAction->setToolTip(i18n("Pause the watching of the current log"));
pauseParsingAction->setToolTip(i18n("Pause the watching of the current log"));
pauseParsingAction->setWhatsThis(i18n("Pauses the watching of the current log. This action is particularly useful when the system is writing too many lines to log files, causing KSystemLog to reload too frequently."));
pauseParsingAction->setWhatsThis(i18n("Pauses the watching of the current log. This action is particularly useful when the system is writing too many lines to log files, causing KSystemLog to reload too frequently."));
detailAction->setToolTip(i18n("Display details on the currently selected line"));
detailAction->setToolTip(i18n("Display details on the currently selected line"));
detailAction->setWhatsThis(i18n("Displays a dialog box which contains details on the currently selected line. You are able to navigate through the logs from this dialog box with the <b>Previous</b> / <b>Next</b> buttons."));
detailAction->setWhatsThis(i18n("Displays a dialog box which contains details on the currently selected line. You are able to navigate through the logs from this dialog box with the <b>Previous</b> / <b>Next</b> buttons."));
newLinesDisplayedAction=newKToggleAction(i18n("&Display New Lines"),0,actionCollection(),"display_new_line");
newLinesDisplayedAction=newTDEToggleAction(i18n("&Display New Lines"),0,actionCollection(),"display_new_line");
newLinesDisplayedAction->setToolTip(i18n("Display or not new lines if the log changes"));
newLinesDisplayedAction->setToolTip(i18n("Display or not new lines if the log changes"));
newLinesDisplayedAction->setWhatsThis(i18n("Displays or not the new lines if the log changes. This option is useful when you want to see an old log lines and that KSystemLog often refreshes the current view."));
newLinesDisplayedAction->setWhatsThis(i18n("Displays or not the new lines if the log changes. This option is useful when you want to see an old log lines and that KSystemLog often refreshes the current view."));
systemAction->setToolTip(i18n("Display the system log."));
systemAction->setToolTip(i18n("Display the system log."));
systemAction->setWhatsThis(i18n("Displays the system log in the current tab. This log is generally used by non-specialized processes (like \"sudo\" or \"fsck\" commands)"));
systemAction->setWhatsThis(i18n("Displays the system log in the current tab. This log is generally used by non-specialized processes (like \"sudo\" or \"fsck\" commands)"));
kernelAction->setToolTip(i18n("Display the kernel log."));
kernelAction->setToolTip(i18n("Display the kernel log."));
kernelAction->setWhatsThis(i18n("<qt>Displays the kernel log in the current tab. This log is only useful for users who want to know why the Kernel does not detect their hardware or what is the cause of the last <i>kernel panic/oops</i>.</qt>"));
kernelAction->setWhatsThis(i18n("<qt>Displays the kernel log in the current tab. This log is only useful for users who want to know why the Kernel does not detect their hardware or what is the cause of the last <i>kernel panic/oops</i>.</qt>"));
bootAction->setToolTip(i18n("Display the boot log."));
bootAction->setToolTip(i18n("Display the boot log."));
bootAction->setWhatsThis(i18n("<qt>Displays the boot log in the current tab. This log is useful if you want to verify if all startup services have been correctly started.</qt>"));
bootAction->setWhatsThis(i18n("<qt>Displays the boot log in the current tab. This log is useful if you want to verify if all startup services have been correctly started.</qt>"));
authenticationAction->setToolTip(i18n("Display the authentication log."));
authenticationAction->setToolTip(i18n("Display the authentication log."));
authenticationAction->setWhatsThis(i18n("<qt>Displays the authentication log in the current tab. This log displays all log in made by each user of the system, and can help you to know if someone tried to crack your system.</qt>"));
authenticationAction->setWhatsThis(i18n("<qt>Displays the authentication log in the current tab. This log displays all log in made by each user of the system, and can help you to know if someone tried to crack your system.</qt>"));
daemonAction->setToolTip(i18n("Display the daemons log."));
daemonAction->setToolTip(i18n("Display the daemons log."));
daemonAction->setWhatsThis(i18n("<qt>Displays the daemons log in the current tab. The daemons are all processes launched in the background of the system. See this log if you want to know what it occurs in the background of your system.</qt>"));
daemonAction->setWhatsThis(i18n("<qt>Displays the daemons log in the current tab. The daemons are all processes launched in the background of the system. See this log if you want to know what it occurs in the background of your system.</qt>"));
cronAction->setToolTip(i18n("Display the planned tasks log (or Cron log)."));
cronAction->setToolTip(i18n("Display the planned tasks log (or Cron log)."));
cronAction->setWhatsThis(i18n("<qt>Displays the planned tasks log in the current tab. Cron process is a program in charged of launching planned tasks on your system, like security checks, or auto-restarting of some services. Use this menu to see the last-launched processes.</qt>"));
cronAction->setWhatsThis(i18n("<qt>Displays the planned tasks log in the current tab. Cron process is a program in charged of launching planned tasks on your system, like security checks, or auto-restarting of some services. Use this menu to see the last-launched processes.</qt>"));
xorgAction->setToolTip(i18n("Display the X.org log."));
xorgAction->setToolTip(i18n("Display the X.org log."));
xorgAction->setWhatsThis(i18n("<qt>Displays the X.org log in the current tab. X.org is the service which displays on screen your desktop and manage your graphical hardware. See this log if you want to know why you do not have 3D accelerations or why your input device is not recognized.</qt>"));
xorgAction->setWhatsThis(i18n("<qt>Displays the X.org log in the current tab. X.org is the service which displays on screen your desktop and manage your graphical hardware. See this log if you want to know why you do not have 3D accelerations or why your input device is not recognized.</qt>"));
acpidAction->setToolTip(i18n("Display the ACPI log."));
acpidAction->setToolTip(i18n("Display the ACPI log."));
acpidAction->setWhatsThis(i18n("<qt>Displays the ACPI log in the current tab. ACPI is used to manage the hardware components of your computer, like notebook batteries, reset buttons...</qt>"));
acpidAction->setWhatsThis(i18n("<qt>Displays the ACPI log in the current tab. ACPI is used to manage the hardware components of your computer, like notebook batteries, reset buttons...</qt>"));
KToggleAction*cupsAccessAction=newKToggleAction(i18n("&Cups Web Log"),CUPS_ACCESS_MODE_ICON,0,NULL,NULL,actionCollection(),"cups_access_log");
TDEToggleAction*cupsAccessAction=newTDEToggleAction(i18n("&Cups Web Log"),CUPS_ACCESS_MODE_ICON,0,NULL,NULL,actionCollection(),"cups_access_log");
cupsAccessAction->setToolTip(i18n("Display the CUPS Web Server Access log."));
cupsAccessAction->setToolTip(i18n("Display the CUPS Web Server Access log."));
cupsAccessAction->setWhatsThis(i18n("<qt>Displays the CUPS Web Server Access log in the current tab. CUPS is the program which manage printing on your computer. This log saves all requests performed to the CUPS embedded web server (default: <i>http://localhost:631</i>).</qt>"));
cupsAccessAction->setWhatsThis(i18n("<qt>Displays the CUPS Web Server Access log in the current tab. CUPS is the program which manage printing on your computer. This log saves all requests performed to the CUPS embedded web server (default: <i>http://localhost:631</i>).</qt>"));
KToggleAction*apacheAccessAction=newKToggleAction(i18n("&Apache Web log"),APACHE_ACCESS_MODE_ICON,0,NULL,NULL,actionCollection(),"apache_access_log");
TDEToggleAction*apacheAccessAction=newTDEToggleAction(i18n("&Apache Web log"),APACHE_ACCESS_MODE_ICON,0,NULL,NULL,actionCollection(),"apache_access_log");
apacheAccessAction->setToolTip(i18n("Display the Apache Access log."));
apacheAccessAction->setToolTip(i18n("Display the Apache Access log."));
apacheAccessAction->setWhatsThis(i18n("<qt>Displays the Apache Access log in the current tab. CUPS is the program which manage printing on your computer. This log saves all requests performed by the Apache web server.</qt>"));
apacheAccessAction->setWhatsThis(i18n("<qt>Displays the Apache Access log in the current tab. CUPS is the program which manage printing on your computer. This log saves all requests performed by the Apache web server.</qt>"));
sambaAction->setToolTip(i18n("Display the Samba log."));
sambaAction->setToolTip(i18n("Display the Samba log."));
sambaAction->setWhatsThis(i18n("<qt>Displays the Samba log in the current tab. Samba is the file sharing server which interacts with Microsoft Windows network.</qt>"));
sambaAction->setWhatsThis(i18n("<qt>Displays the Samba log in the current tab. Samba is the file sharing server which interacts with Microsoft Windows network.</qt>"));
TQLabeltext(i18n("Please select the type of this file:"),&topContents);
TQLabeltext(i18n("Please select the type of this file:"),&topContents);
KListBox choiceList(&topContents,"type_list");
TDEListBox choiceList(&topContents,"type_list");
TQToolTip::add(choiceList.viewport(),i18n("List of existing log levels"));
TQToolTip::add(choiceList.viewport(),i18n("List of existing log levels"));
TQWhatsThis::add(choiceList.viewport(),i18n("<qt>This is the list of all existing log levels. Please select one of them to be used for the selected files of the list.</qt>"));
TQWhatsThis::add(choiceList.viewport(),i18n("<qt>This is the list of all existing log levels. Please select one of them to be used for the selected files of the list.</qt>"));
TQWhatsThis::add(search,i18n("Allows you to select only list items that match the content of this text."));
TQWhatsThis::add(search,i18n("Allows you to select only list items that match the content of this text."));
@ -302,7 +302,7 @@ void View::updateList() {
voidView::initLogList(){
voidView::initLogList(){
table=newKListView(this,"log_list");
table=newTDEListView(this,"log_list");
TQWhatsThis::add(table,i18n("<qt><p>This is the main view of KSystemLog. It displays the last lines of the selected log. Please see the documentation to discovers the meaning of each icons and existing log.</p><p>Log lines in <b>bold</b> are the last added to the list.</p></qt>"));
TQWhatsThis::add(table,i18n("<qt><p>This is the main view of KSystemLog. It displays the last lines of the selected log. Please see the documentation to discovers the meaning of each icons and existing log.</p><p>Log lines in <b>bold</b> are the last added to the list.</p></qt>"));
@ -314,7 +314,7 @@ void View::initLogList() {
table->setShowSortIndicator(true);
table->setShowSortIndicator(true);
table->setAllColumnsShowFocus(true);
table->setAllColumnsShowFocus(true);
//This method is not implemented for the moment by KListView class
//This method is not implemented for the moment by TDEListView class