Projekt

Allgemein

Profil

Statistiken
| Zweig: | Markierung: | Revision:
Name Größe Revision Geändert vor Autor Kommentar
  html f7944a53 etwa 15 Jahren martin Added more missing XML files. git-svn-id: http...
Makefile.am 1,14 KB ff75169e etwa 15 Jahren martin FOX16: Moved theme support from AqFinance to Gw...
cppdialog.cpp 5 KB 3b9ee2d2 etwa 15 Jahren martin Minor fixes. git-svn-id: https://devel.aqbanki...
cppdialog.hpp 2,09 KB cab79bbd mehr als 15 Jahren martin Added FOX16 implementation of GWEN_GUI/DIALOG f...
cppdialog_p.hpp 1,34 KB cab79bbd mehr als 15 Jahren martin Added FOX16 implementation of GWEN_GUI/DIALOG f...
cppgui.cpp 10,7 KB 7b361ee4 etwa 15 Jahren martin GUI: Create a virtual method to implement logho...
cppgui.hpp 3,18 KB 7b361ee4 etwa 15 Jahren martin GUI: Create a virtual method to implement logho...
cppgui_p.hpp 1,85 KB 7b361ee4 etwa 15 Jahren martin GUI: Create a virtual method to implement logho...
fox16_gui.cpp 9,88 KB 3b9ee2d2 etwa 15 Jahren martin Minor fixes. git-svn-id: https://devel.aqbanki...
fox16_gui.hpp 2,79 KB 1f266449 etwa 15 Jahren martin Added an example dialog to the doc folder. Thi...
fox16_gui_dialog.cpp 48,7 KB ff75169e etwa 15 Jahren martin FOX16: Moved theme support from AqFinance to Gw...
fox16_gui_dialog_l.hpp 2,27 KB cc66bfc7 mehr als 15 Jahren martin FOX16: Implement icons for push buttons. Push ...
fox16_gui_sortinglist.cpp 6,58 KB cab79bbd mehr als 15 Jahren martin Added FOX16 implementation of GWEN_GUI/DIALOG f...
fox16_gui_sortinglist_l.hpp 2,5 KB cab79bbd mehr als 15 Jahren martin Added FOX16 implementation of GWEN_GUI/DIALOG f...
fox16_gui_updater.cpp 1,15 KB f80268ca mehr als 15 Jahren martin DIALOG: Added flag GWEN_WIDGET_FLAGS_NO_WORDWRA...
fox16_gui_updater_l.hpp 807 Bytes cab79bbd mehr als 15 Jahren martin Added FOX16 implementation of GWEN_GUI/DIALOG f...
fox16_htmlctx.cpp 10,5 KB 8378bd38 etwa 15 Jahren martin Improved FOX16 Gui. - added widget FOX16_HtmlT...
fox16_htmlctx.hpp 1,71 KB 8378bd38 etwa 15 Jahren martin Improved FOX16 Gui. - added widget FOX16_HtmlT...
fox16_htmlctx_p.hpp 1,08 KB 409afb17 mehr als 15 Jahren martin More work on FOX16 Gui: Huge speedup of HTML ma...
fox16_htmllabel.cpp 3,94 KB 2c90afdf etwa 15 Jahren martin FOX16_HtmlLabel: Added another style flag to im...
fox16_htmllabel.hpp 2,01 KB 2c90afdf etwa 15 Jahren martin FOX16_HtmlLabel: Added another style flag to im...
fox16_htmltext.cpp 4,91 KB 8378bd38 etwa 15 Jahren martin Improved FOX16 Gui. - added widget FOX16_HtmlT...
fox16_htmltext.hpp 1,65 KB 8378bd38 etwa 15 Jahren martin Improved FOX16 Gui. - added widget FOX16_HtmlT...
gwengui-fox16.pc.in 552 Bytes cab79bbd mehr als 15 Jahren martin Added FOX16 implementation of GWEN_GUI/DIALOG f...
libtest.cpp 9,62 KB c7ce344e etwa 15 Jahren martin GUI: More fixes on FOX16 HTML labels. - added ...
theme.cpp 24,4 KB ff75169e etwa 15 Jahren martin FOX16: Moved theme support from AqFinance to Gw...
theme.h 4,34 KB ff75169e etwa 15 Jahren martin FOX16: Moved theme support from AqFinance to Gw...

Aktuellste Revisionen

# Datum Autor Kommentar
ff75169e 08.07.2010 17:23 martin

FOX16: Moved theme support from AqFinance to Gwen.

AqFinance already uses these nicer looking widgets, but for GWEN's Dialog
framework these widgets weren't available until now. So dialogs of the
Dialog framework had a different look. This has now been fixed giving...

2c90afdf 03.07.2010 00:28 martin

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

c7ce344e 01.07.2010 11:48 martin

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

b3c96bba 01.07.2010 00:46 martin

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

a1a93bef 01.07.2010 00:46 martin

GUI: Added write-only property "Visibility".

This can be used to hide parts of a dialog (like the log window in a
progress widget).

Use that in the FOX frontend for progress dialogs (now handles the flags
better).

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

c1614d9d 25.06.2010 23:42 martin

FOX16: Call layout() before showing.

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

1f266449 20.06.2010 13:46 martin

Added an example dialog to the doc folder.

This example explains how to create your own dialog with GWEN's dialog
framework 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

8378bd38 19.06.2010 20:10 martin

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

f7944a53 10.06.2010 22:12 martin

Added more missing XML files.

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

7b361ee4 01.06.2010 16:55 martin

GUI: Create a virtual method to implement loghook.

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

Revisionen anzeigen

Auch abrufbar als: Atom