Commit Graph

11916 Commits (bbde4b3dbae16409e89bc641ac097bdcf3818c91)
 

Author SHA1 Message Date
Phil Longstaff 4e47416ede 1) Add new files to po/POTFILES.in
17 years ago
Phil Longstaff f8cf69ef2d Add some debug enter/exit tracing. Add some more argument checking.
17 years ago
Derek Atkins c02bba9102 Upgrade doxygen configuration from 1.5.2 to 1.5.7.1
17 years ago
Phil Longstaff 6e46443785 Fix uninitialized variable fileChooserAction.
17 years ago
Andrew Sackville-West 07467f13c6 Implement new custom report dialog.
17 years ago
Charles Day 908813cf34 QIF Import: Throw an error immediately upon failing to parse a category. Previously a bad value was returned, which could then cause a failure in the caller.
17 years ago
Charles Day 77c174f5c0 QIF: Replicate the fix from r17998 in two other QIF-related places.
17 years ago
Charles Day dfa30891c7 QIF Import: Support backslash characters in category names. There was a mistake the regular expression, as a pipe symbol shouldn't be escaped with a backslash when used inside brackets.
17 years ago
Phil Longstaff 52343ab661 Add debugging info re SQL transactions
17 years ago
Phil Longstaff 69458bd21c 1) Remove obsolete dwi directory.
17 years ago
Phil Longstaff 580ac585ee Remove Database Connection dialog and menu entry
17 years ago
Phil Longstaff eb2aa66bfe Implement BEGIN/COMMIT/ROLLBACK for transaction support. Provides a *huge*
17 years ago
Derek Atkins 45370b48d8 Add a glade file to the POTFILES list.
17 years ago
Derek Atkins c08c1baf73 remove python-bindings from POTFILES.in
17 years ago
Derek Atkins e52c8693a2 Ignore the python-bindings when building translations.
17 years ago
Phil Longstaff 39c89512e0 Replace radio buttons with a combo box. A bit ugly because I haven't figured out how to keep
17 years ago
Charles Day c3b86442c0 Reports: Speed up the report infrastructure. Patch by Mike Alexander.
17 years ago
Charles Day 2d2e2d5b0e Register: Fix the file name in a comment.
17 years ago
Charles Day 08a8d60401 Register: Add a few debugging calls.
17 years ago
Charles Day e3477bc041 Register core: Start doxygen documentation of table-allgui.h
17 years ago
Charles Day 4165e0ed62 Bug #523982: Fix the Enter key in double-line mode. The register had wrongly assumed one physical row per virtual row.
17 years ago
Phil Longstaff 945e700a37 Fix lots of splint issues (including memory leaks). This includes some changes
17 years ago
Charles Day 0621803bd6 QIF Import: Correct case of cleared status code "c" in documentation text file.
17 years ago
Charles Day 1c8761d6d1 QIF Import: Allow "R" or "r" for reconciled, and "C" or "c" for cleared.
17 years ago
Charles Day 573d809b4a QIF Import: Add a section for "cleared status" and fix some inconsistent whitespace.
17 years ago
Phil Longstaff 9017cbf593 Disable radio buttons for access types (sqlite3/mysql/pgsql) which don't have a qof backend
17 years ago
Phil Longstaff cf19b319e3 Don't create qof backends for uri types where there is no libdbi driver installed.
17 years ago
Phil Longstaff f20bbd373d In File Access dialog, sqlite3 is default format, so make db fields
17 years ago
Phil Longstaff bcf974bd11 1) Add new dialog-file-access which combines the standard GTK file selection widget with
17 years ago
Phil Longstaff dea5a1c388 Handle integer values returned as string GValues (mysql does this for bigint
17 years ago
Phil Longstaff a9116066f4 1) Update table version number so that tables aren't re-updated each time (update won't hurt, but
17 years ago
Phil Longstaff e0f50e0589 Update business table version numbers
17 years ago
Andrew Sackville-West ad7e8d3876 refactor saved-reports-2.4 migration to eliminate duplicate code and
17 years ago
Charles Day 5456ef6eba Business ledger: Don't leave the account cell if the user chooses not to create a new account when prompted. This allows any typo to be quickly fixed. Previously the account cell text was blanked and focus moved to the next cell.
17 years ago
Charles Day 69379901ca Register: Fix an unbalanced ENTER().
17 years ago
Charles Day 7014c66c6f Bug #343217: Register: Don't leave the account cell if the user chooses not to create a new account when prompted. This allows any typo to be quickly fixed. Previously the account cell text was blanked and focus moved to the next cell.
17 years ago
Andrew Sackville-West 522afc3085 update email address for Polish \"last translator\"
17 years ago
Andreas Köhler 4619a7b38c Revert r17966 and use Glade-2 again.
17 years ago
Andreas Köhler 47ede669f2 Re-save glade files from Glade 3, remove util/glade-fixup.
17 years ago
Andreas Köhler ea478541e9 Bug #572107: Use fallback string for OFX account types when matching to GnuCash accounts.
17 years ago
Charles Day 48c7f72430 Bug #499215, #530819, #551643: Register: Fix transaction pasting, which was fairly broken. Pasting was being committed immediately, the transaction was not checked properly before opening, the blank split was being destroyed while the transaction was left pending, and more. These problems left the register in an inconsistent state that was being noticed in g_assert() calls in several spots. GnuCash would then crash.
17 years ago
Charles Day 575b8ca3d0 Register: White space fixes.
17 years ago
Charles Day 5b9b685d4b Register: Fix a bug that appears in basic and auto-split ledger modes when entering a new transaction. Entering multiple splits for the register's account would cause the 2nd though nth splits to be displayed above the new transaction, making them appear to be non-new.
17 years ago
Charles Day 199c0c309d Register: Add debugging to gnc_split_register_changed().
17 years ago
Charles Day 5a7650b0cc Register: Make all account cells right-justified. Previously a mix of left- and right-justification was used.
17 years ago
Andreas Köhler 3c9603f501 Add ChangeLog.2008 to dist.
17 years ago
Charles Day 18cf9f4e20 Register: Tweak some comments and slightly reorganize the register cleanup code for ease of reading.
17 years ago
Andreas Köhler 8ff8256b03 [Win32] Update EXTRA_DIST.
17 years ago
Andrew Sackville-West a898dca194 Implement a new saved-reports-2.4 file to allow translation of existing saved reports into report-guid enabled versions.
17 years ago
Charles Day a98bc56de6 Bug #570887: Fix a typo in r17939.
17 years ago