Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
09e4e62f 19.02.2010 22:50 martin

Released 3.11.4beta.

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

56729a90 19.02.2010 22:42 christian

Build system fixes: Disabling fox works. Test program linking works.

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

433b3b45 19.02.2010 21:47 martin

More build system fixes.

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

771f28b4 19.02.2010 21:41 martin

More build system fixes regarding the GUI framework.

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

437865ff 19.02.2010 21:17 martin

Install additional *.pc files needed by depending projects.

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

cab79bbd 19.02.2010 20:50 martin

Added FOX16 implementation of GWEN_GUI/DIALOG framework.

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

81bccf49 19.02.2010 19:52 martin

Added GUI implementations.

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

f6cda0c1 17.02.2010 20:05 martin

GWEN_Gui_Show/HideBox is now also handled via dialogs.

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

d2f07803 17.02.2010 19:25 martin

More work on Dialog Framework.

- dialogs now load and save their preference automatically
- added dialog dlg_message (handles GWEN_Gui_MessageBox)
- added functions GWEN_Gui_SetName/GetName. This is used by AqBanking as a
prefix when loading/saving dialog preferences...

4d495d47 17.02.2010 16:43 martin

Declared new callback functions for reading/writing dialog preferences.

AqBanking uses its shared data module to read/write dialog settings, and
these callbacks make this method available to other dialogs as well.

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

33ec4211 17.02.2010 16:34 martin

More work on Dialog framework.

- added a few functions to modify initial widget properties
- moved widget flags to dialog.h
- added dlg_input (replacement for InputBox function)

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

40716e96 17.02.2010 14:02 martin

Improved progress dialogs.

With this checkin GWEN_GUI is able to completely handle progress widgets
using GWEN_Dialogs.

If an application wants to use this feature it needs to call
GWEN_Gui_UseDialogs().

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

325ee6b3 17.02.2010 14:02 martin

Added widget type TextBrowser (e.g. used for logs).

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

7e35d85f 17.02.2010 14:02 martin

Renamed properties with "Choice" in the name to "*Value".

This is in preparation of the new widget type "TextBrowser".

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

aade15a8 16.02.2010 23:41 martin

Started working on dialog bases GUI implementation.

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

2a0d6763 16.02.2010 02:32 martin

Dialog Framework: Removed some arguments from the signal handler.

Setting these arguments up (intVal, charVal) can be quite costly, and in
most cases these values weren't needed anyway, therefore they have been
removed. This makes implementations much simpler....

f342b4cb 13.02.2010 23:39 martin

Added widget type: "spinBox".

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

91bc1f10 12.02.2010 23:10 martin

Removed the last argument of the GWEN_DIALOG signal handler.

This allows to stream signals later.

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

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...

(1851-1875/3208) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom