Prepared release 3.99.11beta.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1854 70169cfe-8b10-0410-8925-dcb4b91034d8
Fixed a typo.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1853 70169cfe-8b10-0410-8925-dcb4b91034d8
GUI: Fixed some problems.
- improved GWEN_Gui_WaitForSockets(): This function can now be aborted by the user (uses a progress dialog now)- detect recursion in GWEN_Gui_LogHook()- improved error message in GWEN_Widget_ReadXml() for unknown types
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1852 70169cfe-8b10-0410-8925-dcb4b91034d8
FOX16_HtmlLabel: Added another style flag to improve layout.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1851 70169cfe-8b10-0410-8925-dcb4b91034d8
DIALOG: Implemented "visibilty" property for QT3 and QT4 frontends.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1850 70169cfe-8b10-0410-8925-dcb4b91034d8
GUI: More fixes on FOX16 HTML labels.
- added width and height fields to GWEN_WIDGET Those are just hints which only are used for some special widgets, like LABELs- fixed a bug in GWEN_Gui_ShowProgress()
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1849 70169cfe-8b10-0410-8925-dcb4b91034d8
Added function GWEN_IdList64_GetEntryCount().
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1848 70169cfe-8b10-0410-8925-dcb4b91034d8
FOX-GUI: Worked on a layout problem with HTML labels.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1847 70169cfe-8b10-0410-8925-dcb4b91034d8
GUI: Added write-only property "Visibility".
This can be used to hide parts of a dialog (like the log window in aprogress widget).
Use that in the FOX frontend for progress dialogs (now handles the flagsbetter).
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1846 70169cfe-8b10-0410-8925-dcb4b91034d8
Typemaker2: Now allows for self-references in type descriptions.
A type description can now also use types derived from itself (e.g. LIST,LIST2, TREE).Virtual functions can now also specify the location of their declaration(e.g. before or after generic header inclusion)....
Typemaker2: Added support for virtual functions.
Generated structs can now also have virtual functions (i.e. functionpointers which can be set).
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1844 70169cfe-8b10-0410-8925-dcb4b91034d8
FOX16: Call layout() before showing.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1843 70169cfe-8b10-0410-8925-dcb4b91034d8
Prepared release 3.99.10beta.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1842 70169cfe-8b10-0410-8925-dcb4b91034d8
CryptTpken: Added virtual function ActivateKey.
This function is used to copy the TempLocalSignKey to either the localsign or local auth key.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1841 70169cfe-8b10-0410-8925-dcb4b91034d8
GTK 2.17.5 is required because of gtk_widget_get_sensitive() and gtk_widget_has_focus()
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1840 70169cfe-8b10-0410-8925-dcb4b91034d8
GTK2: Fixed two bugs.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1839 70169cfe-8b10-0410-8925-dcb4b91034d8
Decreased minimum width of progress dialog.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1838 70169cfe-8b10-0410-8925-dcb4b91034d8
GTK2: removed debug messages.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1837 70169cfe-8b10-0410-8925-dcb4b91034d8
GTK2 GUI: Show progress value in GtkProgressBar.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1836 70169cfe-8b10-0410-8925-dcb4b91034d8
Work on GTK2. Basically this now works with Gwen's dialogs.
Not all needed widgets are implemented, but at least the input- and progressfunctions of GWEN_GUI are usable with this frontend.
- implemented progress bar- fixed text browser (now uses GtkScrolledWindow)...
Added an example dialog to the doc folder.
This example explains how to create your own dialog with GWEN's dialogframework 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
Increased version number.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1833 70169cfe-8b10-0410-8925-dcb4b91034d8
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
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
Prepared release 3.99.9beta.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1830 70169cfe-8b10-0410-8925-dcb4b91034d8
Auch abrufbar als: Atom