Index: ossp-pkg/as/as-gui/Makefile.in
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/Makefile.in,v
rcsdiff -q -kk '-r1.18' '-r1.19' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/Makefile.in,v' 2>/dev/null
--- Makefile.in 2002/11/27 22:44:48 1.18
+++ Makefile.in 2002/11/28 20:44:36 1.19
@@ -1,11 +1,12 @@
##
-## OSSP titraq - Graphical user interface for time accounting
-## Copyright (c) 2002 Cable & Wireless Deutschland GmbH
-## Copyright (c) 2002 The OSSP Project
-## Copyright (c) 2002 Ralf S. Engelschall
+## OSSP asgui - Accounting system graphical user interface
+## Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+## Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+## Copyright (c) 2002-2003 Ralf S. Engelschall
+## Copyright (c) 2002-2003 Michael Schloh von Bennewitz
##
-## This file is part of OSSP GUI, a graphical user interface
-## for OSSP which can be found at http://www.ossp.org/
+## This file is part of OSSP asgui, an accounting system graphical user
+## interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
@@ -25,7 +26,7 @@
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
## SUCH DAMAGE.
##
-## Makefile.in: Makefile for use with configure
+## Makefile.in: Autoconf Makefile template
##
@SET_MAKE@
@@ -65,7 +66,7 @@
TARGET_PROGS = titraq
TARGET_MANS = titraq.1 titraq.conf.5
-SRCS = main.cpp titraq.cpp titassist.cpp titslot.cpp tidatops.cpp titrex.cpp generic.cpp titamount.cpp titable.cpp titprefs.cpp titraq_version.c
+SRCS = main.cpp titraq.cpp titassist.cpp titslot.cpp tidatops.cpp titrex.cpp generic.cpp titamount.cpp titable.cpp titprefs.cpp titraq_version.cpp
OBJS = main.o titraq.o titassist.o titslot.o tidatops.o titrex.o generic.o titamount.o titable.o titprefs.o titraq_version.o
@@ -98,18 +99,22 @@
$(MOC) $< -o $@
titraq.1: titraq.pod
- VS=`$(SHTOOL) version -lc -dshort titraq_version.c`; \
- VL=`$(SHTOOL) version -lc -dlong titraq_version.c`; \
- $(POD2MAN) --section=5 --center="Graphical user interface" \
- --release="$$VS" --date="$$VL" \
- titraq.pod >titraq.1
+ VS=`$(SHTOOL) version -lc -dshort titraq_version.cpp`; \
+ VL=`$(SHTOOL) version -lc -dlong titraq_version.cpp`; \
+ D=`$(SHTOOL) version -lc -dlong titraq_vers.c | sed -e 's;.*(;;' -e 's;).*;;'`; \
+ $(POD2MAN) --quotes=none \
+ --section=1 --center="AS Graphical User Interface" \
+ --release="$$D" --date="OSSP asgui $$VS" titraq.pod | \
+ sed -e "s;TITRAQ_VERSION_STR;$$VL;" >titraq.1
titraq.conf.5: titraq.conf.pod
- VS=`$(SHTOOL) version -lc -dshort titraq_version.c`; \
- VL=`$(SHTOOL) version -lc -dlong titraq_version.c`; \
- $(POD2MAN) --section=5 --center="Graphical user interface config file" \
- --release="$$VS" --date="$$VL" \
- titraq.conf.pod >titraq.conf.5
+ VS=`$(SHTOOL) version -lc -dshort titraq_version.cpp`; \
+ VL=`$(SHTOOL) version -lc -dlong titraq_version.cpp`; \
+ D=`$(SHTOOL) version -lc -dlong titraq_vers.c | sed -e 's;.*(;;' -e 's;).*;;'`; \
+ $(POD2MAN) --quotes=none \
+ --section=5 --center="AS Preferences File" \
+ --release="$$D" --date="OSSP asgui $$VS" titraq.conf.pod | \
+ sed -e "s;TITRAQ_VERSION_STR;$$VL;" >titraq.conf.5
install:
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(prefix)
@@ -133,7 +138,7 @@
distclean: clean
$(RM) config.log config.status config.cache # Generated by ./configure
$(RM) Makefile ac_config.h # Generated by ./configure
- $(RM) $(MOC_OUT) # Generated by $(MOC)
+ $(RM) $(MOC_OUT) # Generated by $(MOC)
realclean: distclean
$(RM) configure ac_config.h.in* # Generated by Autoconf
Index: ossp-pkg/as/as-gui/README
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/README,v
rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/README,v' 2>/dev/null
--- README 2002/11/08 12:21:34 1.2
+++ README 2002/11/28 20:44:36 1.3
@@ -1,9 +1,48 @@
-To build titraq:
- ./devtool autogen
- ./devtool configure
- make
-
-Expect:
- Executable 'titraq' statically linked to Qt and X libs
- Stand alone executable
+ _
+ __ _ ___ __ _ _ _ (_)
+ / _` |/ __| / _` || | | || |
+| (_| |\__ \| (_| || |_| || |
+ \__,_||___/ \__, | \__,_||_|
+ |___/
+ OSSP asgui -- Accounting system graphical user interface
+ Version 0.5.0 (28-Nov-2002)
+
+ ABSTRACT
+
+ Intended to serve as both a virtual punch card and time tracker,
+ OSSP asgui is the graphical user interface for the family of OSSP
+ accounting system tools.
+
+ COPYRIGHT AND LICENSE
+
+ Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+ Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+
+ This file is part of OSSP asgui, an accounting system interface which
+ can be found at http://www.ossp.org/pkg/tool/asgui/.
+
+ Permission to use, copy, modify, and distribute this software for
+ any purpose with or without fee is hereby granted, provided that
+ the above copyright notice and this permission notice appear in all
+ copies.
+
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+ HOME AND DOCUMENTATION
+
+ The documentation and latest release can be found on
+
+ o http://www.ossp.org/pkg/tool/asgui/
+ o ftp://ftp.ossp.org/pkg/tool/asgui/
Index: ossp-pkg/as/as-gui/TODO
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/TODO,v
rcsdiff -q -kk '-r1.22' '-r1.23' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/TODO,v' 2>/dev/null
--- TODO 2002/11/28 17:04:18 1.22
+++ TODO 2002/11/28 20:44:36 1.23
@@ -89,7 +89,7 @@
titraq.1 Hauptinfo
titraq.conf.5 Beschreibung des Configdatei
- Geliefert
+ Geliefert
titraq.conf Ausgekommentet Beispieldatei
Pseudocode
Index: ossp-pkg/as/as-gui/aclocal.m4
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/aclocal.m4,v
rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/aclocal.m4,v' 2>/dev/null
--- aclocal.m4 2002/10/21 16:52:21 1.2
+++ aclocal.m4 2002/11/28 20:44:36 1.3
@@ -77,7 +77,7 @@
# find out package version
$3_STR="`$ac_shtool version -l c -d long $ac_srcdir/$4`"
AC_SUBST($3_STR)
-
+
# friendly header ;)
if test ".$enable_headline" != .no; then
echo "Configuring ${TB}$1${TN} ($2), Version ${TB}${$3_STR}${TN}"
Index: ossp-pkg/as/as-gui/as-gui.conf.pod
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as-gui.conf.pod,v
co -q -kk -p'1.2' '/v/ossp/cvs/ossp-pkg/as/as-gui/as-gui.conf.pod,v' | diff -u /dev/null - -L'ossp-pkg/as/as-gui/as-gui.conf.pod' 2>/dev/null
--- ossp-pkg/as/as-gui/as-gui.conf.pod
+++ - 2025-05-20 08:54:07.238792693 +0200
@@ -0,0 +1,50 @@
+##
+## OSSP asgui - Accounting system graphical user interface
+## Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+## Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+## Copyright (c) 2002-2003 Ralf S. Engelschall
+## Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+##
+## This file is part of OSSP asgui, an accounting system graphical user
+## interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+##
+## Permission to use, copy, modify, and distribute this software for
+## any purpose with or without fee is hereby granted, provided that
+## the above copyright notice and this permission notice appear in all
+## copies.
+##
+## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+## SUCH DAMAGE.
+##
+## titraq.conf.pod: Plain old documentation file
+##
+
+=pod
+
+=head1 NAME
+
+B - OSSP AS configuration file
+
+=head1 DESCRIPTION
+
+=head1 EXAMPLES
+
+=head1 SEE ALSO
+
+titraq(1)
+
+=head1 AUTHOR
+
+Michael Schloh von Bennewitz
+
+=cut
Index: ossp-pkg/as/as-gui/as-gui.pod
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as-gui.pod,v
co -q -kk -p'1.2' '/v/ossp/cvs/ossp-pkg/as/as-gui/as-gui.pod,v' | diff -u /dev/null - -L'ossp-pkg/as/as-gui/as-gui.pod' 2>/dev/null
--- ossp-pkg/as/as-gui/as-gui.pod
+++ - 2025-05-20 08:54:07.241403457 +0200
@@ -0,0 +1,66 @@
+##
+## OSSP asgui - Accounting system graphical user interface
+## Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+## Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+## Copyright (c) 2002-2003 Ralf S. Engelschall
+## Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+##
+## This file is part of OSSP asgui, an accounting system graphical user
+## interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+##
+## Permission to use, copy, modify, and distribute this software for
+## any purpose with or without fee is hereby granted, provided that
+## the above copyright notice and this permission notice appear in all
+## copies.
+##
+## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+## SUCH DAMAGE.
+##
+## titraq.pod: Plain old documentation file
+##
+
+=pod
+
+=head1 NAME
+
+B - OSSP AS graphical user interface
+
+=head1 SYNOPSIS
+
+=head1 DESCRIPTION
+
+=head1 OPTIONS
+
+=item B<-?>|B<--usage>
+
+print short usage summary, then exit.
+
+=head1 ENVIRONMENT
+
+=head1 RETURN VALUE
+
+=head1 EXAMPLES
+
+=head1 FILES
+
+=head1 SEE ALSO
+
+titraq.conf(5)
+
+=head1 AUTHOR
+
+Michael Schloh von Bennewitz
+
+=head1 HISTORY
+
+=cut
Index: ossp-pkg/as/as-gui/as_amount.cpp
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_amount.cpp,v
rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_amount.cpp,v' 2>/dev/null
--- as_amount.cpp 2002/11/26 23:26:07 1.3
+++ as_amount.cpp 2002/11/28 20:44:36 1.4
@@ -1,3 +1,34 @@
+//
+// OSSP asgui - Accounting system graphical user interface
+// Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+// Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+// Copyright (c) 2002-2003 Ralf S. Engelschall
+// Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+//
+// This file is part of OSSP asgui, an accounting system graphical user
+// interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+//
+// Permission to use, copy, modify, and distribute this software for
+// any purpose with or without fee is hereby granted, provided that
+// the above copyright notice and this permission notice appear in all
+// copies.
+//
+// THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+// IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+// USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+// SUCH DAMAGE.
+//
+// titamount.cpp: ISO C++ implementation
+//
+
#include
#include "titamount.h"
Index: ossp-pkg/as/as-gui/as_amount.h
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_amount.h,v
rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_amount.h,v' 2>/dev/null
--- as_amount.h 2002/11/25 15:45:06 1.1
+++ as_amount.h 2002/11/28 20:44:36 1.2
@@ -1,3 +1,34 @@
+//
+// OSSP asgui - Accounting system graphical user interface
+// Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+// Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+// Copyright (c) 2002-2003 Ralf S. Engelschall
+// Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+//
+// This file is part of OSSP asgui, an accounting system graphical user
+// interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+//
+// Permission to use, copy, modify, and distribute this software for
+// any purpose with or without fee is hereby granted, provided that
+// the above copyright notice and this permission notice appear in all
+// copies.
+//
+// THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+// IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+// USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+// SUCH DAMAGE.
+//
+// titamount.h: ISO C++ interface
+//
+
#ifndef AMOUNTBOX_H
#define AMOUNTBOX_H
Index: ossp-pkg/as/as-gui/as_assist.cpp
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_assist.cpp,v
rcsdiff -q -kk '-r1.36' '-r1.37' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_assist.cpp,v' 2>/dev/null
--- as_assist.cpp 2002/11/28 17:04:18 1.36
+++ as_assist.cpp 2002/11/28 20:44:36 1.37
@@ -1,3 +1,34 @@
+//
+// OSSP asgui - Accounting system graphical user interface
+// Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+// Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+// Copyright (c) 2002-2003 Ralf S. Engelschall
+// Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+//
+// This file is part of OSSP asgui, an accounting system graphical user
+// interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+//
+// Permission to use, copy, modify, and distribute this software for
+// any purpose with or without fee is hereby granted, provided that
+// the above copyright notice and this permission notice appear in all
+// copies.
+//
+// THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+// IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+// USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+// SUCH DAMAGE.
+//
+// titassist.cpp: ISO C++ implementation
+//
+
// Qt style headers
#include
#include
@@ -333,7 +364,7 @@
if (m_pEdittools == NULL) // Sanity check
throw Genexcept("Edit tool bar creation failed.");
m_pEdittools->setLabel(trUtf8("Edit Ops"));
- m_pEdittools->setOpaqueMoving(true);
+ m_pEdittools->setOpaqueMoving(false);
m_pEdittools->setCloseMode(QDockWindow::Never);
m_pCutact->addTo(m_pEdittools);
m_pCopyact->addTo(m_pEdittools);
Index: ossp-pkg/as/as-gui/as_const.h
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_const.h,v
rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_const.h,v' 2>/dev/null
--- as_const.h 2002/11/27 22:44:48 1.7
+++ as_const.h 2002/11/28 20:44:36 1.8
@@ -1,3 +1,38 @@
+//
+// OSSP asgui - Accounting system graphical user interface
+// Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+// Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+// Copyright (c) 2002-2003 Ralf S. Engelschall
+// Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+//
+// This file is part of OSSP asgui, an accounting system graphical user
+// interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+//
+// Permission to use, copy, modify, and distribute this software for
+// any purpose with or without fee is hereby granted, provided that
+// the above copyright notice and this permission notice appear in all
+// copies.
+//
+// THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+// IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+// USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+// SUCH DAMAGE.
+//
+// titconst.h: ISO C++ interface
+//
+
+#ifndef TITCONST_H
+#define TITCONST_H
+
+
// Preferences string constants
#define TITRAQ_PREFNAME "titraq.conf"
#define TITRAQ_APPTITLE "Titraq"
@@ -33,3 +68,5 @@
#define TITRAQ_MINAMOUNT 0 // Minimum valid amount
#define TITRAQ_STEPAMOUNT 15 // Line step interval
#define TITRAQ_MINSINHOUR 60 // Only idiots don't know this
+
+#endif // TITCONST_H
Index: ossp-pkg/as/as-gui/as_dataop.cpp
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_dataop.cpp,v
rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_dataop.cpp,v' 2>/dev/null
--- as_dataop.cpp 2002/11/26 23:26:07 1.8
+++ as_dataop.cpp 2002/11/28 20:44:36 1.9
@@ -1,3 +1,34 @@
+//
+// OSSP asgui - Accounting system graphical user interface
+// Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+// Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+// Copyright (c) 2002-2003 Ralf S. Engelschall
+// Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+//
+// This file is part of OSSP asgui, an accounting system graphical user
+// interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+//
+// Permission to use, copy, modify, and distribute this software for
+// any purpose with or without fee is hereby granted, provided that
+// the above copyright notice and this permission notice appear in all
+// copies.
+//
+// THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+// IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+// USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+// SUCH DAMAGE.
+//
+// tidatops.cpp: ISO C++ implementation
+//
+
#include // Portable regular expressions
#include "titraq.h" // Main classes
@@ -124,14 +155,14 @@
Tempfield = m_pMaintable->text(nIter, 1); // Load start field text
if (Tempfield != NULL)
Tstream << trUtf8(" ") << Tempfield; // Save start field text
-/* else
- bValid = false;*/
+// else
+// bValid = false;
Tempfield = m_pMaintable->text(nIter, 2); // Load end field text
if (Tempfield != NULL)
Tstream << trUtf8(" ") << Tempfield; // Save end field text
-/* else
- bValid = false;*/
+// else
+// bValid = false;
Tempfield = m_pMaintable->text(nIter, 4); // Load amount field text
if (Tempfield != NULL)
Index: ossp-pkg/as/as-gui/as_except.cpp
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_except.cpp,v
rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_except.cpp,v' 2>/dev/null
--- as_except.cpp 2002/11/18 22:12:02 1.1
+++ as_except.cpp 2002/11/28 20:44:36 1.2
@@ -1,5 +1,37 @@
+//
+// OSSP asgui - Accounting system graphical user interface
+// Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+// Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+// Copyright (c) 2002-2003 Ralf S. Engelschall
+// Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+//
+// This file is part of OSSP asgui, an accounting system graphical user
+// interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+//
+// Permission to use, copy, modify, and distribute this software for
+// any purpose with or without fee is hereby granted, provided that
+// the above copyright notice and this permission notice appear in all
+// copies.
+//
+// THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+// IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+// USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+// SUCH DAMAGE.
+//
+// titrex.cpp: ISO C++ implementation
+//
+
#include "titrex.h"
+
// Report general exception
void Genexcept::reportErr(void)
{
Index: ossp-pkg/as/as-gui/as_except.h
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_except.h,v
rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_except.h,v' 2>/dev/null
--- as_except.h 2002/11/18 22:12:02 1.1
+++ as_except.h 2002/11/28 20:44:36 1.2
@@ -1,3 +1,34 @@
+//
+// OSSP asgui - Accounting system graphical user interface
+// Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+// Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+// Copyright (c) 2002-2003 Ralf S. Engelschall
+// Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+//
+// This file is part of OSSP asgui, an accounting system graphical user
+// interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+//
+// Permission to use, copy, modify, and distribute this software for
+// any purpose with or without fee is hereby granted, provided that
+// the above copyright notice and this permission notice appear in all
+// copies.
+//
+// THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+// IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+// USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+// SUCH DAMAGE.
+//
+// titrex.h: ISO C++ interface
+//
+
#ifndef TITRAQEXCEPT_H
#define TITRAQEXCEPT_H
Index: ossp-pkg/as/as-gui/as_generic.cpp
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_generic.cpp,v
rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_generic.cpp,v' 2>/dev/null
--- as_generic.cpp 2002/11/13 12:33:33 1.1
+++ as_generic.cpp 2002/11/28 20:44:36 1.2
@@ -1,6 +1,39 @@
+//
+// OSSP asgui - Accounting system graphical user interface
+// Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+// Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+// Copyright (c) 2002-2003 Ralf S. Engelschall
+// Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+//
+// This file is part of OSSP asgui, an accounting system graphical user
+// interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+//
+// Permission to use, copy, modify, and distribute this software for
+// any purpose with or without fee is hereby granted, provided that
+// the above copyright notice and this permission notice appear in all
+// copies.
+//
+// THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+// IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+// USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+// SUCH DAMAGE.
+//
+// generic.cpp: ISO C++ implementation
+//
+
#include
+
#include "generic.h"
+
// Construct a Prototype object
Prototype::Prototype()
{
Index: ossp-pkg/as/as-gui/as_generic.h
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_generic.h,v
rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_generic.h,v' 2>/dev/null
--- as_generic.h 2002/11/13 12:33:33 1.1
+++ as_generic.h 2002/11/28 20:44:36 1.2
@@ -1,3 +1,34 @@
+//
+// OSSP asgui - Accounting system graphical user interface
+// Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+// Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+// Copyright (c) 2002-2003 Ralf S. Engelschall
+// Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+//
+// This file is part of OSSP asgui, an accounting system graphical user
+// interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+//
+// Permission to use, copy, modify, and distribute this software for
+// any purpose with or without fee is hereby granted, provided that
+// the above copyright notice and this permission notice appear in all
+// copies.
+//
+// THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+// IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+// USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+// SUCH DAMAGE.
+//
+// generic.h: ISO C++ interface
+//
+
#ifndef GENERIC_H
#define GENERIC_H
Index: ossp-pkg/as/as-gui/as_gfx/cwlogo.xpm
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_gfx/cwlogo.xpm,v
rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_gfx/cwlogo.xpm,v' 2>/dev/null
--- cwlogo.xpm 2002/11/19 19:38:37 1.1
+++ cwlogo.xpm 2002/11/28 20:44:39 1.2
@@ -1,3 +1,34 @@
+/*
+** OSSP asgui - Accounting system graphical user interface
+** Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+** Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+** Copyright (c) 2002-2003 Ralf S. Engelschall
+** Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+**
+** This file is part of OSSP asgui, an accounting system graphical user
+** interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+**
+** Permission to use, copy, modify, and distribute this software for
+** any purpose with or without fee is hereby granted, provided that
+** the above copyright notice and this permission notice appear in all
+** copies.
+**
+** THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+** WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+** IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+** CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+** USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+** ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+** OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+** SUCH DAMAGE.
+**
+** cwlogo.xpm: X pixmap image
+*/
+
/* XPM */
static const char *s_kpcCwlogo_xpm[] = {
"42 43 8 1",
Index: ossp-pkg/as/as-gui/as_gfx/osspicon.xpm
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_gfx/osspicon.xpm,v
rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_gfx/osspicon.xpm,v' 2>/dev/null
--- osspicon.xpm 2002/11/19 19:38:37 1.1
+++ osspicon.xpm 2002/11/28 20:44:39 1.2
@@ -1,3 +1,34 @@
+/*
+** OSSP asgui - Accounting system graphical user interface
+** Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+** Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+** Copyright (c) 2002-2003 Ralf S. Engelschall
+** Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+**
+** This file is part of OSSP asgui, an accounting system graphical user
+** interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+**
+** Permission to use, copy, modify, and distribute this software for
+** any purpose with or without fee is hereby granted, provided that
+** the above copyright notice and this permission notice appear in all
+** copies.
+**
+** THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+** WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+** IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+** CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+** USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+** ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+** OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+** SUCH DAMAGE.
+**
+** osspicon.xpm: X pixmap image
+*/
+
/* XPM */
static const char *s_kpcOsspicon_xpm[] = {
"22 22 119 2",
Index: ossp-pkg/as/as-gui/as_gfx/ossplogo.xpm
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_gfx/ossplogo.xpm,v
rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_gfx/ossplogo.xpm,v' 2>/dev/null
--- ossplogo.xpm 2002/11/19 19:38:37 1.4
+++ ossplogo.xpm 2002/11/28 20:44:39 1.5
@@ -1,3 +1,34 @@
+/*
+** OSSP asgui - Accounting system graphical user interface
+** Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+** Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+** Copyright (c) 2002-2003 Ralf S. Engelschall
+** Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+**
+** This file is part of OSSP asgui, an accounting system graphical user
+** interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+**
+** Permission to use, copy, modify, and distribute this software for
+** any purpose with or without fee is hereby granted, provided that
+** the above copyright notice and this permission notice appear in all
+** copies.
+**
+** THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+** WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+** IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+** CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+** USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+** ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+** OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+** SUCH DAMAGE.
+**
+** ossplogo.xpm: X pixmap image
+*/
+
/* XPM */
static const char *s_kpcOssplogo_xpm[] = {
"40 40 201 2",
Index: ossp-pkg/as/as-gui/as_gfx/rowadd.xpm
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_gfx/rowadd.xpm,v
rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_gfx/rowadd.xpm,v' 2>/dev/null
--- rowadd.xpm 2002/11/26 15:06:57 1.1
+++ rowadd.xpm 2002/11/28 20:44:39 1.2
@@ -1,3 +1,34 @@
+/*
+** OSSP asgui - Accounting system graphical user interface
+** Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+** Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+** Copyright (c) 2002-2003 Ralf S. Engelschall
+** Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+**
+** This file is part of OSSP asgui, an accounting system graphical user
+** interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+**
+** Permission to use, copy, modify, and distribute this software for
+** any purpose with or without fee is hereby granted, provided that
+** the above copyright notice and this permission notice appear in all
+** copies.
+**
+** THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+** WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+** IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+** CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+** USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+** ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+** OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+** SUCH DAMAGE.
+**
+** rowadd.xpm: X pixmap image
+*/
+
/* XPM */
static const char *s_kpcRowadd_xpm[] = {
"22 22 83 1",
Index: ossp-pkg/as/as-gui/as_gfx/rowdel.xpm
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_gfx/rowdel.xpm,v
rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_gfx/rowdel.xpm,v' 2>/dev/null
--- rowdel.xpm 2002/11/26 15:06:57 1.1
+++ rowdel.xpm 2002/11/28 20:44:39 1.2
@@ -1,3 +1,34 @@
+/*
+** OSSP asgui - Accounting system graphical user interface
+** Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+** Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+** Copyright (c) 2002-2003 Ralf S. Engelschall
+** Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+**
+** This file is part of OSSP asgui, an accounting system graphical user
+** interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+**
+** Permission to use, copy, modify, and distribute this software for
+** any purpose with or without fee is hereby granted, provided that
+** the above copyright notice and this permission notice appear in all
+** copies.
+**
+** THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+** WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+** IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+** CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+** USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+** ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+** OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+** SUCH DAMAGE.
+**
+** rowdel.xpm: X pixmap image
+*/
+
/* XPM */
static const char *s_kpcRowdel_xpm[] = {
"22 22 72 1",
Index: ossp-pkg/as/as-gui/as_gui.cpp
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_gui.cpp,v
rcsdiff -q -kk '-r1.22' '-r1.23' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_gui.cpp,v' 2>/dev/null
--- as_gui.cpp 2002/11/26 20:38:19 1.22
+++ as_gui.cpp 2002/11/28 20:44:36 1.23
@@ -1,3 +1,34 @@
+//
+// OSSP asgui - Accounting system graphical user interface
+// Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+// Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+// Copyright (c) 2002-2003 Ralf S. Engelschall
+// Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+//
+// This file is part of OSSP asgui, an accounting system graphical user
+// interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+//
+// Permission to use, copy, modify, and distribute this software for
+// any purpose with or without fee is hereby granted, provided that
+// the above copyright notice and this permission notice appear in all
+// copies.
+//
+// THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+// IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+// USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+// SUCH DAMAGE.
+//
+// titraq.cpp: ISO C++ implementation
+//
+
// User interface
#include "titraq.h" // Main classes
#include "titrex.h" // Exception classes
Index: ossp-pkg/as/as-gui/as_gui.h
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_gui.h,v
rcsdiff -q -kk '-r1.34' '-r1.35' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_gui.h,v' 2>/dev/null
--- as_gui.h 2002/11/27 23:07:38 1.34
+++ as_gui.h 2002/11/28 20:44:36 1.35
@@ -1,3 +1,34 @@
+//
+// OSSP asgui - Accounting system graphical user interface
+// Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+// Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+// Copyright (c) 2002-2003 Ralf S. Engelschall
+// Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+//
+// This file is part of OSSP asgui, an accounting system graphical user
+// interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+//
+// Permission to use, copy, modify, and distribute this software for
+// any purpose with or without fee is hereby granted, provided that
+// the above copyright notice and this permission notice appear in all
+// copies.
+//
+// THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+// IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+// USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+// SUCH DAMAGE.
+//
+// titraq.h: ISO C++ interface
+//
+
#ifndef TITRAQMWIN_H
#define TITRAQMWIN_H
Index: ossp-pkg/as/as-gui/as_gui_test.sh
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_gui_test.sh,v
rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_gui_test.sh,v' 2>/dev/null
--- as_gui_test.sh 2002/11/19 20:36:43 1.2
+++ as_gui_test.sh 2002/11/28 20:44:36 1.3
@@ -1,3 +1,33 @@
+##
+## OSSP asgui - Accounting system graphical user interface
+## Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+## Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+## Copyright (c) 2002-2003 Ralf S. Engelschall
+## Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+##
+## This file is part of OSSP asgui, an accounting system graphical user
+## interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+##
+## Permission to use, copy, modify, and distribute this software for
+## any purpose with or without fee is hereby granted, provided that
+## the above copyright notice and this permission notice appear in all
+## copies.
+##
+## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+## SUCH DAMAGE.
+##
+## titraq_test.sh: Bourne shell script
+##
+
#! /bin/sh
./titraq
-
Index: ossp-pkg/as/as-gui/as_main.cpp
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_main.cpp,v
rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_main.cpp,v' 2>/dev/null
--- as_main.cpp 2002/11/24 20:39:31 1.6
+++ as_main.cpp 2002/11/28 20:44:36 1.7
@@ -1,5 +1,37 @@
+//
+// OSSP asgui - Accounting system graphical user interface
+// Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+// Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+// Copyright (c) 2002-2003 Ralf S. Engelschall
+// Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+//
+// This file is part of OSSP asgui, an accounting system graphical user
+// interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+//
+// Permission to use, copy, modify, and distribute this software for
+// any purpose with or without fee is hereby granted, provided that
+// the above copyright notice and this permission notice appear in all
+// copies.
+//
+// THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+// IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+// USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+// SUCH DAMAGE.
+//
+// main.cpp: ISO C++ implementation
+//
+
#include "titraq.h"
+
int main(int argc, char **argv)
{
QApplication App(argc, argv);
Index: ossp-pkg/as/as-gui/as_slot.cpp
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_slot.cpp,v
rcsdiff -q -kk '-r1.27' '-r1.28' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_slot.cpp,v' 2>/dev/null
--- as_slot.cpp 2002/11/28 10:31:33 1.27
+++ as_slot.cpp 2002/11/28 20:44:36 1.28
@@ -1,3 +1,34 @@
+//
+// OSSP asgui - Accounting system graphical user interface
+// Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+// Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+// Copyright (c) 2002-2003 Ralf S. Engelschall
+// Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+//
+// This file is part of OSSP asgui, an accounting system graphical user
+// interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+//
+// Permission to use, copy, modify, and distribute this software for
+// any purpose with or without fee is hereby granted, provided that
+// the above copyright notice and this permission notice appear in all
+// copies.
+//
+// THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+// IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+// USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+// SUCH DAMAGE.
+//
+// titslot.cpp: ISO C++ implementation
+//
+
// Qt headers
#include
#include
Index: ossp-pkg/as/as-gui/as_table.cpp
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_table.cpp,v
rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_table.cpp,v' 2>/dev/null
--- as_table.cpp 2002/11/27 22:44:48 1.1
+++ as_table.cpp 2002/11/28 20:44:36 1.2
@@ -1,3 +1,34 @@
+//
+// OSSP asgui - Accounting system graphical user interface
+// Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+// Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+// Copyright (c) 2002-2003 Ralf S. Engelschall
+// Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+//
+// This file is part of OSSP asgui, an accounting system graphical user
+// interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+//
+// Permission to use, copy, modify, and distribute this software for
+// any purpose with or without fee is hereby granted, provided that
+// the above copyright notice and this permission notice appear in all
+// copies.
+//
+// THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+// IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+// USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+// SUCH DAMAGE.
+//
+// titable.cpp: ISO C++ implementation
+//
+
#include
#include
Index: ossp-pkg/as/as-gui/as_table.h
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_table.h,v
rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_table.h,v' 2>/dev/null
--- as_table.h 2002/11/27 22:44:48 1.2
+++ as_table.h 2002/11/28 20:44:36 1.3
@@ -1,3 +1,34 @@
+//
+// OSSP asgui - Accounting system graphical user interface
+// Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+// Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+// Copyright (c) 2002-2003 Ralf S. Engelschall
+// Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+//
+// This file is part of OSSP asgui, an accounting system graphical user
+// interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+//
+// Permission to use, copy, modify, and distribute this software for
+// any purpose with or without fee is hereby granted, provided that
+// the above copyright notice and this permission notice appear in all
+// copies.
+//
+// THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+// IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+// USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+// SUCH DAMAGE.
+//
+// titable.h: ISO C++ interface
+//
+
#ifndef TITABLE_H
#define TITABLE_H
Index: ossp-pkg/as/as-gui/as_tableitem.h
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_tableitem.h,v
rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_tableitem.h,v' 2>/dev/null
--- as_tableitem.h 2002/11/25 15:45:05 1.3
+++ as_tableitem.h 2002/11/28 20:44:36 1.4
@@ -1,3 +1,34 @@
+//
+// OSSP asgui - Accounting system graphical user interface
+// Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+// Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+// Copyright (c) 2002-2003 Ralf S. Engelschall
+// Copyright (c) 2002-2003 Michael Schloh von Bennewitz
+//
+// This file is part of OSSP asgui, an accounting system graphical user
+// interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
+//
+// Permission to use, copy, modify, and distribute this software for
+// any purpose with or without fee is hereby granted, provided that
+// the above copyright notice and this permission notice appear in all
+// copies.
+//
+// THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+// IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+// USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+// SUCH DAMAGE.
+//
+// titabitem.h: ISO C++ interface
+//
+
#ifndef RTTABLEITEM_H
#define RTTABLEITEM_H
Index: ossp-pkg/as/as-gui/as_version.cpp
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v
co -q -kk -p'1.1' '/v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v' | diff -u /dev/null - -L'ossp-pkg/as/as-gui/as_version.cpp' 2>/dev/null
--- ossp-pkg/as/as-gui/as_version.cpp
+++ - 2025-05-20 08:54:07.338838545 +0200
@@ -0,0 +1,46 @@
+/*
+** titraq_version.cpp -- Version Information for OSSP asgui (syntax: C/C++)
+** [automatically generated and maintained by GNU shtool]
+*/
+
+#ifdef _TITRAQ_VERSION_CPP_AS_HEADER_
+
+#ifndef _TITRAQ_VERSION_CPP_
+#define _TITRAQ_VERSION_CPP_
+
+#define ASGUI_VERSION 0x005200
+
+typedef struct {
+ const int v_hex;
+ const char *v_short;
+ const char *v_long;
+ const char *v_tex;
+ const char *v_gnu;
+ const char *v_web;
+ const char *v_sccs;
+ const char *v_rcs;
+} asgui_version_t;
+
+extern asgui_version_t asgui_version;
+
+#endif /* _TITRAQ_VERSION_CPP_ */
+
+#else /* _TITRAQ_VERSION_CPP_AS_HEADER_ */
+
+#define _TITRAQ_VERSION_CPP_AS_HEADER_
+#include "titraq_version.cpp"
+#undef _TITRAQ_VERSION_CPP_AS_HEADER_
+
+asgui_version_t asgui_version = {
+ 0x005200,
+ "0.5.0",
+ "0.5.0 (28-Nov-2002)",
+ "This is OSSP asgui, Version 0.5.0 (28-Nov-2002)",
+ "OSSP asgui 0.5.0 (28-Nov-2002)",
+ "OSSP asgui/0.5.0",
+ "@(#)OSSP asgui 0.5.0 (28-Nov-2002)",
+ "$Id$"
+};
+
+#endif /* _TITRAQ_VERSION_CPP_AS_HEADER_ */
+
Index: ossp-pkg/as/as-gui/configure.in
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/configure.in,v
rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/configure.in,v' 2>/dev/null
--- configure.in 2002/11/18 17:38:59 1.4
+++ configure.in 2002/11/28 20:44:36 1.5
@@ -1,11 +1,12 @@
##
-## OSSP titraq - Graphical user interface for time accounting
-## Copyright (c) 2002 Cable & Wireless Deutschland GmbH
-## Copyright (c) 2002 The OSSP Project
-## Copyright (c) 2002 Ralf S. Engelschall
+## OSSP asgui - Accounting system graphical user interface
+## Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+## Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+## Copyright (c) 2002-2003 Ralf S. Engelschall
+## Copyright (c) 2002-2003 Michael Schloh von Bennewitz
##
-## This file is part of OSSP GUI, a graphical user interface
-## for OSSP which can be found at http://www.ossp.org/
+## This file is part of OSSP asgui, an accounting system graphical user
+## interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
@@ -31,9 +32,13 @@
dnl Version requirement and information
AC_PREREQ(2.56)
AC_REVISION(1.0)
+AC_INIT
+
+TITRAQ_VERSION_STR=`./shtool version -l c -d long titraq_version.cpp`
+./shtool echo -e "Configuring %BOSSP asgui%b, version %B${TITRAQ_VERSION_STR}%b"
+AC_SUBST(TITRAQ_VERSION_STR)
dnl Process this file with autoconf
-AC_INIT
AC_CONFIG_HEADERS(ac_config.h)
AC_LANG_CPLUSPLUS
Index: ossp-pkg/as/as-gui/devtool
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/devtool,v
co -q -kk -p'1.2' '/v/ossp/cvs/ossp-pkg/as/as-gui/devtool,v' | diff -u /dev/null - -L'ossp-pkg/as/as-gui/devtool' 2>/dev/null
--- ossp-pkg/as/as-gui/devtool
+++ - 2025-05-20 08:54:07.345612745 +0200
@@ -0,0 +1,46 @@
+#! /bin/sh
+##
+## devtool -- Development Tool
+## Copyright (c) 2001-2002 Ralf S. Engelschall
+##
+
+if [ $# -eq 0 ]; then
+ echo "devtool:USAGE: devtool [ ...]" 1>&2
+ exit 1
+fi
+
+cmd="$1"
+shift
+
+devtoolfunc="./devtool.func"
+
+if [ ! -f devtool.conf ]; then
+ echo "devtool:ERROR: no devtool.conf in current directory" 1>&2
+ exit 1
+fi
+
+cmdline=`grep "^%$cmd" devtool.conf`
+if [ ".$cmdline" = . ]; then
+ echo "devtool:ERROR: command $cmd not found in devtool.conf" 1>&2
+ exit 1
+fi
+
+if [ ".$TMPDIR" != . ]; then
+ tmpdir="$TMPDIR"
+elif [ ".$TEMPDIR" != . ]; then
+ tmpdir="$TEMPDIR"
+else
+ tmpdir="/tmp"
+fi
+tmpfile="$tmpdir/titraq.$$.tmp"
+
+rm -f $tmpfile
+touch $tmpfile
+echo ". $devtoolfunc" >>$tmpfile
+( sed >$tmpfile
+
+sh $tmpfile "$@"
+
+rm -f $tmpfile >/dev/null 2>&1 || true
Index: ossp-pkg/as/as-gui/devtool.conf
RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/devtool.conf,v
rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/devtool.conf,v' 2>/dev/null
--- devtool.conf 2002/11/28 17:04:18 1.3
+++ devtool.conf 2002/11/28 20:44:36 1.4
@@ -15,12 +15,47 @@
--prefix=/tmp/titraq \
"$@"
+%release
+ ./devtool version
+ ./devtool dist
+ ./devtool upload
+
%version
- ./shtool version -l c -n "OSSP titraq" -p "titraq_" -e titraq_version.c
+ ./shtool version -l c -n "OSSP asgui" -p asgui_ -e titraq_version.cpp
+ V=`./shtool version -l c -d long titraq_version.cpp`
+ sed -e "s/Version .*(.*)/Version $V/g" README.n
+ mv README.n README
+
+%tag
+ V=`./shtool version -l c -d short titraq_version.cpp | sed -e 's;\.;_;g'`
+ echo "+++ tagging CVS sources as ASGUI_${V}"
+ cvs tag ASGUI_${V}
%dist
+ echo "+++ cleaning"
+ rm -f asgui-*.tar.gz
+ ./devtool autoclean
+ echo "+++ generating"
+ ./devtool autogen
+ echo "+++ configuring"
+ ./devtool configure
+ echo "+++ building"
+ make clean all
+ echo "+++ cleaning"
make distclean >/dev/null 2>&1
+ echo "+++ fixing"
./shtool fixperm -v .
- V=`./shtool version -l txt -d short titraq_version.c`
- ./shtool tarball -o titraq-${V}.tar.gz -d titraq-${V} -u ossp -g ossp \
- -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool.conf' -c 'gzip --best' .
+ echo "+++ rolling"
+ V=`./shtool version -l c -d short titraq_version.cpp`
+ ./shtool tarball -o asgui-${V}.tar.gz -d asgui-${V} \
+ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$' -c 'gzip --best' .
+ ls -l asgui-${V}.tar.gz
+ echo "+++ testing"
+ gunzip /dev/null
--- ossp-pkg/as/as-gui/devtool.func
+++ - 2025-05-20 08:54:07.352157988 +0200
@@ -0,0 +1,73 @@
+##
+## devtool.func -- Development Tool Functions
+## Copyright (c) 2001-2002 Ralf S. Engelschall
+##
+
+devtool_require () {
+ t="$1"; o="$2"; p="$3"; e="$4"; a="$5"
+ v=`($t $o | head -1 | awk "{ print \\\$$p; }") 2>/dev/null`
+ if [ ".$v" = . ]; then
+ echo "devtool:ERROR: unable to determine version of $t" 1>&2
+ exit 1
+ fi
+ case "$v" in
+ $e )
+ ;;
+ $a )
+ echo "devtool:WARNING: $t version $v still accepted, although expected $e." 1>&2
+ ;;
+ * )
+ echo "devtool:ERROR: $t version $e expected, but found $v." 1>&2
+ exit 1
+ ;;
+ esac
+ echo "$v"
+}
+
+devtool_autogen () {
+ tool=$1
+ shift
+ case $tool in
+ autoconf )
+ autoconf_version=`devtool_require autoconf --version 4 "$1" "$2"`
+ echo "generating (GNU Autoconf $autoconf_version): configure ac_config.h.in"
+ autoconf
+ autoheader 2>&1 | grep -v "is unchanged"
+ rm -rf autom4te.cache >/dev/null 2>&1
+ ;;
+ libtool )
+ libtoolize_version=`devtool_require libtoolize --version 4 "$1" "$2"`
+ echo "generating (GNU Libtool $libtoolize_version): ltmain.sh, libtool.m4, config.guess, config.sub"
+ libtoolize --force --copy >/dev/null 2>&1
+ cp `libtoolize --force --copy --dry-run | grep "add the contents of" |\
+ sed -e 's;^[^\`]*\`;;' -e "s;'.*;;"` libtool.m4
+ ;;
+ shtool )
+ shtoolize_version=`devtool_require shtoolize -v 3 "$1" "$2"`
+ echo "generating (GNU Shtool $shtoolize_version): shtool"
+ shift
+ shift
+ shtoolize -q "$@"
+ ;;
+ esac
+}
+
+devtool_autoclean () {
+ tool=$1
+ shift
+ case $tool in
+ autoconf )
+ echo "removing: config.h.in ac_config.h.in"
+ rm -f configure config.h.in
+ rm -f configure ac_config.h.in
+ ;;
+ libtool )
+ echo "removing: ltmain.sh libtool.m4 config.guess config.sub"
+ rm -f ltmain.sh libtool.m4 config.guess config.sub
+ ;;
+ shtool )
+ echo "removing: shtool"
+ rm -f shtool
+ ;;
+ esac
+}