Aktivität
von 28.05.2004 bis 26.06.2004
26.06.2004
- 20:34 Revision b826574d (gwenhywfar): - ui:
- - focus can now be changed to the nex *AND* to the previously active
widget ;-)
- base/misc.h:
- added function... - 19:11 Revision e980b30d (gwenhywfar): added EventChecked for checkboxes
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@422 70169cfe-8b10-0410-8925-dcb4b91034d8
- 18:44 Revision 61372ca5 (gwenhywfar): - ui:
- - UI headers are now expected in "${prefix}/include/gwenhywfar/ui"
- configure.ac, gwenhywfar-config.in.in:
- added... - 18:20 Revision 8ff7e24d (gwenhywfar): added several GetText functions
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@420 70169cfe-8b10-0410-8925-dcb4b91034d8
- 18:01 Revision 0ec46974 (gwenhywfar): replaced ncurses-forms lib in configure script by ncurses-panel lib
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@419 70169cfe-8b10-0410-8925-dcb4b91034d8
- 17:55 Revision 803d9b75 (gwenhywfar): - TextWidget: Now sends a "Chosen" event when ENTER is pressed in line mode.
- This is interpreted e.g. by the DropDownBox.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@418 70169c... - 17:53 Revision 2c50fc84 (gwenhywfar): added missing files
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@417 70169cfe-8b10-0410-8925-dcb4b91034d8
- 17:53 Revision f4240d91 (gwenhywfar): - added a subscription model: Widgets can now subscribe to any event
- received by any other widget. This is similiar to the signal/slot
mechanism used in *graphical* user interfaces
... - 07:22 Revision d4ada017 (gwenhywfar): - parser/xml: now accepts simple tags (like "<br>" or "<hr>") without
- ending tags (e.g. there is no more need for "<br/>").
This allows to use simple HTML for texts in TextWidget and de... - 07:09 Revision 5c38d388 (gwenhywfar): added another widget flag (for ignoring help string to avoid recursions)
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@414 70169cfe-8b10-0410-8925-dcb4b91034d8
- 07:02 Revision 2e856394 (gwenhywfar): - added a help string which can be assigned to a widget. Whenever F1 is
- pressed the current widget will popup a message box and show that help
text in it. If the widget which currently ... - 06:59 Revision 00db8fe7 (gwenhywfar): minor fixes
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@412 70169cfe-8b10-0410-8925-dcb4b91034d8
- 06:47 Revision f89b10ad (gwenhywfar): - ui:
- - introduced MODAL flag for widgets (focus will never go beyond a MODAL
widget)
- completed MessageBox, which i...
25.06.2004
- 01:43 Revision b3c6077a (gwenhywfar): - ui:
- - nearly completed MessageBox
- reworked XML->text parsing of TextWidget
- close events do now work
- provide m...
24.06.2004
- 10:03 Revision e8c38d4b (gwenhywfar): 2004-06-24 Christian Stimming <stimming@tuhh.de>
- * configure.ac, src/Makefile.am: Make the compilation of the UI
module conditional on whether ncurses is avai... - 09:49 Revision 8e2388a5 (gwenhywfar): Fix compiler warnings.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@408 70169cfe-8b10-0410-8925-dcb4b91034d8
- 03:29 Revision 7d8db137 (gwenhywfar): - ui:
- - added Close-events
- added ScrollWidget (which basically is a widget with optional vertical
and horizontal sc...
23.06.2004
- 00:24 Revision e6ba7725 (gwenhywfar): - ui: added Button and a command event emitted by buttons (or menus later)
- This will allow me to create a Message class and a TextBrowser module
tomorrow (hopefully).
git-svn-id: https://d...
22.06.2004
- 13:56 Revision 472558e8 (gwenhywfar): Fix compiler warnings
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@405 70169cfe-8b10-0410-8925-dcb4b91034d8
- 04:47 Revision ea7d6cbf (gwenhywfar): - ui: added VSlider, fixed many bugs in UI code etc. It is still slow
- but now it works ;-) I will have to optimize later...
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@4...
21.06.2004
- 06:05 Revision d53b6727 (gwenhywfar): added tablewidget
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@403 70169cfe-8b10-0410-8925-dcb4b91034d8
20.06.2004
- 09:34 Revision 19604726 (gwenhywfar): - started working on a ncurses GUI which will be used by Libchipcard's setup
- tools and maybe by AqMoney2...
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@402 70169cfe-8b10-0410-8...
18.06.2004
- 09:38 Revision 7c1ea34d (gwenhywfar): fixes
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@401 70169cfe-8b10-0410-8925-dcb4b91034d8
- 09:15 Revision c7da6ab7 (gwenhywfar): added missing implementation in crypt/none
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@400 70169cfe-8b10-0410-8925-dcb4b91034d8
- 09:01 Revision eccb5267 (gwenhywfar): - crypt/nettransportssl: added function GWEN_NetTransportSSL_GenerateDhFile
- So now there finally is no need to access OpenSSL from outside Gwen just
to make parts of Gwen (namely the SSL stuf...
17.06.2004
- 02:01 Revision c9227af0 (gwenhywfar): - m4/os.m4: Define OS_POSIX if running on a POSIX system
- - os/posix/libloader:
improved library loading. Now the following order is used when loading
a library:
1) the ...
16.06.2004
- 18:06 Revision c146acda (gwenhywfar): - parser/db: added function GWEN_DB_InsertGroup
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@397 70169cfe-8b10-0410-8925-dcb4b91034d8
11.06.2004
- 22:10 Revision ec256bbf (gwenhywfar): - ipc/ipc.c: added GWEN_IPCManager_Attach() and usage counter
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@396 70169cfe-8b10-0410-8925-dcb4b91034d8
08.06.2004
- 21:05 Revision bbd92f74 (gwenhywfar): - parser/db: increased size of the word buffer used (I'm still looking
- for a better solution. Maybe I will write a DBIO which reads/writes DB as
XML files...)
git-svn-id: https://devel...
07.06.2004
- 20:24 Revision 4b173970 (gwenhywfar): - ipc/ipc: fixed a bug (did not take node id into account when assigning a
- response to a request)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@394 70169cfe-8b10-0410-8925-dcb4... - 10:52 Revision d1c1508a (gwenhywfar): 2004-06-07 Christian Stimming <stimming@tuhh.de>
- * src/crypt/none/cryptnone.c: Fix function prototype SSL_new.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar...
06.06.2004
- 12:05 Revision 49458851 (gwenhywfar): - ipc/ipc: fixed a bug (did not take node id into account when assigning a
- response to a request)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@392 70169cfe-8b10-0410-8925-dcb4...
04.06.2004
- 15:35 Revision 1646b90c (gwenhywfar): - base/idlist.c: fixed another stupid bug
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@391 70169cfe-8b10-0410-8925-dcb4b91034d8
- 13:30 Revision 984309b0 (gwenhywfar): minor fixes
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@390 70169cfe-8b10-0410-8925-dcb4b91034d8
03.06.2004
- 12:43 Revision 90dd49e5 (gwenhywfar): even more work on SSL ;-)
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@389 70169cfe-8b10-0410-8925-dcb4b91034d8
- 11:31 Revision 300edf3f (gwenhywfar): more fixes on SSL code
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@388 70169cfe-8b10-0410-8925-dcb4b91034d8
- 09:26 Revision 66552aa3 (gwenhywfar): added function which checks whether an SSL connection is secure
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@387 70169cfe-8b10-0410-8925-dcb4b91034d8
- 09:12 Revision ae455377 (gwenhywfar): - os/gwentime: added function to retrieve the time in milliseconds
- - base/idlist: fixed two severe bugs
- crypt/ossl/nettransportssl: added functions to retrieve the peer certificate
...
02.06.2004
- 22:21 Revision 814372b9 (gwenhywfar): - crypt/ossl/cryptssl_rsa: fixed a severe bug which caused signing to fail
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@385 70169cfe-8b10-0410-8925-dcb4b91034d8
30.05.2004
- 17:35 Revision 94ce5efe (gwenhywfar): - parser/text: GWEN_Text_FromHexBuffer now ignores blanks
- - parser/msgengine: added property "storedAs" which indicates the storage
type when reading bin-values from withi...
29.05.2004
- 07:57 Revision 8fe90a4a (gwenhywfar): - parser/msgengine.c:
- - added ELEM property "size" which indicates that an element should have a
fixed size (as needed for Libchipcard)...
Auch abrufbar als: Atom