Aktivität
von 14.02.2010 bis 15.03.2010
13.03.2010
- 02:33 AqFinance Revision 7211a5af (aqfinance): Listing open bills now works!
- - added query functions "areset" and "isclear"
- added module AE_OpenBills
- removed unneeded code (ae_rollback)
12.03.2010
- 13:18 AqFinance Revision 4f800264 (aqfinance): Use AEDB_Query now also from within database plugin.
- 02:13 AqFinance Revision 3f5037c3 (aqfinance): Minor speedup.
- 01:57 AqFinance Revision 6e595b75 (aqfinance): Prepared switch to single query object.
- 01:39 AqFinance Revision 4edeae50 (aqfinance): More work on business code.
- 01:39 AqFinance Revision f15794d8 (aqfinance): Icons resized.
- 01:39 AqFinance Revision 21bd039e (aqfinance): Moved AE_Query code to database where we can use it also from within the database.
- Currently we have two implementations of query code. This is the first step
in unification.
11.03.2010
- 23:53 AqFinance Revision a910245d (aqfinance): Started working on a business module. Use new icons.
- 23:32 AqFinance Revision 41b19c3b (aqfinance): Added preliminary business icon.
- 18:27 AqFinance Revision 9bdeae49 (aqfinance): Added a few flags to AE_TASK.
- 09:41 AqFinance Revision 8fa1cf4c (aqfinance): Work on build system.
- Removed autogenerated files; sources are now created when necessary using
typemaker2. Removed unneeded files. - 08:45 AqFinance Revision 18354707 (aqfinance): Added .gitignore for autogenerated files.
- 08:40 AqFinance Revision dcb48abb (aqfinance): Removed autogenerated files.
- 08:36 AqFinance Revision 83add128 (aqfinance): Started working on AE_TASK.
10.03.2010
- 23:26 AqFinance Revision 6f86d6f3 (aqfinance): Income accounts need reversed sign, too.
- 23:26 AqFinance Revision 08ad37af (aqfinance): Use FF_ValueEdit in ItemTable, added 2 columns to FF_SplitTable.
- 21:55 AqFinance Revision dfaf629f (aqfinance): Added a split editor, fixed a few bugs.
- NOTE: Remember to always set the dbId in newly read objects!
- 17:10 AqFinance Revision fcd71b85 (aqfinance): Added handling for account balances, removed category handling.
- Removed PlaceHolder account type, added flag for that purpose.
- 00:57 AqFinance Revision 2aa6c9f2 (aqfinance): More work on Simple GUI.
- - added widget FF_CategoryEdit (stripped down version of FF_AccountEdit)
- added dialogs
- FF_SelectCategory (strip...
09.03.2010
- 16:33 Gwenhywfar Revision 5790b396 (gwenhywfar): Improved typermaker2.
- - now *_List_dup() functions are declared when structs are created with
list1 support
- added header location "code... - 16:29 AqFinance Revision f26e2ee6 (aqfinance): Transactions and Splits are now created by typemaker2.
- - added function AE_Book_ApplyTransaction()
- 16:26 AqFinance Revision e15fb5ca (aqfinance): Major speedup of database in edit mode.
- This has been achieved by using GWEN_IDMAP objects to memorize positions
of modified/added objects in the session log... - 01:36 Gwenhywfar Revision 73d053f7 (gwenhywfar): Added function GWEN_Date_fromTime().
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1675 70169cfe-8b10-0410-8925-dcb4b91034d8
- 01:34 AqFinance Revision 22d3231b (aqfinance): Improved rule editor, slightly modified match colors in statement- and transaction tables.
08.03.2010
- 22:53 AqFinance Revision 62030f59 (aqfinance): Changed code of AE_Book_ReadAccountTree.
- 22:35 AqFinance Revision cbb5577e (aqfinance): Much more work.
- - removed commodity handling (we now only handle currencies)
- removed FF_ManageCommodities
- improved account type h...
06.03.2010
- 20:21 AqFinance Revision a7b687ac (aqfinance): Add AE_Utils and FF_ValueEdit.
- Values can now have units which are correctly parsed by AE_Utils. This
will simplify amount editing (FF_AmountEdit wi... - 18:31 AqFinance Revision a73c7aad (aqfinance): Added handling of items and item templates.
- Use these items in AE_EditJob. This makes writing invoices much faster.
- AE_ADDRESS now uses a common field for stre... - 18:26 AqFinance Revision c75941d7 (aqfinance): Fixed a typo.
- 01:58 AqFinance Revision 86a8bce6 (aqfinance): Improved dbdir plugin.
- The header now also contains the number of objects currently stored in
the database (including free'd ones). This was... - 01:56 AqFinance Revision ba67dd0d (aqfinance): More work on some dialogs.
- - FF_EditGroup now reads/writes its geometry
- fixed a bug in FF_EditPartner (was not setting opts)
- added dialog FF...
05.03.2010
- 18:42 AqFinance Revision d3ba5089 (aqfinance): Added Taxes (including dialogs and widgets).
- An editor still needs to be written.
- added dueDate to AE_JOB - 01:11 AqFinance Revision fb24de93 (aqfinance): Removed some unneeded entries from .gitignore.
- 01:10 AqFinance Revision 783be17d (aqfinance): Added some preliminary text to README.
- 01:10 AqFinance Revision 919cfa33 (aqfinance): Transformed many classes to typemaker2 classes.
- This transformation makes it easier to add fields to objects. It also makes
sure that all stuff which is written can ... - 01:03 Gwenhywfar Revision f56896eb (gwenhywfar): Work on typemaker2, fixed a few bugs.
- - GWEN_Text_UnescapeXmlToBuffer() now also reads ""-formatted codes
- GWEN_XmlCtxStore_AddAttr() now also escapes...
04.03.2010
- 20:46 AqFinance Revision d053fa96 (aqfinance): Much more work on import framework.
- - added widgets
- FF_PartnerEdit
- added dialogs
- FF_EditStatements
- FF_EditPartnerStmRules
- FF_EditJob now ... - 13:04 Gwenhywfar Revision 8769db58 (gwenhywfar): Fixed FOX16-GUI: Use HTML labels for GWEN_DIALOG labels.
- This now makes HTML available to the GWEN_DIALOG implementation for FOX1.6.
Fixed problems of FOX16_HtmlLabel with um... - 01:07 AqFinance Revision 48ca4bff (aqfinance): Fixed a bug in bank account view.
- 00:49 AqFinance Revision 3690a73d (aqfinance): Many changes and improvements.
- - added table for partner rules
- allow editing of rules from within the partner editor
- added function AE_Book_Read...
03.03.2010
- 21:54 Gwenhywfar Revision 3fb2fa8b (gwenhywfar): GWEN_BUFFER: Increased maximum number of bookmarks.
- This is needed by AqFinance since we use GWEN_BUFFER objects to hold
database objects. Transaction statements now hav... - 21:54 Gwenhywfar Revision 33c45e19 (gwenhywfar): FOX16-GUI: Force sync on GUI update.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1671 70169cfe-8b10-0410-8925-dcb4b91034d8
- 21:54 Gwenhywfar Revision 10d9ea76 (gwenhywfar): Improved internal dialog-based GUI implementation.
- - added checktime member to GWEN_PROGRESS_DATA. This is used to keep
track of the last time a GUI check has been is... - 21:54 Gwenhywfar Revision cdf41005 (gwenhywfar): Updated Doxyfile.in.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1669 70169cfe-8b10-0410-8925-dcb4b91034d8
- 00:30 AqFinance Revision 7fc9797d (aqfinance): Added dialog FF_SelectPartner, more work on FF_EditJob.
01.03.2010
- 23:47 AqFinance Revision 59cc8138 (aqfinance): Started working on dialog FF_EditJob.
- - more work on ff_amountedit and ff_itemtable
- removed debugging message in ff_statementtable.cpp
- added some field... - 16:37 Gwenhywfar Revision c0a087ec (gwenhywfar): Build system fixes.
- - removed accidental dependencies on aqbanking
- added missing files to Makefile.am
- removed unused files
git-svn-i...
25.02.2010
- 13:57 AqFinance Revision 0c53572a (aqfinance): Use HTML parser and label from GWEN-GUI-FOX16, removed internal HTML code.
- 13:56 AqFinance Revision a81f2eff (aqfinance): Added import functions to menu.
- 12:32 Gwenhywfar Revision 409afb17 (gwenhywfar): More work on FOX16 Gui: Huge speedup of HTML management.
- Now we make FOX16_Gui hold the list of used fonts. This is a major speed
improvement since each font is now only crea... - 00:04 Gwenhywfar Revision 7a310257 (gwenhywfar): Install some headers of the HTML parser as they are needed by other applications.
- AqFinance is now in the process of moving from using its internal HTML
parser to using that of gwen-gui-fox16 (remove...
24.02.2010
- 23:41 AqFinance Revision 6ddbef40 (aqfinance): Use new HTML parser from gwen-gui-fox16 in FW_Table.
- 18:42 AqBanking Revision dee6c31a (aqbanking): Released 4.2.6beta.
- git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@1838 5c42a225-8b10-0410-9873-89b7810ad06e
- 18:42 AqBanking Revision 8e7e5543 (aqbanking): Added dialog files to package.
- git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@1837 5c42a225-8b10-0410-9873-89b7810ad06e
- 18:29 Gwenhywfar Revision e2281026 (gwenhywfar): Prepared release 3.11.5beta.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1665 70169cfe-8b10-0410-8925-dcb4b91034d8
- 18:29 Gwenhywfar Revision c4697f2b (gwenhywfar): Decreased verbosity prior to release.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1664 70169cfe-8b10-0410-8925-dcb4b91034d8
- 18:29 Gwenhywfar Revision 53b71c36 (gwenhywfar): More work on HTML parser: Right alignment now works (as needed by AqFinance).
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1663 70169cfe-8b10-0410-8925-dcb4b91034d8
- 09:25 Gwenhywfar Revision 333fcb3a (gwenhywfar): More work on HTML parser.
- Now supports tags h1, h2, h3.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1662 70169cfe-8b10-0410-89... - 08:28 AqBanking Revision 43c72773 (aqbanking): Fixed a bug in SWIFT subtag detection (reported by Andreas Filsinger).
- git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@1836 5c42a225-8b10-0410-9873-89b7810ad06e
- 00:00 AqFinance Revision bc09f19b (aqfinance): Use FOX16 gui from gwenhywfar.
23.02.2010
- 23:44 Gwenhywfar Revision 272621a1 (gwenhywfar): Changed test message.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1661 70169cfe-8b10-0410-8925-dcb4b91034d8
- 23:44 Gwenhywfar Revision e875e854 (gwenhywfar): More work on HTML parser. Added class FOX16_HtmlLabel.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1660 70169cfe-8b10-0410-8925-dcb4b91034d8
- 21:08 Gwenhywfar Revision 432c0a9c (gwenhywfar): More work on HTML parser for the FOX15 implementation of the dialog framework.
- - added a test tool
- implemented font-related callbacks
- added code to paint to a FXDC
- g_box.c: when parsing word...
22.02.2010
- 23:39 Gwenhywfar Revision 07ad821f (gwenhywfar): Started working on a richtext/HTML parser for FOX frontend.
- The FOX Toolkit doesn't normally provide richtext/html widgets, so we
provide our own simple html parser to be used w...
21.02.2010
- 22:35 Gwenhywfar Revision 5cc78a84 (gwenhywfar): Fixed another typo.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1657 70169cfe-8b10-0410-8925-dcb4b91034d8
- 20:20 Gwenhywfar Revision 6a692d7e (gwenhywfar): Fixed a typo.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1656 70169cfe-8b10-0410-8925-dcb4b91034d8
- 20:17 Gwenhywfar Revision 0e79db22 (gwenhywfar): Build-system fixes (provided by Micha Lenk).
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1655 70169cfe-8b10-0410-8925-dcb4b91034d8
- 18:55 Gwenhywfar Revision c9f170a6 (gwenhywfar): Added dialog files to EXTRA_DIST.
- Some *_DATA statements seem not to make the autotools include the data files
in packages...
git-svn-id: https://deve... - 18:51 Gwenhywfar Revision c59e8fd3 (gwenhywfar): Fixed a problem in configure.ac (patch provided by Micha Lenk).
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1653 70169cfe-8b10-0410-8925-dcb4b91034d8
- 14:23 AqBanking Revision d7cb5daa (aqbanking): New version of sns.conf provided by Koos Pol.
- git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@1835 5c42a225-8b10-0410-9873-89b7810ad06e
19.02.2010
- 22:50 Gwenhywfar Revision 09e4e62f (gwenhywfar): Released 3.11.4beta.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1652 70169cfe-8b10-0410-8925-dcb4b91034d8
- 22:46 AqBanking Revision 44fa6617 (aqbanking): Released 4.2.5beta.
- git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@1834 5c42a225-8b10-0410-9873-89b7810ad06e
- 22:42 Gwenhywfar 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 Gwenhywfar 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 Gwenhywfar 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 Gwenhywfar 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 Gwenhywfar 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 Gwenhywfar Revision 81bccf49 (gwenhywfar): Added GUI implementations.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1646 70169cfe-8b10-0410-8925-dcb4b91034d8
- 00:05 AqBanking Revision 9ac43219 (aqbanking): QT4 frontend now uses gwen-gui-qt4.
- git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@1833 5c42a225-8b10-0410-9873-89b7810ad06e
17.02.2010
- 20:05 Gwenhywfar 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:31 AqFinance Revision cc6f1b95 (aqfinance): Removed handling of GWEN MessageBox and InputBox (now handled by gwen).
- LineEdit now emits signal "ValueChanged" upon change, and "Activated" when
ENTER is pressed. - 19:28 AqBanking Revision ca1beee0 (aqbanking): Dialog settings are now read/written by gwen.
- - abgui now implements
- GWEN_Gui_WriteDialogPrefs() and
- AB_Gui_ReadDialogPrefs
It uses its shared data modul... - 19:25 Gwenhywfar 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 Gwenhywfar 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 Gwenhywfar 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:29 AqFinance Revision 47fecc04 (aqfinance): Removed internal progress handling (this is now done by gwen).
- 14:22 AqFinance Revision 097c9d03 (aqfinance): Improved GWEN_Dialog framework.
- Fixed FG_Gui::getRawText() and FG_Gui::getHtmlText(), implemented
asynchronous dialogs. - 14:20 AqFinance Revision a67321fd (aqfinance): Reduced GUI snappiness by introducing FG_Updater.
- This class uses FOX "chores" to enforce gui refreshing.
The problem with normal update and FXApp::runWhileEvents() is... - 14:02 Gwenhywfar 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 Gwenhywfar 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 Gwenhywfar 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:46 AqBanking Revision 851341b0 (aqbanking): Adjusted to latest changes in gwen.
- git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@1831 5c42a225-8b10-0410-9873-89b7810ad06e
- 23:41 Gwenhywfar 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
- 15:16 AqBanking Revision ccd7463d (aqbanking): Improved layout of the new dialogs.
- git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@1830 5c42a225-8b10-0410-9873-89b7810ad06e
- 02:35 AqFinance Revision 7d239956 (aqfinance): Adjusted to latest changes in Gwen.
- 02:33 AqBanking Revision c5ef46be (aqbanking): Adjusted to latest changes in gwen.
- git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@1829 5c42a225-8b10-0410-9873-89b7810ad06e
- 02:32 Gwenhywfar 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... - 00:32 AqBanking Revision 8a0b761c (aqbanking): The QT3 frontend now uses the external GWEN_GUI implementation gwen-gui-qt3.
- Since a first QT3 implementation of the GWEN_DIALOG framework is in place
we now use that library instead of the buil...
Auch abrufbar als: Atom