Aktivität
von 22.01.2010 bis 20.02.2010
19.02.2010
- 22:50 Revision 09e4e62f (gwenhywfar): Released 3.11.4beta.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1652 70169cfe-8b10-0410-8925-dcb4b91034d8
- 22:42 Revision 56729a90 (gwenhywfar): 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
- 21:47 Revision 433b3b45 (gwenhywfar): More build system fixes.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1650 70169cfe-8b10-0410-8925-dcb4b91034d8
- 21:41 Revision 771f28b4 (gwenhywfar): More build system fixes regarding the GUI framework.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1649 70169cfe-8b10-0410-8925-dcb4b91034d8
- 21:17 Revision 437865ff (gwenhywfar): Install additional *.pc files needed by depending projects.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1648 70169cfe-8b10-0410-8925-dcb4b91034d8
- 20:50 Revision cab79bbd (gwenhywfar): Added FOX16 implementation of GWEN_GUI/DIALOG framework.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1647 70169cfe-8b10-0410-8925-dcb4b91034d8
- 19:52 Revision 81bccf49 (gwenhywfar): Added GUI implementations.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1646 70169cfe-8b10-0410-8925-dcb4b91034d8
17.02.2010
- 20:05 Revision f6cda0c1 (gwenhywfar): 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
- 19:25 Revision d2f07803 (gwenhywfar): More work on Dialog Framework.
- - dialogs now load and save their preference automatically
- added dialog dlg_message (handles GWEN_Gui_MessageBox)
-... - 16:43 Revision 4d495d47 (gwenhywfar): 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 t... - 16:34 Revision 33ec4211 (gwenhywfar): More work on Dialog framework.
- - added a few functions to modify initial widget properties
- moved widget flags to dialog.h
- added dlg_input (repla... - 14:02 Revision 40716e96 (gwenhywfar): Improved progress dialogs.
- With this checkin GWEN_GUI is able to completely handle progress widgets
using GWEN_Dialogs.
If an application wants... - 14:02 Revision 325ee6b3 (gwenhywfar): 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
- 14:02 Revision 7e35d85f (gwenhywfar): 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/t...
16.02.2010
- 23:41 Revision aade15a8 (gwenhywfar): Started working on dialog bases GUI implementation.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1638 70169cfe-8b10-0410-8925-dcb4b91034d8
- 02:32 Revision 2a0d6763 (gwenhywfar): 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 anywa...
13.02.2010
- 23:39 Revision f342b4cb (gwenhywfar): Added widget type: "spinBox".
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1636 70169cfe-8b10-0410-8925-dcb4b91034d8
12.02.2010
- 23:10 Revision 91bc1f10 (gwenhywfar): 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-... - 02:28 Revision 10f85b3a (gwenhywfar): Moved widget documentation to doc/ folder and added to it some more info.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1634 70169cfe-8b10-0410-8925-dcb4b91034d8
- 01:03 Revision e8337d42 (gwenhywfar): Added a GWEN_GUI callback to ask the user for a file- or foldername.
- This call is sometimes needed by dialogs (e.g. the file importer needs to
ask the user for the name of the file to be... - 01:03 Revision 55954f5d (gwenhywfar): Allow to store a GUIID in GWEN_DIALOG objects to unify the GUI API.
- Added functions:
- GWEN_Dialog_GetGuiId
- GWEN_Dialog_SetGuiId
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar...
11.02.2010
- 20:07 Revision d4c97963 (gwenhywfar): More work on GWEN_DIALOG framework.
- - added properties
- GWEN_DialogProperty_Focus
- GWEN_DialogProperty_SortDirection
- GWEN_DialogProperty_Sort
-... - 02:15 Revision a2391860 (gwenhywfar): Much more work on GWEN_DIALOG framework.
- - added functions
- GWEN_Dialog_GetId()
- GWEN_Dialog_ReadXmlFile()
- allow for multiple implData pointers in GWE... - 02:14 Revision 39a5f41c (gwenhywfar): Added function GWEN_PathManager_FindFile().
- This function makes it easier to find files using the path manager.
git-svn-id: https://devel.aqbanking.de/svn/gwenh...
10.02.2010
- 02:45 Revision 7de91dd8 (gwenhywfar): More work on GWEN_DIALOG framework.
- - removed some callback functions which needed to be set by a GWEN_GUI
implementation.
We now have only 4 such ca...
06.02.2010
- 18:11 Revision 8cb2738b (gwenhywfar): Added widget type "checkbox".
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1627 70169cfe-8b10-0410-8925-dcb4b91034d8
- 18:11 Revision 758467ea (gwenhywfar): Fixed a bug in GWEN_DIALOG framework.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1626 70169cfe-8b10-0410-8925-dcb4b91034d8
- 17:14 Revision 16627d5f (gwenhywfar): Added path GWEN_PM_SYSDATADIR.
- GWEN_PM_SYSDATADIR can be used to determine the folder containing system data
(usually "/usr/share").
git-svn-id: ht... - 17:14 Revision 0672d164 (gwenhywfar): Some fixes to the GWEN_DIALOG framework.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1624 70169cfe-8b10-0410-8925-dcb4b91034d8
04.02.2010
- 15:09 Revision b5373684 (gwenhywfar): More work on GWEN_DIALOG framework.
- - added functions for adding and clearing choices (for widgets which support
choices, like combo boxes etc)
- GWEN_...
01.02.2010
- 11:40 Revision 25566a35 (gwenhywfar): 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
23.01.2010
- 18:23 Revision f14600be (gwenhywfar): Undo for git-svn-test.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1621 70169cfe-8b10-0410-8925-dcb4b91034d8
- 18:20 Revision c8025ffe (gwenhywfar): GIT-SVN-Test, please ignore.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1620 70169cfe-8b10-0410-8925-dcb4b91034d8
- 18:18 Revision 97f83b48 (gwenhywfar): Implemented subdialogs, hide widgets from application.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1619 70169cfe-8b10-0410-8925-dcb4b91034d8
- 18:18 Revision 06b74237 (gwenhywfar): Fixed a typo.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1618 70169cfe-8b10-0410-8925-dcb4b91034d8
- 18:18 Revision 0d40a922 (gwenhywfar): Added a few widget types.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1617 70169cfe-8b10-0410-8925-dcb4b91034d8
- 18:18 Revision dfbdf630 (gwenhywfar): 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
- 18:17 Revision 4ef78eb6 (gwenhywfar): 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
- 18:17 Revision e49fd234 (gwenhywfar): 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. al...
Auch abrufbar als: Atom