Joshua Sled
3233622edc
Tighten the grammar around quoted strings. Test-case fixes.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13717 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-31 00:00:43 +00:00
Joshua Sled
f39f66e858
factor out grammar check, add tests.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13716 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-30 20:59:38 +00:00
Joshua Sled
6dbc113082
Bugs#308554, 334811: Add basic validation and test-cases for invalid expressions.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13715 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-30 19:48:30 +00:00
David Hampton
a4952b7cae
Fix the dialog so that the 'Cancel' button cancels all changes made
...
since the dialog was opened. (c.f. The HIG section on explicit apply
windows.) The 'OK' button is now always sensitive.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13714 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-30 18:00:44 +00:00
David Hampton
36e7673159
Work around the fact that a validating XML parser barfs on gnucash's
...
use of an attribute in an undefined namespace.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13713 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-30 17:20:29 +00:00
Joshua Sled
1d07017814
Bug#334777: Non-placeholder leaf Expense account in 'Simple Checkbook' example account tree.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13712 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-30 15:14:24 +00:00
Christian Stimming
06333b66c0
Fix forgotten i18n string
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13711 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-30 09:15:11 +00:00
Christian Stimming
c9c2b97a67
Updated Spanish translation by Eneko Lacunza
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13710 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-30 08:36:05 +00:00
Christian Stimming
fe7ee4544f
Move gnc:options-add-subtotal-view! options from income-statement,
...
account-summary, and balance-sheet to option-utilisies.scm. Try to
clarify the wording of the option -- any native english speaker please
feel free to correct the wording even more.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13709 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-28 21:19:29 +00:00
Christian Stimming
27d4a8d83e
Remove unused i18n strings
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13708 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-28 20:31:17 +00:00
Christian Stimming
d7d2d47903
Revert report date option to the 1.8 state where the stock
...
gnc:options-add-report-date! was used and allowed many potential
relative dates.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13707 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-28 20:30:58 +00:00
Christian Stimming
34a5577a73
Updated German translation - 3546 out of 3620 done.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13706 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-28 18:43:07 +00:00
Christian Stimming
5be9be8063
Fix incomplete marking for translation
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13705 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-28 18:42:00 +00:00
David Hampton
04b104aa65
Change the title of the category view to track changes in the
...
highlighted group name. Fixes reopened 334783.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13704 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-28 02:04:07 +00:00
Christian Stimming
69d880e715
Stick with vertical padding of 2 as discussed in bug#334920.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13703 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-27 20:33:34 +00:00
David Hampton
c369d4771a
Add a reconcile button to the toolbar of a register page.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13702 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-26 00:21:54 +00:00
David Hampton
37d712666a
Add a context menu to the reconcile window. Fixes 120830.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13701 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-25 23:51:28 +00:00
Derek Atkins
1ce73dada8
link against GUILE_LIBS when building the test-link test app ( #336007 )
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13700 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-25 21:03:46 +00:00
David Hampton
089197fd7f
Fix the lack of action strings in the popup menu. The problem occurs
...
because the menu is populated before the the item edit widget is
created. Add a list store to track these strings (what the old
menustrings list did) which is then passed off to the item_edit widget
when that is created. Fixes 334592.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13699 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-25 16:35:31 +00:00
Chris Shoemaker
58609204d9
More translator-friendly string placement.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13698 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-25 02:53:51 +00:00
David Hampton
13aaa7ae85
Add toolbar icons for Postpone and Cancel. Fixes 114267.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13697 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-24 22:16:54 +00:00
David Hampton
61e3a57b84
List the optional components that will be compiled in the summary at
...
the end of the configure run.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13696 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-24 22:14:00 +00:00
David Hampton
27312dbb55
Regularize capitalization of the word 'GnuCash' where its user
...
visible.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13695 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-24 14:52:59 +00:00
Chris Shoemaker
171d26339c
When opening GnuCash for the first time since 1.8.x, allow the user to
...
choose which reports (if any) to open. If the user cancels the dialog,
no reports are opened, otherwise, for each report, they are asked whether
or not they want to open it. However, if there are less than 4 reports
the dialog is skipped and the reports are just opened. Closes bug#335188.
Note: if someone implements a solution that opened only precisely the
reports that were left open in 1.8.x, it's fine to remove this extra code.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13694 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-24 02:01:18 +00:00
Joshua Sled
c2bf42960f
Bug#335564: ensure book's SX list is consistent.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13693 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-24 00:20:00 +00:00
Andreas Köhler
974f037a11
Add vertical padding in register cells and align text, editable text and the text cursor vertically. This makes the cells taller and centers the text. Add one pixel to the horizontal padding.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13692 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-24 00:09:02 +00:00
David Hampton
5aa2cc3552
Regularize capitalization of the word 'GnuCash'.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13691 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-23 21:40:12 +00:00
Derek Atkins
06fb33e72c
open the bills due reminder at BOOK_OPENED instead of UI_START.
...
This gets us the bills-due reminder on File->Open as well.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13690 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-23 20:42:54 +00:00
David Hampton
9c5b9d501e
Update to compile on FC5.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13688 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-23 16:01:17 +00:00
Christian Stimming
d209e7a3a1
Store the log level of all printed messages and use this as
...
yet another check whether aqbanking had any errors.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13687 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-23 12:12:48 +00:00
Chris Shoemaker
e274670ddc
Add a label to the budget selection combobox. Bug#334501
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13686 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-23 05:41:29 +00:00
David Hampton
7ef1d30ecd
Mark all common account sets to be initially selected when creating a
...
new file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13685 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-23 00:42:45 +00:00
David Hampton
9bb76b6c0e
Differentiate between calling the hierarchy druid from the new user
...
code and from the window menus. In the former case, account sets that
are marked to be initially selected will be pre-selected in the
"account sets" tree. In the latter case (e.g. adding a new account
set to existing accounts) these markings will be ignored. Don't allow
the user to move off the account set selection page until at least one
account set is selected. Relabel a window to make it clear that the
account tree only reflects the accounts in one particular set, not
the aggregate set of accounts that will be created. Fixes 334778,
334780 and 334783.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13684 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-23 00:42:00 +00:00
Chris Shoemaker
cac5d0dbdc
Avoid infinite loop in gnc_find_split_in_trans_by_memo(). Bug #335465
...
Reported by Mike Alexander.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13683 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-23 00:33:11 +00:00
Andreas Köhler
7a6f75a93f
Remove some optional return value locations in emissions of signals without return value.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13682 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-22 09:49:19 +00:00
Andreas Köhler
e7afc1af76
Rename gtkhtml workaround, non-squared graphs in gtkhtml >= 3.10.1. Fix 328114.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13681 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-22 09:30:58 +00:00
Christian Stimming
eea0eaaa01
Fix small text problem. #335455 .
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13680 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-22 09:16:22 +00:00
David Hampton
4225cfa996
Add support for renumbering the account codes for all the children of
...
a given account. Implements 334594.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13679 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-21 23:36:05 +00:00
Christian Stimming
0e4bfe082d
Updated French translation
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13678 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-21 22:02:19 +00:00
Andreas Köhler
ebd82d625a
Fill the filter by dialog with given start/end time instead of calculating earliest/latest date found. Fix 335237.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13677 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-21 06:16:40 +00:00
Chris Lyttle
0e9df48e47
update to release 1.9.3
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13673 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-20 02:07:16 +00:00
Christian Stimming
e1cb46a18d
Updated German translation - 3536 out of 3615 done.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13672 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-19 21:12:44 +00:00
Christian Stimming
655d217531
I18n cleanup; mark forgotten strings for translation
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13671 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-19 20:42:33 +00:00
Christian Stimming
f09b68e9ec
Updated Norwegian translation by Tor Harald Thorland; Translated 2523 out of 3713.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13670 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-19 20:01:26 +00:00
Andreas Köhler
9be926d22b
Treat the date option widget as container if it shows absolute and relative dates, in multichoice_cb.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13669 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-19 17:11:41 +00:00
Andreas Köhler
279293cae8
Update frequency specification in SX from transaction dialog before moving one day back. Replace deprecated gdk_draw_pixmap.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13668 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-18 21:21:39 +00:00
Andreas Köhler
c856521bd3
Let glib subtract days from a GDate, because G_DATE_BAD_DAY (0) is a bad day.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13667 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-18 16:11:40 +00:00
Andreas Köhler
ae0f6cf1e7
Correct SX editor and Since Last Run dialog to close their register plugin pages instead of only the ledgers. Fix 334627.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13666 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-18 15:05:33 +00:00
Christian Stimming
a999514bb0
Remove translation macros so that this unused file isn't included in
...
the translation template any more. Avoids useless translation work.
* src/scm/doc.scm, src/scm/main.scm: Comment out
gnc:load-help-topics function because it isn't used anymore, and
with the last change it also won't be translated anymore.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13665 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-18 11:17:13 +00:00
Christian Stimming
a5ba455209
Remove linking against module to stop the whining about currently broken MacOSX build. Needs to be fixed on an architectural basis sooner or later.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13663 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-18 09:39:35 +00:00