Commit Graph

8486 Commits

Author SHA1 Message Date
David Hampton
b3773213e6 Don't keep the shell around when starting gnucash.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12260 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-05 01:38:27 +00:00
Christian Stimming
00373fd32d Updated German translation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12259 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-04 21:56:21 +00:00
Christian Stimming
899ab41470 String i18n improvements.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12258 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-04 21:54:10 +00:00
Chris Shoemaker
57afed226c Add a stub po/POTFILES.in
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12257 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-04 17:25:26 +00:00
Joshua Sled
4eab2eff34 Since-last-run dialog cleanups.
* gnc-sxed-window-ui.xml: Remove unreferenced `TransactionAction`.

	* dialog-sxsincelast.c (sxsld_disposition_changed): change the
	assertion into a simple return-if-fail due to apparent change in
	the calling order in gtk 2.x...



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12256 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-04 04:56:54 +00:00
David Hampton
9568565e7d When setting the amount of a split, don't call gnc_numeric_convert on
it if the split isn't assigned to an account. This reduces the time
spent loading a data file.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12255 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-04 03:58:49 +00:00
David Hampton
eb17dde524 Couple the radio buttons in the unpost dialog.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12254 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-04 03:13:29 +00:00
David Hampton
ca808b1211 Revert the previous change and make the totd always float above all
other GnuCash windows.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12253 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-04 01:02:48 +00:00
Chris Shoemaker
f301cae679 Invert the program entry point.
'gnucash' is now a shell script that calls the executable
'gnucash-bin' which uses libguile to load guile modules.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12252 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-03 23:49:39 +00:00
Neil Williams
157676f39b fix Mac OSX problems with buildpo target
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12251 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-03 22:22:08 +00:00
Neil Williams
ddf302d952 ensure the generated file is cleaned for make distcheck
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12250 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-03 22:01:38 +00:00
Neil Williams
1a20f33cf6 typos
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12249 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-03 19:27:54 +00:00
Neil Williams
9b98c3397e automate replacing po/POTFILES.in and remove POTFILES.in from svn
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12248 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-03 19:27:03 +00:00
Neil Williams
9793316149 automate replacing po/POTFILES.in and remove POTFILES.in from svn
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12247 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-03 19:26:45 +00:00
Neil Williams
049f4b0ee6 rebuild POTFILES.in when remaking gnucash.pot
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12246 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-03 18:04:34 +00:00
Chris Shoemaker
58361755ee remove a couple recently-removed files from POTFILES.in
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12245 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-03 18:02:25 +00:00
David Hampton
31f91c13c2 Rename function to eliminate duplicate names.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12244 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-03 17:13:10 +00:00
David Hampton
3261fcbfbf Use the component manager to ensure there is only one totd dialog at a
time.  Don't mark the dialog as transient (or type GTK_WINDOW_DIALOG)
so that window managers won't make it float above all other GnuCash
windows.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12241 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-03 04:02:42 +00:00
David Hampton
6c5f890554 Fix test inverted by commit 12231.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12240 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-03 02:44:45 +00:00
David Hampton
214d9ccc18 Remove unused files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12239 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-03 01:08:20 +00:00
David Hampton
d8c9c76ff9 Use a GtkListStore for the example account categories instead of
layering a custom selection model on a custom example account model.
The code is a lot simpler and has additional sorting capability. Do
some rework on the druid layout.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12238 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-03 01:06:52 +00:00
David Hampton
4ed53449a0 Correct function name. Add a comment.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12237 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-03 01:05:46 +00:00
Derek Atkins
98f3494c27 need to #include gkeyfile.h if we don't have glib26.
* src/gnome-utils/gnc-tree-view-account.c:
	* src/gnome/gnc-plugin-page-budget.c:
	  need to #include gkeyfile.h if we don't have glib26.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12236 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-02 22:32:18 +00:00
David Hampton
93d345be49 Use the right function to hide a tree column. Update a couple of
debugging messages.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12235 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-02 21:14:31 +00:00
David Hampton
1af0973ffc Initialize the qof instances in commodity namespaces.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12234 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-02 21:11:26 +00:00
David Hampton
a8b4295c7c Start new ChangeLog for 2006.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12233 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-02 21:07:03 +00:00
Chris Shoemaker
00153624b2 Delete unused gncmod-budget.c.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12232 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-02 00:37:02 +00:00
Chris Shoemaker
ece1abe680 General clean-up in Transaction.[ch].
* Regularization of 'trans' as variable name.
 * Whitespace and linewraps
 * lots of control-flow simplification
 * factor one chunk out into get_any_account()
 * Comment some things that are bogus or need improvement



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12231 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-01 22:26:15 +00:00
Christian Stimming
6a38aca6f2 Updated Norwegian translation by Tor Harald Thorland
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12230 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-01-01 19:56:04 +00:00
Chris Shoemaker
d96b0c7d81 Constify some Split and Transaction functions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12229 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-31 23:35:55 +00:00
Chris Shoemaker
2b7c1430e1 Constify the AccountGroup variables where possible in Group.[ch]
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12228 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-31 22:28:42 +00:00
Chris Shoemaker
2deaa26188 Add ChangeLog entries for past 4 days.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12227 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-31 21:17:32 +00:00
Christian Stimming
7f242dd182 Update German translation. 3387 out of 3397 done.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12226 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-31 12:04:11 +00:00
Christian Stimming
30afb0a96d Add tooltips to new dialog
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12225 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-31 12:02:22 +00:00
Chris Shoemaker
68ba4431af Turn on gconf for the budget plugin page's tree view account.
Doesn't seem to work quite yet.  It does save the settings in the user's 
gconf directory, but the tree view doesn't remember things like sort order,
which the account-tree page's account treeview does remember.  There must be 
something else needed...



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12224 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-31 06:20:35 +00:00
Chris Shoemaker
d48e61963e *really* mark strings for runtime translation, not just translatable.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12223 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-31 06:06:51 +00:00
Chris Shoemaker
6d6f37af00 Remove GUI for old attempt at account type filtering.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12222 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-31 06:03:41 +00:00
Chris Shoemaker
3214346427 Remember what the Budget views looked like last time we were running
Most of the work is delegated to GncTreeViewAccount, just as for 
GncPluginPageAccountTree.  One difference is that the Budget page has to
also remember which Budget it was showing.  For that, we encode the GUID to
a string in the keyfile.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12221 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-31 05:41:00 +00:00
Chris Shoemaker
b3317bc6ab whitespace line-wrap cleanup
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12220 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-31 05:34:29 +00:00
Chris Shoemaker
58a0d3a582 Move functions from GncPluginPageAccountTree to GncTreeViewAccount
The reason GncPluginPageBudget keeps wanting to use functions in
GncPluginPageAccountTree is that they both use GncTreeViewAccount.

So, we're moving those functions (the account view filter functions
and the account view save/restore functions) into
gnc-tree-view-account.  Along the way, we're also narrowing the
argument types from GtkTreeView to GncTreeViewAccount to avoid
unnecessary down-casting.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12219 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-31 04:47:52 +00:00
David Hampton
ae57540e94 New script that will remove all post-gtk24 attributes from all glade
files under the 'src' directory.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12218 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-31 02:09:48 +00:00
David Hampton
4803be391d Fix the 'sort by number' and 'sort by statement date' choices in the
register sort dialog.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12217 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-31 02:07:30 +00:00
David Hampton
25f3a2e650 Enhance the dialog so that pressing the Enter key in any field will
activate the dialog.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12216 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-31 01:36:46 +00:00
David Hampton
dd6baa32e8 Remove note about per-tab close buttons.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12215 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-31 01:01:10 +00:00
Chris Shoemaker
4f8aa04446 Generalizing Account Filter By... (step 5)
export the account-tree's account filter function
populate the account-tree's account filter struct with the right tree-view.

And finally... reuse all this generalized functionality in 
the budget plugin page.  Nice!



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12214 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-31 00:22:42 +00:00
Chris Shoemaker
aeeac3fd9c Generalize Account Filter By... (step 4)
Fixup comments forgotten in step 3.
Factor out and export most of the account filter dialog creation.
Eventually this function should live somewhere else.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12213 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-31 00:00:49 +00:00
Chris Shoemaker
cba693c30c Generalize Account Filter By... (step 3)
Narrow all the account filter dialog callbacks to use only the 
AccountFilterDialog struct.  Now they're multi-purpose.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12212 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-30 23:44:39 +00:00
Chris Shoemaker
5f77dd4bf7 Generalize Account Filter By... (step 2)
Narrow the account filter function to use only the AccountFilterDialog.
Now it's multi-purpose.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12211 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-30 23:34:20 +00:00
Chris Shoemaker
b77990b623 Generalize Account Filter By... (step 1)
Export AccountFilterDialog type




git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12210 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-30 23:28:53 +00:00
David Hampton
a48bcf2acd Remove gtk2.6 properties from the file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12209 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-12-30 16:27:23 +00:00