Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
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

5a8b3e6d 12.07.2010 19:10 martin

GTK2: Implemented image widget.

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

39de21f0 12.07.2010 18:51 martin

GTK2: Implemented ScrollArea.

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

ae52a4f1 12.07.2010 18:24 martin

GTK2: Implemented checkbox widget.

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

ef3163c7 12.07.2010 15:22 martin

FOX16: Export themed widgets.

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

0a696dcc 12.07.2010 14:43 martin

Prepared release 3.99.12beta.

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

c6f3f618 12.07.2010 13:50 martin

Updated API doc.

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

70d25e29 12.07.2010 13:50 martin

Removed ui.cpp rules (no longer needed with qt4).

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

95a21dc4 10.07.2010 13:49 martin

Added UI files to .gitignore.

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

16fffda4 10.07.2010 13:49 martin

Added a generic print dialog to QT3 GUI.

This basically is the dialog from QBanking.

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

71a83ce6 09.07.2010 19:12 martin

GTK2-GUI: Implemented function GetFileName().

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

17cd0f68 09.07.2010 18:21 martin

GTK2-GUI: More work on ListBox widget.

This widget should now be usable with AqBanking.

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

65f4ac5c 09.07.2010 13:07 martin

GTK2-GUI: Started implementing listbox.

Not yet complete, but it can already be used to set the title and clear/add
rows.

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

ac71c5a7 08.07.2010 20:15 martin

GUI: Fixed a layout problem.

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

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...

250b3b3a 08.07.2010 16:46 martin

Improved progress dialog.

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

f78266da 08.07.2010 15:37 martin

GUI: Improved layout of some dialog.

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

b7829fd1 08.07.2010 15:37 martin

GUI: Fixed qt3 and qt4 frontend (was ignoring UTF8 chars).

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

(1626-1650/3208) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom