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.45' '-r1.46' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/Makefile.in,v' 2>/dev/null --- 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 Index: ossp-pkg/as/as-gui/as-gui.pod RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as-gui.pod,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as-gui.pod,v' 2>/dev/null --- 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 - OSSP AS graphical user interface +B - accounting system graphical client + +=head1 VERSION + +as-gui ASGUI_VERSION_STR =head1 SYNOPSIS +B [file] + =head1 DESCRIPTION +The B application tracks the time a person spends on a number of +predefined tasks. This is the graphical client to the B +server (B). Although the two can interact through means of interprocess +communication mechanisms, B is a generic stand-alone tool which can be +used with no B server. + +When logging to a local file, B 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 server follows the same input scheme, but at least +one B server must be specified in the preferences. A simple 'syncronize +with server' operation does the rest. + =head1 OPTIONS =item B<-?>|B<--usage> 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.114' '-r1.115' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_assist.cpp,v' 2>/dev/null --- 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();