Projekt

Allgemein

Profil

Aktivität

von 17.06.2010 bis 16.07.2010

16.07.2010

12:39 Revision 9e9c46e1 (gwenhywfar): 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 ...
martin
00:06 Revision 28bba122 (gwenhywfar): 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 martin

15.07.2010

23:42 Revision ad4f31ad (gwenhywfar): HTML: Use bold font for table headers.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1891 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
23:36 Revision 20c9f47e (gwenhywfar): HTML: Reworked table column width calculation.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1890 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
22:50 Revision a2d582d9 (gwenhywfar): FOX16: Improved HtmlCtx code.
- added functions to access the dimensions of the rendered HTML text
- "BR" element now advances by a default line he...
martin
22:46 Revision 0417ee1b (gwenhywfar): 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 christian
17:16 Revision 20f7bab7 (gwenhywfar): GWEN_Text_UnescapeXmlToBuffer() now also translates "ü" etc.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1887 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
17:03 Revision 7fb93216 (gwenhywfar): FOX16: Export HTML context functions.
AqFinance uses them now to create a HTMLContext implementation using
Cairo to print to PDF files.
This commit also fi...
martin
12:44 Revision a9c2c41c (gwenhywfar): Added missing file.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1885 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
12:43 Revision 52a9203c (gwenhywfar): Introduced x- and y factors for HTML output.
admin
12:42 Revision 74f7a6b7 (gwenhywfar): Added missing file.
admin

14.07.2010

14:23 Revision 3c608d3a (gwenhywfar): QT4: Fixed a few bugs.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1884 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
14:13 Revision 17534eb6 (gwenhywfar): 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 martin

13.07.2010

22:31 Revision 92f25ff8 (gwenhywfar): Prepared release 3.99.13beta.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1882 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
22:31 Revision c16ed617 (gwenhywfar): QT4: Fixed two bugs.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1881 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
18:48 Revision b7ed291c (gwenhywfar): QT4: Added extra sources to EXTRA_DIST
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1880 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
18:46 Revision e60cdae2 (gwenhywfar): 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...
martin
11:43 Revision cb1e0a93 (gwenhywfar): 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-...
martin
10:58 Revision ac91fd00 (gwenhywfar): 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:...
martin

12.07.2010

22:53 Revision a863f1e1 (gwenhywfar): FOX16: Implemented RadioButtons.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1876 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
20:43 Revision 32aaedf1 (gwenhywfar): GTK2: Implemented radio button.
Now the GTK2 GUI is the first complete implementation of GWEN's Dialog
Framework.
git-svn-id: https://devel.aqbankin...
martin
20:15 Revision bf60c8fa (gwenhywfar): 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 t...
martin
19:31 Revision fbbcb2ff (gwenhywfar): 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, bu...
martin
19:19 Revision bf26deaa (gwenhywfar): GTK2: Button can now have an icon.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1872 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
19:10 Revision 5a8b3e6d (gwenhywfar): GTK2: Implemented image widget.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1871 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
18:51 Revision 39de21f0 (gwenhywfar): GTK2: Implemented ScrollArea.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1870 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
18:24 Revision ae52a4f1 (gwenhywfar): GTK2: Implemented checkbox widget.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1869 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
15:22 Revision ef3163c7 (gwenhywfar): FOX16: Export themed widgets.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1868 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
14:43 Revision 0a696dcc (gwenhywfar): Prepared release 3.99.12beta.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1867 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
13:50 Revision c6f3f618 (gwenhywfar): Updated API doc.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1866 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
13:50 Revision 70d25e29 (gwenhywfar): 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 martin

10.07.2010

13:49 Revision 95a21dc4 (gwenhywfar): Added UI files to .gitignore.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1864 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
13:49 Revision 16fffda4 (gwenhywfar): 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 70169cf...
martin

09.07.2010

19:12 Revision 71a83ce6 (gwenhywfar): GTK2-GUI: Implemented function GetFileName().
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1862 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
18:21 Revision 17cd0f68 (gwenhywfar): 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 70...
martin
13:07 Revision 65f4ac5c (gwenhywfar): 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.aqbankin...
martin

08.07.2010

20:15 Revision ac71c5a7 (gwenhywfar): GUI: Fixed a layout problem.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1859 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
17:23 Revision ff75169e (gwenhywfar): 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 u...
martin
16:46 Revision 250b3b3a (gwenhywfar): Improved progress dialog.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1857 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
15:37 Revision f78266da (gwenhywfar): GUI: Improved layout of some dialog.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1856 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
15:37 Revision b7829fd1 (gwenhywfar): 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 martin

07.07.2010

22:50 Revision 14880ace (gwenhywfar): Prepared release 3.99.11beta.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1854 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
19:25 Revision 4aaabc21 (gwenhywfar): Fixed a typo.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1853 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
17:23 Revision 561fb554 (gwenhywfar): GUI: Fixed some problems.
- improved GWEN_Gui_WaitForSockets(): This function can now be aborted by
the user (uses a progress dialog now)
- d...
martin

03.07.2010

00:28 Revision 2c90afdf (gwenhywfar): FOX16_HtmlLabel: Added another style flag to improve layout.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1851 70169cfe-8b10-0410-8925-dcb4b91034d8 martin

01.07.2010

12:50 Revision bd496d3d (gwenhywfar): DIALOG: Implemented "visibilty" property for QT3 and QT4 frontends.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1850 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
11:48 Revision c7ce344e (gwenhywfar): GUI: More fixes on FOX16 HTML labels.
- added width and height fields to GWEN_WIDGET
Those are just hints which only are used for some special widgets, l...
martin
00:46 Revision 5c5c17a3 (gwenhywfar): Added function GWEN_IdList64_GetEntryCount().
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1848 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
00:46 Revision b3c96bba (gwenhywfar): FOX-GUI: Worked on a layout problem with HTML labels.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1847 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
00:46 Revision a1a93bef (gwenhywfar): GUI: Added write-only property "Visibility".
This can be used to hide parts of a dialog (like the log window in a
progress widget).
Use that in the FOX frontend ...
martin

29.06.2010

15:03 Revision 07683969 (gwenhywfar): Typemaker2: Now allows for self-references in type descriptions.
A type description can now also use types derived from itself (e.g. LIST,
LIST2, TREE).
Virtual functions can now als...
martin

28.06.2010

14:11 Revision f1920ff0 (gwenhywfar): Typemaker2: Added support for virtual functions.
Generated structs can now also have virtual functions (i.e. function
pointers which can be set).
git-svn-id: https:/...
martin

25.06.2010

23:42 Revision c1614d9d (gwenhywfar): FOX16: Call layout() before showing.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1843 70169cfe-8b10-0410-8925-dcb4b91034d8 martin

24.06.2010

17:45 Revision 84398d07 (gwenhywfar): Prepared release 3.99.10beta.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1842 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
17:30 Revision f661d7c0 (gwenhywfar): CryptTpken: Added virtual function ActivateKey.
This function is used to copy the TempLocalSignKey to either the local
sign or local auth key.
git-svn-id: https://d...
martin

23.06.2010

23:55 Revision 1903b581 (gwenhywfar): GTK 2.17.5 is required because of gtk_widget_get_sensitive() and gtk_widget_has_focus()
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1840 70169cfe-8b10-0410-8925-dcb4b91034d8 mlenk

20.06.2010

16:22 Revision e370eef9 (gwenhywfar): GTK2: Fixed two bugs.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1839 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
16:22 Revision b7da34e2 (gwenhywfar): Decreased minimum width of progress dialog.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1838 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
16:22 Revision f313d96c (gwenhywfar): GTK2: removed debug messages.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1837 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
16:09 Revision cb7d81ad (gwenhywfar): GTK2 GUI: Show progress value in GtkProgressBar.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1836 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
16:09 Revision 7c5d85c6 (gwenhywfar): Work on GTK2. Basically this now works with Gwen's dialogs.
Not all needed widgets are implemented, but at least the input- and progress
functions of GWEN_GUI are usable with th...
martin
13:46 Revision 1f266449 (gwenhywfar): Added an example dialog to the doc folder.
This example explains how to create your own dialog with GWEN's dialog
framework and how to use a dialog from within ...
martin
12:51 Revision fc64b0d9 (gwenhywfar): Increased version number.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1833 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
12:51 Revision dbf70dd4 (gwenhywfar): Fixed a bug: Escape text to HTML in GWEN_DlgProgress_AddLogText().
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1832 70169cfe-8b10-0410-8925-dcb4b91034d8 martin

19.06.2010

20:10 Revision 8378bd38 (gwenhywfar): Improved FOX16 Gui.
- added widget FOX16_HtmlText
- use that widget now as text browser (this allows for HTML text in the
browser as op...
martin

17.06.2010

13:05 Revision d6e0c95d (gwenhywfar): Prepared release 3.99.9beta.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1830 70169cfe-8b10-0410-8925-dcb4b91034d8 martin
 

Auch abrufbar als: Atom