diff options
Diffstat (limited to 'src')
206 files changed, 795 insertions, 497 deletions
diff --git a/src/modules/notifier/libkvinotifier.cpp b/src/modules/notifier/libkvinotifier.cpp index 9e7bbb5e2..5a64a63d4 100644 --- a/src/modules/notifier/libkvinotifier.cpp +++ b/src/modules/notifier/libkvinotifier.cpp @@ -1,9 +1,11 @@ -//================================================================================== +//============================================================================= // // File : libkvinotifier.cpp // Creation date : Tue Jul 7 2004 20:21:12 CEST by Szymon Stefanek // -// Copyright (C) 2005 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// This file is part of the KVirc irc client distribution +// Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2005-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -19,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 "notifierwindow.h" #include "notifiermessage.h" diff --git a/src/modules/notifier/notifiermessage.cpp b/src/modules/notifier/notifiermessage.cpp index 2726e3bfb..333ee5805 100644 --- a/src/modules/notifier/notifiermessage.cpp +++ b/src/modules/notifier/notifiermessage.cpp @@ -1,10 +1,10 @@ //============================================================================= // // File : notifiermessage.cpp -// Created on mar 02 nov 2004 02:41:18 by Iacopo +// Creation date : Mar 02 Nov 2004 02:41:18 by Iacopo // // This file is part of the KVirc irc client distribution -// Copyright (C) 2004 Iacopo <iakko@siena.linux.it> +// Copyright (C) 2004-2008 Iacopo <iakko@siena.linux.it> // // 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/notifier/notifiermessage.h b/src/modules/notifier/notifiermessage.h index 225e813cf..3efc43201 100644 --- a/src/modules/notifier/notifiermessage.h +++ b/src/modules/notifier/notifiermessage.h @@ -3,11 +3,11 @@ //============================================================================= // // File : notifiermessage.h -// Created on mar 02 nov 2004 02:41:18 by -// Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// Creation date : Mar 02 Nov 2004 02:41:18 by Iacopo Palazzi // // This file is part of the KVIrc distribution // Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2004-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > // // 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/notifier/notifiersettings.h b/src/modules/notifier/notifiersettings.h index 50ff2aa5d..37389bf0f 100644 --- a/src/modules/notifier/notifiersettings.h +++ b/src/modules/notifier/notifiersettings.h @@ -2,11 +2,11 @@ #define _NOTIFIER_SETTINGS_H_ //============================================================================= // -// File : kvinotifierwindowcaption.h -// Created on gio 30 dic 2004 21:21:33 by Iacopo Palazzi +// File : notifiersettings.h +// Creation date : Thu 30 Dev 2004 21:21:33 by Iacopo Palazzi // // This file is part of the Notifier - KVIrc Distribution distribution -// Copyright (C) 2004 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// Copyright (C) 2004-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > // // 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/notifier/notifierwindow.cpp b/src/modules/notifier/notifierwindow.cpp index c981134d5..781f2f054 100644 --- a/src/modules/notifier/notifierwindow.cpp +++ b/src/modules/notifier/notifierwindow.cpp @@ -1,10 +1,10 @@ -//================================================================================== +//============================================================================= // // File : notifierwindow.cpp // Creation date : Tue Jul 6 2004 20:25:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2004 Iacopo Palazzi < iakko(at)siena.linux.it > +// Copyright (C) 2004-2008 Iacopo Palazzi < iakko(at)siena.linux.it > // // This program is FREE software. You can redistribute it and/or // modify it under the linkss of the GNU General Public License @@ -20,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_settings.h" #include "notifiermessage.h" diff --git a/src/modules/notifier/notifierwindow.h b/src/modules/notifier/notifierwindow.h index 4ea175f2e..be712b9e0 100644 --- a/src/modules/notifier/notifierwindow.h +++ b/src/modules/notifier/notifierwindow.h @@ -1,12 +1,13 @@ #ifndef _NOTIFIERWINDOW_H_ #define _NOTIFIERWINDOW_H_ -//================================================================================== +//============================================================================= // // File : notifierwindow.h // Creation date : Tue Jul 6 2004 20:25:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2005 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2005-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > // // This program is FREE software. You can redistribute it and/or // modify it under the linkss of the GNU General Public License @@ -22,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 "notifiersettings.h" diff --git a/src/modules/notifier/notifierwindowbody.cpp b/src/modules/notifier/notifierwindowbody.cpp index d6353fdfc..dc17f1263 100644 --- a/src/modules/notifier/notifierwindowbody.cpp +++ b/src/modules/notifier/notifierwindowbody.cpp @@ -1,10 +1,10 @@ //============================================================================= // -// File : kvinotifierwindowbody.cpp -// Created on dom 02 gen 2005 17:53:29 by Iacopo Palazzi +// File : notifierwindowbody.cpp +// Creation date : Sun 02 Jan 2005 17:53:29 by Iacopo Palazzi // // This file is part of the KVIrc distribution -// Copyright (C) 2005 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// Copyright (C) 2005-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > // // 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/notifier/notifierwindowbody.h b/src/modules/notifier/notifierwindowbody.h index 083e17fc8..93e8b16b3 100644 --- a/src/modules/notifier/notifierwindowbody.h +++ b/src/modules/notifier/notifierwindowbody.h @@ -2,11 +2,11 @@ #define _KVINOTIFIERWINDOWBODY_H_ //============================================================================= // -// File : kvinotifierwindowbody.h -// Created on dom 02 gen 2005 17:53:29 by Iacopo Palazzi +// File : notifierwindowbody.h +// Creation date : Sun 02 Jan 2005 17:53:29 by Iacopo Palazzi // // This file is part of the KVIrc distribution -// Copyright (C) 2005 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// Copyright (C) 2005-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > // // 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/notifier/notifierwindowborder.cpp b/src/modules/notifier/notifierwindowborder.cpp index 85dce649c..e9315b47d 100644 --- a/src/modules/notifier/notifierwindowborder.cpp +++ b/src/modules/notifier/notifierwindowborder.cpp @@ -1,10 +1,10 @@ //============================================================================= // -// File : kvinotifierwindowborder.cpp -// Created on lun 03 gen 2005 02:27:22 by Iacopo Palazzi +// File : notifierwindowborder.cpp +// Creation date : Mon 03 Jan 2005 02:27:22 by Iacopo Palazzi // // This file is part of the KVIrc distribution -// Copyright (C) 2005 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// Copyright (C) 2005-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > // // 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/notifier/notifierwindowborder.h b/src/modules/notifier/notifierwindowborder.h index 2653f3f06..61fce8c0d 100644 --- a/src/modules/notifier/notifierwindowborder.h +++ b/src/modules/notifier/notifierwindowborder.h @@ -2,11 +2,11 @@ #define _KVINOTIFIERWINDOWBORDER_H_ //============================================================================= // -// File : kvinotifierwindowborder.h -// Created on lun 03 gen 2005 02:27:22 by Iacopo Palazzi +// File : notifierwindowborder.h +// Creation date : Mon 03 Jan 2005 02:27:22 by Iacopo Palazzi // // This file is part of the KVIrc distribution -// Copyright (C) 2005 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// Copyright (C) 2005-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > // // 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/notifier/notifierwindowprogressbar.cpp b/src/modules/notifier/notifierwindowprogressbar.cpp index a01406563..8b916a530 100644 --- a/src/modules/notifier/notifierwindowprogressbar.cpp +++ b/src/modules/notifier/notifierwindowprogressbar.cpp @@ -1,10 +1,10 @@ //============================================================================= // // File : notifierwindowprogressbar.cpp -// Created on Tue 17 Apr 2007 10:24:01 by Iacopo Palazzi +// Creation date : Tue 17 Apr 2007 10:24:01 by Iacopo Palazzi // // This file is part of the KVIrc distribution -// Copyright (C) 2007 Iacopo Palazzi < iakko(at)siena.linux.it > +// Copyright (C) 2007-2008 Iacopo Palazzi < iakko(at)siena.linux.it > // // 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/notifier/notifierwindowprogressbar.h b/src/modules/notifier/notifierwindowprogressbar.h index 55444184a..9d74aa08e 100644 --- a/src/modules/notifier/notifierwindowprogressbar.h +++ b/src/modules/notifier/notifierwindowprogressbar.h @@ -3,10 +3,10 @@ //============================================================================= // // File : notifierwindowprogressbar.h -// Created on Tue 17 Apr 2007 10:24:01 by Iacopo Palazzi +// Creation date : Tue 17 Apr 2007 10:24:01 by Iacopo Palazzi // // This file is part of the KVIrc distribution -// Copyright (C) 2007 Iacopo Palazzi < iakko(at)siena.linux.it > +// Copyright (C) 2007-2008 Iacopo Palazzi < iakko(at)siena.linux.it > // // 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/notifier/notifierwindowtabs.cpp b/src/modules/notifier/notifierwindowtabs.cpp index bdf6ae318..1069f565c 100644 --- a/src/modules/notifier/notifierwindowtabs.cpp +++ b/src/modules/notifier/notifierwindowtabs.cpp @@ -1,10 +1,10 @@ //============================================================================= // -// File : kvinotifierwindowtabs.cpp -// Created on dom 02 gen 2005 15:30:50 by Iacopo Palazzi +// File : notifierwindowtabs.cpp +// Creation date : Sun 02 Jan 2005 15:30:50 by Iacopo Palazzi // // This file is part of the KVIrc irc client distribution -// Copyright (C) 2005 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// Copyright (C) 2005-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > // // 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/notifier/notifierwindowtabs.h b/src/modules/notifier/notifierwindowtabs.h index 38064c9a6..bcd86b268 100644 --- a/src/modules/notifier/notifierwindowtabs.h +++ b/src/modules/notifier/notifierwindowtabs.h @@ -2,11 +2,11 @@ #define _KVINOTIFIERWINDOWTABS_H_ //============================================================================= // -// File : kvinotifierwindowtabs.h -// Created on dom 02 gen 2005 15:30:50 by Iacopo Palazzi +// File : notifierwindowtabs.h +// Creation date : Sun 02 Jan 2005 15:30:50 by Iacopo Palazzi // // This file is part of the KVIrc distribution -// Copyright (C) 2005 Iacopo Palazzi < iakko(at)siena.linux.it > +// Copyright (C) 2005-2008 Iacopo Palazzi < iakko(at)siena.linux.it > // // 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_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,¶ms); } - } + 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,¶ms); } - 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,¶ms); } - 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" diff --git a/src/modules/options/container.cpp b/src/modules/options/container.cpp index e6d7dc8be..012f7bf25 100644 --- a/src/modules/options/container.cpp +++ b/src/modules/options/container.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : container.cpp // Creation date : Wed Nov 21 17:09:49 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 "container.h" #include "instances.h" diff --git a/src/modules/options/container.h b/src/modules/options/container.h index 083ce0afd..7e91883c0 100644 --- a/src/modules/options/container.h +++ b/src/modules/options/container.h @@ -1,11 +1,12 @@ #ifndef _CONTAINER_H_ #define _CONTAINER_H_ +//============================================================================= // // File : container.h // Creation date : Wed Nov 21 17:09:50 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-208 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 +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_optionswidget.h" diff --git a/src/modules/options/dialog.cpp b/src/modules/options/dialog.cpp index 00a614fbb..94a8a347b 100644 --- a/src/modules/options/dialog.cpp +++ b/src/modules/options/dialog.cpp @@ -5,7 +5,7 @@ // Based on dlg_options.cpp: Tue Jun 11 2000 02:39:12 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/options/dialog.h b/src/modules/options/dialog.h index d333f8de4..c670e1d70 100644 --- a/src/modules/options/dialog.h +++ b/src/modules/options/dialog.h @@ -7,7 +7,7 @@ // Based on dlg_options.h: Tue Jun 11 2000 02:39:12 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/options/instances.cpp b/src/modules/options/instances.cpp index ae44a382e..b4cd8435c 100644 --- a/src/modules/options/instances.cpp +++ b/src/modules/options/instances.cpp @@ -1,5 +1,6 @@ +//============================================================================= // // File : instances.cpp // @@ -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. // +//============================================================================= // // Instance creation routines for the KVIrc options module diff --git a/src/modules/options/instances.h b/src/modules/options/instances.h index ce2dabc26..e6d5c02a0 100644 --- a/src/modules/options/instances.h +++ b/src/modules/options/instances.h @@ -3,6 +3,7 @@ #ifndef __OPTIONS_INSTANCES_H__ #define __OPTIONS_INSTANCES_H__ +//============================================================================= // // File : instances.h // @@ -23,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. // +//============================================================================= // // Instance creation routines for the KVIrc options module diff --git a/src/modules/options/libkvioptions.cpp b/src/modules/options/libkvioptions.cpp index 17ecce2a4..ec159ce79 100644 --- a/src/modules/options/libkvioptions.cpp +++ b/src/modules/options/libkvioptions.cpp @@ -1,10 +1,10 @@ -//============================================================================================ +//============================================================================= // // File : libkvioptions.cpp // Creation date : Fri Aug 18 2000 15:04:09 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-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 @@ -20,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 "container.h" #include "instances.h" diff --git a/src/modules/options/mkcreateinstanceproc.sh b/src/modules/options/mkcreateinstanceproc.sh index dc6a7bcac..e47e6ac10 100755 --- a/src/modules/options/mkcreateinstanceproc.sh +++ b/src/modules/options/mkcreateinstanceproc.sh @@ -18,6 +18,7 @@ cat >> instances.h <<EOF #ifndef __OPTIONS_INSTANCES_H__ #define __OPTIONS_INSTANCES_H__ +//============================================================================= // // File : instances.h // @@ -38,6 +39,7 @@ cat >> instances.h <<EOF // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +//============================================================================= // // Instance creation routines for the KVIrc options module @@ -109,6 +111,7 @@ echo "" > $TARGET ################################################################################# cat >> instances.cpp <<EOF +//============================================================================= // // File : instances.cpp // @@ -129,6 +132,7 @@ cat >> instances.cpp <<EOF // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +//============================================================================= // // Instance creation routines for the KVIrc options module diff --git a/src/modules/options/optw_antispam.cpp b/src/modules/options/optw_antispam.cpp index 6db027d25..329431049 100644 --- a/src/modules/options/optw_antispam.cpp +++ b/src/modules/options/optw_antispam.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_antispam.cpp // Creation date : Tue Oct 16 15:47:02 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 "optw_antispam.h" diff --git a/src/modules/options/optw_antispam.h b/src/modules/options/optw_antispam.h index 0ad5e3100..806c54ab6 100644 --- a/src/modules/options/optw_antispam.h +++ b/src/modules/options/optw_antispam.h @@ -1,11 +1,12 @@ #ifndef _OPTW_ANTISPAM_H_ #define _OPTW_ANTISPAM_H_ +//============================================================================= // // File : optw_antispam.h // Creation date : Tue Oct 16 15:47:03 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 @@ -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 "kvi_optionswidget.h" diff --git a/src/modules/options/optw_avatar.cpp b/src/modules/options/optw_avatar.cpp index fc05f1025..69dbc001b 100644 --- a/src/modules/options/optw_avatar.cpp +++ b/src/modules/options/optw_avatar.cpp @@ -4,7 +4,7 @@ // Creation date : Wed Nov 19 09:25:16 2005 GMT by Grifisx & Noldor // // This file is part of the KVirc irc client distribution -// Copyright (C) 2003-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 diff --git a/src/modules/options/optw_avatar.h b/src/modules/options/optw_avatar.h index d026b8bea..45e9aa723 100644 --- a/src/modules/options/optw_avatar.h +++ b/src/modules/options/optw_avatar.h @@ -7,7 +7,7 @@ // Creation date : Wed Nov 19 09:25:16 2005 GMT by Grifisx & Noldor // // This file is part of the KVirc irc client distribution -// Copyright (C) 2003 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 diff --git a/src/modules/options/optw_away.cpp b/src/modules/options/optw_away.cpp index 88a44fa55..ed90f8ff5 100644 --- a/src/modules/options/optw_away.cpp +++ b/src/modules/options/optw_away.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_away.cpp // Creation date : Mon Oct 29 15:37:16 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,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 "optw_away.h" diff --git a/src/modules/options/optw_away.h b/src/modules/options/optw_away.h index 6fdb50cc9..713373e27 100644 --- a/src/modules/options/optw_away.h +++ b/src/modules/options/optw_away.h @@ -1,11 +1,12 @@ #ifndef _OPTW_AWAY_H_ #define _OPTW_AWAY_H_ +//============================================================================= // // File : optw_away.h // Creation date : Mon Oct 29 15:37:18 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 @@ -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 "kvi_optionswidget.h" diff --git a/src/modules/options/optw_connection.cpp b/src/modules/options/optw_connection.cpp index 0ef2026c9..aef2bb8a5 100644 --- a/src/modules/options/optw_connection.cpp +++ b/src/modules/options/optw_connection.cpp @@ -5,6 +5,7 @@ // // This file is part of the KVirc irc client distribution // Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // // 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/options/optw_connection.h b/src/modules/options/optw_connection.h index b540a8572..5d6548065 100644 --- a/src/modules/options/optw_connection.h +++ b/src/modules/options/optw_connection.h @@ -1,11 +1,12 @@ #ifndef _OPTW_CONNECTION_H_ #define _OPTW_CONNECTION_H_ +//============================================================================= // // File : optw_connection.h // Creation date : Sat Nov 24 04:25:12 2001 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2006 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 @@ -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 "kvi_optionswidget.h" diff --git a/src/modules/options/optw_ctcp.cpp b/src/modules/options/optw_ctcp.cpp index 6f8860028..b3991a9d6 100644 --- a/src/modules/options/optw_ctcp.cpp +++ b/src/modules/options/optw_ctcp.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_ctcp.cpp // Creation date : Sun Dec 2 20:40:43 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 "optw_ctcp.h" diff --git a/src/modules/options/optw_ctcp.h b/src/modules/options/optw_ctcp.h index e9d786fc5..d055a7426 100644 --- a/src/modules/options/optw_ctcp.h +++ b/src/modules/options/optw_ctcp.h @@ -1,11 +1,12 @@ #ifndef _OPTW_CTCP_H_ #define _OPTW_CTCP_H_ +//============================================================================= // // File : optw_ctcp.h // Creation date : Sun Dec 2 20:40:43 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 @@ -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 "kvi_optionswidget.h" diff --git a/src/modules/options/optw_ctcpfloodprotection.cpp b/src/modules/options/optw_ctcpfloodprotection.cpp index 6007f3472..239dc4b9c 100644 --- a/src/modules/options/optw_ctcpfloodprotection.cpp +++ b/src/modules/options/optw_ctcpfloodprotection.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_ctcpfloodprotection.cpp // Creation date : Sun Jan 21 2001 14:35:06 CEST 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 "optw_ctcpfloodprotection.h" diff --git a/src/modules/options/optw_ctcpfloodprotection.h b/src/modules/options/optw_ctcpfloodprotection.h index cd703e519..9e5782cfa 100644 --- a/src/modules/options/optw_ctcpfloodprotection.h +++ b/src/modules/options/optw_ctcpfloodprotection.h @@ -1,12 +1,12 @@ #ifndef _OPTW_CTCPFLOODPROTECTION_H_ #define _OPTW_CTCPFLOODPROTECTION_H_ - +//============================================================================= // // File : optw_ctcpfloodprotection.h // Creation date : Sun Jan 21 2000 14:34:12 CEST 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 @@ -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 "kvi_optionswidget.h" diff --git a/src/modules/options/optw_dcc.cpp b/src/modules/options/optw_dcc.cpp index f2df11fb3..f7e52a34d 100644 --- a/src/modules/options/optw_dcc.cpp +++ b/src/modules/options/optw_dcc.cpp @@ -4,7 +4,7 @@ // Creation date : Fri Aug 17 22:08:09 2001 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2004 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 diff --git a/src/modules/options/optw_dcc.h b/src/modules/options/optw_dcc.h index 7897926f9..f49f60ff7 100644 --- a/src/modules/options/optw_dcc.h +++ b/src/modules/options/optw_dcc.h @@ -1,11 +1,12 @@ #ifndef _OPTW_DCC_H_ #define _OPTW_DCC_H_ +//============================================================================= // // File : optw_dcc.h // Creation date : Fri Aug 17 22:08:08 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 @@ -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 "kvi_optionswidget.h" diff --git a/src/modules/options/optw_generalopt.cpp b/src/modules/options/optw_generalopt.cpp index 2a1b1d041..980e770de 100644 --- a/src/modules/options/optw_generalopt.cpp +++ b/src/modules/options/optw_generalopt.cpp @@ -4,7 +4,7 @@ // Creation date : Wed Nov 19 09:25:16 2005 GMT by Grifisx & Noldor // // This file is part of the KVirc irc client distribution -// Copyright (C) 2005 Grifisx & Noldor +// 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 diff --git a/src/modules/options/optw_generalopt.h b/src/modules/options/optw_generalopt.h index 31fe96a81..4561ea109 100644 --- a/src/modules/options/optw_generalopt.h +++ b/src/modules/options/optw_generalopt.h @@ -1,11 +1,12 @@ #ifndef _OPTW_GENERALOPT_H_ #define _OPTW_GENERALOPT_H_ +//============================================================================= // // File : optw_generalopt.h // Creation date : Wed Nov 19 09:25:16 2005 GMT by Grifisx & Noldor // // This file is part of the KVirc irc client distribution -// Copyright (C) 2005 Grifisx & Noldor +// 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 "kvi_optionswidget.h" diff --git a/src/modules/options/optw_highlighting.cpp b/src/modules/options/optw_highlighting.cpp index ba06ad172..c2cfddef4 100644 --- a/src/modules/options/optw_highlighting.cpp +++ b/src/modules/options/optw_highlighting.cpp @@ -1,11 +1,12 @@ #ifndef _OPTW_HIGHLIGHTING_CPP_ #define _OPTW_HIGHLIGHTING_CPP_ +//============================================================================= // // File : optw_highlighting.cpp // Creation date : Sat Nov 3 18:09:35 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 @@ -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 "optw_highlighting.h" #include "kvi_options.h" diff --git a/src/modules/options/optw_highlighting.h b/src/modules/options/optw_highlighting.h index ddb7991dd..5203517c0 100644 --- a/src/modules/options/optw_highlighting.h +++ b/src/modules/options/optw_highlighting.h @@ -1,11 +1,12 @@ #ifndef _OPTW_HIGHLIGHTING_H_ #define _OPTW_HIGHLIGHTING_H_ +//============================================================================= // // File : optw_highlighting.h // Creation date : Sat Nov 3 18:09:37 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 @@ -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 "kvi_optionswidget.h" diff --git a/src/modules/options/optw_identity.cpp b/src/modules/options/optw_identity.cpp index aa0b01d1b..c973958b2 100644 --- a/src/modules/options/optw_identity.cpp +++ b/src/modules/options/optw_identity.cpp @@ -4,7 +4,7 @@ // Creation date : Tue Nov 14 2000 23:06:53 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 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/options/optw_identity.h b/src/modules/options/optw_identity.h index 8811e5880..6e7874c8a 100644 --- a/src/modules/options/optw_identity.h +++ b/src/modules/options/optw_identity.h @@ -7,7 +7,7 @@ // Creation date : Tue Nov 14 2000 23:06:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2000-2004 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/options/optw_ignore.cpp b/src/modules/options/optw_ignore.cpp index 23a947f9c..f542ad813 100644 --- a/src/modules/options/optw_ignore.cpp +++ b/src/modules/options/optw_ignore.cpp @@ -1,9 +1,11 @@ +//============================================================================= // // File : optw_ignore.h -// Creation date : Thu Feb 12 15:11:29 2002 GMT by Juanjo Álvarez +// Creation date : Thu Feb 12 15:11:29 2002 GMT by Juanjo Ãlvarez // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002 Juanjo Ãlvarez +// 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 +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 "optw_ignore.h" diff --git a/src/modules/options/optw_ignore.h b/src/modules/options/optw_ignore.h index d921c8bac..175faa85b 100644 --- a/src/modules/options/optw_ignore.h +++ b/src/modules/options/optw_ignore.h @@ -1,11 +1,13 @@ #ifndef _OPTW_IGNORE_H_ #define _OPTW_IGNORE_H_ +//============================================================================= // // File : optw_ignore.h -// Creation date : Thu Feb 12 15:11:30 2002 GMT by Juanjo Álvarez +// Creation date : Thu Feb 12 15:11:30 2002 GMT by Juanjo Ãlvarez // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002 Juanjo Ãlvarez +// 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 +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_optionswidget.h" #include "kvi_selectors.h" diff --git a/src/modules/options/optw_input.cpp b/src/modules/options/optw_input.cpp index 5816a2ec1..246ff2502 100644 --- a/src/modules/options/optw_input.cpp +++ b/src/modules/options/optw_input.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_input.cpp // Creation date : Sat Aug 11 2001 04:25:52 CEST 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,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 "optw_input.h" #include "kvi_options.h" diff --git a/src/modules/options/optw_input.h b/src/modules/options/optw_input.h index ef151c45f..0865cbf22 100644 --- a/src/modules/options/optw_input.h +++ b/src/modules/options/optw_input.h @@ -1,13 +1,13 @@ #ifndef _OPTW_INPUT_H_ #define _OPTW_INPUT_H_ -//================================================================================== +//============================================================================= // // File : optw_input.h // Creation date : Sat Aug 11 2001 04:25:01 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2006 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 @@ -23,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_optionswidget.h" diff --git a/src/modules/options/optw_interfacefeatures.cpp b/src/modules/options/optw_interfacefeatures.cpp index 22cfc72ff..ab417c179 100644 --- a/src/modules/options/optw_interfacefeatures.cpp +++ b/src/modules/options/optw_interfacefeatures.cpp @@ -4,7 +4,7 @@ // Creation date : Sat Jun 2 2001 14:52:53 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2005 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 diff --git a/src/modules/options/optw_interfacefeatures.h b/src/modules/options/optw_interfacefeatures.h index ecb4146c6..8b0591b98 100644 --- a/src/modules/options/optw_interfacefeatures.h +++ b/src/modules/options/optw_interfacefeatures.h @@ -7,7 +7,7 @@ // Creation date : Sat Jun 2 2001 14:50:01 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2005 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 diff --git a/src/modules/options/optw_interfacelookglobal.cpp b/src/modules/options/optw_interfacelookglobal.cpp index 5cc8d4afb..ad0a6be3a 100644 --- a/src/modules/options/optw_interfacelookglobal.cpp +++ b/src/modules/options/optw_interfacelookglobal.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_interfacelookglobal.cpp // Creation date : Sun Jun 3 2001 20:50:13 CEST 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 "optw_interfacelookglobal.h" diff --git a/src/modules/options/optw_interfacelookglobal.h b/src/modules/options/optw_interfacelookglobal.h index 7cb8c141b..83b0a1004 100644 --- a/src/modules/options/optw_interfacelookglobal.h +++ b/src/modules/options/optw_interfacelookglobal.h @@ -1,12 +1,12 @@ #ifndef _OPTW_INTERFACELOOKGLOBAL_H_ #define _OPTW_INTERFACELOOKGLOBAL_H_ - +//============================================================================= // // File : optw_interfacelookglobal.h // Creation date : Sun Jun 3 2001 20:49:02 CEST 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 @@ -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 "kvi_settings.h" #include "kvi_optionswidget.h" diff --git a/src/modules/options/optw_irc.cpp b/src/modules/options/optw_irc.cpp index 3521f9815..482ce4878 100644 --- a/src/modules/options/optw_irc.cpp +++ b/src/modules/options/optw_irc.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_irc.cpp // Creation date : Sun Dec 2 18:59:48 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,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 "optw_irc.h" diff --git a/src/modules/options/optw_irc.h b/src/modules/options/optw_irc.h index f030a37f7..c33c2b81f 100644 --- a/src/modules/options/optw_irc.h +++ b/src/modules/options/optw_irc.h @@ -6,7 +6,7 @@ // Creation date : Sun Dec 2 18:59:49 2001 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2006 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 diff --git a/src/modules/options/optw_ircoutput.cpp b/src/modules/options/optw_ircoutput.cpp index c8fd53d54..2b847e785 100644 --- a/src/modules/options/optw_ircoutput.cpp +++ b/src/modules/options/optw_ircoutput.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_ircoutput.cpp // Creation date : Wed Nov 15 2000 11:45:06 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 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 @@ -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 "optw_ircoutput.h" diff --git a/src/modules/options/optw_ircoutput.h b/src/modules/options/optw_ircoutput.h index c9f9fe76f..addeea680 100644 --- a/src/modules/options/optw_ircoutput.h +++ b/src/modules/options/optw_ircoutput.h @@ -1,12 +1,12 @@ #ifndef _OPTW_IRCOUTPUT_H_ #define _OPTW_IRCOUTPUT_H_ - +//============================================================================= // // File : optw_ircoutput.h // Creation date : Wed Nov 15 2000 11:47:51 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 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 @@ -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 "kvi_optionswidget.h" diff --git a/src/modules/options/optw_ircview.cpp b/src/modules/options/optw_ircview.cpp index 8bf721825..6042e686e 100644 --- a/src/modules/options/optw_ircview.cpp +++ b/src/modules/options/optw_ircview.cpp @@ -1,9 +1,11 @@ +//============================================================================= // // File : optw_ircview.cpp // Creation date : Sat Aug 11 2001 03:29:52 CEST 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) 2008 Elvio Basello (hellvis69 at netsons dot org) // // 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,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 "optw_ircview.h" #include "kvi_options.h" diff --git a/src/modules/options/optw_ircview.h b/src/modules/options/optw_ircview.h index fd3745705..ca78172c3 100644 --- a/src/modules/options/optw_ircview.h +++ b/src/modules/options/optw_ircview.h @@ -7,7 +7,8 @@ // Creation date : Sat Aug 11 2001 03:28:19 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2006 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // // 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/options/optw_lag.cpp b/src/modules/options/optw_lag.cpp index c2b2cacef..72e579c1d 100644 --- a/src/modules/options/optw_lag.cpp +++ b/src/modules/options/optw_lag.cpp @@ -1,9 +1,11 @@ +//============================================================================= // // File : optw_lag.cpp -// Creation date : Wed Cct 16 10:45:54 CEST 2002 by Juanjo Álvarez (juanjux@yahoo.es) +// Creation date : Wed Cct 16 10:45:54 CEST 2002 by Juanjo Ãlvarez (juanjux@yahoo.es) // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002 Juanjo Ãlvarez +// 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 +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 "optw_lag.h" diff --git a/src/modules/options/optw_lag.h b/src/modules/options/optw_lag.h index 45286f58d..4f33fee6f 100644 --- a/src/modules/options/optw_lag.h +++ b/src/modules/options/optw_lag.h @@ -1,11 +1,13 @@ #ifndef _OPTW_LAG_H_ #define _OPTW_LAG_H_ +//============================================================================= // // File : optw_lag.h -// Creation date : wed oct 16 10:45:14 CEST 2002 by Juanjo �varez +// Creation date : Wed Cct 16 10:45:54 CEST 2002 by Juanjo Álvarez (juanjux@yahoo.es) // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002 Juanjo Álvarez +// 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 +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_optionswidget.h" diff --git a/src/modules/options/optw_logging.cpp b/src/modules/options/optw_logging.cpp index 6c9ba65a1..3e037809f 100644 --- a/src/modules/options/optw_logging.cpp +++ b/src/modules/options/optw_logging.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_logging.cpp // Creation date : Mon Oct 29 15:37:16 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,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 "optw_logging.h" diff --git a/src/modules/options/optw_logging.h b/src/modules/options/optw_logging.h index c35a896d1..87be3b011 100644 --- a/src/modules/options/optw_logging.h +++ b/src/modules/options/optw_logging.h @@ -1,11 +1,12 @@ #ifndef _OPTW_LOGGING_H_ #define _OPTW_LOGGING_H_ +//============================================================================= // // File : optw_logging.h // Creation date : Mon Oct 29 15:37:18 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 @@ -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 "kvi_optionswidget.h" diff --git a/src/modules/options/optw_mediatypes.cpp b/src/modules/options/optw_mediatypes.cpp index f631624b9..241fa3736 100644 --- a/src/modules/options/optw_mediatypes.cpp +++ b/src/modules/options/optw_mediatypes.cpp @@ -1,3 +1,4 @@ +//============================================================================= // // File : optw_mediatypes.cpp // Creation date : Sat Jan 20 2001 16:14:53 CEST by Szymon Stefanek @@ -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 "optw_mediatypes.h" diff --git a/src/modules/options/optw_mediatypes.h b/src/modules/options/optw_mediatypes.h index b4dafe9f2..6aacba699 100644 --- a/src/modules/options/optw_mediatypes.h +++ b/src/modules/options/optw_mediatypes.h @@ -1,12 +1,12 @@ #ifndef _OPTW_MEDIATYPES_H_ #define _OPTW_MEDIATYPES_H_ - +//============================================================================= // // File : optw_mediatypes.h // Creation date : Sat Jan 20 2001 16:12:10 CEST 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 @@ -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 "kvi_optionswidget.h" #include "kvi_mediatype.h" diff --git a/src/modules/options/optw_messages.cpp b/src/modules/options/optw_messages.cpp index 2904e0312..ec35879f8 100644 --- a/src/modules/options/optw_messages.cpp +++ b/src/modules/options/optw_messages.cpp @@ -4,7 +4,7 @@ // Creation date : Sat Aug 11 2001 18:12:00 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2004 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 diff --git a/src/modules/options/optw_messages.h b/src/modules/options/optw_messages.h index 5885972af..fbe3daeab 100644 --- a/src/modules/options/optw_messages.h +++ b/src/modules/options/optw_messages.h @@ -1,12 +1,12 @@ #ifndef _OPTW_MESSAGES_H_ #define _OPTW_MESSAGES_H_ - +//============================================================================= // // File : optw_messages.h // Creation date : Sat Aug 11 2001 18:11:21 CEST 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 @@ -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 "kvi_optionswidget.h" #include "kvi_msgtype.h" diff --git a/src/modules/options/optw_nickserv.cpp b/src/modules/options/optw_nickserv.cpp index ea1547f71..8e97f8eae 100644 --- a/src/modules/options/optw_nickserv.cpp +++ b/src/modules/options/optw_nickserv.cpp @@ -4,7 +4,7 @@ // Creation date : Fri Aug 10 2001 03:38:10 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2005 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 diff --git a/src/modules/options/optw_nickserv.h b/src/modules/options/optw_nickserv.h index 0fa01c0ad..31dc9bc3e 100644 --- a/src/modules/options/optw_nickserv.h +++ b/src/modules/options/optw_nickserv.h @@ -7,7 +7,7 @@ // Creation date : Fri Aug 10 2001 03:37:21 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2005 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 diff --git a/src/modules/options/optw_notify.cpp b/src/modules/options/optw_notify.cpp index 26768d669..7c38e2060 100644 --- a/src/modules/options/optw_notify.cpp +++ b/src/modules/options/optw_notify.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_notify.cpp // Creation date : Sun Oct 28 15:11:29 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 "optw_notify.h" diff --git a/src/modules/options/optw_notify.h b/src/modules/options/optw_notify.h index d19c83da5..cd6883ec2 100644 --- a/src/modules/options/optw_notify.h +++ b/src/modules/options/optw_notify.h @@ -1,11 +1,12 @@ #ifndef _OPTW_NOTIFY_H_ #define _OPTW_NOTIFY_H_ +//============================================================================= // // File : optw_notify.h // Creation date : Sun Oct 28 15:11:30 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 @@ -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 "kvi_optionswidget.h" diff --git a/src/modules/options/optw_protection.cpp b/src/modules/options/optw_protection.cpp index 2d9586b41..6c22dff87 100644 --- a/src/modules/options/optw_protection.cpp +++ b/src/modules/options/optw_protection.cpp @@ -4,7 +4,7 @@ // Creation date : Wed Ott 19 16:15:16 2005 GMT by Grifisx & Noldor // // This file is part of the KVirc irc client distribution -// Copyright (C) 2005 Grifisx & Noldor +// 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 diff --git a/src/modules/options/optw_protection.h b/src/modules/options/optw_protection.h index 19d0c05f3..c18a5fe0f 100644 --- a/src/modules/options/optw_protection.h +++ b/src/modules/options/optw_protection.h @@ -1,14 +1,13 @@ #ifndef _OPTW_PROTECTION_H_ #define _OPTW_PROTECTION_H_ - //============================================================================= // // File : optw_protection.h +// Creation date : Wed Ott 19 16:15:16 2005 GMT by Grifisx & Noldor // // This file is part of the KVirc irc client distribution -// Creation date : Wed Ott 19 16:15:16 2005 GMT by Grifisx & Noldor +// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com) // -// Copyright (C) 2005 Grifisx & Noldor // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 diff --git a/src/modules/options/optw_proxy.cpp b/src/modules/options/optw_proxy.cpp index 2d9df06f9..7473fe5b0 100644 --- a/src/modules/options/optw_proxy.cpp +++ b/src/modules/options/optw_proxy.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_proxy.cpp // Creation date : Mon Jun 24 2000 22:02:11 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 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 @@ -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 "optw_proxy.h" diff --git a/src/modules/options/optw_proxy.h b/src/modules/options/optw_proxy.h index 54bc0eeb7..d979b27b5 100644 --- a/src/modules/options/optw_proxy.h +++ b/src/modules/options/optw_proxy.h @@ -1,12 +1,12 @@ #ifndef _OPTW_PROXY_H_ #define _OPTW_PROXY_H_ - +//============================================================================= // // File : optw_proxy.h // Creation date : Mon Jun 24 2000 21:58:25 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 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 @@ -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 "kvi_optionswidget.h" #include "kvi_tal_treewidget.h" diff --git a/src/modules/options/optw_query.cpp b/src/modules/options/optw_query.cpp index 237b2c750..8a96812c2 100644 --- a/src/modules/options/optw_query.cpp +++ b/src/modules/options/optw_query.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_query.cpp // Creation date : Mon Oct 29 15:37:16 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 "optw_query.h" diff --git a/src/modules/options/optw_query.h b/src/modules/options/optw_query.h index 23492e95e..de939dbe2 100644 --- a/src/modules/options/optw_query.h +++ b/src/modules/options/optw_query.h @@ -1,11 +1,12 @@ #ifndef _OPTW_QUERY_H_ #define _OPTW_QUERY_H_ +//============================================================================= // // File : optw_query.h // Creation date : Tue Mar 05 22:31:18 2002 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Szymon Stefanek (pragma@kvirc.net) +// Copyright (C) 2002-2008 Szymon Stefanek (pragma@kvirc.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 "kvi_optionswidget.h" diff --git a/src/modules/options/optw_servers.cpp b/src/modules/options/optw_servers.cpp index d20a9ffac..0ac47863a 100644 --- a/src/modules/options/optw_servers.cpp +++ b/src/modules/options/optw_servers.cpp @@ -4,7 +4,7 @@ // Creation date : Wed Jun 12 2000 03:29:51 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2000-2004 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/options/optw_servers.h b/src/modules/options/optw_servers.h index c079e9b4b..76324d66b 100644 --- a/src/modules/options/optw_servers.h +++ b/src/modules/options/optw_servers.h @@ -7,7 +7,7 @@ // Creation date : Wed Jun 12 2000 03:29:01 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 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/options/optw_sound.cpp b/src/modules/options/optw_sound.cpp index 56b71395c..97c3cbb4a 100644 --- a/src/modules/options/optw_sound.cpp +++ b/src/modules/options/optw_sound.cpp @@ -4,7 +4,7 @@ // Creation date : Fri Sep 6 02:18:23 2002 GMT by Szymon Stefanek // // This file is part of the KVsound sound client distribution -// Copyright (C) 2002-2006 Szymon Stefanek (pragma at kvsound dot net) +// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvsound 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/options/optw_sound.h b/src/modules/options/optw_sound.h index ab093b580..01367b604 100644 --- a/src/modules/options/optw_sound.h +++ b/src/modules/options/optw_sound.h @@ -6,7 +6,7 @@ // Creation date : Fri Sep 6 02:18:21 2002 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002-2006 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 diff --git a/src/modules/options/optw_textencoding.cpp b/src/modules/options/optw_textencoding.cpp index 641f1928c..17e49cc3a 100644 --- a/src/modules/options/optw_textencoding.cpp +++ b/src/modules/options/optw_textencoding.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_textencoding.cpp // Creation date : Sat Aug 11 2001 03:29:52 CEST 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,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 "optw_textencoding.h" #include "kvi_options.h" diff --git a/src/modules/options/optw_textencoding.h b/src/modules/options/optw_textencoding.h index ac89bb30c..fe45f4ad8 100644 --- a/src/modules/options/optw_textencoding.h +++ b/src/modules/options/optw_textencoding.h @@ -1,12 +1,12 @@ #ifndef _OPTW_TEXTENCODING_H_ #define _OPTW_TEXTENCODING_H_ - +//============================================================================= // // File : optw_textencoding.h // Creation date : Sat Mar 02 2002 12:09:19 CEST 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 @@ -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 "kvi_optionswidget.h" diff --git a/src/modules/options/optw_texticons.cpp b/src/modules/options/optw_texticons.cpp index 736b8c69d..b5d2f402e 100644 --- a/src/modules/options/optw_texticons.cpp +++ b/src/modules/options/optw_texticons.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_texticons.cpp // Creation date : Fri May 24 2002 00:16:13 CEST 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,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 "optw_texticons.h" diff --git a/src/modules/options/optw_texticons.h b/src/modules/options/optw_texticons.h index 8084b38ad..80bb5a05a 100644 --- a/src/modules/options/optw_texticons.h +++ b/src/modules/options/optw_texticons.h @@ -1,12 +1,12 @@ #ifndef _OPTW_TEXTICONS_H_ #define _OPTW_TEXTICONS_H_ - +//============================================================================= // // File : optw_texticons.h // Creation date : Fri May 24 2002 00:14:02 CEST 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 @@ -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 "kvi_optionswidget.h" #include "kvi_texticonmanager.h" diff --git a/src/modules/options/optw_tools.cpp b/src/modules/options/optw_tools.cpp index 89274a4ba..ce87e41f3 100644 --- a/src/modules/options/optw_tools.cpp +++ b/src/modules/options/optw_tools.cpp @@ -4,7 +4,7 @@ // Creation date : Wed Ott 19 16:15:16 2005 GMT by Grifisx & Noldor // // This file is part of the KVirc irc client distribution -// Copyright (C) 2005 Grifisx & Noldor +// 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 diff --git a/src/modules/options/optw_tools.h b/src/modules/options/optw_tools.h index b3cbb295e..ddb444f57 100644 --- a/src/modules/options/optw_tools.h +++ b/src/modules/options/optw_tools.h @@ -4,11 +4,11 @@ //============================================================================= // // File : optw_tools.h +// Creation date : Wed Ott 19 16:15:16 2005 GMT by Grifisx & Noldor // // This file is part of the KVirc irc client distribution -// Creation date : Wed Ott 19 16:15:16 2005 GMT by Grifisx & Noldor +// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com) // -// Copyright (C) 2005 Grifisx & Noldor // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 diff --git a/src/modules/options/optw_topiclabel.cpp b/src/modules/options/optw_topiclabel.cpp index b7c6af517..de77e2ae9 100644 --- a/src/modules/options/optw_topiclabel.cpp +++ b/src/modules/options/optw_topiclabel.cpp @@ -1,9 +1,11 @@ +//============================================================================= // // File : optw_topiclabel.cpp // Creation date : Mon Sep 24 02:44:55 CEST 2001 by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2001 Krzysztof Godlewski +// 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 +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 "optw_topiclabel.h" diff --git a/src/modules/options/optw_topiclabel.h b/src/modules/options/optw_topiclabel.h index d524e9ffd..117f3c5ce 100644 --- a/src/modules/options/optw_topiclabel.h +++ b/src/modules/options/optw_topiclabel.h @@ -1,9 +1,13 @@ +#ifndef _OPTW_TOPICLABEL_H +#define _OPTW_TOPICLABEL_H +//============================================================================= // -// File : optw_topiclabel.cpp +// File : optw_topiclabel.h // Creation date : Mon Sep 24 02:44:55 CEST 2001 by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2001 Krzysztof Godlewski +// 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,9 +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. // +//============================================================================= -#ifndef OPTW_TOPICLABEL_H -#define OPTW_TOPICLABEL_H #include "kvi_optionswidget.h" @@ -38,4 +41,4 @@ public: ~KviTopicLabelLookOptionsWidget(); }; -#endif /* !OPTW_TOPICLABEL_H */ +#endif // _OPTW_TOPICLABEL_H diff --git a/src/modules/options/optw_tray.cpp b/src/modules/options/optw_tray.cpp index 4ac9ec687..c9cfe17d3 100644 --- a/src/modules/options/optw_tray.cpp +++ b/src/modules/options/optw_tray.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_tray.cpp // Creation date : Mon 14 Aug 2006 by Alexey Uzhva // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2006-2008 Alexey Uzhva (wizard at opendoor dot ru) // // 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 "optw_tray.h" diff --git a/src/modules/options/optw_tray.h b/src/modules/options/optw_tray.h index f3dbd4e29..3dd0cc464 100644 --- a/src/modules/options/optw_tray.h +++ b/src/modules/options/optw_tray.h @@ -1,11 +1,12 @@ #ifndef _OPTW_TRAY_H_ #define _OPTW_TRAY_H_ +//============================================================================= // -// File : optw_tray.h +// File : optw_tray.cpp // Creation date : Mon 14 Aug 2006 by Alexey Uzhva // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2006-2008 Alexey Uzhva (wizard at opendoor dot ru) // // 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 "kvi_optionswidget.h" diff --git a/src/modules/options/optw_uparser.cpp b/src/modules/options/optw_uparser.cpp index 0749091e3..a761e9f3e 100644 --- a/src/modules/options/optw_uparser.cpp +++ b/src/modules/options/optw_uparser.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_uparser.cpp // Creation date : Sat Oct 27 16:32:26 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,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 "optw_uparser.h" diff --git a/src/modules/options/optw_uparser.h b/src/modules/options/optw_uparser.h index 036efb964..6f3542df4 100644 --- a/src/modules/options/optw_uparser.h +++ b/src/modules/options/optw_uparser.h @@ -1,11 +1,12 @@ #ifndef _OPTW_UPARSER_H_ #define _OPTW_UPARSER_H_ +//============================================================================= // // File : optw_uparser.h // Creation date : Sat Oct 27 16:32:27 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 @@ -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 "kvi_optionswidget.h" diff --git a/src/modules/options/optw_urlhandlers.cpp b/src/modules/options/optw_urlhandlers.cpp index e4a296ffd..bbda201b5 100644 --- a/src/modules/options/optw_urlhandlers.cpp +++ b/src/modules/options/optw_urlhandlers.cpp @@ -1,11 +1,12 @@ #ifndef _OPTW_URLHANDLERS_CPP_ #define _OPTW_URLHANDLERS_CPP_ +//============================================================================= // // File : optw_urlhandlers.cpp // Creation date : Fri Aug 23 02:57:40 2002 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 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 "optw_urlhandlers.h" diff --git a/src/modules/options/optw_urlhandlers.h b/src/modules/options/optw_urlhandlers.h index 30d140e36..b2578e75d 100644 --- a/src/modules/options/optw_urlhandlers.h +++ b/src/modules/options/optw_urlhandlers.h @@ -1,11 +1,12 @@ #ifndef _OPTW_URLHANDLERS_H_ #define _OPTW_URLHANDLERS_H_ +//============================================================================= // // File : optw_urlhandlers.h // Creation date : Fri Aug 23 02:57:41 2002 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 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 "kvi_optionswidget.h" diff --git a/src/modules/options/optw_userlist.cpp b/src/modules/options/optw_userlist.cpp index fb308d3ee..ed4e23691 100644 --- a/src/modules/options/optw_userlist.cpp +++ b/src/modules/options/optw_userlist.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_userlist.cpp // Creation date : Sat Aug 11 2001 03:29:52 CEST 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,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 "optw_userlist.h" #include "kvi_options.h" diff --git a/src/modules/options/optw_userlist.h b/src/modules/options/optw_userlist.h index 059292899..cef30883d 100644 --- a/src/modules/options/optw_userlist.h +++ b/src/modules/options/optw_userlist.h @@ -1,12 +1,12 @@ #ifndef _OPTW_USERLIST_H_ #define _OPTW_USERLIST_H_ - +//============================================================================= // // File : optw_userlist.h // Creation date : Sat Mar 02 2002 12:09:19 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002-2006 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 @@ -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 "kvi_optionswidget.h" diff --git a/src/modules/options/optw_windowlist.cpp b/src/modules/options/optw_windowlist.cpp index 8e46990a6..2b6960493 100644 --- a/src/modules/options/optw_windowlist.cpp +++ b/src/modules/options/optw_windowlist.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_windowlist.cpp // Creation date : Wed Jan 16 04:30:39 2002 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) 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 "optw_windowlist.h" diff --git a/src/modules/options/optw_windowlist.h b/src/modules/options/optw_windowlist.h index 56b451f17..0689208fd 100644 --- a/src/modules/options/optw_windowlist.h +++ b/src/modules/options/optw_windowlist.h @@ -7,7 +7,7 @@ // Creation date : Wed Jan 16 04:30:41 2002 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002-2006 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 diff --git a/src/modules/perl/libkviperl.cpp b/src/modules/perl/libkviperl.cpp index 1f9e51ff0..c8073739d 100644 --- a/src/modules/perl/libkviperl.cpp +++ b/src/modules/perl/libkviperl.cpp @@ -4,7 +4,7 @@ // Creation date : Tue Jul 13 13:03:31 2004 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2004-2005 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 diff --git a/src/modules/perlcore/libkviperlcore.cpp b/src/modules/perlcore/libkviperlcore.cpp index efcdb4340..3b849279c 100644 --- a/src/modules/perlcore/libkviperlcore.cpp +++ b/src/modules/perlcore/libkviperlcore.cpp @@ -4,7 +4,7 @@ // Creation date : Tue Jul 13 13:03:31 2004 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) 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 diff --git a/src/modules/perlcore/perlcoreinterface.h b/src/modules/perlcore/perlcoreinterface.h index 45b58eb2b..04bd2edfc 100644 --- a/src/modules/perlcore/perlcoreinterface.h +++ b/src/modules/perlcore/perlcoreinterface.h @@ -7,7 +7,7 @@ // Creation date : Tue Jul 13 13:03:31 2004 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) 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 diff --git a/src/modules/popupeditor/libkvipopupeditor.cpp b/src/modules/popupeditor/libkvipopupeditor.cpp index 7c67499ea..2d8113668 100644 --- a/src/modules/popupeditor/libkvipopupeditor.cpp +++ b/src/modules/popupeditor/libkvipopupeditor.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : libkvipopupeditor.cpp // Creation date : Mon 23 Dec 2002 20:23:59 2002 GMT by Szymon Stefanek // // This toolbar 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,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 "popupeditor.h" diff --git a/src/modules/popupeditor/popupeditor.cpp b/src/modules/popupeditor/popupeditor.cpp index 90867ff79..ad7c36ed0 100644 --- a/src/modules/popupeditor/popupeditor.cpp +++ b/src/modules/popupeditor/popupeditor.cpp @@ -4,7 +4,7 @@ // Creation date : Mon Dec 23 2002 20:28:18 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 linkss of the GNU General Public License diff --git a/src/modules/popupeditor/popupeditor.h b/src/modules/popupeditor/popupeditor.h index c542b9dac..a30712c01 100644 --- a/src/modules/popupeditor/popupeditor.h +++ b/src/modules/popupeditor/popupeditor.h @@ -1,11 +1,12 @@ #ifndef _POPUPEDITOR_H_ #define _POPUPEDITOR_H_ +//============================================================================= // // File : popupeditor.h // Creation date : Mon Dec 23 2002 20:24:55 CEST 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 linkss 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 "kvi_window.h" #include "kvi_string.h" diff --git a/src/modules/proxydb/libkviproxydb.cpp b/src/modules/proxydb/libkviproxydb.cpp index 7a3a38df5..3a4c8130b 100644 --- a/src/modules/proxydb/libkviproxydb.cpp +++ b/src/modules/proxydb/libkviproxydb.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : libkviproxydb.cpp // Creation date : Wed Jul 16 16:36:27 2008 GMT by Elvio Basello // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // // 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_module.h" #include "kvi_app.h" diff --git a/src/modules/raweditor/libkviraweditor.cpp b/src/modules/raweditor/libkviraweditor.cpp index 859cd303e..2c9307c91 100644 --- a/src/modules/raweditor/libkviraweditor.cpp +++ b/src/modules/raweditor/libkviraweditor.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : libkviraweditor.cpp // Creation date : Mon 23 Dec 2002 20:23:59 2002 GMT by Szymon Stefanek // // This toolbar 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,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 "raweditor.h" diff --git a/src/modules/raweditor/raweditor.cpp b/src/modules/raweditor/raweditor.cpp index fdb448d63..1a6d3171f 100644 --- a/src/modules/raweditor/raweditor.cpp +++ b/src/modules/raweditor/raweditor.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : raweditor.cpp // Creation date : Mon Dec 23 2002 20:28:18 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 linkss of the GNU General Public License @@ -19,7 +20,10 @@ // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +//============================================================================= + #include "raweditor.h" + #include "kvi_iconmanager.h" #include "kvi_iconmanager.h" #include "kvi_options.h" diff --git a/src/modules/raweditor/raweditor.h b/src/modules/raweditor/raweditor.h index 4920fe6c4..79fab527a 100644 --- a/src/modules/raweditor/raweditor.h +++ b/src/modules/raweditor/raweditor.h @@ -1,11 +1,12 @@ #ifndef _RAWEDITOR_H_ #define _RAWEDITOR_H_ +//============================================================================= // // File : eventeditor.h // Creation date : Mon Dec 23 2002 20:24:55 CEST 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 linkss of the GNU General Public License @@ -21,11 +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_window.h" #include "kvi_qstring.h" #include "kvi_tal_treewidget.h" #include "kvi_iconmanager.h" + #include <QWidget> #include <QLineEdit> diff --git a/src/modules/regchan/libkviregchan.cpp b/src/modules/regchan/libkviregchan.cpp index e39406f4a..a9cae2e8e 100644 --- a/src/modules/regchan/libkviregchan.cpp +++ b/src/modules/regchan/libkviregchan.cpp @@ -1,10 +1,10 @@ -//====================================================================================== +//============================================================================= // // File : libkviregchan.cpp // Creation date : Sat Jun 29 02:55:18 2002 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002-2004 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 @@ -20,7 +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. // -//====================================================================================== +//============================================================================= + // incomplete #include "kvi_module.h" #include "kvi_regchan.h" diff --git a/src/modules/reguser/dialog.cpp b/src/modules/reguser/dialog.cpp index 208893233..f2ef95f43 100644 --- a/src/modules/reguser/dialog.cpp +++ b/src/modules/reguser/dialog.cpp @@ -4,7 +4,7 @@ // Creation date : Tue Dec 26 2000 12:24:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2000-2004 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 @@ -21,6 +21,7 @@ // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // //============================================================================= + #define _WANT_OPTION_FLAGS_ #include "edituser.h" diff --git a/src/modules/reguser/dialog.h b/src/modules/reguser/dialog.h index da530405d..a85dbef86 100644 --- a/src/modules/reguser/dialog.h +++ b/src/modules/reguser/dialog.h @@ -6,7 +6,7 @@ // Creation date : Sun Dec 24 2000 15:16:17 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2000-2004 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/reguser/edituser.cpp b/src/modules/reguser/edituser.cpp index e70ba0cb2..f55621019 100644 --- a/src/modules/reguser/edituser.cpp +++ b/src/modules/reguser/edituser.cpp @@ -4,7 +4,7 @@ // Creation date : Tue Dec 26 2000 12:24:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2000-2004 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/reguser/edituser.h b/src/modules/reguser/edituser.h index 06354db47..26452cf3d 100644 --- a/src/modules/reguser/edituser.h +++ b/src/modules/reguser/edituser.h @@ -6,7 +6,7 @@ // Creation date : Sun Dec 24 2000 15:16:17 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2000-2004 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/reguser/libkvireguser.cpp b/src/modules/reguser/libkvireguser.cpp index 190fa9901..2ff0a14fd 100644 --- a/src/modules/reguser/libkvireguser.cpp +++ b/src/modules/reguser/libkvireguser.cpp @@ -4,7 +4,7 @@ // Creation date : Fri Dec 01 2000 14:53:10 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2000-2004 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/reguser/wizard.cpp b/src/modules/reguser/wizard.cpp index 49fd9bd72..eeaee88fb 100644 --- a/src/modules/reguser/wizard.cpp +++ b/src/modules/reguser/wizard.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : wizard.cpp // Creation date : Fri Jun 26 2002 21:21:21 CEST 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,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 "wizard.h" diff --git a/src/modules/reguser/wizard.h b/src/modules/reguser/wizard.h index 359a84c2a..34f156b75 100644 --- a/src/modules/reguser/wizard.h +++ b/src/modules/reguser/wizard.h @@ -1,11 +1,12 @@ #ifndef _WIZARD_H_ #define _WIZARD_H_ +//============================================================================= // // File : wizard.h // Creation date : Fri Jun 26 2002 21:21:21 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 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 "kvi_string.h" #include "kvi_tal_wizard.h" diff --git a/src/modules/rijndael/ablowfish.cpp b/src/modules/rijndael/ablowfish.cpp index c49a49f2f..e37df60c8 100644 --- a/src/modules/rijndael/ablowfish.cpp +++ b/src/modules/rijndael/ablowfish.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : ablowfish.cpp // Creation date : Wed Jan 13 2005 02:04:10 CEST 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 @@ -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 "ablowfish.h" #include "kvi_memmove.h" diff --git a/src/modules/rijndael/ablowfish.h b/src/modules/rijndael/ablowfish.h index 5dc3ed133..ef2acf681 100644 --- a/src/modules/rijndael/ablowfish.h +++ b/src/modules/rijndael/ablowfish.h @@ -6,7 +6,7 @@ // Creation date : Wed Jan 13 2005 02:04:10 CEST 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/rijndael/libkvirijndael.cpp b/src/modules/rijndael/libkvirijndael.cpp index 32383b3dc..2367b2231 100644 --- a/src/modules/rijndael/libkvirijndael.cpp +++ b/src/modules/rijndael/libkvirijndael.cpp @@ -1,9 +1,11 @@ +//============================================================================= // // File : libkvirijndael.cpp // Creation date : Sat Now 4 2000 15:33:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Till Bush (buti@geocities.com) +// Copyright (C) 2000 Till Bush (buti@geocities.com) +// 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 "libkvirijndael.h" #include "rijndael.h" diff --git a/src/modules/rijndael/libkvirijndael.h b/src/modules/rijndael/libkvirijndael.h index c3fd880a8..d3c351714 100644 --- a/src/modules/rijndael/libkvirijndael.h +++ b/src/modules/rijndael/libkvirijndael.h @@ -1,11 +1,13 @@ #ifndef _LIBKVIRIJNDAEL_H_ #define _LIBKVIRIJNDAEL_H_ +//============================================================================= // // File : libkvirijndael.h -// Creation date : Sat Now 4 2000 15:41:41 CEST by Szymon Stefanek +// Creation date : Sat Now 4 2000 15:33:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Till Bush (buti@geocities.com) +// Copyright (C) 2000 Till Bush (buti@geocities.com) +// 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. // +//============================================================================= #include "kvi_settings.h" diff --git a/src/modules/rijndael/rijndael.cpp b/src/modules/rijndael/rijndael.cpp index 41f67f3f2..f008c0495 100644 --- a/src/modules/rijndael/rijndael.cpp +++ b/src/modules/rijndael/rijndael.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : rijndael.cpp // Creation date : Sun Nov 5 2000 03:22:10 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2008 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 @@ -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. // +//============================================================================= // // Another implementation of the Rijndael cipher. diff --git a/src/modules/rijndael/rijndael.h b/src/modules/rijndael/rijndael.h index 63394d31f..5ac2457e3 100644 --- a/src/modules/rijndael/rijndael.h +++ b/src/modules/rijndael/rijndael.h @@ -1,12 +1,12 @@ #ifndef _RIJNDAEL_H_ #define _RIJNDAEL_H_ - +//============================================================================= // // File : rijndael.h // Creation date : Sun Nov 5 2000 15:42:14 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2008 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,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. // +//============================================================================= // // Another implementation of the Rijndael cipher. |
