OSSP CVS Repository

ossp - Check-in [4095]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4095
Date: 2003-Mar-05 16:23:33 (local)
2003-Mar-05 15:23:33 (UTC)
User:ms
Branch:
Comment: Write documentation and make relevant buildconf changes.
Tickets:
Inspections:
Files:
ossp-pkg/as/as-gui/Makefile.in      1.45 -> 1.46     5 inserted, 5 deleted
ossp-pkg/as/as-gui/as-gui.pod      1.2 -> 1.3     22 inserted, 2 deleted
ossp-pkg/as/as-gui/as_assist.cpp      1.114 -> 1.115     1 inserted, 1 deleted

ossp-pkg/as/as-gui/Makefile.in 1.45 -> 1.46

--- Makefile.in  2003/02/27 13:57:09     1.45
+++ Makefile.in  2003/03/05 15:23:33     1.46
@@ -131,22 +131,22 @@
         $(IDL) --c++-suffix=cpp $<
 endif
 
-as-gui.1: as_gui.pod
+as-gui.1: as-gui.pod
         VS=`$(SHTOOL) version -lc -dshort as_version.cpp`; \
         VL=`$(SHTOOL) version -lc -dlong as_version.cpp`; \
         D=`$(SHTOOL) version -lc -dlong as_version.cpp | sed -e 's;.*(;;' -e 's;).*;;'`; \
         $(POD2MAN) --quotes=none \
-               --section=1 --center="AS Graphical User Interface" \
-               --release="$$D" --date="OSSP asgui $$VS" as_gui.pod | \
+               --section=1 --center="AS Accounting System" \
+               --release="$$D" --date="asgui $$VS" as-gui.pod | \
                sed -e "s;ASGUI_VERSION_STR;$$VL;" >as-gui.1
 
-as-gui.conf.5: as_gui.conf.pod
+as-gui.conf.5: as-gui.conf.pod
         VS=`$(SHTOOL) version -lc -dshort as_version.cpp`; \
         VL=`$(SHTOOL) version -lc -dlong as_version.cpp`; \
         D=`$(SHTOOL) version -lc -dlong as_version.cpp | sed -e 's;.*(;;' -e 's;).*;;'`; \
         $(POD2MAN) --quotes=none \
                --section=5 --center="AS Preferences File" \
-               --release="$$D" --date="OSSP asgui $$VS" as_gui.conf.pod | \
+               --release="$$D" --date="asgui $$VS" as-gui.conf.pod | \
                sed -e "s;ASGUI_VERSION_STR;$$VL;" >as-gui.conf.5
 
 install: all


ossp-pkg/as/as-gui/as-gui.pod 1.2 -> 1.3

--- as-gui.pod   2002/11/28 20:44:36     1.2
+++ as-gui.pod   2003/03/05 15:23:33     1.3
@@ -26,19 +26,39 @@
 ##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 ##  SUCH DAMAGE.
 ##
-##  titraq.pod: Plain old documentation file
+##  as-gui.pod: Plain old documentation file
 ##
 
 =pod
 
 =head1 NAME
 
-B<titraq> - OSSP AS graphical user interface
+B<as-gui> - accounting system graphical client
+
+=head1 VERSION
+
+as-gui ASGUI_VERSION_STR
 
 =head1 SYNOPSIS
 
+B<as-gui> [file]
+
 =head1 DESCRIPTION
 
+The B<as-gui> application tracks the time a person spends on a number of
+predefined tasks. This is the graphical client to the B<Accounting System>
+server (B<AS>). Although the two can interact through means of interprocess
+communication mechanisms, B<as-gui> is a generic stand-alone tool which can be
+used with no B<AS> server.
+
+When logging to a local file, B<as-gui> takes input and waits until receiving
+a save request from the user. Then, the time sheet will save its data entries
+to the associated file name (as shown in the title bar).
+
+Logging to a remote B<AS> server follows the same input scheme, but at least
+one B<AS> server must be specified in the preferences. A simple 'syncronize
+with server' operation does the rest.
+
 =head1 OPTIONS
 
 =item B<-?>|B<--usage>


ossp-pkg/as/as-gui/as_assist.cpp 1.114 -> 1.115

--- as_assist.cpp        2003/02/28 17:13:25     1.114
+++ as_assist.cpp        2003/03/05 15:23:33     1.115
@@ -503,7 +503,7 @@
     m_pMenubar->insertItem(trUtf8("&Help"), pHelppopup);
     pHelppopup->insertItem(trUtf8("&Contents"), this, SLOT(helpContents()), Key_F1);
     pHelppopup->insertSeparator();
-    pHelppopup->insertItem(trUtf8("About &AS-GUI"), this, SLOT(aboutTitraq()));
+    pHelppopup->insertItem(trUtf8("About &as-gui"), this, SLOT(aboutTitraq()));
     pHelppopup->insertItem(trUtf8("About &OSSP"), this, SLOT(aboutOSSP()));
     pHelppopup->insertItem(trUtf8("About &Qt"), this, SLOT(aboutQt()));
     pHelppopup->insertSeparator();

CVSTrac 2.0.1