Commit Graph
100 Commits
Author SHA1 Message Date
Joshua Sled aa49ff0443 Bug#510221: add es_MX account files. Patch from Daniel Espinosa <esodan yahoo.com.mx>.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16910 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-02-01 00:48:07 +00:00
Joshua Sled 324838c694 Bug#511006: Check the GnuCash file for the relevant commodity during QIF security import, rather than assuming it's there because it's in the map file, since the user might be importing against a different book. Patch from <cedayiv gmail com>.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16909 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-02-01 00:47:10 +00:00
Joshua Sled c2b0a2844a Bug#511681: add no-op support for the "G" slot on security transactions to lessen spurious console output. Patch from William Hamblen <william.d.hamblen dartmouth edu>.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16908 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-02-01 00:46:16 +00:00
Joshua Sled 4043007881 Bug#510962: warn the user when encountering a QIF import file without date lines. Patch from Charles Day <cedayiv gmail com>.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16907 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-02-01 00:45:08 +00:00
Joshua Sled f93b4976eb Bug#512497: use payee/memo mappings as well in the QIF import of investment transactions. Patch from Charles Day <cedayiv gmail com>.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16906 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-02-01 00:44:14 +00:00
Joshua Sled 1b393b59c0 Bug#510940: better handle unrecognized date formats; patch from Charles Day <cedayiv gmail com>.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16905 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-02-01 00:43:20 +00:00
Joshua Sled 9a903f344e Bug#510630: correct typo in description during import; patch from <dman dman13 dyndns org>.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16904 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-02-01 00:42:26 +00:00
Joshua Sled 25c9635b9f Patch to invert the price scatterplot to display commodities per currency, from Joshua Ross <joslwah gmail com>.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16903 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-01-31 23:17:44 +00:00
Joshua Sled a6aa113063 fix mimetype on binary file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16902 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-01-31 22:56:13 +00:00
Joshua Sled b2008c56e7 Add GC-export_en.xls contribution from Jannick Asmus <jannick.news gmail com>.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16901 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-01-31 22:47:15 +00:00
Joshua Sled ba69a12a2c Bug#506714: Add progress bar to splash; patch from Herbert Thoma <herbie hthoma de>.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16779 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-01-01 20:07:22 +00:00
Joshua Sled 13d55f421c Bug#506429: Correct widget index offset computation for last-day-of-month SXes.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16769 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-30 15:58:03 +00:00
Joshua Sled 7c71c843f8 Bug#505972: Correctly size the GUID string buffer; should resolve 2.2.2 SX crashes.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16766 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-29 22:36:07 +00:00
Joshua Sled 814068b8bb Bug#503889: Install icons according to spec. On Win32, however, don't run the non-existant (?) gtk-update-icon-cache.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16678 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-18 14:57:12 +00:00
Joshua Sled fe19947fc0 Bug#496178: freeing the result of guid_to_string(…) causes memory corruption; use guid_to_string_buff(…) for clarity.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16670 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-16 17:17:27 +00:00
Joshua Sled 52ce5b4602 Change some g_error's to g_warnings, which won't abend the app.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16669 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-16 16:41:33 +00:00
Joshua Sled 01fbae6042 Misc cleanups: always check creation_errors list, always print errors we create, some other API usage cleanup.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16668 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-16 16:40:52 +00:00
Joshua Sled 8ec203bd6f more specific log domain.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16654 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-15 22:24:05 +00:00
Joshua Sled 62e8bdb0ef "trans" and "t" aren't good variable names… try "from" and "to".
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16653 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-15 20:57:19 +00:00
Joshua Sled 6f00959091 Bug#500427: copy any notes associated with SXes upon creation.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16652 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-15 20:55:37 +00:00
Joshua Sled 8da4c360ab Don't make unknown command-line arguments abort the program, just warn and exit non-zero.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16650 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-15 20:06:56 +00:00
Joshua Sled 099a5d7681 Bug#502755: Duplicate a key which is "owned" by the table we're inserting it into.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16629 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-09 23:29:16 +00:00
Joshua Sled 102eb3c88b update as well
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16615 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-05 22:15:30 +00:00
Joshua Sled 271aaccaab s#Open Source#Free#, s#Finance#Accounting#, s#Gnucash#GnuCash#
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16613 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-05 14:57:08 +00:00
Joshua Sled 4fe5a31886 Add MimeType directive so that systems can know how to open our files. :p
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16558 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-09 13:27:53 +00:00
Joshua Sled 6fb3651d09 iso4217 currency updates
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16525 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-12 03:19:07 +00:00
Joshua Sled 4f22af5cd5 pause to let Windows catch up with file creation; patch from Nathan Buchanan <nbinont gmail com>.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16524 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-12 02:56:22 +00:00
Joshua Sled de47952f34 wget rate-limiting, patch from Nathan Buchanan <nbinont gmail com>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16523 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-12 02:46:47 +00:00
Joshua Sled b2fe372a71 Bug#475666: add the Cuban Convertible Peso (CUC).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16522 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-11 00:38:29 +00:00
Joshua Sled b211684d05 whitespace
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16507 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-05 03:44:09 +00:00
Joshua Sled 2eed64d723 move onto one line so greps are a bit more immediately useful.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16506 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-05 03:43:21 +00:00
Joshua Sled 3ec113bf7a remove stray 'u' that crept in.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16482 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-02 17:40:52 +00:00
Joshua Sled 6705840a63 Remove tab characters. :p
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16478 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-28 23:51:50 +00:00
Joshua Sled 58b613ec55 Bug#343448: hide unused scrollbars in register; patch from Michael Culbertson <michael.culbertson gmail com>.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16477 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-28 00:07:37 +00:00
Joshua Sled 0438dc8bdc Bug#467521: disappear the splash if we're about to put up the modal problem-opening-file dialog.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16476 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-27 23:22:16 +00:00
Joshua Sled 72141fbeb5 Bug#467532: change to pango drawing/clipping handling for wrapped strings; patch from David Reiser <dbreiser earthlink net>.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16475 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-27 23:15:14 +00:00
Joshua Sled c0f66e3026 Bug#468681: configurable positioning for summary bar; patch from Michael Culbertson <michael.culbertson gmail com>.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16474 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-27 23:10:13 +00:00
Joshua Sled 4ab97fb570 Bug#470801: remove dev/unstable-branch item.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16473 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-27 22:51:29 +00:00
Joshua Sled f2f5b4dfc7 Optimize some dense-cal (re-)drawing and updating. Add some timer-debuggings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16448 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-18 15:48:13 +00:00
Joshua Sled 6dc56173e6 misc changes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16447 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-18 15:28:18 +00:00
Joshua Sled a485b152ee add Yemeni Riyal (YER).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16422 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-13 14:13:57 +00:00
Joshua Sled 826ac6e8c5 remove superfluous comment.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16405 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-08 20:07:02 +00:00
Joshua Sled dd0319bf83 remove now-unused var.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16404 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-08 14:25:15 +00:00
Joshua Sled 2527066cb4 Given set_log_level will maintain its own safe copy of the string, we don't need to 'dup it.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16403 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-08 04:20:45 +00:00
Joshua Sled 86f3842984 Move g_strdup inside of set_log_level to be a slightly better citizen and fix a serious bug. :/
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16402 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-08 04:19:22 +00:00
Joshua Sled a5b6c728ff Bug#452496: This survived my regular receipt entry session, a whole 30 minutes of light testing. So, more testing is probably good, but ain't that always the case.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16399 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-07 01:00:56 +00:00
Joshua Sled a1be6f3458 If there's no SQL_DIR, then there's no SQL module to load. So don't. :p
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16388 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-05 21:44:21 +00:00
Joshua Sled f5923ae956 Remove FreqSpec.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16387 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-05 21:24:16 +00:00
Joshua Sled 3580a2663c Bug#170729: format a literal value to get the locale-specific decimal separator.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16380 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-03 01:30:46 +00:00
Joshua Sled fceaf3cd37 Bug#445917: parity between label and button. Patch from Andreas Köhler. ;)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16379 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-03 01:26:36 +00:00
Joshua Sled 5e7e7edf59 Bug#457944: Keep splash screen during file loading.
- do not destroy the splash screen during file loading
- display which reports are rendered in the progress field of the splash screen
Patch from Herbert Thoma <herbert.thoma iis fraunhofer de>


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16378 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-02 23:48:04 +00:00
Joshua Sled 71e8d79a57 whitespace: s/tab/space/
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16377 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-02 23:41:14 +00:00
Joshua Sled 1a9a4fb4de Bug#361604: patch from Mike Alexander <mta umich edu> to fix datatype for gnc-date.h to allow ranging negative, which is important in a few places.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16370 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-29 16:00:06 +00:00
Joshua Sled 30b0300a0c [branches/2.2 16327] Bug#458434: disable the not-really-ready "Close Books" and "Import QSF" menu items.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16331 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-19 22:34:03 +00:00
Joshua Sled 73e382ad7f [branches/2.2 16326] Bug#457027: adjust the near-side copyright year to, uh, this year. :)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16330 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-19 22:33:28 +00:00
Joshua Sled d582ce5218 [branches/2.2 16325] Bug#457812: adjust the stable (2.2)/dev (2.4) version number message text. Patch from Kevin Hale Boyes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16329 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-19 22:32:58 +00:00
Joshua Sled 811da6ee1e [branches/2.2 16324] Bug#458080: update RPM specfile BuildRequires to remove g-wrap. Patch from Kevin Hale Boyes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16328 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-19 22:31:03 +00:00
Joshua Sled 07e94bda8e Update LICENSE to explain the state of the world. Add OpenSSL exemption to my sources.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16254 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-06 21:13:48 +00:00
Joshua Sled 3fdd1361e2 more silly (re)formatting.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16237 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-30 15:05:01 +00:00
Joshua Sled 440db5bc61 remove transient problem resolved with clean rebuild...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16236 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-30 14:59:28 +00:00
Joshua Sled a5f5a83b7c add more notes/todo from twunder.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16235 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-30 14:58:45 +00:00
Joshua Sled 67b0870f41 Remove lingering freqspec usage. :(
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16234 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-30 14:07:04 +00:00
Joshua Sled 6ee471aee8 Fix bad writing of invalid FreqSpec, then disable writing FreqSpecs altogether. :p
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16233 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-30 13:36:02 +00:00
Joshua Sled 5c2e45dfef formatting, cleanup.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16232 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-30 13:32:58 +00:00
Joshua Sled 35d9460997 remove dead/unreferenced code.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16225 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-28 23:12:19 +00:00
Joshua Sled 4e7cb21ded Update README.dependencies with Jean-David Beyer's updates for RHEL5(/FC7).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16217 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-26 22:58:50 +00:00
Joshua Sled abfdd0340b Add Klaus Dahlke's datafile -> sql-insert-statement scripts.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16216 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-26 22:52:43 +00:00
Joshua Sled 0242bb8455 Uh, retain the still-needed '_(...)'s. :p
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16203 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-22 19:51:24 +00:00
Joshua Sled 8acfaad6bf Fixup i18n as per cstim (thanks! :).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16202 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-22 19:43:29 +00:00
Joshua Sled fd03362185 lower severity of the "couldn't find tag [%d]" messages, as we speculatively remove tags often.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16195 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-20 23:42:22 +00:00
Joshua Sled f776b2d911 Mark a bunch of Since Last Run dialog strings translatable. Stop doing an unused and sometimes invalid date-formatting operation. Task-list cleanup.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16194 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-20 23:20:46 +00:00
Joshua Sled d463cd0215 Set template transaction post dates on creation to prevent file-read warnings in the future.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16193 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-20 23:19:55 +00:00
Joshua Sled cb1390cf4c let's actually obey the restructured text format if we're going to do so.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16192 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-20 22:33:09 +00:00
Joshua Sled fc655729f5 Fix freq=None recurrnence + file-restore.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16186 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-19 03:02:36 +00:00
Joshua Sled 56504f9054 add some todos from Tim.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16185 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-19 01:49:22 +00:00
Joshua Sled 15b4d2b3fd add note re: 'freq=none' bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16154 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-06 21:12:36 +00:00
Joshua Sled 28db75bf9e add 'every x months' bug note.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16153 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-06 20:56:11 +00:00
Joshua Sled d0033047b6 Remove swig. It's not actually a dependency for tarball releases.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16144 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-06-02 17:21:45 +00:00
Joshua Sled 7aa1aec532 Remove broken hyperlinks; just in-line the urls.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16074 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-12 17:50:14 +00:00
Joshua Sled 31ba2398aa Bug#436177: more CSV Import hiding.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16054 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-05 23:25:58 +00:00
Joshua Sled 8b804cc6dd Bug#436177: disable menu items for Import CSV {,and send}.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16050 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-05 21:08:41 +00:00
Joshua Sled 2252770c56 Bug#334939, partial: clarify the tooltips for the register reports.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16047 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-05 20:29:39 +00:00
Joshua Sled 719350041f Conditionally warn the user about file-format changes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16045 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-05 19:20:35 +00:00
Joshua Sled 8db1c801a5 Invert "allow_file_incompatabiilty" tests: we now generate files that 2.0 might not read exactly.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16044 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-05-05 17:03:42 +00:00
Joshua Sled 4c34eadeda Bug#350993: hide the main window until it's ready to be interacted with (like most every other app).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15986 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 16:30:55 +00:00
Joshua Sled 47f4b30df6 Bug#432232: confirm SX deletion.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15985 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-22 16:10:21 +00:00
Joshua Sled a135b79fa2 Bug#131623: Fix computation of unrealized gains in Balance Sheet report. Patch from Mike Alexander <mta@umich.edu>.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15972 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 22:20:18 +00:00
Joshua Sled 823e13c49b ebuild updates
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15971 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 21:49:11 +00:00
Joshua Sled 1c0d91cade update myself.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15970 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 21:46:47 +00:00
Joshua Sled a2f828d235 Bug#372948: Add accounts/en_GB/ (as a copy of accounts/C/ ... sorry), add an example accounts file for VAT tracking.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15969 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 21:26:33 +00:00
Joshua Sled c1f5e06edc Update ebuild for 2.1.x'es.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15968 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 20:58:18 +00:00
Joshua Sled 619f085748 Bug#349693: s/Lot Viewer/View Lots/ for consistency with Account Tree and Action menu.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15955 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 18:44:15 +00:00
Joshua Sled 117e7e53b6 Bug#347257: make the initial window a reasonable size, especially for --nofile.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15951 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 16:32:11 +00:00
Joshua Sled c818c83df7 Bug#431435: guard against dirtying the SX/book when setting to the same values the SX objects already contain.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15950 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 15:30:47 +00:00
Joshua Sled 3d1174a884 Add accel for Scheduled overlay menu
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15949 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-21 14:08:08 +00:00
Joshua Sled 3e403f491f Bug#431771: remove from SX deferred-instance list by value. Remove inexplicably-commented line from SX Instance Model.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15944 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-20 21:24:08 +00:00
Joshua Sled 428497a0fe Bug#431756: use the correct return value for the xaccAccountForEachTransaction function.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15942 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-20 17:42:31 +00:00
Joshua Sled 01d7e59bc9 Only append if the list is valid.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15941 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-20 16:56:10 +00:00
Joshua Sled 98acaeba82 Fix crasher in variable handling in SX editor. Be more consistent about alloc'ed memory ownership. Some formatting cleanups.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15940 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-20 15:34:58 +00:00
Joshua Sled c0d83537e5 Fix report version identifiers.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15932 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-19 00:58:51 +00:00