Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
8cb2738b 06.02.2010 18:11 martin

Added widget type "checkbox".

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

758467ea 06.02.2010 18:11 martin

Fixed a bug in GWEN_DIALOG framework.

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

16627d5f 06.02.2010 17:14 martin

Added path GWEN_PM_SYSDATADIR.

GWEN_PM_SYSDATADIR can be used to determine the folder containing system data
(usually "/usr/share").

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

0672d164 06.02.2010 17:14 martin

Some fixes to the GWEN_DIALOG framework.

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

b5373684 04.02.2010 15:09 martin

More work on GWEN_DIALOG framework.

- added functions for adding and clearing choices (for widgets which support
choices, like combo boxes etc)
- GWEN_Gui_ExecDialog() now has an additional parameter: A pointer to the
parent dialog (if any). This can be used to create dialogs from within...

25566a35 01.02.2010 11:40 martin

Fixed a problem with GWEN_XMLNode_StripNamespaces (was not handling properties).

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

f14600be 23.01.2010 18:23 martin

Undo for git-svn-test.

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

c8025ffe 23.01.2010 18:20 martin

GIT-SVN-Test, please ignore.

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

97f83b48 23.01.2010 18:18 martin

Implemented subdialogs, hide widgets from application.

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

06b74237 23.01.2010 18:18 martin

Fixed a typo.

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

0d40a922 23.01.2010 18:18 martin

Added a few widget types.

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

dfbdf630 23.01.2010 18:18 martin

Export widget finder functions, added a test for the dialog loader.

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

4ef78eb6 23.01.2010 18:17 martin

Properly export functions of new modules, make them usable from C++.

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

e49fd234 23.01.2010 18:17 martin

Started creating a dialog framework.

The dialog framework is part of the GWEN_GUI framework and allows for
platform independent dialogs. This will e.g. allow AqBanking's imexporter
plugins to provide settings dialogs which will work with all frontends
which implement the GWEN_Gui_ExecDialog function....

41296dde 20.01.2010 12:49 martin

Released 3.11.3.

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

585adc6f 31.12.2009 16:31 martin

Show a more informative erro message when a false chipcard has been inserted.

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

b816b208 31.12.2009 15:01 martin

GWEN_DB: Escape and unescape group names upon read/write, respectively
(addresses #66).

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

4f3efd57 30.12.2009 22:08 martin

Released 3.11.2.

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

1eea5ce1 30.12.2009 22:08 martin

Fixed a few important typos.

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

12861471 30.12.2009 22:08 martin

Improved handling of file/directory locks on POSIX systems.
We now after a few seconds ask the user whether (s)he wants to remove the
lock rather than just waiting and failing.
This only affects the interactive mode.

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

b951611b 28.11.2009 14:33 martin

Ignore more executables.

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

62729094 28.11.2009 14:33 martin

Applied a patch provided by Peter Fritzsche to allow compiling and building
with binutils-gold.
The important difference to the stock binutils is that --no-add-needed is
the default behavior of of GNU binutils-gold.

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

5812da99 20.11.2009 21:44 christian

Decrease debug level of non-critical info message.

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

3fc59206 02.11.2009 22:09 christian

Check for NULL token name before crashing in FSLock_new so that a more clear error message is printed instead.

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

a9a6777f 30.10.2009 10:18 martin

Added missing CFLAGS.

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

(1876-1900/3208) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom