Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
0d724721 31.12.2012 01:12 martin

Fixed a typo.

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

a8483590 31.12.2012 00:57 martin

Fixed a bug.

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

19984754 30.12.2012 23:18 martin

Prepared release 4.4.0beta

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

f2fcf8ab 30.12.2012 23:18 martin

Removed empty test.

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

a5c8ad99 30.12.2012 23:18 martin

Added var attribute GWEN_UNUSED and tested it.

We can later use this to suppress warnings of type unused-but-set,
especially in C++ GUI code where sometimes GUI objects are created with
"new" but never accessed again inside a method. This is perfectly correct...

b2c7e967 30.12.2012 23:18 martin

Removed unused var.

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

e5b6691d 30.12.2012 23:18 martin

Fixed some typos.

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

1882da7c 30.12.2012 23:18 martin

Improved message on creation of a password store.

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

9d5e68b3 30.12.2012 23:18 martin

Fixed a bug.

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

d9a14aa3 30.12.2012 20:38 martin

Fixed a bug.

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

beca025f 30.12.2012 20:32 martin

Changed title of a checkbox.

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

8f53efd5 30.12.2012 20:32 martin

Clarified apidoc.

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

71f6f716 30.12.2012 20:21 martin

Make FOX16_Gui use common CppGui instead of a copy.

Added a test for permanent password storage in FOX16_Gui.

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

e4bd817e 30.12.2012 20:21 martin

Removed password storage code from console gui code.

This is now completely implemented in the base GWEN_GUI class.

Added flag "GWEN_CGUI_FLAGS_PERMPASSWORDS", this is used to force storing
passwords in the permanent password store, if there is one. The reason for...

af793d03 30.12.2012 20:21 martin

Added first test for GUI with permanent passwd storage.

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

67b45895 30.12.2012 20:21 martin

Fixed a bug.

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

98ea9f80 30.12.2012 20:21 martin

Fixed GWEN_PasswordStore code, added tests.

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

a90644f4 24.12.2012 14:38 martin

Modified warning about keyfile access rights.

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

be15f9d2 16.12.2012 20:18 martin

Fixed a typo.

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

e36ebeb6 16.12.2012 20:18 martin

Started moving password caching/storage code to GWEN_GUI.

Later we can remove this from GWEN_CGUI and CppGui and only maintain it
in one place.

Started adding optional permanent password storage to GWEN_GUI.

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

48fcdc93 16.12.2012 02:02 martin

Added GWEN_PASSWD_STORE.

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

e765756b 16.12.2012 02:02 martin

Added function to overwrite buffer content.

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

bb01938e 16.12.2012 02:02 martin

Handle new flag "GWEN_GUI_INPUT_FLAGS_DIRECT".

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

761ea6fa 16.12.2012 02:02 martin

Added a checkbox to allow for optional storage of a passwords in a file.

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

55138ae9 16.12.2012 02:02 martin

Added flags for handling of optional permanent password storage.

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

(1326-1350/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom