Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
cb7d81ad 20.06.2010 16:09 martin

GTK2 GUI: Show progress value in GtkProgressBar.

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

7c5d85c6 20.06.2010 16:09 martin

Work on GTK2. Basically this now works with Gwen's dialogs.

Not all needed widgets are implemented, but at least the input- and progress
functions of GWEN_GUI are usable with this frontend.

- implemented progress bar
- fixed text browser (now uses GtkScrolledWindow)...

1f266449 20.06.2010 13:46 martin

Added an example dialog to the doc folder.

This example explains how to create your own dialog with GWEN's dialog
framework and how to use a dialog from within an application.

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

fc64b0d9 20.06.2010 12:51 martin

Increased version number.

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

dbf70dd4 20.06.2010 12:51 martin

Fixed a bug: Escape text to HTML in GWEN_DlgProgress_AddLogText().

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

8378bd38 19.06.2010 20:10 martin

Improved FOX16 Gui.

- added widget FOX16_HtmlText
- use that widget now as text browser (this allows for HTML text in the
browser as opposed to the FXText widget which only supports normal text)

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

d6e0c95d 17.06.2010 13:05 martin

Prepared release 3.99.9beta.

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

8d6dccad 16.06.2010 22:15 martin

Fixed a severe bug in ohbci code.

This bug led to a reset of the signature counter.
To fix your keyfile you should call "aqhbci-tool getsysid" to reset your
signature counter at the bank.
This only concerns the counter, not the key.

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

fa7ba89e 16.06.2010 21:54 martin

Fixed a bug.

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

d602157f 16.06.2010 21:53 martin

Improved error message when FOX is missing.

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

dab968cd 16.06.2010 21:28 martin

Fixed a typo.

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

0d2c8589 16.06.2010 21:23 christian

Add QtCore to the Qt4 linker flags because the qt4 gui uses symbols from there as well.

Remove it from the Makefile, though.

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

6fd8480f 13.06.2010 00:16 martin

Fixed a bug in typemaker1.

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

0bcfe4f9 13.06.2010 00:16 martin

Added functions for ANSIX9.23 padding with arbitrary lengths.

- added GWEN_Padd_PaddWithAnsiX9_23ToMultipleOf()
- added GWEN_Padd_UnpaddWithAnsiX9_23FromMultipleOf()

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

e3f540ee 13.06.2010 00:16 martin

Added support for AES-128.

Added functions GWEN_Crypt_KeySym_fromDb() and GWEN_Crypt_KeySym_toDb().

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

99c13d73 11.06.2010 16:34 martin

SyncIO: Fixed a few bugs.

Now we are able to use a passive https socket.

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

cf207933 10.06.2010 23:40 martin

Fixed a typo.

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

c3293db2 10.06.2010 22:12 martin

Major improvement on OHBCI CryptToken file.

Since version 1.8 the OHBCI keyfile can use GWEN_SmallTresor_Encrypt()
to encrypt the keyfile by password.
This function is much safer because the method used to derive a Blowfish
key from a pass phrase is quite costly (in comparison) and hardens the...

f7944a53 10.06.2010 22:12 martin

Added more missing XML files.

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

59b83d2c 10.06.2010 22:12 martin

Fixed .gitignore regarding XML files.

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

e592b88e 10.06.2010 22:12 martin

Changed makefile target "types" to use typemaker2.

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

436fd1bd 10.06.2010 22:12 martin

CryptToken: Added field for temporary local sign key.

This is needed for EBICS when changing the sign key (e.g. A004 to A005).

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

452b095f 10.06.2010 22:12 martin

Added missing XML files.

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

44972095 10.06.2010 22:12 martin

CryptToken: Use typemaker2 now to build types.

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

15ffe8e0 10.06.2010 22:12 martin

Typemaker2: Added tm2 definition for GWEN_BUFFER.

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

(1676-1700/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom