Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
432c0a9c 23.02.2010 21:08 martin

More work on HTML parser for the FOX15 implementation of the dialog framework.

- added a test tool
- implemented font-related callbacks
- added code to paint to a FXDC
- g_box.c: when parsing words only stop at blanks, not at punctuation chars
- g_unorderledlist.c: create appropriate objects...

07ad821f 22.02.2010 23:39 martin

Started working on a richtext/HTML parser for FOX frontend.

The FOX Toolkit doesn't normally provide richtext/html widgets, so we
provide our own simple html parser to be used with the dialog implementation
for FOX.

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

5cc78a84 21.02.2010 22:35 martin

Fixed another typo.

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

6a692d7e 21.02.2010 20:20 martin

Fixed a typo.

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

0e79db22 21.02.2010 20:17 martin

Build-system fixes (provided by Micha Lenk).

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

c9f170a6 21.02.2010 18:55 martin

Added dialog files to EXTRA_DIST.

Some *_DATA statements seem not to make the autotools include the data files
in packages...

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

c59e8fd3 21.02.2010 18:51 martin

Fixed a problem in configure.ac (patch provided by Micha Lenk).

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

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

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

Auch abrufbar als: Atom