April 2006 Archives by thread
      
      Starting: Sat Apr  1 00:28:53 EDT 2006
         Ending: Sun Apr 30 22:49:16 EDT 2006
         Messages: 173
     
- r13722 - gnucash/trunk/src/bin - Remove debug message.
 
David Hampton
- r13723 - gnucash/trunk - Mike Alexander's patch to get currency
	quote retrieval working again, 
 
David Hampton
- r13724 - gnucash/trunk/po - Updated German translation - 3540 out
	of 3616 done.
 
Christian Stimming
- r13725 - gnucash/trunk/po - Make update-po for upcoming release
 
Christian Stimming
- r13726 - gnucash/trunk - Set search column for account types lists
	interactive search. Fix 336833.
 
Andreas Köhler
- r13727 - gnucash/trunk - Change the access key on the Transaction
	menu to not conflict with the
 
David Hampton
- r13728 - gnucash/trunk - Change the access key on the "Change
	Split" button. Fixes 336836.
 
David Hampton
- r13729 - gnucash/trunk/po - Updated German translation - 3551 out
	of 3617 done.
 
Christian Stimming
- r13730 - gnucash/trunk/po - updated en_GB translation,
	utf-8. 3626 messages
 
Neil Williams
- r13731 - gnucash/trunk - Use the name "Currency" internally instead
	of ISO4217. Make it
 
David Hampton
- r13732 - gnucash/trunk - Serialize access to the "Save" and "Save
	As" commands. Fixes 148905.
 
David Hampton
- r13733 - gnucash/trunk/po - Updated Norwegian translation and
	glossary by Tor Harald Thorland
 
Christian Stimming
- r13734 - gnucash/trunk/src - Fix translatable atttribute of
	non-visible label
 
Christian Stimming
- r13735 - gnucash/trunk/po - Updated Spanish translation by Eneko
	Lacunza
 
Christian Stimming
- r13736 - gnucash/trunk/src/import-export/qif-import - Fix changed
	button label in text; 337190.
 
Christian Stimming
- r13737 - gnucash/trunk/src/engine -    When destroying a commodity,
	remove it from the commodity table.
 
Chris Shoemaker
- r13738 - gnucash/trunk/src/engine/test - Make the tests for growing
	commodity tables more accurate - 
 
Chris Shoemaker
- r13739 - gnucash/trunk - update to release 1.9.4
 
Chris Lyttle
- r13740 - gnucash/tags - Tagging the 1.9.4 release of GnuCash
 
Chris Lyttle
- r13741 - gnucash/trunk - Make the entire UI (menus and toolbar)
	insensitive when the progress
 
David Hampton
- r13742 - gnucash/trunk/src/backend/file - When writing a currency
	to the data file, write the full commodity
 
David Hampton
- r13743 - gnucash/trunk - Generate the gnc:count-data tags by hand
	so that the attribute will be
 
David Hampton
- r13744 - gnucash/trunk - Patch from chpe@gnome.org to use the
	gtk_show_about_dialog to avoid an
 
David Hampton
- r13745 - gnucash/trunk/lib/libqof/qof - Replace gnc-engine-util
	with qofutil
 
Neil Williams
- r13746 - gnucash/trunk/lib/libqof/backend/file - Add encoding
	support and fix compression option handling
 
Neil Williams
- r13747 - gnucash/trunk/lib/libqof/qof - Standardise on gint and
	gchar. libqof 0.6.4 release.
 
Neil Williams
- r13748 - gnucash/trunk - QOF 0.6.4 requirement
 
Neil Williams
- r13749 - gnucash/trunk/src - Explicitly including glib.h instead of
	relying on libqof to reduce dependency problems.
 
Neil Williams
- r13750 - gnucash/trunk - Replacing deprecated code.
 
Neil Williams
- r13751 - gnucash/trunk/src/doc - Move example from gnc_numeric.h to
	a separate Doxygen file.
 
Neil Williams
- r13752 - gnucash/trunk/src/import-export/hbci - already include
	glib/gi18n.h, also need glib.h
 
Neil Williams
- r13753 - gnucash/trunk - * lib/libqof/qof/qof.h: QOF requires
	<glib.h>
 
Derek Atkins
- r13754 - gnucash/trunk - Include the svn revision number in the
	about dialog.
 
David Hampton
- r13755 - htdocs/branches - Copy the website content into a
	"published" branch.
 
Derek Atkins
- r13756 - gnucash/trunk/po - Updated German translation. 3562 out of
	3620 translated.
 
Christian Stimming
- r13757 - gnucash/trunk/lib/libqof/qof - typo - erroneous &
 
Neil Williams
- r13758 - gnucash/trunk - Eliminate some unnecessary work by
	comparing the account name in the
 
David Hampton
- r13759 - gnucash-docs/trunk - Fix the svn properties of the guile
	XML files so they can be diff'd
 
Derek Atkins
- r13760 - gnucash/trunk/src/gnome/schemas - Fix spelling error
 
Christian Stimming
- r13761 - gnucash/trunk/po - Updated German translation. 3601 out of
	3620 translated.
 
Christian Stimming
- r13762 - gnucash/trunk - Back out r13752. We don't need to
	explicitly #include glib.h
 
Derek Atkins
- r13763 - gnucash/trunk - Revert r13749. Wedon't need to explicitly
	#include glib.h
 
Derek Atkins
- r13764 - gnucash/trunk - Create a QOF_SCANF_LLD (because we cannot
	use the printf version).
 
Derek Atkins
- r13765 - gnucash/trunk - Get gnucash to build properly with the new
	QOF changes (0.6.4+)
 
Derek Atkins
- r13766 - gnucash/trunk/src/engine - Avoid generating Transaction
	modified events for Transaction roll-back.
 
Chris Shoemaker
- r13767 - gnucash/trunk/src/engine - Implement Split events for
	Split destruction, Split rollback, (including
 
Chris Shoemaker
- r13768 - gnucash/trunk - * lib/libqof/qof/qofbookmerge.c: fix a few
	memory leaks.
 
Derek Atkins
- r13769 - gnucash/trunk - Fix leakage of old books.
 
Andreas Köhler
- r13770 - gnucash/trunk/src/gnome-utils - Test for support of the
	tree-model-sort interface instead of one particular
 
Chris Shoemaker
- r13771 - gnucash/trunk - Update the determination of what's a
	currency and what isn't. Fixes
 
David Hampton
- r13772 - gnucash/trunk/po - Update/merge po files.
 
Christian Stimming
- r13773 - gnucash/trunk - Fix loop of split account reassignments in
	xaccGroupMergeAccounts,
	because the commit of one split will change the list itself.
	Potentially fix 337048.
 
Andreas Köhler
- r13774 - gnucash/trunk/src/engine - Add a couple of comments.
 
David Hampton
- r13775 - gnucash/trunk/src/gnome-utils - Another comment.
 
David Hampton
- r13776 - gnucash/trunk - Replace NS_ISO with NS_CURRENCY. This
	substitution was already
 
David Hampton
- r13777 - gnucash/trunk - Finish cleaning up old uses of NS_ISO. Use
	the C is_currency function
 
David Hampton
- r13778 - gnucash/trunk - Improve the performance of the
	listen_for_accounts function. Never
 
David Hampton
- r13779 - gnucash/trunk - Add a new event for when a split
	associated with account is changed.
 
David Hampton
- r13780 - gnucash/trunk - Fix a bunch of 64-bit compile issues.
 
Derek Atkins
- r13781 - gnucash/trunk - Initial support to decode old,
	ambiguous data files, missing an encoding declaration,
	with the help of the user.
 
Andreas Köhler
- r13782 - gnucash/trunk - Fixes to compile with gcc4.
 
David Hampton
- r13783 - gnucash/trunk - Clarify text regarding the lines in the
	register. Fixes 338479.
 
David Hampton
- r13784 - gnucash/trunk - Allow the account tree view callback to
	run in addition the the page
 
David Hampton
- r13785 - gnucash/trunk - Add a per-account "hidden" flag,
	and update the accounts page and the
 
David Hampton
- r13786 - gnucash/trunk - The kvp_frame_get_string() function
	returns a pointer to an internal
 
David Hampton
- r13787 - gnucash/trunk - Fix to compile on systems with glib < 2.9.
 
Andreas Köhler
- r13788 - gnucash/trunk - Clean up the xml file some by dropping
	empty kvp strings/frames and
 
David Hampton
- r13789 - gnucash/trunk - Replace "commodity" with "security" where
	it is user visible. If its
 
David Hampton
- r13790 - gnucash/trunk/src/report - Avoid trying to represent
	"forever-ago" with a timepair.
 
Chris Shoemaker
- r13791 - gnucash/trunk - need to #include gmodule.h.
 
Derek Atkins
- r13792 - gnucash/trunk/src/gnome-utils - Add a string to final page
	of encodings druid.
 
Andreas Köhler
- r13793 - gnucash/trunk - Add new files to make the string freeze
	that define the
 
Derek Atkins
- r13794 - gnucash/trunk - update to release 1.9.5
 
Chris Lyttle
- r13795 - gnucash/tags - Tagging the 1.9.5 release of GnuCash
 
Chris Lyttle
- r13796 - gnucash/trunk/po - updated en_GB translation
 
Neil Williams
- r13797 - gnucash/trunk - Final changes for QOF 0.6.4 - Improvements
	in map handling.
 
Neil Williams
- r13798 - gnucash/trunk/src/gnome-utils - Initialize some variables
	before usage so that gcc does not complain.
 
Andreas Köhler
- r13799 - gnucash/trunk/po - Updated Nepali translation from
	Translation Project
 
Christian Stimming
- r13800 - gnucash/trunk - Two string fixes.
 
Derek Atkins
- r13801 - gnucash/trunk - Added French glossary by Jonathan Ernst
 
Christian Stimming
- r13802 - gnucash/trunk - Updated French translation by Jonathan
	Ernst
 
Christian Stimming
- r13803 - gnucash/trunk - Parse the old ~/.gnome/GnuCash MDI
	document file to see which 1.8
 
David Hampton
- r13804 - gnucash-docs/trunk/xsl/1.45/html - encoding =~
	s/iso-8859-1/utf-8/
 
Joshua Sled
- r13805 - gnucash-docs/trunk - update with Bengt Thuree's revsions
 
Chris Lyttle
- r13806 - gnucash-docs/trunk - update with Bengt Thuree's revisions
 
Chris Lyttle
- r13807 - gnucash-docs/trunk/guide/C/figures - update with Bengt
	Thuree's revisions
 
Chris Lyttle
- r13808 - gnucash/trunk - New French Swiss account templates by
	Jonathan Ernst
 
Christian Stimming
- r13809 - gnucash/trunk - Don't call shutdown directly from the
	delete_event handler, but use a
 
David Hampton
- r13810 - gnucash/trunk - If the report already has an id assigned
	(i.e. restored reports) then
 
David Hampton
- r13811 - gnucash/trunk - Revert r13797 so that it can be recommited
	as logical, documented changes.
 
Chris Shoemaker
- r13812 - gnucash/trunk/po - Updated German translation;
	3623 out of 3676 translated.
 
Christian Stimming
- r13813 - gnucash/trunk/src/gnome-utils/glade - Remove translatable
	property of some forgotten placeholder strings in glade file.
 
Andreas Köhler
- r13814 - gnucash-docs/trunk - update with Bengt Thuree & Dave
	Herman's revisions
 
Chris Lyttle
- r13815 - gnucash/trunk/accounts/fr_CH - Add svnignores
 
Christian Stimming
- r13816 - gnucash/trunk/po - Remove erroneous translation in en_GB:
	Probably a proposed fuzzy translation has been accepted
	without checking.
 
Christian Stimming
- r13817 - gnucash/trunk - Add a tooltip for the "hidden" option in
	the Edit Account dialog.
 
David Hampton
- r13818 - gnucash/trunk/src/gnome/glade - Remove unused dialog.
 
David Hampton
- r13819 - gnucash/trunk - Remove translatable flag from a temp label.
 
David Hampton
- r13820 - gnucash/trunk/src/report/report-system - Don't complain
	about reports without html titles. This occurs for
 
David Hampton
- r13821 - gnucash/trunk - Correctly save and restore multicolumn
	reports. Fixes 327627.
 
David Hampton
- r13822 - gnucash/trunk - Make the "Welcome to GnuCash" report menu
	item build the entire
 
David Hampton
- r13823 - gnucash/trunk - Don't allow a report page to be closed of
	it is in the process of
 
David Hampton
- r13824 - gnucash/trunk - Don't allow the user to open the current
	log file. Fixes #337211.
 
David Hampton
- r13825 - gnucash/trunk/lib/libqof/qof - Avoid buffer overrun in
	qoflog.
 
Chris Shoemaker
- r13826 - gnucash/trunk - Add new icons for invoices,
	adding a scheduled transaction, and the
 
David Hampton
- r13827 - gnucash/trunk/src - Replace calls to QOF_COMMIT_EDIT_PART1
	macro with calls to qof_commit_edit()
 
Chris Shoemaker
- r13828 - gnucash/trunk - Rename some icon files.
 
David Hampton
- r13829 - gnucash/trunk - Fix a null pointer dereference. Don't make
	the Close button sensitive
 
David Hampton
- r13830 - gnucash/trunk/src/engine - Internalize the transactional
	semantics for all Transaction setters.
 
Chris Shoemaker
- r13831 - gnucash/trunk - Mark string for translation as pointed out by Andreas Köhler.
 
Christian Stimming
- r13832 - gnucash/trunk - Update a report's tab name in the main
	window when the name in the
 
David Hampton
- r13833 - gnucash/trunk/src/register/ledger-core - Remove some
	unnecessary Begin/Commit blocks around code that is already
 
Chris Shoemaker
- r13834 - gnucash/trunk/src/register/ledger-core - Don't immediately
	commit the blank transaction after creating it.
 
Chris Shoemaker
- r13835 - gnucash/trunk -    sync ChangeLog from 'svn log -v'
 
Chris Shoemaker
- r13836 - gnucash/trunk/src/gnome - Default the budget page's
	show_hidden flag to FALSE. Closes #339413.
 
Chris Shoemaker
- r13837 - gnucash-docs/trunk - update with Bengt Thuree's validation
	patch
 
Chris Lyttle
- r13838 - gnucash-docs/trunk - remove not needed png file
 
Chris Lyttle
- r13839 - gnucash-docs/trunk/guide/C/figures - remove not needed png
	file
 
Chris Lyttle
- r13840 - gnucash/trunk - Activate newly added string as string
	freeze exception. That bug was grave enough to justify this.
 
Christian Stimming
- r13841 - gnucash/trunk/src/register/ledger-core - Fix uninitialized
	use in gnc_split_register_empty_current_trans_except_split
 
Chris Shoemaker
- r13842 - gnucash/trunk/po - Updated French translation by Jonathan
	Ernst.
 
Christian Stimming
- r13843 - gnucash/trunk/src/register/ledger-core - Use
	'pending_trans' variable name for clearer code.
 
Chris Shoemaker
- r13844 - gnucash/trunk/src/register/ledger-core - Another crack at
	fixing bug #327780. 
 
Chris Shoemaker
- r13845 - gnucash-docs/trunk - update with Patrick Schweiger's
	revisions
 
Chris Lyttle
- r13846 - gnucash/trunk/src/gnome/glade - Don't use the full width
	of the dialog, only as much as is necessary
 
David Hampton
- r13847 - gnucash/trunk/src - Implement a keynav policy for the
	budget page. Addresses bug #339515.
 
Chris Shoemaker
- r13848 - gnucash/trunk - Add completion support to the currency
	edit widget. Fixes #339412.
 
David Hampton
- r13849 - gnucash/trunk - Handle the failure to fork a child process
	and print an error message, 
 
David Hampton
- r13850 - gnucash/trunk - Initialize depth variable in tree view
	keynav before using it.
 
Andreas Köhler
- r13851 - gnucash-docs/trunk - Correct the word "principle" in a
	couple of places. Fixes #144991.
 
David Hampton
- r13852 - gnucash/trunk - Updated German translation. 3666 out of
	3666 translated.
 
Christian Stimming
- r13853 - gnucash/trunk - Don't try to update the main window page
	name when invoked with an
 
David Hampton
- r13854 - gnucash-docs/trunk - update with Bengt Thuree's revisions
 
Chris Lyttle
- r13855 - gnucash-docs/trunk - update with Bengt Thuree's revisions
 
Chris Lyttle
- r13856 - gnucash/trunk - Bug#119078: promote register parse errors
	to the user.
 
Joshua Sled
- r13857 - gnucash/trunk - Fix the crash in #339764.
 
David Hampton
- r13858 - gnucash/trunk/src/gnome-utils - Publicize the
	ALWAYS_VISIBLE column attribute for GncTreeView.
 
Chris Shoemaker
- r13859 - gnucash/trunk - Mark the collections as clean after the
	default items have been
 
David Hampton
- r13860 - gnucash/trunk - Center the progress dialog on the qif
	import druid. Fixes #336188.
 
David Hampton
- r13861 - gnucash/trunk - Properly quote marks. Bug #339731.
 
Christian Stimming
- r13862 - gnucash/trunk - Attempt to affect #334627: re-order
	destroying SX vs. window.
 
Joshua Sled
- r13863 - gnucash/trunk/src/register/ledger-core - More register
	fixes related to recent changes:
 
Chris Shoemaker
- r13864 - gnucash/trunk/src/gnome - Remove some unnecessary
	BeginEdit/CommitEdit calls.
 
Chris Shoemaker
- r13865 - gnucash/trunk/src/register/ledger-core - Address bug
	#339288: When deleting a split, ensure the transaction is open
 
Chris Shoemaker
- r13866 - gnucash/trunk/src/gnome - Bug#334627 fix attempt 2: remove
	needless NULLing-out of SX.
 
Joshua Sled
- r13867 - gnucash/trunk - Fix GNCInteractor_hadErrors() that
	reported too many errors. Fixes #339504.
 
Christian Stimming
- r13868 - gnucash/trunk - Updated French translation by Fabrice Kurz
 
Christian Stimming
- r13869 - gnucash/trunk/src/engine - Remove an assertion w/
	explanation of why it doesn't hold. Fixes #339781.
 
Chris Shoemaker
- r13870 - gnucash/trunk/src/gnome - For budget data entry interpret
	an empty string as valid input meaning "0".
 
Chris Shoemaker
- r13871 - gnucash/trunk - Finishing all pending transactions before
	new and open commands, not
 
David Hampton
- r13872 - gnucash/trunk - Mike Alexander's patch to fix lot date
	calculation, and to include all
 
David Hampton
- r13873 - gnucash/trunk - Default to --enable-error-on-warning only
	in svn based source
 
David Hampton
- r13874 - gnucash/trunk/src/engine -    When deleting an Account,
	also delete any Splits that are set to be 
 
Chris Shoemaker
- r13875 - gnucash/trunk - Lower the minimum required width of the
	register. This does affect
 
David Hampton
- r13876 - gnucash/trunk - Load the user config earlier in startup.
	Fixes the missing custom
 
David Hampton
- r13877 - gnucash/trunk - Don't load a custom report that has the
	same name as a standard
 
David Hampton
- r13878 - gnucash/trunk - Don't allow the user to save a report
	until they have changed the
 
David Hampton
- r13879 - gnucash/trunk - Clarify definitions of and relations
	between bill, invoice, job, and order.
 
Christian Stimming
- r13880 - gnucash/trunk/src/gnome-utils - Return the
	GtkTreeViewColumn from gnc_tree_view_account_add_kvp_column().
 
Chris Shoemaker
- r13881 - gnucash/trunk - Bug#157179: make multi-commodity SX
	handling a bit better. Expose the needed exchange rates as
	variables in the since-last-run dialog.
 
Joshua Sled
- r13882 - gnucash/trunk - Remove all XIM code,
	as it has been commented out unconditionally already for a while.
	Send focus in/out events to register GtkEntry. Address #337020.
 
Andreas Köhler
- r13883 - gnucash/trunk/src/register/ledger-core - When deleting the
	current Transaction in the register, let the action take
 
Chris Shoemaker
- r13884 - gnucash/trunk - Eliminate some gtk warning messages. Stop
	the contents of the Bill
 
David Hampton
- r13885 - gnucash/trunk/src - Take care of any pending changes to a
	Transaction before voiding it.
 
Chris Shoemaker
- r13886 - gnucash/trunk/src/report/report-gnome - Function opening
	curly brace should be on a line by itself.
 
David Hampton
- r13887 - gnucash/trunk - Patch from Mike Alexander's to handle
	multiple lot dispositions on the
 
David Hampton
- r13888 - gnucash/trunk - Fix retrieval of reconcile abbreviation if
	the translators erroneously
 
Christian Stimming
- r13889 - gnucash/trunk - Bug#340197: reverse account opening
	balances when desired.
 
Joshua Sled
- r13890 - gnucash/trunk/src/report/report-system - Remove
	translation on new strings.
 
David Hampton
- r13891 - gnucash/trunk - Add legend only to barchart and piechart
	plots, not to scatter plots,
	as there is currently no usage for it. Fix #337769.
 
Andreas Köhler
- r13892 - gnucash/trunk - Patch from Mike Alexander to fix the
	cleared split date threshold in
 
David Hampton
    
      Last message date: 
       Sun Apr 30 22:49:16 EDT 2006
    Archived on: Sun Apr 30 22:49:19 EDT 2006
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).