Christian Stimming
b9ca4bf5e8
Updated German translation - 3485 out of 3656 done.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13204 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-11 10:29:53 +00:00
Christian Stimming
d880dac151
Fix duplicate menu item shortcut. Fixes #330671 .
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13203 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-11 10:18:00 +00:00
Christian Stimming
046c8f34fe
Fix duplicate menu item shortcut. Fixes #330672 .
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13202 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-11 10:14:56 +00:00
Christian Stimming
0a76dfcd0d
String cleanup. Remove erroneous underscore. Fixes #330769 .
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13201 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-11 10:04:50 +00:00
Chris Shoemaker
9482462ac3
Tweak the preferences labels for accounting periods.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13200 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-11 05:23:12 +00:00
Chris Shoemaker
71625058fa
Change the reports from using a hard-coded fiscal year to using the global
...
accounting period set in the preferences. Both the start date and the end
date are used, so the user is free to choose any arbitrary period.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13199 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-11 05:14:21 +00:00
Chris Shoemaker
6ab484e319
Move the accounting period preference functions from window-main-summarybar
...
to gnc-accounting-period.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13198 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-11 05:00:02 +00:00
David Hampton
06c9aba901
Correctly open an account and its sub-accounts. Fixes 330745.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13197 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-11 03:54:24 +00:00
Derek Atkins
11a9890323
Better handling of event removal. This allows us to actually
...
clean up, but also makes sure we don't destroy the handler
list out from under us as we're processing events.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13196 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-10 22:43:19 +00:00
Derek Atkins
72a28d2063
check that we can find g-wrap-wct.h.
...
detects that we're running on a "broken" system like Ubuntu.
This is in response to #330539 .
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13195 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-10 15:32:39 +00:00
Derek Atkins
c4dd2190b2
added README.dependencies to the dist. Fixes #330614 .
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13194 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-10 15:04:12 +00:00
Derek Atkins
f04e5c24bc
Test for an empty string when translating. ( Fixes #330179 )
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13193 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-10 15:00:28 +00:00
David Hampton
1d13d5db55
Pass argc by reference instead of value so g_option_parse_context can
...
update it.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13192 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-10 05:44:08 +00:00
David Hampton
d1a477d98e
Don't initialize the display at option parsing time. This way
...
--add-price-quotes can run from a cron job.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13191 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-10 04:17:38 +00:00
David Hampton
45606b3bf0
Update for known F::Q 1.11 quote sources.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13190 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-10 02:13:21 +00:00
David Hampton
981950d7db
Print out the installed F::Q version at startup.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13189 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-10 02:12:05 +00:00
Derek Atkins
9b61f0f6c5
Use xaccTrans{Begin,Commit}Edit in xaccTransDestroy()
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13175 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-09 19:46:15 +00:00
Derek Atkins
e371fb4e39
Print more debugging when the guile version check fails.
...
* macros/legacy_macros.m4: when the guile version check fails,
print out the version of guile that we found in order to
aid debugging.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13174 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-09 16:28:01 +00:00
David Hampton
604cba4f4d
Better fix for the code that updates the buy/sell action based on the
...
number of shares entered in a transaction.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13173 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-09 07:26:40 +00:00
David Hampton
cbf71e72ef
Remove forgotten unused variable.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13172 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-09 07:24:18 +00:00
David Hampton
464b00a77c
Set the default button.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13171 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-09 06:17:29 +00:00
Chris Shoemaker
5f56bec772
Remove forgotten unused variable.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13167 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-09 05:23:51 +00:00
David Hampton
7bb17ee723
Fix the code that updates the buy/sell action based on the number of
...
shares entered in a transaction.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13166 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-09 05:03:29 +00:00
Chris Shoemaker
1b418bfeec
Add two columns to the Accounts page: "Total (Period)" & "Balance (Period)"
...
These are the recursive and non-recursive, respectively, period balances,
where the accounting period is specified in the preferences.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13165 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-09 04:53:43 +00:00
David Hampton
0d046e26d5
Call existing function to find the end of the day.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13164 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-09 04:41:42 +00:00
David Hampton
dd05a94ffb
A couple of performance enhancements.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13163 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-09 04:37:17 +00:00
David Hampton
6a4ed52700
Set the busy cursor while the dialogs are being generated.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13162 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-09 04:35:34 +00:00
David Hampton
6b104f9260
Set the window type hint to normal.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13161 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-09 04:34:28 +00:00
David Hampton
c91009aa64
Fix a duplicate accelerator key.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13160 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-09 04:33:23 +00:00
Chris Shoemaker
c7413168ae
Fix an off-by-one (day) error in the dates used by the summarybar.
...
Factor out and publicize functions to get the start and end of the
accounting period in the preferences.
Mark one comment as probably obsolete.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13158 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-09 04:17:27 +00:00
Chris Lyttle
571ae25509
update to release 1.9.0
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13157 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-09 04:16:25 +00:00
Chris Shoemaker
3407c31beb
Factor out an "approved" method for getting the GtkCellRenderer from a
...
GtkTreeViewColumn that's been added to a GncTreeView with one of the
convenience functions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13156 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-09 01:47:26 +00:00
Chris Shoemaker
9f0643fa6e
Move window-main-summarybar.[ch] from gnome/ to gnome-utils/.
...
It doesn't depend on anything in gnome/.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13155 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-09 01:24:47 +00:00
Chris Shoemaker
5e5084037b
Change name of SplitRegister variable name to 'reg' for consistency.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13154 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-08 15:05:28 +00:00
Chris Shoemaker
91c112f432
A little error checking for report titles.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13153 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-08 15:00:24 +00:00
Chris Shoemaker
943532c8cd
Don't allow the event handler list to shrink while we're traversing it.
...
This change isn't ideal in the sense that the handler list is now a
monotonically increasing resource, but it's better than crashing when the
handler in node N+1 happens to be deleted while servicing the handler in
node N.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13152 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-08 06:04:51 +00:00
David Hampton
124ef42e61
Set the default button.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13151 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-08 06:00:36 +00:00
Chris Shoemaker
c2196a9b50
Convert GncTreeModel from a GtkObject to a GObject.
...
Replace gtk_object_sink calls on the models with g_object_unref calls.
Correctly increase the refcount of "remembered" models when we return them.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13150 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-08 05:55:04 +00:00
Chris Shoemaker
3cb9687799
Convert GncTreeModelPrice and GncTreeModelCommodity to use GObject dispose
...
path instead of GtkObject destroy path.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13149 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-08 02:23:59 +00:00
Chris Shoemaker
22d0463a3d
Convert GncTreeModelAccount to use the GObject dispose path instead of
...
the GtkObject destroy path. Also, remove the gconf callback during dispose.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13148 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-08 01:55:07 +00:00
Christian Stimming
3d7ecc1e7c
Updated German translation
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13147 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-07 22:01:02 +00:00
Christian Stimming
d061e54bfa
Improve check for aqbanking by looking for the pkg-config file first and using the old method as a fallback
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13146 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-07 21:07:30 +00:00
Christian Stimming
1565077f47
Update glossary
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13145 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-07 21:06:26 +00:00
Christian Stimming
8ba1f3fd4f
String cleanup; add translator comments
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13144 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-07 21:05:33 +00:00
Christian Stimming
25393c9432
String cleanup: Remove formatting from translations
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13143 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-07 21:04:53 +00:00
Christian Stimming
aad55d5b44
Updated French translation by Didier Vidal
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13142 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-07 20:23:52 +00:00
Christian Stimming
94925674de
Update Norwegian translation by Tor Harald Thorland
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13141 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-07 20:22:19 +00:00
Chris Shoemaker
89c9f6821e
Recompute argc after argv may have changed.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13140 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-07 19:52:29 +00:00
David Hampton
c602ef1af2
Filter out more post gtk2.4 properties.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13139 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-07 04:47:45 +00:00
David Hampton
7bbae9f949
Fix some issues when invoking from a non-utf8, non latin1 locale. Use
...
g_print to print to the console. Convert from popt to g_options for
glib >= 2.6.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13138 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-02-07 03:59:17 +00:00