aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-09-18 15:55:21 +0000
committerGravatar Elvio Basello2008-09-18 15:55:21 +0000
commit8c7fa3315eff8ba18c1c33bb6e88ee951b31e4e0 (patch)
tree6d0aa6a2a5fc149deb0100506a3a12c383346cb0 /src/modules/objects
parentfixed license template for modules from h to m (diff)
downloadKVIrc-8c7fa3315eff8ba18c1c33bb6e88ee951b31e4e0.tar.gz
KVIrc-8c7fa3315eff8ba18c1c33bb6e88ee951b31e4e0.tar.bz2
KVIrc-8c7fa3315eff8ba18c1c33bb6e88ee951b31e4e0.zip
fixed license template for modules from n to r
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2484 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects')
-rw-r--r--src/modules/objects/class_button.cpp5
-rw-r--r--src/modules/objects/class_button.h5
-rw-r--r--src/modules/objects/class_buttongroup.cpp4
-rw-r--r--src/modules/objects/class_buttongroup.h10
-rw-r--r--src/modules/objects/class_checkbox.cpp9
-rw-r--r--src/modules/objects/class_checkbox.h9
-rw-r--r--src/modules/objects/class_combobox.cpp9
-rw-r--r--src/modules/objects/class_combobox.h9
-rw-r--r--src/modules/objects/class_dialog.cpp4
-rw-r--r--src/modules/objects/class_dialog.h4
-rw-r--r--src/modules/objects/class_dockwindow.cpp4
-rw-r--r--src/modules/objects/class_dockwindow.h4
-rw-r--r--src/modules/objects/class_file.cpp7
-rw-r--r--src/modules/objects/class_file.h10
-rw-r--r--src/modules/objects/class_ftp.cpp4
-rw-r--r--src/modules/objects/class_ftp.h4
-rw-r--r--src/modules/objects/class_groupbox.cpp4
-rw-r--r--src/modules/objects/class_groupbox.h12
-rw-r--r--src/modules/objects/class_hbox.cpp5
-rw-r--r--src/modules/objects/class_hbox.h4
-rw-r--r--src/modules/objects/class_http.cpp4
-rw-r--r--src/modules/objects/class_http.h4
-rw-r--r--src/modules/objects/class_label.cpp9
-rw-r--r--src/modules/objects/class_label.h8
-rw-r--r--src/modules/objects/class_layout.cpp5
-rw-r--r--src/modules/objects/class_layout.h4
-rw-r--r--src/modules/objects/class_lcd.cpp5
-rw-r--r--src/modules/objects/class_lcd.h10
-rw-r--r--src/modules/objects/class_lineedit.cpp10
-rw-r--r--src/modules/objects/class_lineedit.h9
-rw-r--r--src/modules/objects/class_list.cpp2
-rw-r--r--src/modules/objects/class_list.h6
-rw-r--r--src/modules/objects/class_listbox.cpp9
-rw-r--r--src/modules/objects/class_listbox.h11
-rw-r--r--src/modules/objects/class_listview.cpp54
-rw-r--r--src/modules/objects/class_listview.h11
-rw-r--r--src/modules/objects/class_listviewitem.cpp13
-rw-r--r--src/modules/objects/class_listviewitem.h17
-rw-r--r--src/modules/objects/class_mainwindow.cpp10
-rw-r--r--src/modules/objects/class_mainwindow.h10
-rw-r--r--src/modules/objects/class_menubar.cpp5
-rw-r--r--src/modules/objects/class_menubar.h8
-rw-r--r--src/modules/objects/class_multilineedit.cpp13
-rw-r--r--src/modules/objects/class_multilineedit.h12
-rw-r--r--src/modules/objects/class_painter.cpp13
-rw-r--r--src/modules/objects/class_painter.h18
-rw-r--r--src/modules/objects/class_pixmap.cpp14
-rw-r--r--src/modules/objects/class_pixmap.h13
-rw-r--r--src/modules/objects/class_popupmenu.cpp12
-rw-r--r--src/modules/objects/class_popupmenu.h16
-rw-r--r--src/modules/objects/class_process.cpp13
-rw-r--r--src/modules/objects/class_process.h15
-rw-r--r--src/modules/objects/class_progressbar.cpp8
-rw-r--r--src/modules/objects/class_progressbar.h11
-rw-r--r--src/modules/objects/class_radiobutton.cpp9
-rw-r--r--src/modules/objects/class_radiobutton.h13
-rw-r--r--src/modules/objects/class_slider.cpp13
-rw-r--r--src/modules/objects/class_slider.h16
-rw-r--r--src/modules/objects/class_socket.cpp4
-rw-r--r--src/modules/objects/class_socket.h11
-rw-r--r--src/modules/objects/class_spinbox.cpp10
-rw-r--r--src/modules/objects/class_spinbox.h12
-rw-r--r--src/modules/objects/class_tabwidget.cpp11
-rw-r--r--src/modules/objects/class_tabwidget.h15
-rw-r--r--src/modules/objects/class_tbrowser.cpp8
-rw-r--r--src/modules/objects/class_tbrowser.h8
-rw-r--r--src/modules/objects/class_toolbar.cpp10
-rw-r--r--src/modules/objects/class_toolbar.h12
-rw-r--r--src/modules/objects/class_toolbutton.cpp8
-rw-r--r--src/modules/objects/class_toolbutton.h15
-rw-r--r--src/modules/objects/class_vbox.cpp9
-rw-r--r--src/modules/objects/class_vbox.h8
-rw-r--r--src/modules/objects/class_widget.cpp3
-rw-r--r--src/modules/objects/class_widget.h8
-rw-r--r--src/modules/objects/class_window.cpp5
-rw-r--r--src/modules/objects/class_window.h8
-rw-r--r--src/modules/objects/class_wizard.cpp8
-rw-r--r--src/modules/objects/class_wizard.h11
-rw-r--r--src/modules/objects/class_workspace.cpp13
-rw-r--r--src/modules/objects/class_workspace.h12
-rw-r--r--src/modules/objects/class_wrapper.cpp8
-rw-r--r--src/modules/objects/class_wrapper.h13
-rw-r--r--src/modules/objects/class_xmlreader.cpp2
-rw-r--r--src/modules/objects/class_xmlreader.h2
-rw-r--r--src/modules/objects/libkviobjects.cpp2
-rw-r--r--src/modules/objects/object_macros.h6
86 files changed, 478 insertions, 323 deletions
diff --git a/src/modules/objects/class_button.cpp b/src/modules/objects/class_button.cpp
index 630a0538d..57b8158c2 100644
--- a/src/modules/objects/class_button.cpp
+++ b/src/modules/objects/class_button.cpp
@@ -1,9 +1,11 @@
+//=============================================================================
//
// File : class_button.cpp
// Creation date : Wed 13 Sep 2000 02:42:05 CEST by Krzysztof Godlewski
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000 Krzysztof Godlewski
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_debug.h"
#include "kvi_error.h"
diff --git a/src/modules/objects/class_button.h b/src/modules/objects/class_button.h
index ae1c5e68b..e30ecb98d 100644
--- a/src/modules/objects/class_button.h
+++ b/src/modules/objects/class_button.h
@@ -1,11 +1,13 @@
#ifndef _CLASS_BUTTON_H_
#define _CLASS_BUTTON_H_
+//=============================================================================
//
// File : class_button.h
// Creation date : Wed 13 Sep 2000 02:42:05 CEST by Krzysztof Godlewski
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000 Krzysztof Godlewski
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
diff --git a/src/modules/objects/class_buttongroup.cpp b/src/modules/objects/class_buttongroup.cpp
index 64021f65e..268382964 100644
--- a/src/modules/objects/class_buttongroup.cpp
+++ b/src/modules/objects/class_buttongroup.cpp
@@ -1,10 +1,11 @@
+//=============================================================================
//
// File : class_buttongroup.cpp
// Creation date : Fri Jan 28 14:21:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,6 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_buttongroup.h"
diff --git a/src/modules/objects/class_buttongroup.h b/src/modules/objects/class_buttongroup.h
index 9322965a9..d8c3a1a17 100644
--- a/src/modules/objects/class_buttongroup.h
+++ b/src/modules/objects/class_buttongroup.h
@@ -1,12 +1,13 @@
#ifndef _CLASS_BUTTONGROUP_H_
#define _CLASS_BUTTONGROUP_H_
+//=============================================================================
//
-// File : class_buttongroup.h
-// Creation date : Jan 23 CEST 2007
-// by Alessandro Carbone(Noldor)
+// File : class_buttongroup.cpp
+// Creation date : Fri Jan 28 14:21:48 CEST 2005
+// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,6 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
diff --git a/src/modules/objects/class_checkbox.cpp b/src/modules/objects/class_checkbox.cpp
index cc6ae94fc..5f687d3cd 100644
--- a/src/modules/objects/class_checkbox.cpp
+++ b/src/modules/objects/class_checkbox.cpp
@@ -1,9 +1,11 @@
-//vim: ts=8
+//=============================================================================
+//
// File : class_checkbox.cpp
-// Creation date : Wed Sep 20 23:01:47 CEST 2000 by Krzysztof Godlewski
+// Creation date : Wed 13 Sep 2000 02:42:05 CEST by Krzysztof Godlewski
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000 Krzysztof Godlewski
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_error.h"
diff --git a/src/modules/objects/class_checkbox.h b/src/modules/objects/class_checkbox.h
index d6deca095..74e0fd4fd 100644
--- a/src/modules/objects/class_checkbox.h
+++ b/src/modules/objects/class_checkbox.h
@@ -1,12 +1,14 @@
#ifndef _CLASS_CHECKBOX_H_
#define _CLASS_CHECKBOX_H_
-//vim: ts=8
+//=============================================================================
+//
// File : class_checkbox.h
-// Creation date : Wed Sep 20 23:02:11 CEST 2000 by Krzysztof Godlewski
+// Creation date : Wed 13 Sep 2000 02:42:05 CEST by Krzysztof Godlewski
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000 Krzysztof Godlewski
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,6 +24,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
diff --git a/src/modules/objects/class_combobox.cpp b/src/modules/objects/class_combobox.cpp
index bed30afd9..ace3bec27 100644
--- a/src/modules/objects/class_combobox.cpp
+++ b/src/modules/objects/class_combobox.cpp
@@ -1,9 +1,11 @@
-//vim: ts=8
+//=============================================================================
+//
// File : class_combobox.cpp
-// Creation date : Thu Mar 22 20:57:45 CET 2001 by Krzysztof Godlewski
+// Creation date : Wed 13 Sep 2000 02:42:05 CEST by Krzysztof Godlewski
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000 Krzysztof Godlewski
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_error.h"
diff --git a/src/modules/objects/class_combobox.h b/src/modules/objects/class_combobox.h
index 085a418ea..7f1f440b4 100644
--- a/src/modules/objects/class_combobox.h
+++ b/src/modules/objects/class_combobox.h
@@ -1,12 +1,14 @@
#ifndef _CLASS_COMBOBOX_H_
#define _CLASS_COMBOBOX_H_
-//vim: ts=8
+//=============================================================================
+//
// File : class_combobox.h
-// Creation date : Thu Mar 22 20:57:28 CET 2001 by Krzysztof Godlewski
+// Creation date : Wed 13 Sep 2000 02:42:05 CEST by Krzysztof Godlewski
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000 Krzysztof Godlewski
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,6 +24,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include <qcombobox.h>
diff --git a/src/modules/objects/class_dialog.cpp b/src/modules/objects/class_dialog.cpp
index 882aa030e..e34eb6ccb 100644
--- a/src/modules/objects/class_dialog.cpp
+++ b/src/modules/objects/class_dialog.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : class_dialog.cpp
// Creation date : Sun Apr 10 22:51:48 CEST 2002 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +20,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_dialog.h"
#include "kvi_error.h"
diff --git a/src/modules/objects/class_dialog.h b/src/modules/objects/class_dialog.h
index f74e85b3a..fe345c167 100644
--- a/src/modules/objects/class_dialog.h
+++ b/src/modules/objects/class_dialog.h
@@ -1,11 +1,12 @@
#ifndef _CLASS_DIALOG_H_
#define _CLASS_DIALOG_H_
+//=============================================================================
//
// File : class_dialog.h
// Creation date : Sun Apr 10 22:51:48 CEST 2002 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_widget.h"
#include "object_macros.h"
diff --git a/src/modules/objects/class_dockwindow.cpp b/src/modules/objects/class_dockwindow.cpp
index 1a9ff344c..f3f375be8 100644
--- a/src/modules/objects/class_dockwindow.cpp
+++ b/src/modules/objects/class_dockwindow.cpp
@@ -1,10 +1,10 @@
//=============================================================================
//
// File : class_dockwindow.cpp
-// Created on Thu 29 Dec 2005 23:45:11 by Szymon Stefanek
+// Creation date : Thu 29 Dec 2005 23:45:11 by Szymon Stefanek
//
// This file is part of the KVIrc IRC Client distribution
-// Copyright (C) 2005 Szymon Stefanek <pragma at kvirc dot net>
+// Copyright (C) 2005-2008 Szymon Stefanek <pragma at kvirc dot net>
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/objects/class_dockwindow.h b/src/modules/objects/class_dockwindow.h
index 310106096..f288190cb 100644
--- a/src/modules/objects/class_dockwindow.h
+++ b/src/modules/objects/class_dockwindow.h
@@ -3,10 +3,10 @@
//=============================================================================
//
// File : class_dockwindow.h
-// Created on Thu 29 Dec 2005 23:45:11 by Szymon Stefanek
+// Creation date : Thu 29 Dec 2005 23:45:11 by Szymon Stefanek
//
// This file is part of the KVIrc IRC Client distribution
-// Copyright (C) 2005 Szymon Stefanek <pragma at kvirc dot net>
+// Copyright (C) 2005-2008 Szymon Stefanek <pragma at kvirc dot net>
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/objects/class_file.cpp b/src/modules/objects/class_file.cpp
index 726019b55..81dc6951f 100644
--- a/src/modules/objects/class_file.cpp
+++ b/src/modules/objects/class_file.cpp
@@ -1,9 +1,11 @@
-//vim: ts=8
+//=============================================================================
+//
// File : class_file.cpp
// Creation date : Thu Sep 21 04:42:16 CEST 2000 by Krzysztof Godlewski
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000 Krzysztof Godlewski
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
//#warning "Add QFILEINFO to this stuff ?"
diff --git a/src/modules/objects/class_file.h b/src/modules/objects/class_file.h
index 0c7677c3f..09d1702a0 100644
--- a/src/modules/objects/class_file.h
+++ b/src/modules/objects/class_file.h
@@ -1,11 +1,13 @@
#ifndef _CLASS_FILE_H_
#define _CLASS_FILE_H_
-//vim: ts=8
+//=============================================================================
+//
// File : class_file.h
-// Creation date : Thu Sep 21 04:43:01 CEST 2000 by Krzysztof Godlewski
+// Creation date : Thu Sep 21 04:43:01 CEST 2000 by Krzysztof Godlewski
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000 Krzysztof Godlewski
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,7 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-
+//=============================================================================
#include "kvi_string.h"
diff --git a/src/modules/objects/class_ftp.cpp b/src/modules/objects/class_ftp.cpp
index 82716c3a2..90760e0ae 100644
--- a/src/modules/objects/class_ftp.cpp
+++ b/src/modules/objects/class_ftp.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : class_ftp.cpp
// Creation date : Mon Sep 1 08:13:45 2008 GMT by Carbone Alesssandro
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +20,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_debug.h"
#include "kvi_error.h"
diff --git a/src/modules/objects/class_ftp.h b/src/modules/objects/class_ftp.h
index 8a9c80bf0..e508e36c8 100644
--- a/src/modules/objects/class_ftp.h
+++ b/src/modules/objects/class_ftp.h
@@ -1,11 +1,12 @@
#ifndef _CLASS_FTP_H_
#define _CLASS_FTP_H_
+//=============================================================================
//
// File : class_ftp.h
// Creation date : Mon Sep 1 08:13:45 2008 GMT by Carbone Alesssandro
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
diff --git a/src/modules/objects/class_groupbox.cpp b/src/modules/objects/class_groupbox.cpp
index cb310437a..6271ef533 100644
--- a/src/modules/objects/class_groupbox.cpp
+++ b/src/modules/objects/class_groupbox.cpp
@@ -1,10 +1,11 @@
+//=============================================================================
//
// File : class_groupbox.cpp
// Creation date : Fri Jan 28 14:21:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,6 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include <kvi_tal_groupbox.h>
#include "class_groupbox.h"
diff --git a/src/modules/objects/class_groupbox.h b/src/modules/objects/class_groupbox.h
index 6dda5b3de..ed1d6d23f 100644
--- a/src/modules/objects/class_groupbox.h
+++ b/src/modules/objects/class_groupbox.h
@@ -1,12 +1,13 @@
-#ifndef _CLASS_GROUPBOX_H_
-#define _CLASS_GROUPBOX_H_
+#ifndef _CLASS_GROUPBOX_H_
+#define _CLASS_GROUPBOX_H_
+//=============================================================================
//
-// File : class_groupbox.h
+// File : class_groupbox.cpp
// Creation date : Fri Jan 28 14:21:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,6 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
@@ -57,5 +59,5 @@ protected:
bool functionSetChecked(KviKvsObjectFunctionCall *c);
};
-#endif //!_CLASS_GROUPBOX_H_
+#endif //!_CLASS_GROUPBOX_H_
diff --git a/src/modules/objects/class_hbox.cpp b/src/modules/objects/class_hbox.cpp
index 451358dec..0bfc52e51 100644
--- a/src/modules/objects/class_hbox.cpp
+++ b/src/modules/objects/class_hbox.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : class_hbox.cpp
// Creation date : Wed Mar 01 2005 23:00:01 by Alessandro Carbone & Tonino Imbesi
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2002-2006 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +20,8 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
+
#define _KVI_DEBUG_CHECK_RANGE_
#include "kvi_debug.h"
#include "kvi_locale.h"
diff --git a/src/modules/objects/class_hbox.h b/src/modules/objects/class_hbox.h
index 35fbcb371..5cf06ac37 100644
--- a/src/modules/objects/class_hbox.h
+++ b/src/modules/objects/class_hbox.h
@@ -1,11 +1,12 @@
#ifndef _CLASS_HBOX_H_
#define _CLASS_HBOX_H_
+//=============================================================================
//
// File : class_hbox.h
// Creation date : Wed Mar 01 2005 23:00:01 by Alessandro Carbone & Tonino Imbesi
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2002-2006 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "object_macros.h"
#include "class_widget.h"
diff --git a/src/modules/objects/class_http.cpp b/src/modules/objects/class_http.cpp
index 6bbd8f1b1..a62b339b8 100644
--- a/src/modules/objects/class_http.cpp
+++ b/src/modules/objects/class_http.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : class_http.cpp
// Creation date : Fry Sep 5 18:13:45 2008 GMT by Carbone Alesssandro
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +20,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_debug.h"
#include "kvi_error.h"
diff --git a/src/modules/objects/class_http.h b/src/modules/objects/class_http.h
index e20c7c067..7f97f6000 100644
--- a/src/modules/objects/class_http.h
+++ b/src/modules/objects/class_http.h
@@ -1,11 +1,12 @@
#ifndef _CLASS_HTTP_H_
#define _CLASS_HTTP_H_
+//=============================================================================
//
// File : class_http.h
// Creation date : Fry Sep 5 18:13:45 2008 GMT by Carbone Alesssandro
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
diff --git a/src/modules/objects/class_label.cpp b/src/modules/objects/class_label.cpp
index 4cedf7234..800ac6acf 100644
--- a/src/modules/objects/class_label.cpp
+++ b/src/modules/objects/class_label.cpp
@@ -1,10 +1,11 @@
-//vim: ts=8
+//=============================================================================
+//
// File : class_label.cpp
// Creation date : Mon Sep 18 14:21:48 CEST 2000 by Krzysztof Godlewski
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Krzysztof Godlewski
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000 Krzysztof Godlewski
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,7 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-
+//=============================================================================
#include "kvi_error.h"
#include "kvi_debug.h"
diff --git a/src/modules/objects/class_label.h b/src/modules/objects/class_label.h
index a195c9d0a..5920bf803 100644
--- a/src/modules/objects/class_label.h
+++ b/src/modules/objects/class_label.h
@@ -1,11 +1,13 @@
#ifndef _CLASS_LABEL_H_
#define _CLASS_LABEL_H_
-//vim: ts=8
+//=============================================================================
+//
// File : class_label.h
// Creation date : Mon Sep 18 14:21:48 CEST 2000 by Krzysztof Godlewski
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000 Krzysztof Godlewski
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,7 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-
+//=============================================================================
#include "class_widget.h"
diff --git a/src/modules/objects/class_layout.cpp b/src/modules/objects/class_layout.cpp
index 59c53e9ed..6e9942948 100644
--- a/src/modules/objects/class_layout.cpp
+++ b/src/modules/objects/class_layout.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : class_layout.cpp
// Creation date : Fri Now 22 2002 00:50:01 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +20,8 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
+
#define _KVI_DEBUG_CHECK_RANGE_
#include "kvi_debug.h"
#include "kvi_locale.h"
diff --git a/src/modules/objects/class_layout.h b/src/modules/objects/class_layout.h
index 3c0a2428b..7b25938f0 100644
--- a/src/modules/objects/class_layout.h
+++ b/src/modules/objects/class_layout.h
@@ -1,11 +1,12 @@
#ifndef _CLASS_LAYOUT_H_
#define _CLASS_LAYOUT_H_
+//=============================================================================
//
// File : class_layout.h
// Creation date : Fri Now 22 2002 00:50:01 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "object_macros.h"
diff --git a/src/modules/objects/class_lcd.cpp b/src/modules/objects/class_lcd.cpp
index c840b8132..88231beb3 100644
--- a/src/modules/objects/class_lcd.cpp
+++ b/src/modules/objects/class_lcd.cpp
@@ -1,10 +1,11 @@
+//=============================================================================
//
// File : class_lcd.cpp
// Creation date : Mon Gen 27 14:30:48 CEST 2005 by Tonino Imbesi(Grifisx)
// and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,7 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-
+//=============================================================================
#include "class_lcd.h"
#include "kvi_error.h"
diff --git a/src/modules/objects/class_lcd.h b/src/modules/objects/class_lcd.h
index eb0384dbe..387f42116 100644
--- a/src/modules/objects/class_lcd.h
+++ b/src/modules/objects/class_lcd.h
@@ -1,12 +1,13 @@
-#ifndef _CLASS_LCD_H_
-#define _CLASS_LCD_H_
-
+#ifndef _CLASS_LCD_H_
+#define _CLASS_LCD_H_
+//=============================================================================
+//
// File : class_lcd.h
// Creation date : Mon Gen 27 14:30:48 CEST 2005 by Tonino Imbesi(Grifisx)
// and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,6 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
diff --git a/src/modules/objects/class_lineedit.cpp b/src/modules/objects/class_lineedit.cpp
index 7776acd42..22aeef20a 100644
--- a/src/modules/objects/class_lineedit.cpp
+++ b/src/modules/objects/class_lineedit.cpp
@@ -1,9 +1,11 @@
-//vim: ts=8
+//=============================================================================
+//
// File : class_lineedit.cpp
// Creation date : Wed 20 Sep 2000 04:34:40 CEST by Krzysztof Godlewski
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000 Krzysztof Godlewski
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,13 +21,13 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-
+//=============================================================================
#include "kvi_error.h"
#include "kvi_debug.h"
#include "kvi_locale.h"
#include "class_lineedit.h"
- #include <QRegExpValidator>
+#include <QRegExpValidator>
#include <QLineEdit>
static const char * mode_tbl[] = {
"Normal",
diff --git a/src/modules/objects/class_lineedit.h b/src/modules/objects/class_lineedit.h
index 36313cdeb..695f26f1b 100644
--- a/src/modules/objects/class_lineedit.h
+++ b/src/modules/objects/class_lineedit.h
@@ -1,11 +1,13 @@
#ifndef _CLASS_LINEEDIT_H_
#define _CLASS_LINEEDIT_H_
-//vim: ts=8
+//=============================================================================
+//
// File : class_lineedit.h
-// Creation date : Wed 20 Sep 2000 04:34:22 CEST by Krzysztof Godlewski
+// Creation date : Wed 20 Sep 2000 04:34:40 CEST by Krzysztof Godlewski
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000 Krzysztof Godlewski
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
diff --git a/src/modules/objects/class_list.cpp b/src/modules/objects/class_list.cpp
index 182009aa9..3b2a0608c 100644
--- a/src/modules/objects/class_list.cpp
+++ b/src/modules/objects/class_list.cpp
@@ -4,7 +4,7 @@
// Creation date : Wed Sep 09 2000 21:07:55 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/objects/class_list.h b/src/modules/objects/class_list.h
index 20d5d1359..3e7377b89 100644
--- a/src/modules/objects/class_list.h
+++ b/src/modules/objects/class_list.h
@@ -1,12 +1,12 @@
#ifndef _CLASS_LIST_H_
#define _CLASS_LIST_H_
-//=========================================================================================
+//=============================================================================
//
// File : class_list.h
// Creation date : Wed Sep 09 2000 21:07:01 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2000-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,7 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-//=========================================================================================
+//=============================================================================
#include "kvi_settings.h"
#include "kvi_string.h"
diff --git a/src/modules/objects/class_listbox.cpp b/src/modules/objects/class_listbox.cpp
index 1ba12fcda..97e978617 100644
--- a/src/modules/objects/class_listbox.cpp
+++ b/src/modules/objects/class_listbox.cpp
@@ -1,9 +1,10 @@
-//vim: ts=8
+//=============================================================================
+//
// File : class_listbox.cpp
// Creation date : Sat Oct 2 03:40:28 CET 2004 by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
-// Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net)
+// This file is part of the KVirc irc client distribution
+// Copyright (C) 2004-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,7 +20,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-
+//=============================================================================
#include "kvi_error.h"
#include "kvi_locale.h"
diff --git a/src/modules/objects/class_listbox.h b/src/modules/objects/class_listbox.h
index 5edb657c7..6302d4ee4 100644
--- a/src/modules/objects/class_listbox.h
+++ b/src/modules/objects/class_listbox.h
@@ -1,12 +1,12 @@
-#ifndef _CLASS_LISTBOX_H_
-#define _CLASS_LISTBOX_H_
-
-//vim: ts=8
+#ifndef _CLASS_LISTBOX_H_
+#define _CLASS_LISTBOX_H_
+//=============================================================================
+//
// File : class_listbox.h
// Creation date : Sat Oct 2 03:40:28 CET 2004 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2004-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_widget.h"
diff --git a/src/modules/objects/class_listview.cpp b/src/modules/objects/class_listview.cpp
index f03090d63..2936b9ac7 100644
--- a/src/modules/objects/class_listview.cpp
+++ b/src/modules/objects/class_listview.cpp
@@ -1,12 +1,11 @@
-//=================================================================================
+//=============================================================================
//
-// File : class_treewidget.cpp
+// File : class_listview.cpp
// Creation date : Fri Jan 28 14:21:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2006 Szymon Stefanek (pragma at kvirc dot net)
-// Copyright (C) 2005-2006 Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
+// Copyright (C) 2005-2008 Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,7 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-//=================================================================================
+//=============================================================================
#include "class_listview.h"
@@ -272,6 +271,7 @@ bool KviKvsObject_treewidget::function_setHeaderLabels(KviKvsObjectFunctionCall
}
return true;
}
+
bool KviKvsObject_treewidget::function_setColumnText(KviKvsObjectFunctionCall *c)
{
if (!widget()) return true;
@@ -285,6 +285,7 @@ bool KviKvsObject_treewidget::function_setColumnText(KviKvsObjectFunctionCall *c
header->setText(iCol,szLabel);
return true;
}
+
bool KviKvsObject_treewidget::function_addColumn(KviKvsObjectFunctionCall *c)
{
if (!widget()) return true;
@@ -312,7 +313,7 @@ bool KviKvsObject_treewidget::function_setAcceptDrops(KviKvsObjectFunctionCall *
KVSO_PARAMETERS_END(c)
if (widget())
((KviTalTreeWidget *)object())->setAcceptDrops(bEnable);
- return true;
+ return true;
}
*/
bool KviKvsObject_treewidget::function_clear(KviKvsObjectFunctionCall *c)
@@ -374,8 +375,9 @@ bool KviKvsObject_treewidget::function_setColumnCount(KviKvsObjectFunctionCall *
KVSO_PARAMETER("column",KVS_PT_UNSIGNEDINTEGER,0,uCol)
KVSO_PARAMETERS_END(c)
if (widget())((KviTalTreeWidget *)widget())->setColumnCount(uCol);
- return true;
+ return true;
}
+
bool KviKvsObject_treewidget::function_setSelectionMode(KviKvsObjectFunctionCall *c)
{
QString szMode;
@@ -392,7 +394,7 @@ bool KviKvsObject_treewidget::function_setSelectionMode(KviKvsObjectFunctionCall
else if(KviQString::equalCI(szMode,"Single"))
((KviTalTreeWidget *)widget())->setSelectionMode(KviTalTreeWidget::SingleSelection);
else c->warning(__tr2qs("Invalid selection mode '%Q'"),&szMode);
- return true;
+ return true;
}
bool KviKvsObject_treewidget::function_setSorting(KviKvsObjectFunctionCall *c)
@@ -406,13 +408,12 @@ bool KviKvsObject_treewidget::function_setSorting(KviKvsObjectFunctionCall *c)
if (!widget())return true;
if (iCol<0)
((KviTalTreeWidget *)widget())->setSortingEnabled(false);
- else
+ else
if(!bEnables) ((KviTalTreeWidget *)widget())->sortItems(iCol,Qt::DescendingOrder);
else ((KviTalTreeWidget *)widget())->sortItems(iCol,Qt::AscendingOrder);
- return true;
+ return true;
}
-
bool KviKvsObject_treewidget::function_setRootIsDecorated(KviKvsObjectFunctionCall *c)
{
bool bEnabled;
@@ -420,7 +421,7 @@ bool KviKvsObject_treewidget::function_setRootIsDecorated(KviKvsObjectFunctionCa
KVSO_PARAMETER("bEnabled",KVS_PT_BOOL,0,bEnabled)
KVSO_PARAMETERS_END(c)
if (widget()) ((KviTalTreeWidget *)widget())->setRootIsDecorated(bEnabled);
- return true;
+ return true;
}
bool KviKvsObject_treewidget::function_setAllColumnsShowFocus(KviKvsObjectFunctionCall *c)
@@ -438,11 +439,13 @@ bool KviKvsObject_treewidget::function_hideListViewHeader(KviKvsObjectFunctionCa
((KviTalTreeWidget *)widget())->header()->hide();
return true;
}
+
bool KviKvsObject_treewidget::function_showListViewHeader(KviKvsObjectFunctionCall *c)
{
((KviTalTreeWidget *)widget())->header()->show();
return true;
}
+
bool KviKvsObject_treewidget::function_listViewHeaderIsVisible(KviKvsObjectFunctionCall *c)
{
c->returnValue()->setBoolean(((KviTalTreeWidget *)widget())->header()->isVisible());
@@ -471,7 +474,6 @@ bool KviKvsObject_treewidget::function_selectionChangedEvent(KviKvsObjectFunctio
void KviKvsObject_treewidget::slotSelectionChanged()
{
-
if (((KviTalTreeWidget *)widget())->selectionMode()==KviTalTreeWidget::SingleSelection)
{
KviTalTreeWidgetItem *it=(KviTalTreeWidgetItem *) ((KviTalTreeWidget *)widget())->currentItem();
@@ -482,8 +484,8 @@ void KviKvsObject_treewidget::slotSelectionChanged()
KviKvsVariantList params(new KviKvsVariant((kvs_hobject_t)0));
callFunction(this,"selectionChangedEvent",0,&params);
}
-
}
+
bool KviKvsObject_treewidget::function_currentChangedEvent(KviKvsObjectFunctionCall *c)
{
emitSignal("currentChanged",c,c->params());
@@ -496,7 +498,6 @@ void KviKvsObject_treewidget::slotCurrentChanged(KviTalTreeWidgetItem * i,KviTal
callFunction(this,"currentChangedEvent",0,&params);
}
-
bool KviKvsObject_treewidget::function_itemActivatedEvent(KviKvsObjectFunctionCall *c)
{
//FIXME: compatibility
@@ -529,7 +530,6 @@ void KviKvsObject_treewidget::slotOnItemEntered(KviTalTreeWidgetItem * i,int col
callFunction(this,"onItemEvent",0,&params);
}
-
bool KviKvsObject_treewidget::function_itemExpandedEvent(KviKvsObjectFunctionCall *c)
{
emitSignal("itemExpanded",c,c->params());
@@ -602,26 +602,24 @@ KviKvsMdmListView::KviKvsMdmListView(QWidget * par,const char * name,KviKvsObjec
setDropIndicatorShown(true);
setDragDropMode(QAbstractItemView::DragDrop);
viewport()->setAcceptDrops(true);
-
}
+
KviKvsMdmListView::~KviKvsMdmListView()
{
}
-
-void KviKvsMdmListView::dragEnterEvent( QDragEnterEvent *e )
+void KviKvsMdmListView::dragEnterEvent( QDragEnterEvent * e )
{
debug("Drag enter event");
- if(!e->mimeData()->hasUrls())
- {
- debug("Ignore drag");
- e->ignore();
- return;
- }
-
+ if(!e->mimeData()->hasUrls())
+ {
+ debug("Ignore drag");
+ e->ignore();
+ return;
+ }
}
-void KviKvsMdmListView::dropEvent(QDropEvent *e)
+void KviKvsMdmListView::dropEvent(QDropEvent * e)
{
debug("Drop event");
QList<QUrl> list;
@@ -645,10 +643,8 @@ void KviKvsMdmListView::dropEvent(QDropEvent *e)
}
}
}
-
}
#ifndef COMPILE_USE_STANDALONE_MOC_SOURCES
#include "m_class_listview.moc"
#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES
-
diff --git a/src/modules/objects/class_listview.h b/src/modules/objects/class_listview.h
index d7fa09d5c..90e6a71d9 100644
--- a/src/modules/objects/class_listview.h
+++ b/src/modules/objects/class_listview.h
@@ -1,14 +1,13 @@
#ifndef _CLASS_LISTVIEW_H_
-#define _CLASS_LISTVIEW_H_
-//=================================================================================
+#define _CLASS_LISTVIEW_H_
+//=============================================================================
//
-// File : class_treewidget.h
+// File : class_listview.h
// Creation date : Fri Jan 28 14:21:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2006 Szymon Stefanek (pragma at kvirc dot net)
-// Copyright (C) 2005-2006 Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
+// Copyright (C) 2005-2008 Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -24,7 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-//=================================================================================
+//=============================================================================
#include "kvi_tal_treewidget.h"
#include "class_widget.h"
diff --git a/src/modules/objects/class_listviewitem.cpp b/src/modules/objects/class_listviewitem.cpp
index 62adaf37c..627892f4c 100644
--- a/src/modules/objects/class_listviewitem.cpp
+++ b/src/modules/objects/class_listviewitem.cpp
@@ -1,10 +1,11 @@
-//mdm:
-// File : class_ListViewItem.h
-// Creation date : Thu Feb 1 14:39:48 CEST 2005
-// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
+//=============================================================================
+//
+// File : class_listviewitem.cpp
+// Creation date : Fri Jan 28 14:21:48 CEST 2005
+// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +20,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+//
+//=============================================================================
#include "class_listviewitem.h"
#include "class_pixmap.h"
diff --git a/src/modules/objects/class_listviewitem.h b/src/modules/objects/class_listviewitem.h
index f2c6b299a..e7e14fb13 100644
--- a/src/modules/objects/class_listviewitem.h
+++ b/src/modules/objects/class_listviewitem.h
@@ -1,12 +1,13 @@
-#ifndef _CLASS_LISTVIEWITEM_H_
-#define _CLASS_LISTVIEWITEM_H_
-//mdm:
-// File : class_ListViewItem.h
-// Creation date : Thu Feb 1 14:39:48 CEST 2005
-// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
+#ifndef _CLASS_LISTVIEWITEM_H_
+#define _CLASS_LISTVIEWITEM_H_
+//=============================================================================
+//
+// File : class_listviewitem.h
+// Creation date : Fri Jan 28 14:21:48 CEST 2005
+// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+//
+//=============================================================================
#include "kvi_tal_treewidget.h"
#include "class_widget.h"
diff --git a/src/modules/objects/class_mainwindow.cpp b/src/modules/objects/class_mainwindow.cpp
index ec6f2564e..03854530b 100644
--- a/src/modules/objects/class_mainwindow.cpp
+++ b/src/modules/objects/class_mainwindow.cpp
@@ -1,10 +1,11 @@
-//mdm:
+//=============================================================================
+//
// File : class_mainwindow.cpp
-// Creation date : Mon Feb 28 14:21:48 CEST 2005
+// Creation date : Mon Feb 28 14:21:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
-//
+//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,6 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_tal_mainwindow.h"
#include "class_mainwindow.h"
diff --git a/src/modules/objects/class_mainwindow.h b/src/modules/objects/class_mainwindow.h
index 259e1a24e..0775cc9e6 100644
--- a/src/modules/objects/class_mainwindow.h
+++ b/src/modules/objects/class_mainwindow.h
@@ -1,12 +1,13 @@
-#ifndef _CLASS_MAINWINDOW_H_
-#define _CLASS_MAINWINDOW_H_
+#ifndef _CLASS_MAINWINDOW_H_
+#define _CLASS_MAINWINDOW_H_
+//=============================================================================
//
// File : class_mainwindow.h
-// Creation date : Fri Jan 28 14:21:48 CEST 2005
+// Creation date : Mon Feb 28 14:21:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,6 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_widget.h"
diff --git a/src/modules/objects/class_menubar.cpp b/src/modules/objects/class_menubar.cpp
index 21b9602bf..5f3c9cac3 100644
--- a/src/modules/objects/class_menubar.cpp
+++ b/src/modules/objects/class_menubar.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : class_menubar.cpp
// Creation date : Tue Now 26 13:16:59 CEST 2002 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,7 +20,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-
+//=============================================================================
#include "class_menubar.h"
diff --git a/src/modules/objects/class_menubar.h b/src/modules/objects/class_menubar.h
index ee6556805..572820bf0 100644
--- a/src/modules/objects/class_menubar.h
+++ b/src/modules/objects/class_menubar.h
@@ -1,11 +1,12 @@
-#ifndef _CLASS_MENUBAR_H_
-#define _CLASS_MENUBAR_H_
+#ifndef _CLASS_MENUBAR_H_
+#define _CLASS_MENUBAR_H_
+//=============================================================================
//
// File : class_menubar.h
// Creation date : Tue Now 26 13:15:48 CEST 2002 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include <qmenubar.h>
#include "class_widget.h"
diff --git a/src/modules/objects/class_multilineedit.cpp b/src/modules/objects/class_multilineedit.cpp
index 120a70ca6..c6ca43950 100644
--- a/src/modules/objects/class_multilineedit.cpp
+++ b/src/modules/objects/class_multilineedit.cpp
@@ -1,12 +1,11 @@
-//vim: ts=8
-// File : class_multilineedit.cpp
-// Creation date : Mon Feb 19 00:45:34 CET by Krzysztof Godlewski
+//=============================================================================
//
-// Modification date: Thu 15 Feb 2005 22:00 :00
-// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
+// File : class_multilineedit.cpp
+// Creation date : Mon Feb 19 2000 00:45:34 CET by Krzysztof Godlewski
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000 Krzysztof Godlewski
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,7 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-
+//=============================================================================
#include "kvi_error.h"
#include "kvi_debug.h"
diff --git a/src/modules/objects/class_multilineedit.h b/src/modules/objects/class_multilineedit.h
index 8dea88933..a128553c4 100644
--- a/src/modules/objects/class_multilineedit.h
+++ b/src/modules/objects/class_multilineedit.h
@@ -1,14 +1,13 @@
#ifndef _CLASS_MULTILINEEDIT_H_
#define _CLASS_MULTILINEEDIT_H_
-//vim: ts=8
-// File : class_multilineedit.cpp
-// Creation date : Mon Feb 19 00:45:34 CET by Krzysztof Godlewski
+//=============================================================================
//
-// Modification date: Thu 15 Feb 2005 22:00 :00
-// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
+// File : class_multilineedit.cpp
+// Creation date : Mon Feb 19 2000 00:45:34 CET by Krzysztof Godlewski
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000 Krzysztof Godlewski
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -24,6 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_widget.h"
diff --git a/src/modules/objects/class_painter.cpp b/src/modules/objects/class_painter.cpp
index b3b1b196d..67c64a427 100644
--- a/src/modules/objects/class_painter.cpp
+++ b/src/modules/objects/class_painter.cpp
@@ -1,10 +1,12 @@
-//mdm:
-// Painter : class_painter.cpp
-// Creation date : Fri Mar 18 14:30:48 CEST 2005
-// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
+//=============================================================================
+//
+// File : class_painter.cpp
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
+// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
// Lucia Papini (^ashura^) English Translation.
+//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_painter.h"
#include "class_pixmap.h"
diff --git a/src/modules/objects/class_painter.h b/src/modules/objects/class_painter.h
index 5a4049f81..8436e0b5f 100644
--- a/src/modules/objects/class_painter.h
+++ b/src/modules/objects/class_painter.h
@@ -1,11 +1,13 @@
-#ifndef _CLASS_PAINTER_H_
-#define _CLASS_PAINTER_H_
-//mdm:
-// Painter : class_painter.h
-// Creation date : Fri Mar 18 14:30:48 CEST 2005
-// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
+#ifndef _CLASS_PAINTER_H_
+#define _CLASS_PAINTER_H_
+//=============================================================================
+//
+// File : class_painter.h
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
+// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
+//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +23,8 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
+
#include <QPrinter>
#include <qpainter.h>
diff --git a/src/modules/objects/class_pixmap.cpp b/src/modules/objects/class_pixmap.cpp
index f207e4532..9d70c492b 100644
--- a/src/modules/objects/class_pixmap.cpp
+++ b/src/modules/objects/class_pixmap.cpp
@@ -1,10 +1,11 @@
-//mdm:
-// Painter : class_pixmap.h
-// Creation date : Fri Mar 18 14:30:48 CEST 2005
-// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
-// Lucia Papini (^ashura^) English Translation.
+//=============================================================================
+//
+// File : class_pixmap.cpp
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
+// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
+//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,6 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_pixmap.h"
#include "kvi_debug.h"
diff --git a/src/modules/objects/class_pixmap.h b/src/modules/objects/class_pixmap.h
index f79c29f86..2ecd33f15 100644
--- a/src/modules/objects/class_pixmap.h
+++ b/src/modules/objects/class_pixmap.h
@@ -1,11 +1,13 @@
#ifndef _CLASS_PIXMAP_H_
#define _CLASS_PIXMAP_H_
-//vim: ts=8
-// Pixmap : class_pixmap.h
-// Creation date : Thu Sep 21 04:43:01 CEST 2000 by Krzysztof Godlewski
+//=============================================================================
//
-// This pixmap is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// File : class_pixmap.h
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
+// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
+//
+// This file is part of the KVirc irc client distribution
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
diff --git a/src/modules/objects/class_popupmenu.cpp b/src/modules/objects/class_popupmenu.cpp
index 4d1d5247a..cf9c9d18d 100644
--- a/src/modules/objects/class_popupmenu.cpp
+++ b/src/modules/objects/class_popupmenu.cpp
@@ -1,10 +1,11 @@
-//mdm :
+//=============================================================================
+//
// File : class_popupmenu.cpp
-// Creation date : Mon Feb 01 21:30:48 CEST 2005
-// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
-// Lucia Papini (^ashura^) English Translation.
+// Creation date : Fri Mar 18 21:30:48 CEST 2005
+// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
+//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,6 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_popupmenu.h"
diff --git a/src/modules/objects/class_popupmenu.h b/src/modules/objects/class_popupmenu.h
index f47601986..2f6d02519 100644
--- a/src/modules/objects/class_popupmenu.h
+++ b/src/modules/objects/class_popupmenu.h
@@ -1,12 +1,13 @@
-#ifndef _CLASS_POPUPMENU_H_
-#define _CLASS_POPUPMENU_H_
-//mdm:
-// File : class_popupMenu.h
-// Creation date : Mon Gen 27 14:30:48 CEST 2005
-// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
+#ifndef _CLASS_POPUPMENU_H_
+#define _CLASS_POPUPMENU_H_
+//=============================================================================
+//
+// File : class_popupmenu.h
+// Creation date : Fri Mar 18 21:30:48 CEST 2005
+// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,6 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_widget.h"
diff --git a/src/modules/objects/class_process.cpp b/src/modules/objects/class_process.cpp
index b9716f422..049a0867e 100644
--- a/src/modules/objects/class_process.cpp
+++ b/src/modules/objects/class_process.cpp
@@ -1,10 +1,11 @@
-//mdm:
-// File : class_process.h
-// Creation date : Thu Feb 1 14:39:48 CEST 2005
-// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
+//=============================================================================
+//
+// File : class_process.cpp
+// Creation date : Fri Mar 18 21:30:48 CEST 2005
+// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +20,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+//
+//=============================================================================
#include "class_process.h"
#include "kvi_error.h"
diff --git a/src/modules/objects/class_process.h b/src/modules/objects/class_process.h
index 06f427e7e..f9133a943 100644
--- a/src/modules/objects/class_process.h
+++ b/src/modules/objects/class_process.h
@@ -1,12 +1,13 @@
-#ifndef _CLASS_PROCESS_H_
-#define _CLASS_PROCESS_H_
-//mdm:
+#ifndef _CLASS_PROCESS_H_
+#define _CLASS_PROCESS_H_
+//=============================================================================
+//
// File : class_process.h
-// Creation date : Thu Feb 1 14:39:48 CEST 2005
-// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
+// Creation date : Fri Mar 18 21:30:48 CEST 2005
+// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+//
+//=============================================================================
#include <QTimer>
diff --git a/src/modules/objects/class_progressbar.cpp b/src/modules/objects/class_progressbar.cpp
index 4e8c514bb..f4624d788 100644
--- a/src/modules/objects/class_progressbar.cpp
+++ b/src/modules/objects/class_progressbar.cpp
@@ -1,10 +1,11 @@
+//=============================================================================
//
// File : class_progressbar.cpp
-// Creation date : Fri Jan 28 14:21:48 CEST 2005
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
-//
+//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,6 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_progressbar.h"
#include "kvi_error.h"
diff --git a/src/modules/objects/class_progressbar.h b/src/modules/objects/class_progressbar.h
index 6bd96f540..deb06527f 100644
--- a/src/modules/objects/class_progressbar.h
+++ b/src/modules/objects/class_progressbar.h
@@ -1,13 +1,13 @@
-#ifndef _CLASS_PROGRESSBAR_H_
-
-#define _CLASS_PROGRESSBAR_H_
+#ifndef _CLASS_PROGRESSBAR_H_
+#define _CLASS_PROGRESSBAR_H_
+//=============================================================================
//
// File : class_progressbar.h
-// Creation date : Fri Jan 28 14:21:48 CEST 2005
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -23,6 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_widget.h"
diff --git a/src/modules/objects/class_radiobutton.cpp b/src/modules/objects/class_radiobutton.cpp
index a64e63681..0acc49806 100644
--- a/src/modules/objects/class_radiobutton.cpp
+++ b/src/modules/objects/class_radiobutton.cpp
@@ -1,10 +1,11 @@
+//=============================================================================
//
// File : class_radiobutton.cpp
-// Creation date : Thu Feb 08 14:21:48 CEST 2005
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
-//
+//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,6 +21,8 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
+
#include "class_radiobutton.h"
#include "kvi_error.h"
#include "kvi_debug.h"
diff --git a/src/modules/objects/class_radiobutton.h b/src/modules/objects/class_radiobutton.h
index aed8a9b06..aec0eb692 100644
--- a/src/modules/objects/class_radiobutton.h
+++ b/src/modules/objects/class_radiobutton.h
@@ -1,12 +1,13 @@
-#ifndef _CLASS_RADIOBUTTON_H_
-#define _CLASS_RADIOBUTTON_H_
-//mdm:
+#ifndef _CLASS_RADIOBUTTON_H_
+#define _CLASS_RADIOBUTTON_H_
+//=============================================================================
+//
// File : class_radiobutton.h
-// Creation date :Thu Feb 08 14:21:48 CEST 2005
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,6 +23,8 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
+
#include "class_widget.h"
#include "object_macros.h"
diff --git a/src/modules/objects/class_slider.cpp b/src/modules/objects/class_slider.cpp
index d7f966732..4bf3722fc 100644
--- a/src/modules/objects/class_slider.cpp
+++ b/src/modules/objects/class_slider.cpp
@@ -1,10 +1,11 @@
-//mdm :
-// File : class_Slider.cpp
-// Creation date : Mon Gen 27 21:30:48 CEST 2005
-// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
+//=============================================================================
+//
+// File : class_slider.cpp
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
+// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,6 +21,8 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
+
#include "class_slider.h"
#include "kvi_error.h"
#include "kvi_debug.h"
diff --git a/src/modules/objects/class_slider.h b/src/modules/objects/class_slider.h
index 0a1cc289e..acc3fe3f9 100644
--- a/src/modules/objects/class_slider.h
+++ b/src/modules/objects/class_slider.h
@@ -1,12 +1,13 @@
-#ifndef _CLASS_SLIDER_H_
-#define _CLASS_SLIDER_H_
-//mdm:
-// File : class_Slider.h
-// Creation date : Mon Gen 27 14:30:48 CEST 2005
-// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
+#ifndef _CLASS_SLIDER_H_
+#define _CLASS_SLIDER_H_
+//=============================================================================
+//
+// File : class_slider.h
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
+// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,6 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_widget.h"
#include "object_macros.h"
diff --git a/src/modules/objects/class_socket.cpp b/src/modules/objects/class_socket.cpp
index eb489665d..333e17d72 100644
--- a/src/modules/objects/class_socket.cpp
+++ b/src/modules/objects/class_socket.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : class_socket.cpp
// Creation date : Sun Nov 11 03:13:45 2001 GMT by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +20,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_settings.h"
#include "kvi_qstring.h"
diff --git a/src/modules/objects/class_socket.h b/src/modules/objects/class_socket.h
index 6a18bf51c..792e8a1a9 100644
--- a/src/modules/objects/class_socket.h
+++ b/src/modules/objects/class_socket.h
@@ -1,5 +1,6 @@
#ifndef _CLASS_SOCKET_H_
#define _CLASS_SOCKET_H_
+//=============================================================================
//
// File : class_socket.h
// Creation date : Sun Nov 11 03:13:46 2001 GMT by Szymon Stefanek
@@ -21,13 +22,13 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-#include "kvi_socket.h"
-
-
+//=============================================================================
+#include "kvi_socket.h"
#include "kvi_pointerlist.h"
-#include <qsocketnotifier.h>
-#include <qtimer.h>
+
+#include <QSocketNotifier>
+#include <QTimer>
#define KVI_SCRIPT_SOCKET_STATUS_DISCONNECTED 0
#define KVI_SCRIPT_SOCKET_STATUS_DNS 1
diff --git a/src/modules/objects/class_spinbox.cpp b/src/modules/objects/class_spinbox.cpp
index 8aa46542d..86c49e2e9 100644
--- a/src/modules/objects/class_spinbox.cpp
+++ b/src/modules/objects/class_spinbox.cpp
@@ -1,10 +1,11 @@
+//=============================================================================
//
-// File : class_progressbar.cpp
-// Creation date : Fri Jan 30 14:21:48 CEST 2005
+// File : class_spinbox.cpp
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
-//
+//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,6 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_spinbox.h"
#include "kvi_error.h"
diff --git a/src/modules/objects/class_spinbox.h b/src/modules/objects/class_spinbox.h
index e37ec847e..8f20a3496 100644
--- a/src/modules/objects/class_spinbox.h
+++ b/src/modules/objects/class_spinbox.h
@@ -1,12 +1,13 @@
-#ifndef _CLASS_SPINBOX_H_
-#define _CLASS_SPINBOX_H_
+#ifndef _CLASS_SPINBOX_H_
+#define _CLASS_SPINBOX_H_
+//=============================================================================
//
-// File : class_progressbar.h
-// Creation date : Fri Jan 30 14:21:48 CEST 2005
+// File : class_spinbox.h
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,6 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
diff --git a/src/modules/objects/class_tabwidget.cpp b/src/modules/objects/class_tabwidget.cpp
index f526c59ed..446d4f8f5 100644
--- a/src/modules/objects/class_tabwidget.cpp
+++ b/src/modules/objects/class_tabwidget.cpp
@@ -1,10 +1,11 @@
-//mdm:
+//=============================================================================
+//
// File : class_tabwidget.cpp
-// Creation date : Fri Feb 11 10:21:48 CEST 2005
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
-//
+//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,6 +21,8 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
+
#include "class_tabwidget.h"
#include "kvi_error.h"
#include "kvi_debug.h"
diff --git a/src/modules/objects/class_tabwidget.h b/src/modules/objects/class_tabwidget.h
index 111fffa11..95ff95e3e 100644
--- a/src/modules/objects/class_tabwidget.h
+++ b/src/modules/objects/class_tabwidget.h
@@ -1,12 +1,13 @@
-#ifndef _CLASS_TABWIDGET_H_
-#define _CLASS_TABWIDGET_H_
-//mdm:
-// File : class_tabwidget.h
-// Creation date : Fri Feb 11 10:21:48 CEST 2005
+#ifndef _CLASS_TABWIDGET_H_
+#define _CLASS_TABWIDGET_H_
+//=============================================================================
+//
+// File : class_tabwidget.cpp
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,6 +23,8 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
+
#include "class_widget.h"
#include "object_macros.h"
diff --git a/src/modules/objects/class_tbrowser.cpp b/src/modules/objects/class_tbrowser.cpp
index 17db7d4a0..bb5dca94d 100644
--- a/src/modules/objects/class_tbrowser.cpp
+++ b/src/modules/objects/class_tbrowser.cpp
@@ -1,10 +1,11 @@
-//mdm:
+//=============================================================================
+//
// File : class_tbrowser.cpp
-// Creation date : Fri Jan 28 14:21:48 CEST 2005
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,6 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_tbrowser.h"
diff --git a/src/modules/objects/class_tbrowser.h b/src/modules/objects/class_tbrowser.h
index 32160ede1..5d19c321c 100644
--- a/src/modules/objects/class_tbrowser.h
+++ b/src/modules/objects/class_tbrowser.h
@@ -1,12 +1,13 @@
#ifndef _CLASS_TBROWSER_H_
#define _CLASS_TBROWSER_H_
-//mdm:
+//=============================================================================
+//
// File : class_tbrowser.h
-// Creation date : Fri Feb 28 14:21:48 CEST 2005
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,6 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_widget.h"
#include "class_multilineedit.h"
diff --git a/src/modules/objects/class_toolbar.cpp b/src/modules/objects/class_toolbar.cpp
index 9600ab1e8..d98ab4bb1 100644
--- a/src/modules/objects/class_toolbar.cpp
+++ b/src/modules/objects/class_toolbar.cpp
@@ -1,10 +1,11 @@
-//mdm:
+//=============================================================================
+//
// File : class_toolbar.cpp
-// Creation date : Tue Feb 22 22:12:55 CEST 2005
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
-//
+//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,6 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_toolbar.h"
#include "kvi_error.h"
diff --git a/src/modules/objects/class_toolbar.h b/src/modules/objects/class_toolbar.h
index e71311ff5..c76bdd38a 100644
--- a/src/modules/objects/class_toolbar.h
+++ b/src/modules/objects/class_toolbar.h
@@ -1,12 +1,13 @@
-#ifndef _CLASS_TOOLBAR_H_
-#define _CLASS_TOOLBAR_H_
-//mdm:
+#ifndef _CLASS_TOOLBAR_H_
+#define _CLASS_TOOLBAR_H_
+//=============================================================================
+//
// File : class_toolbar.h
-// Creation date : Tue Feb 22 22:12:48 CEST 2005
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,6 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_widget.h"
#include "object_macros.h"
diff --git a/src/modules/objects/class_toolbutton.cpp b/src/modules/objects/class_toolbutton.cpp
index 36548cb99..69c18112b 100644
--- a/src/modules/objects/class_toolbutton.cpp
+++ b/src/modules/objects/class_toolbutton.cpp
@@ -1,10 +1,11 @@
-//mdm:
+//=============================================================================
+//
// File : class_toolbutton.cpp
-// Creation date : Wed Feb 23 16:39:48 CEST 2005
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,6 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_toolbutton.h"
#include "kvi_error.h"
diff --git a/src/modules/objects/class_toolbutton.h b/src/modules/objects/class_toolbutton.h
index a257c32e5..968c575a2 100644
--- a/src/modules/objects/class_toolbutton.h
+++ b/src/modules/objects/class_toolbutton.h
@@ -1,13 +1,13 @@
-#ifndef _CLASS_TOOLBUTTON_H_
-#define _CLASS_TOOLBUTTON_H_
-
-//mdm:
-// File : class_toolbutton.h
-// Creation date : Wed Feb 23 16:39:48 CEST 2005
+#ifndef _CLASS_TOOLBUTTON_H_
+#define _CLASS_TOOLBUTTON_H_
+//=============================================================================
+//
+// File : class_toolbutton.cpp
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -23,6 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
diff --git a/src/modules/objects/class_vbox.cpp b/src/modules/objects/class_vbox.cpp
index c0b4f28a7..0b7961a9b 100644
--- a/src/modules/objects/class_vbox.cpp
+++ b/src/modules/objects/class_vbox.cpp
@@ -1,9 +1,11 @@
+//=============================================================================
//
// File : class_vbox.cpp
-// Creation date : Wed Mar 01 2005 23:00:01 by Alessandro Carbone & Tonino Imbesi
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
+// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2002-2006 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,9 +21,10 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
+
#define _KVI_DEBUG_CHECK_RANGE_
#include "kvi_debug.h"
-
#include "kvi_locale.h"
#include "class_vbox.h"
diff --git a/src/modules/objects/class_vbox.h b/src/modules/objects/class_vbox.h
index 07382a9d8..5d1a5042a 100644
--- a/src/modules/objects/class_vbox.h
+++ b/src/modules/objects/class_vbox.h
@@ -1,11 +1,13 @@
#ifndef _CLASS_VBOX_H_
#define _CLASS_VBOX_H_
+//=============================================================================
//
// File : class_vbox.h
-// Creation date : Wed Mar 01 2005 23:00:01 by Alessandro Carbone & Tonino Imbesi
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
+// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2002-2006 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +23,8 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
+
#include "kvi_string.h"
#include "class_widget.h"
#include "object_macros.h"
diff --git a/src/modules/objects/class_widget.cpp b/src/modules/objects/class_widget.cpp
index 84c61d022..89bff4f72 100644
--- a/src/modules/objects/class_widget.cpp
+++ b/src/modules/objects/class_widget.cpp
@@ -4,7 +4,8 @@
// Creation date : Mon Sep 11 16:35:32 CET 2000 by Krzysztof Godlewski
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000 Krzysztof Godlewski
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/objects/class_widget.h b/src/modules/objects/class_widget.h
index acc8156fc..27c842695 100644
--- a/src/modules/objects/class_widget.h
+++ b/src/modules/objects/class_widget.h
@@ -1,10 +1,13 @@
#ifndef _CLASS_WIDGET_H_
#define _CLASS_WIDGET_H_
+//=============================================================================
+//
// File : class_widget.h
-// Creation date : Mon 11 Sep 16:34:36 CET 2000 by Krzysztof Godlewski
+// Creation date : Mon Sep 11 16:35:32 CET 2000 by Krzysztof Godlewski
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000 Krzysztof Godlewski
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,6 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_string.h"
#include "kvi_tal_tooltip.h"
diff --git a/src/modules/objects/class_window.cpp b/src/modules/objects/class_window.cpp
index 7037d9c9e..b33bdd952 100644
--- a/src/modules/objects/class_window.cpp
+++ b/src/modules/objects/class_window.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : class_window.cpp
// Creation date : Tue Now 26 21:39:59 CEST 2002 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,7 +20,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-
+//=============================================================================
#include "class_window.h"
diff --git a/src/modules/objects/class_window.h b/src/modules/objects/class_window.h
index ba7d053b1..fd02643cb 100644
--- a/src/modules/objects/class_window.h
+++ b/src/modules/objects/class_window.h
@@ -1,11 +1,12 @@
-#ifndef _CLASS_WINDOW_H_
-#define _CLASS_WINDOW_H_
+#ifndef _CLASS_WINDOW_H_
+#define _CLASS_WINDOW_H_
+//=============================================================================
//
// File : class_window.h
// Creation date : Tue Nov 26 21:37:48 CEST 2002 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_widget.h"
#include "kvi_window.h"
diff --git a/src/modules/objects/class_wizard.cpp b/src/modules/objects/class_wizard.cpp
index 2b34b34b5..89ad4bd27 100644
--- a/src/modules/objects/class_wizard.cpp
+++ b/src/modules/objects/class_wizard.cpp
@@ -1,10 +1,11 @@
-//mdm:
+//=============================================================================
+//
// File : class_wizard.cpp
-// Creation date : Mon Apr 10 19:21:48 CEST 2005
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,6 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include <kvi_tal_wizard.h>
diff --git a/src/modules/objects/class_wizard.h b/src/modules/objects/class_wizard.h
index 3ee8eadd1..9723a0c7f 100644
--- a/src/modules/objects/class_wizard.h
+++ b/src/modules/objects/class_wizard.h
@@ -1,12 +1,13 @@
-#ifndef _CLASS_WIZARD_H_
-#define _CLASS_WIZARD_H_
+#ifndef _CLASS_WIZARD_H_
+#define _CLASS_WIZARD_H_
+//=============================================================================
//
// File : class_wizard.h
-// Creation date : Fri Jan 28 14:21:48 CEST 2005
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,6 +23,8 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
+
#include <kvi_tal_wizard.h>
#include "class_widget.h"
#include "object_macros.h"
diff --git a/src/modules/objects/class_workspace.cpp b/src/modules/objects/class_workspace.cpp
index c32b684ce..3011563ca 100644
--- a/src/modules/objects/class_workspace.cpp
+++ b/src/modules/objects/class_workspace.cpp
@@ -1,11 +1,11 @@
-//mdm:
+//=============================================================================
+//
// File : class_workspace.cpp
-// Creation date : Sat Feb 12 23:01:48 CEST 2005
-// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor).
-// Thanks to Lucia Papini (^ashura^) for English help.
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
+// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,8 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-
-
+//=============================================================================
#include "class_workspace.h"
diff --git a/src/modules/objects/class_workspace.h b/src/modules/objects/class_workspace.h
index 618879f06..687e32d0a 100644
--- a/src/modules/objects/class_workspace.h
+++ b/src/modules/objects/class_workspace.h
@@ -1,12 +1,13 @@
-#ifndef _CLASS_WORKSPACE_H_
-#define _CLASS_WORKSPACE_H_
-//mdm:
+#ifndef _CLASS_WORKSPACE_H_
+#define _CLASS_WORKSPACE_H_
+//=============================================================================
+//
// File : class_workspace.h
-// Creation date : Sat Feb 12 23:05:58 CEST 2005
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,6 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_widget.h"
diff --git a/src/modules/objects/class_wrapper.cpp b/src/modules/objects/class_wrapper.cpp
index 6306b6f7c..d936f4a78 100644
--- a/src/modules/objects/class_wrapper.cpp
+++ b/src/modules/objects/class_wrapper.cpp
@@ -1,10 +1,11 @@
-//mdm:
+//=============================================================================
+//
// File : class_wrapper.cpp
-// Creation date : Fri Jan 28 14:21:48 CEST 2005
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,6 +21,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "class_wrapper.h"
#include "kvi_error.h"
diff --git a/src/modules/objects/class_wrapper.h b/src/modules/objects/class_wrapper.h
index b5b38eb41..73d6bbbae 100644
--- a/src/modules/objects/class_wrapper.h
+++ b/src/modules/objects/class_wrapper.h
@@ -1,12 +1,13 @@
-#ifndef _CLASS_WRAPPER_H_
-#define _CLASS_WRAPPER_H_
+#ifndef _CLASS_WRAPPER_H_
+#define _CLASS_WRAPPER_H_
+//=============================================================================
//
// File : class_wrapper.h
-// Creation date : Fri Jan 28 14:21:48 CEST 2005
+// Creation date : Fri Mar 18 14:30:48 CEST 2005
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,9 +23,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-
-
-
+//=============================================================================
#include "class_widget.h"
#include "qlistview.h"
diff --git a/src/modules/objects/class_xmlreader.cpp b/src/modules/objects/class_xmlreader.cpp
index df0beae5d..d3f8cf8fe 100644
--- a/src/modules/objects/class_xmlreader.cpp
+++ b/src/modules/objects/class_xmlreader.cpp
@@ -4,7 +4,7 @@
// Created on Tue 27 Dec 2005 00:14:09 by Szymon Stefanek
//
// This file is part of the KVIrc IRC Client distribution
-// Copyright (C) 2005 Szymon Stefanek <pragma at kvirc dot net>
+// Copyright (C) 2005-2008 Szymon Stefanek <pragma at kvirc dot net>
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/objects/class_xmlreader.h b/src/modules/objects/class_xmlreader.h
index 72eb9d944..0249fbf39 100644
--- a/src/modules/objects/class_xmlreader.h
+++ b/src/modules/objects/class_xmlreader.h
@@ -6,7 +6,7 @@
// Created on Tue 27 Dec 2005 00:14:09 by Szymon Stefanek
//
// This file is part of the KVIrc IRC Client distribution
-// Copyright (C) 2005 Szymon Stefanek <pragma at kvirc dot net>
+// Copyright (C) 2005-2008 Szymon Stefanek <pragma at kvirc dot net>
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/objects/libkviobjects.cpp b/src/modules/objects/libkviobjects.cpp
index b6c278a39..275f1a06a 100644
--- a/src/modules/objects/libkviobjects.cpp
+++ b/src/modules/objects/libkviobjects.cpp
@@ -4,7 +4,7 @@
// Creation date : Wed Sep 09 2000 20:59:01 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2000-2006 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/objects/object_macros.h b/src/modules/objects/object_macros.h
index 64fd956c2..23af8c578 100644
--- a/src/modules/objects/object_macros.h
+++ b/src/modules/objects/object_macros.h
@@ -1,12 +1,12 @@
#ifndef _OBJECT_MACROS_H_
#define _OBJECT_MACROS_H_
-//=========================================================================================
+//=============================================================================
//
// File : object_macros.h
// Creation date : Sat Jun 18 2005 15:32:01 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,7 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-//=========================================================================================
+//=============================================================================
#include "kvi_kvs_kernel.h"
#include "kvi_kvs_object.h"