Released 3.11.4beta.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1652 70169cfe-8b10-0410-8925-dcb4b91034d8
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
More build system fixes.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1650 70169cfe-8b10-0410-8925-dcb4b91034d8
More build system fixes regarding the GUI framework.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1649 70169cfe-8b10-0410-8925-dcb4b91034d8
Install additional *.pc files needed by depending projects.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1648 70169cfe-8b10-0410-8925-dcb4b91034d8
Added FOX16 implementation of GWEN_GUI/DIALOG framework.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1647 70169cfe-8b10-0410-8925-dcb4b91034d8
Added GUI implementations.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1646 70169cfe-8b10-0410-8925-dcb4b91034d8
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
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...
Declared new callback functions for reading/writing dialog preferences.
AqBanking uses its shared data module to read/write dialog settings, andthese 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
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
Improved progress dialogs.
With this checkin GWEN_GUI is able to completely handle progress widgetsusing GWEN_Dialogs.
If an application wants to use this feature it needs to callGWEN_Gui_UseDialogs().
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1641 70169cfe-8b10-0410-8925-dcb4b91034d8
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
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
Started working on dialog bases GUI implementation.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1638 70169cfe-8b10-0410-8925-dcb4b91034d8
Dialog Framework: Removed some arguments from the signal handler.
Setting these arguments up (intVal, charVal) can be quite costly, and inmost cases these values weren't needed anyway, therefore they have beenremoved. This makes implementations much simpler....
Added widget type: "spinBox".
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1636 70169cfe-8b10-0410-8925-dcb4b91034d8
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
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
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 toask the user for the name of the file to be imported).
The arguments for this callback have been carefully chosen to allow for...
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
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
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...
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
- 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...
Auch abrufbar als: Atom