Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
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

9362afe4 27.06.2004 21:41 aquamaniac

- fixed more bugs in EditBox, more work on FileDialog (can now at least
be used to select a file. Otherwise not very usefull for now)

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

fe5235a9 27.06.2004 08:25 aquamaniac

- ui:
- started working on FileDialog
- more work/fixes in TableWidget and TextWidget

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

b826574d 26.06.2004 20:34 aquamaniac

- ui:
- focus can now be changed to the nex AND to the previously active
widget ;-)
- base/misc.h:
- added functions which allow traversing a list backwards.
However, these functions aren't very fast since the lists are only
simple-linked. But using these new functions allows to silently use...

e980b30d 26.06.2004 19:11 aquamaniac

added EventChecked for checkboxes

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

61372ca5 26.06.2004 18:44 aquamaniac

- ui:
- UI headers are now expected in "${prefix}/include/gwenhywfar/ui"
- configure.ac, gwenhywfar-config.in.in:
- added checks and switches to determine whether UI or crypto support is
compiled into Gwenhywfar
- UI headers are installed to ${prefix}/include/gwenhywfar/ui...

8ff7e24d 26.06.2004 18:20 aquamaniac

added several GetText functions

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

0ec46974 26.06.2004 18:01 aquamaniac

replaced ncurses-forms lib in configure script by ncurses-panel lib

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

803d9b75 26.06.2004 17:55 aquamaniac

- TextWidget: Now sends a "Chosen" event when ENTER is pressed in line mode.
This is interpreted e.g. by the DropDownBox.

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

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

Auch abrufbar als: Atom