Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
c85aba77 27.07.2004 23:40 aquamaniac

test for new syncmail

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

3f2aad0f 27.07.2004 01:27 aquamaniac

- parser/base64: fixed a bug in GWEN_Base64_Decode
- crypt/ossl/nettransportssl.c: fixed some bugs, added verbosity while
testing AqHBCI's PIN/TAN support which extensively uses it

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

cb2eb968 22.07.2004 15:25 aquamaniac

- ipc/netconnectionhttp: added defaultUrl. This is used when no URL is given
in a request. This very much simplifies using this class.

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

572875ea 20.07.2004 09:29 cstim

2004-07-20 Christian Stimming <>

  • Makefile.am: Fix win32-cs target with wrong .lib filename.

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

b66a24ba 20.07.2004 04:13 aquamaniac

fixed version number

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

eca03fa4 20.07.2004 03:56 aquamaniac

minor changes

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

c3a505ab 20.07.2004 03:34 aquamaniac

- reverted latest changes to toplevel Makefile.am (contained ugly CR
characters. To Christian: Could you please reintroduce your changes ?
Sorry for being rude but I needed Gwen to work and since I did not find a
ChangeLog entry I was unable to figure out the difference at a first...

fec2d7f9 16.07.2004 17:04 cstim

Fix win32 target

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

ae37b9d1 04.07.2004 19:07 aquamaniac

- os/gwentime:
- added a function that allows to generically parse date and time from a
string (guided by a template string)
- added GWEN_Time_dup()
- parser/text:
- added function GWEN_Text_DoubleToBuffer()
- GWEN_Text_StringToDouble()

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

9a7c3191 04.07.2004 05:22 aquamaniac

- base/args: GWEN_Args_Check is now able to return a new code which flags
that the user wanted help. This circumstance is detected by a new flag
(GWEN_ARGS_FLAGS_HELP).
- crypt/padd: removed usage of a deprecated function (so that the annoying
warning in OpenHBCI2/AqHBCI vanishes)...

36510148 03.07.2004 10:01 cstim

Add dlgtest to spec file for gwenhywfar-devel package.

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

54082f57 03.07.2004 06:01 aquamaniac

- some more fixes, prepared release

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

40a55447 02.07.2004 04:54 aquamaniac

minor changes

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

556dedea 02.07.2004 01:21 aquamaniac

- tools: added "dlgtest", a tool which allows testing a dialog.

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

698453c8 01.07.2004 01:02 aquamaniac

focus fixes

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

369487fd 01.07.2004 00:12 aquamaniac

- ui:
- added a new widget type: "HLine". This widget simply draws a horizontal
line or serves as a placeholder (to be used with the DialogLoader).
- finished GWEN_UILoader. It is now able to automatically arrange widgets,
to populate created widgets with user data and to retrieve the data...

1055f172 30.06.2004 11:59 cstim

Fix compiler warnings about potentially uninitialized variables.

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

5e2ce49d 30.06.2004 02:57 aquamaniac

- ui:
- widget loader can now setup a complete dialog (including HTML help
texts etc).
- started working on a function whcih populates the dialog widgets with
values. The next step will be to retrieve and validate data entered by
the user....

3d38b3b3 29.06.2004 22:40 aquamaniac

- ui:
- finished widget-loader, I will now have to think of a way to
automatically run a dialog and fill in form dar from a DB and to
store the user input into it. This will very much simplify creating
of dialogs.

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

b1bd2b18 29.06.2004 03:31 aquamaniac

- ui:
- started working on a widget-loader (loads and creates widgets from an
XML file)
- parser:
- xml: introduced a file-load flag which allows selecting whether some
unclosed HTML tags are accepted (like <br>) or not.
The default still is not to....

f7625e66 28.06.2004 10:10 cstim

Fix compiler warnings about potentially uninitialized variables.

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

54e5a53c 28.06.2004 04:21 aquamaniac

- configure.ac: fixed a bug (the headers from src/parser where not
symlinked)

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

7f224bbf 28.06.2004 00:02 aquamaniac

- parser/xml.c: fixed a newly introduced bug

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

00bf48d1 27.06.2004 22:58 aquamaniac

- ui:
- TableWidget now sends an event when activating a table field

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

427ff1f7 27.06.2004 22:32 aquamaniac

- gwenhywfar.m4: fixed a bug

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

(2776-2800/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom