Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
e2131852 21.08.2004 00:34 aquamaniac

added missing files to Makefile.am

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@526 70169cfe-8b10-0410-8925-dcb4b91034d8

d230d9f2 21.08.2004 00:20 aquamaniac

I18N seems to work now

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@525 70169cfe-8b10-0410-8925-dcb4b91034d8

58292787 20.08.2004 22:51 aquamaniac

- added simplified error codes to GWEN_Error, will get away from that
complicated GWEN_ERRORCODE stuff, since that isn't needed anyway.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@524 70169cfe-8b10-0410-8925-dcb4b91034d8

0237e12f 20.08.2004 22:35 aquamaniac

- prepared gwen for gettext

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@523 70169cfe-8b10-0410-8925-dcb4b91034d8

36b5ccc7 20.08.2004 13:18 aquamaniac

added GWEN_Logger_Exists()

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@522 70169cfe-8b10-0410-8925-dcb4b91034d8

a270bd19 20.08.2004 12:22 aquamaniac

logger now works again as intended

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@521 70169cfe-8b10-0410-8925-dcb4b91034d8

163c72db 20.08.2004 11:48 aquamaniac

fixed another bug

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@520 70169cfe-8b10-0410-8925-dcb4b91034d8

4b621929 20.08.2004 11:43 aquamaniac

fixed a bug

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@519 70169cfe-8b10-0410-8925-dcb4b91034d8

7d1164b6 20.08.2004 11:33 aquamaniac

init of logger module is now done inside logger.c

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@518 70169cfe-8b10-0410-8925-dcb4b91034d8

8b7674e6 20.08.2004 11:17 aquamaniac

- introduced logdomains: Now every library can have its own log domain,
making it much easier to debug a single library out of multiple libs
NOTE: This is an incompatible API change, therefore SO_VERSION++.
The first argument of all GWEN_Logger functions has been changed....

d034f74b 18.08.2004 13:04 cstim

2004-08-18 Christian Stimming <>

  • src/base/misc.h, list2.h, inherit.h: Add extra macro for an
    empty string because in the definition of GWEN_LIST_FUNCTION_DEFS,
    the MSVC compiler does not accept an empty macro argument....
43eee1d5 17.08.2004 11:29 cstim

Fix typos in windows gwentime.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@515 70169cfe-8b10-0410-8925-dcb4b91034d8

17f96690 17.08.2004 03:21 aquamaniac

- decreased debugging level in GWEN_DB_ReadFromStream

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@514 70169cfe-8b10-0410-8925-dcb4b91034d8

e309231a 17.08.2004 01:19 aquamaniac

- very much simplified GWEN_TIME: It now mostly uses <time.h> functions
and a local version of mktime (to make the time from UTC time instead
of local time). This leaves only one function which the OS layer has to
provide.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@513 70169cfe-8b10-0410-8925-dcb4b91034d8

2b8d4ccd 16.08.2004 21:54 aquamaniac

- added GWEN_Time_fromUtcString()

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@512 70169cfe-8b10-0410-8925-dcb4b91034d8

0a006cbb 16.08.2004 12:38 cstim

2004-08-16 Christian Stimming <>

  • src/os/windows/gwentime.c (GWEN_Time_new): Remove errornous
    extra variable declaration.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@511 70169cfe-8b10-0410-8925-dcb4b91034d8

c031313e 14.08.2004 22:30 aquamaniac

- added functions to get the time/date as UTC time
- added functions to set/get a GWEN_TIME from/to a GWEN_DB
- moved common code from various os-dependant gwentime.c files to
gwentime_all.c.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@510 70169cfe-8b10-0410-8925-dcb4b91034d8

d5557c3c 11.08.2004 03:20 aquamaniac

switched back to CVS

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@509 70169cfe-8b10-0410-8925-dcb4b91034d8

fd3f285c 11.08.2004 03:06 aquamaniac

prepared release

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@508 70169cfe-8b10-0410-8925-dcb4b91034d8

9218d62d 10.08.2004 23:25 aquamaniac

- base/plugindescr: added function
GWEN_PluginDescription_GetLongDescrByFormat() to retrieve HTML and other
formats of descriptions.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@507 70169cfe-8b10-0410-8925-dcb4b91034d8

f0246591 10.08.2004 23:09 aquamaniac

- fixed network code (netconnection, nettransportssl etc)

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@506 70169cfe-8b10-0410-8925-dcb4b91034d8

0697b831 10.08.2004 13:29 aquamaniac

- removed "-lpanel -lncurses" from all_libraries

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@505 70169cfe-8b10-0410-8925-dcb4b91034d8

2229a820 09.08.2004 21:04 cstim

Revert part of last change since it didnt make sense.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@504 70169cfe-8b10-0410-8925-dcb4b91034d8

659f6f5b 09.08.2004 21:03 cstim

Add makefile rule for PACKAGE.tag

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@503 70169cfe-8b10-0410-8925-dcb4b91034d8

fd6b786a 09.08.2004 16:29 cstim

Improve documentation.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@502 70169cfe-8b10-0410-8925-dcb4b91034d8

(2701-2725/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom