Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
10f85b3a 12.02.2010 02:28 martin

Moved widget documentation to doc/ folder and added to it some more info.

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

e8337d42 12.02.2010 01:03 martin

Added a GWEN_GUI callback to ask the user for a file- or foldername.

This call is sometimes needed by dialogs (e.g. the file importer needs to
ask the user for the name of the file to be imported).

The arguments for this callback have been carefully chosen to allow for...

55954f5d 12.02.2010 01:03 martin

Allow to store a GUIID in GWEN_DIALOG objects to unify the GUI API.

Added functions:
- GWEN_Dialog_GetGuiId
- GWEN_Dialog_SetGuiId

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

d4c97963 11.02.2010 20:07 martin

More work on GWEN_DIALOG framework.

- added properties
- GWEN_DialogProperty_Focus
- GWEN_DialogProperty_SortDirection
- GWEN_DialogProperty_Sort
- added enum for property GWEN_DialogProperty_SortDirection

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

a2391860 11.02.2010 02:15 martin

Much more work on GWEN_DIALOG framework.

- added functions
- GWEN_Dialog_GetId()
- GWEN_Dialog_ReadXmlFile()
- allow for multiple implData pointers in GWEN_WIDGET
- added properties
- GWEN_DialogProperty_SelectionMode
- GWEN_DialogProperty_SelectionState...

39a5f41c 11.02.2010 02:14 martin

Added function GWEN_PathManager_FindFile().

This function makes it easier to find files using the path manager.

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

7de91dd8 10.02.2010 02:45 martin

More work on GWEN_DIALOG framework.

- removed some callback functions which needed to be set by a GWEN_GUI
implementation.
We now have only 4 such callbacks for the implementation:
- GetIntProperty
- SetIntProperty
- GetCharProperty
- SetCharProperty...

8cb2738b 06.02.2010 18:11 martin

Added widget type "checkbox".

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

758467ea 06.02.2010 18:11 martin

Fixed a bug in GWEN_DIALOG framework.

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

16627d5f 06.02.2010 17:14 martin

Added path GWEN_PM_SYSDATADIR.

GWEN_PM_SYSDATADIR can be used to determine the folder containing system data
(usually "/usr/share").

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

0672d164 06.02.2010 17:14 martin

Some fixes to the GWEN_DIALOG framework.

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

b5373684 04.02.2010 15:09 martin

More work on GWEN_DIALOG framework.

- added functions for adding and clearing choices (for widgets which support
choices, like combo boxes etc)
- GWEN_Gui_ExecDialog() now has an additional parameter: A pointer to the
parent dialog (if any). This can be used to create dialogs from within...

25566a35 01.02.2010 11:40 martin

Fixed a problem with GWEN_XMLNode_StripNamespaces (was not handling properties).

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

f14600be 23.01.2010 18:23 martin

Undo for git-svn-test.

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

c8025ffe 23.01.2010 18:20 martin

GIT-SVN-Test, please ignore.

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

97f83b48 23.01.2010 18:18 martin

Implemented subdialogs, hide widgets from application.

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

06b74237 23.01.2010 18:18 martin

Fixed a typo.

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

0d40a922 23.01.2010 18:18 martin

Added a few widget types.

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

dfbdf630 23.01.2010 18:18 martin

Export widget finder functions, added a test for the dialog loader.

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

4ef78eb6 23.01.2010 18:17 martin

Properly export functions of new modules, make them usable from C++.

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

e49fd234 23.01.2010 18:17 martin

Started creating a dialog framework.

The dialog framework is part of the GWEN_GUI framework and allows for
platform independent dialogs. This will e.g. allow AqBanking's imexporter
plugins to provide settings dialogs which will work with all frontends
which implement the GWEN_Gui_ExecDialog function....

41296dde 20.01.2010 12:49 martin

Released 3.11.3.

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

585adc6f 31.12.2009 16:31 martin

Show a more informative erro message when a false chipcard has been inserted.

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

b816b208 31.12.2009 15:01 martin

GWEN_DB: Escape and unescape group names upon read/write, respectively
(addresses #66).

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

4f3efd57 30.12.2009 22:08 martin

Released 3.11.2.

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

(1876-1900/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom