Projekt

Allgemein

Profil

Statistiken
| Zweig: | Markierung: | Revision:

# Datum Autor Kommentar
26b60060 06.10.2014 21:52 Christian Stimming

Re-indentation of source code to get a unified look of the source.

This was done using astyle-2.03 with the following command:

astyle --style=java --indent=spaces=2 --break-closing-brackets --keep-one-line-blocks --suffix=none --recursive 'src/*.h' 'src/*.c' 'gui/*.h*' 'gui/*.c*'...
af39ad21 08.07.2014 14:43 martin

Added .gitignore entries.

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

47e457ad 08.07.2014 14:32 martin

Added CMake package configuration files

May not work on Mac OSX or Windows because library extensision .so is
hard coded.

From: Christian Dávid <>

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

1f4aeb1f 23.08.2013 13:27 martin

FOX16-GUI: Fixed some layout issues.

FOX-Dialogs should now resize themselves to reasonable sizes, unless the
dimensions are read from a configuration.

FOX16_HtmlLabel now determines its size only once per text, if no special
flags are given. This makes the behaviour more predictable....

48ab97b7 16.08.2013 14:50 martin

Possibly fixed FOX16_GUI bug with invalid window sizes.

First create server side ressources so that the init functions have valid
data to work with (i.e. font and sub-widget sizes etc).

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

bef19485 20.05.2013 17:34 martin

Fixed a linkage problem under Windows.

Since we now use the same cppgui-code in FOX16 and QT4 we have to fix the
linkage in order to use the GUI code on Win32 platforms, too.

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

5b7250a3 25.04.2013 23:03 martin

Applied a patch by Thomas Baumgart (fixes title problem in dialog boxes).

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

b2c7e967 30.12.2012 23:18 martin

Removed unused var.

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

71f6f716 30.12.2012 20:21 martin

Make FOX16_Gui use common CppGui instead of a copy.

Added a test for permanent password storage in FOX16_Gui.

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

bb01938e 16.12.2012 02:02 martin

Handle new flag "GWEN_GUI_INPUT_FLAGS_DIRECT".

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

da340949 10.05.2012 23:32 mlenk

Fix another build failure with GCC 4.7

... similar to commit r2133.

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

76f120bf 06.03.2012 22:55 martin

Fixed a typo which could crash an application.

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

e7e6effc 20.01.2012 19:03 martin

Adapted to latest gcc.

Idea provided by Bill Nottingham.

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

c02c08c7 07.10.2011 10:52 christian

Disable apparently spurious "break" that causes a confusing warning message.

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

9e72fcec 07.10.2011 10:52 christian

Decrease verbosity of non-error into notice.

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

a1522d6b 20.09.2011 22:01 martin

Fixed a typo.

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

1ccad41d 23.07.2011 13:05 martin

Make QLabel in GUI wrap words.

This fixes the problem of dialogs being too wide to display.

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

a2882c05 01.07.2011 17:07 martin

Added missing include.

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

340a28d6 01.07.2011 16:19 martin

Added a needed flag for WIN32.

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

79ad03a1 01.07.2011 02:41 martin

Improved progress handling in network code. Some WIN32 fixes.

Added function GWEN_Gui_ProgressSetTotal() to adjust the total value of
a progress. This is needed when the real size isn't known beforehand (as
is the case while downloading via HTTP where the body size is only known...

edd9654e 21.06.2011 19:29 martin

Added/improved some debug messages.

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

5304cc50 22.03.2011 17:53 martin

Add some assertions.

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

e3d0dd4c 12.03.2011 18:28 martin

Fixed a copy'n'paste-error.

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

4f344747 13.02.2011 14:12 martin

Applied a patch by Thomas Baumgart to keep the focus chain intact in QT4 GUI

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

826196ea 25.01.2011 21:14 martin

Really fixed use of GTK2 LineEdit widget.

WidgetFlags are defined in src/gui/dialog.h.

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

a8eaa550 15.09.2010 18:11 martin

Gtk2: Use visibility property of GtkEntry to hide the password entry.
Patch by Christian Stimming.

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

cbf9ac6b 01.09.2010 15:05 martin

Win32: Add more missing GWENHYWFAR_CB.

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

23c20af0 01.09.2010 12:57 martin

Win32: Fix missing GWENHYWFAR_CB macros for windows callback functions.

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

0c10db83 01.09.2010 12:57 martin

Win32: Fix makefile to create a gtk2-gui DLL.

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

1d2177f1 28.08.2010 16:40 martin

Fixed a few interesting bugs detected by clang.

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

aa8a3da0 28.08.2010 13:58 martin

Pre-release cleanup (removed some debug messages).

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

a8b15b38 28.08.2010 13:21 martin

Fixed an important memory leak.

This leak was important because it was in code which is very often used
(at least in AqFinance), so the memory leak would accumulate over time
up to a noticable amount.

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

110a4416 25.08.2010 14:42 martin

GUI: Added a test for password entry and a label with an image.

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

64a1636e 25.08.2010 13:00 martin

Added check for environment variable "DIALOG_DIR" for gui tests.

This is needed for some cocoa tests.

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

0cfb1d41 24.08.2010 20:02 martin

CocoaGui: Now also usable from within (obj-) C++.

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

91353b35 23.08.2010 18:04 martin

Implement properties "width" and "height".

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

bb7c6ce1 23.08.2010 17:33 martin

Fixed a problem with the cocoa frontend (not completely tested, though).

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

f1a385fe 20.08.2010 22:51 martin

Cocoa: Added more of Sam's work (doesn't compile, yet).

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

9aedd00e 19.08.2010 17:13 martin

DIALOG: Added property "ToolTip", fixed a bug in widget lookup.

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

91e5cc8d 18.08.2010 23:48 martin

GTK2: Fixed another bug.

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

0be732aa 18.08.2010 23:33 martin

GTK2: Only show scrollbars in listBox if necessary.

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

2a7ca6e3 18.08.2010 23:15 martin

GTK2: Added scrollbars to ListBox.

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

aaeabc96 18.08.2010 15:10 martin

Dialog: Added tests for TextBrowser widgets.

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

6e9c120d 18.08.2010 14:15 martin

GTK2: Extract raw text for label and textbrowser also in the constructor.

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

7777b918 18.08.2010 14:15 martin

Cocoa: Added WebKit framework.

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

eb6a64b4 18.08.2010 13:55 martin

GTK2: Fixed some more bugs mostly introduced by cut'n paste.

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

9003792b 18.08.2010 12:26 martin

GTK2: Yet another fix.

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

56e77787 18.08.2010 11:40 martin

Fixed another problem with the focus chain.

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

9faa003b 18.08.2010 09:47 martin

TestDialogs: Added a test for WidgetStack.

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

ab492e17 18.08.2010 09:47 martin

GTK2: Fixed a bug (was not setting the correct title for tab pages).

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

f6e7a50e 18.08.2010 09:47 martin

GTK2: Added a note.

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

e40c91b2 18.08.2010 01:00 martin

Fixed a bug in Gtk2Gui_WListBox_GetCharProperty().

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

168a5d4b 18.08.2010 01:00 martin

Fixed some bugs in the GTK2 GUI.

Now the GTK2 gui also searches for the active parent window so that the
focus chain remains intact.

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

8525908f 17.08.2010 23:21 christian

Let gwengui-gtk2.pc also be installed

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

e18f09f1 17.08.2010 23:13 christian

Add pkgconfig file for gwengui-gtk2.

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

6d1fc8b3 16.08.2010 16:53 martin

Removed QT3 GUI implementation (it is no longer used anyway).

The only user of the QT3 GUI implementation was QBankManager which isn't
actively developed anymore.

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

0a10b8f8 16.08.2010 15:11 martin

Many fixes for GTK2 GUI implementation, fixed FOX16_GuiDialog::setCharProperty().

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

7924acfa 15.08.2010 12:56 martin

Fixed header installation folders.

Now all headers are installed below "$PREFIX/include/gwenhywfar4".

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

4eee4f22 12.08.2010 16:42 martin

GUI: Added test for progressBar.

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

f3a83a8f 12.08.2010 14:51 martin

GTK2: Extract raw text for TextBrowser.

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

966003a7 12.08.2010 14:48 martin

Added example images of some GUI implementations.

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

55fd2adc 11.08.2010 14:20 martin

Removed a debug message.

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

0a52b52b 11.08.2010 14:20 martin

Minor fix in QT4_Gui::getFileName().

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

bf7e6689 11.08.2010 10:48 martin

Added work-in-progress on CocoaGUI implementation by courtesy of Sam Strupp.

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

982ffa73 10.08.2010 14:29 martin

FOX16: Fixed a bug in combobox-handling.

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

79c7c8fc 10.08.2010 14:29 martin

GTK2-GUI: Set title of dialog in constructor.

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

c90f2f44 09.08.2010 17:09 martin

GUI: Added a very simple test dialog.

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

363c6f1f 09.08.2010 12:04 martin

QT4-GUI: Fixed the use of compat headers.

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

614eb7a0 07.08.2010 18:18 martin

Started with the Cocoa implementation of the GWEN_DIALOG framework.

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

b3cb1f3f 03.08.2010 12:39 martin

FOX16: Fixed a problem with the focus chain.

Now the topmost window is used as owner also for ExecDialog.

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

40565dfb 30.07.2010 20:09 martin

Added function GWEN_Widget_GetTopDialog(), use that in GTK2 implementation.

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

04805b2f 30.07.2010 19:55 martin

Fixed a bug.

When using sub-dialogs we have to use the parent dialog pointer to access
the toolkit-dependent extensions.

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

7be4ef76 30.07.2010 18:35 martin

FOX16: Decreased verbosity, fixed a bug in radio button group handling.

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

5aedb828 29.07.2010 08:05 martin

FOX16: Check index before Fox crashes. Added a debug message.

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

27a647ee 24.07.2010 14:15 martin

Added some comments about how to use theme.cpp in other projects.

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

77601c94 24.07.2010 13:58 martin

Applied modifications as suggested by Marc Duren.

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

928deede 24.07.2010 09:46 martin

Win32 fixes.

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

0be3dc62 18.07.2010 14:16 martin

Moved HTML code from FOX16 to the general part of Gwen.

This code is used by the FOX16 GUI implementation, but it is also used
by AqFinance's console code which doesn't use FOX at all. So option the
console tools of AqFinance with a graphical toolkit isn't an option....

e2ad9e50 18.07.2010 02:48 martin

Added some safeguards.

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

4a3919ef 17.07.2010 00:07 martin

FOX16: Many fixes to HTML engine.

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

9e9c46e1 16.07.2010 12:39 martin

FOX16: Added support for images in HTML text.

The current implementation does not work well with transparency in my
icons... Maybe I'll have to work something out for that later.

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

28bba122 16.07.2010 00:06 martin

HTML: Allow for "align" attribute in TD and TH elements.

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

ad4f31ad 15.07.2010 23:42 martin

HTML: Use bold font for table headers.

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

20c9f47e 15.07.2010 23:36 martin

HTML: Reworked table column width calculation.

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

a2d582d9 15.07.2010 22:50 martin

FOX16: Improved HtmlCtx code.

- added functions to access the dimensions of the rendered HTML text
- "BR" element now advances by a default line height if it stands alone
in a line
- added reference counter to GWEN_XML_CONTEXT

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

0417ee1b 15.07.2010 22:46 christian

Fix test dialog file location for out-of-source builds.

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

7fb93216 15.07.2010 17:03 martin

FOX16: Export HTML context functions.

AqFinance uses them now to create a HTMLContext implementation using
Cairo to print to PDF files.
This commit also fixes some bugs which have been found while testing the
Cairo implementation (mostly fixed the use of absolute sizes)....

a9c2c41c 15.07.2010 12:44 martin

Added missing file.

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

3c608d3a 14.07.2010 14:23 martin

QT4: Fixed a few bugs.

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

17534eb6 14.07.2010 14:13 martin

GUI: Added SpinBox widget type (we already used it in the CSV editor dialog).

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

c16ed617 13.07.2010 22:31 martin

QT4: Fixed two bugs.

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

b7ed291c 13.07.2010 18:48 martin

QT4: Added extra sources to EXTRA_DIST

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

e60cdae2 13.07.2010 18:46 martin

GUI: Rewrote QT4 implementation.

- added a C++ access layer for GWEN_GUI objects (to be used by the C++-based
implementations, starting with the new QT4 implementation)
- rewrote QT4 implementation because the previous version failed some tests
and was quite unreadable...

cb1e0a93 13.07.2010 11:43 martin

FOX16: Implemented HTML label with icon.

This is a replacement for the widget type "image" which had been removed
from GWEN in the previous version.

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

ac91fd00 13.07.2010 10:58 martin

GUI: More cleanup: removed Image widget.

We don't need this type of widget, the same functionality can be
achieved by using a label with an icon.

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

a863f1e1 12.07.2010 22:53 martin

FOX16: Implemented RadioButtons.

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

32aaedf1 12.07.2010 20:43 martin

GTK2: Implemented radio button.

Now the GTK2 GUI is the first complete implementation of GWEN's Dialog
Framework.

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

bf60c8fa 12.07.2010 20:15 martin

GUI: Removed widgets which aren't used in any dialog so far.

I want to make it as easy as possible to create new implementations and to
maintain existing ones. Therefore widget types which aren't really needed
need to be removed.

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

fbbcb2ff 12.07.2010 19:31 martin

GTK2: Don't handle flag "EQUAL_WIDTH" in hbox (doesn't work with GTK).

Using equal width in a HBox doesn't seem to be working as expected:
I would expect all children be of equal width, but instead all children are
equally distant to each other while still being of different width......

bf26deaa 12.07.2010 19:19 martin

GTK2: Button can now have an icon.

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